/* HOTEL */

.hotels-list {
	margin-bottom:30px;
	border-top:1px solid #98D2D5;
	}

.hotel {
	margin:0;
	padding:2em 0;
	border-bottom:1px solid #98D2D5;
	/*background:#fff url("/img/elements/hotel-list-bg.gif") repeat-y top left;*/
	}

/* img */
.container_12 .hotel .grid_1 .logo img { width:50px;}
.container_12 .hotel .grid_2 .logo img { width:128px;}
.container_16 .hotel .grid_2 .logo img { width:88px; }
.container_16 .hotel .grid_3 .logo img { width:148px; }

.hotel .logo-container {
	background:url("/img/elements/reflect-logo.gif") repeat-x scroll left bottom #FFFFFF;
	padding-bottom:17px;
	position:relative;
	margin-top:26px;
	margin-left:10px;
	}

.hotel .new-product				{ position:absolute; display:block; top:0; right:0; z-index:2;}
.hotel .new-product img 	{ border:0;width:50px;height:50px; }

.hotel .logo img { 	border:1px solid #C98627; }

/* other info */

.hotel .name { font-weight:bold; font-size:15px; }

.hotel .star-rating {float:left;width:99px;margin-right:30px;}

.hotel .rating-large {text-align:center;background:transparent url('/img/elements/review-score-bg.png') no-repeat top center;}
.hotel .rating-large .rating-total { margin-left:auto;margin-right:auto;width:90px;height:90px;margin-bottom:10px;}
.hotel .rating-large .rating-total .score	{font:bold 2.4em Arial;color:#c98627;margin-top:20px;display:block;}
.hotel .rating-large .rating-total .score-gfx {background:#fff url(/img/elements/gosimply-stat-rating.gif) no-repeat top left;width:73px;margin-left:auto;margin-right:auto;display:block;}

.hotel .rating-inline {padding:6px 0;}
.hotel .rating-inline .score {font:bold 16px Arial;display:block;float:left;}
.hotel .rating-inline .score-gfx {background:#fff url(/img/elements/gosimply-stat-rating.gif) no-repeat top left;width:73px;float:left;margin:2px 5px;display:block;}
.hotel .rating-inline .rating-num-reviews {font-weight:normal;color:#444;}

.hotel .summary {clear:both;margin-bottom:10px;color:#666;font:normal 13px 'Trebuchet MS';}
.hotel .miles-to {background:transparent url('/img/parking/transfers.gif') no-repeat left center; padding:3px 0 3px 25px;}

