/* HOTEL PAGES */
#mainContentHotelDetail {
	width:100%;
	padding:5px 25px 25px 25px;
	overflow:hidden;
    box-sizing:border-box;
}

.hotelListContainer {
	margin:20px 0;
	float:left;
    clear: both;
    width: 100%;
}

.hotelListPhoto {
	width:200px;
	height:135px;
	float:left;
}

.hotelListName {
	height:40px;
	font-weight:bold;
	font-size:1.1em;
}

.hotelListAddress {
	height:40px;
	font-weight:bold;
	font-size:1.1em;
	padding-top:10px;
}

.hotelListMore {
	height:55px;
	font-weight:normal;
	font-size:1.0em;
	padding-top:10px;
    line-height:150%;
    clear:both;
}

#hotelDetailContainer {
	position:relative;
  	margin-top:22px;
}

#hotelDetailLeftInner {
	width:100%;
    min-height:75px;
}

#hotelDetailName {
	font-size:1.4em;
	font-weight:bold;
	padding:0px 0px 10px 10px;
	border-left:thin;
	border-left-color:#A4BA29;
	border-left-style:solid;
}

#hotelDetailAddress {
	font-size:1.1em;
	padding:0px 0px 10px 10px;
	border-left:thin;
	border-left-color:#A4BA29;
	border-left-style:solid;		
}

#hotelDetailRating {
	font-size:1.1em;
	padding:0px 0px 10px 10px;
	border-left:thin;
	border-left-color:#A4BA29;
	border-left-style:solid;	
}

#hotelDetailContact {
	width:100%;
    min-height:75px;
	line-height:170%;
	padding:0px 0px 10px 10px;
	border-left:thin;
	border-left-color:#A4BA29;
	border-left-style:solid;	
}

#hotelDetailPhoto {
	width:200px;
	padding:30px 20px 20px 0px;
}

#hotelDetailDescription {
	width:100%;
	padding:10px 0px 20px 0px;  
}

#hotelDetailInformation {
	width:100%;
}

#hotelDetailInformation p {
	margin-top:-10px;
}

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

/* END HOTEL PAGES */