/* CSS Document for hot deal boxes */
#deal_container{
	float:left;
	width:175px;
	height: 170px;
	margin: 2px;
	font-size:93%; /*12px*/
}
#deal{
	border: 1px solid #90B1D9; 
	background-color:#FFFFFF;
	height: 168px;
}
#dest_country{
	margin:2px 1px 0 2px;;
	padding: 2px;
	background-color:#E1EDF6;
	color:#1A66C1;
	font-size:108%;
	font-weight:bold;
	text-align:center;
	height:19px;
}

#dest_city{
	height:22px;
}
.gateway_city{font-weight:bold;}
.dest_city{ font-weight:bold;}
#dest_hotel{margin-bottom:5px;}
#dest_description{margin-bottom:5px;}
#dept_date{ line-height:20px;}
#dealdetail{ padding:6px 5px 3px 12px; }

.price, a.price{
	color:#ff0000;
	font:bolder 131% Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#remark{
	margin:5px 0;
}
.remark{
	color:#000000;
	background-color:#FFFF00;
	font:bold Arial, Helvetica, sans-serif;
}
#deallink{
	margin-top: 10px;
	color:#003366;
	font: bold 85% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.newstitle{	font-weight:bold;}


#homepagedeal{border-bottom:1px #336699 solid; margin-top:4px; font-size:93%}
