﻿/*Promotion*/
.promotion_container {
	/*width:485px;*/
	width:530px;
	margin-left: 36px;
	margin:0 0 0 -9px; 
}
.promotion_container div.top {
	background:url(img/bestseller.png) no-repeat scroll 0 0 transparent;
	width:530px;
	height:26px;
}
.promotion_container div.top > h1 {
	color:#ffffff;
	font:bold 14px/1.95em Arial;
	padding-left:35px;
}
.promotion_container div.center {
	width:518px;
	padding:5px;
	background-color:#f7f7f7;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
}
.promotion_container div.center h1.pro_hotel_name  {
	padding-left:6px;
	padding-top:6px;
	font:bold 12px/15px Arial;
}
.promotion_container div.center span.pro_hotel_info {
	padding-left:6px;
	font:normal 12px/15px Arial;
	color:#ff3300;
}
.promotion_container div.bottom {
	background:url(img/bt-bestseller.png) no-repeat scroll 0 0 transparent;
	height:11px;

}

/*Promotion Hotel list*/
#promotion_list_wrapper #promotion_hotels_list {
	margin-top:10px;
	margin-bottom:10px;
	float:left;
		/*IE7*/
		*margin-top:-12px;
}
/*Hotels*/
#promotion_list_wrapper #results {
	background-color:#e6f3ff;
	border:1px solid #cacaca;
	padding:5px;
	font:bold 0.9em/1em Arial;
	color:#f74000;
}
#promotion_list_wrapper #promotion_hotels_list .hotels {
	border-bottom:1px solid #cacaca;
	padding:16px 0;
	float:left;
	width:100%;
}
#promotion_list_wrapper #promotion_hotels_list .hotelsimg {
	float:left;
}
#promotion_list_wrapper #promotion_hotels_list .hotelsimg > img {
	border:1px solid #cacaca;
	padding:2px;
	width:100px;
	height:85px;
}
#promotion_list_wrapper #promotion_hotels_list .hotelsimg > img:hover {
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;
}
#promotion_list_wrapper #promotion_hotels_list .hotelsimg .icon {
	margin-top:5px;
	overflow:hidden;
}
#promotion_list_wrapper #promotion_hotels_list .hotelsimg .icon > ul li {
	float:left;
}
#promotion_list_wrapper #promotion_hotels_list .hotelsimg a.review-ic {
	background:url(img/review-ic.png) no-repeat scroll 0 0 transparent;
	display:block;
	width:20px;
	height:20px;
	float:left;
	padding:0px 3px;
}
#promotion_list_wrapper #promotion_hotels_list .hotelsimg a.map-ic {
	background:url(img/map-ic.png) no-repeat scroll 0 0 transparent;
	display:block;
	width:20px;
	height:20px;
	float:left;
	padding:0px 3px;
}#promotion_list_wrapper #promotion_hotels_list .hotelsimg a.gallery-ic {
	background:url(img/gal-ic.png) no-repeat scroll 0 0 transparent;
	display:block;
	width:20px;
	height:20px;
	float:left;
}
#promotion_list_wrapper #promotion_hotels_list .hotelsinfo {
	float:left;
	margin-left:15px;
	margin-right:15px;
	font-size:12px;
	line-height:1.7em;
	color:#0474ca;
}
#promotion_list_wrapper #promotion_hotels_list .hotelsinfo a {
	color:#0295F2;
}
#promotion_list_wrapper #promotion_hotels_list .hotelsinfo p:first-child {
	font-size:14px;
	font-weight:bold;
	color:#0474ca;
}
#promotion_list_wrapper #promotion_hotels_list .hotelsinfo p {
	color:#434343;
	font-size:11px;
}
#promotion_list_wrapper #promotion_hotels_list .hotelsinfo p + p + p + p {
	color:#646464;
}
#promotion_list_wrapper #promotion_hotels_list .hotelsinfo span {
	font-weight:bold;
}
#promotion_list_wrapper #promotion_hotels_list .hotelsprice {
	float:right;
	border:1px solid #97badb;
	background-color:#e6f3ff;
	padding:15px 8px 0;
	margin-top:13px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;/*for ie9*/
}
#promotion_list_wrapper #promotion_hotels_list .hotelsprice > p {
	font-size:17px;
	font-weight:bold;
	color:#ce0d0d;
	text-align:center;
}