
/*

Colors:

#FF6600 - Highlight Border
#fff0de - Highlight Background


*/





/* Round Table */         
.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#1abbef; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#fff; border-right:2px solid #1abbef; border-left:2px solid #1abbef; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#fff; border-right:1px solid #1abbef; border-left:1px solid #1abbef; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#fff; border-right:1px solid #1abbef; border-left:1px solid #1abbef; margin:0 1px;}
.b2h, .b3h, .b4h {background: #ddf7ff;}
.b2bh, .b3bh, .b4bh {background: #ddf7ff;}


/* Search Results page */

#SearchResultsBody .b2h, #SearchResultsBody .b3h, #SearchResultsBody .b4h {background: #fff;}
#SearchResultsBody .b2bh, #SearchResultsBody .b3bh, #SearchResultsBody .b4bh {background: #ddf7ff;}

/* box with white inside */
#wbox .b2h, #wbox .b3h, #wbox .b4h {background: #fff;}
#wbox .b2bh, #wbox .b3bh, #wbox .b4bh {background: #fff;}



.searchResultItem {
	margin-bottom: 6px;
}
.searchResultItem a{
	text-decoration: underline;
}
.searchResultItemBody {
	border-left: 1px solid #1abbef;
	border-right: 1px solid #1abbef;
	position: relative;


}
.searchResultPrice {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	text-align:center;
	margin-top: 0px;
	line-height: 20px;
}
.searchResultHotelDetails {
	border-left: 1px dotted #1abbef;
	margin-left: 70px;
	padding-left: 6px;
	height: 80px;
	margin-bottom: 3px;
	margin-right: 100px;
	overflow:hidden;
}
h2.searchResultHotelName {
	margin-top: 0px;
	margin-bottom: 3px;
}
.searchResultHotelDescription {
	margin-top: 4px;
	font-size: 12px;
	line-height:13px;	
	color: #888888;
}
.searchResultHotelThumb {
	width: 70px;
	height: 70px;
	position: absolute;
	right: 10px;
	top: 2px;
	border: 2px solid #00b2fc;
}
.searchResultHotelStarRating {
	width: 60px;
	height: 20px;
	position:absolute;
	right: 90px;
	top: 2px;
}
.searchResultFooter {
	background: #ddf7ff;
	padding-left: 70px;
	padding-top:2px;
}
.sortHeader {
	margin-bottom: 11px;
}
.sortBody {
	border-left: 1px solid #1abbef;
	border-right: 1px solid #1abbef;
	background: #ddf7ff;	
}
.searchResultHotelDetails h2 {
	font-weight: bold;
	font-size: 15px;
	color:#333333;
}
.searchResultCountryCode {
	font-size: 10px;
	margin-top: 10px;
}

/* Hotel Details Page */

#hotelContent {
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}
#hotelDetails {

}
#hotelDetails p{
	margin: 0px;
}
#hotelDetailsBody {
	border-left: 1px solid #1abbef;
	border-right: 1px solid #1abbef;
	background: white;	
	padding-top: 6px;
}

#hotelDetailsBodyLeft {
	position:absolute;
	top: 10px;
	left: 14px;
	text-align:center;
	line-height: 20px;	
}
#hotelDetailsBodyContent {
	margin-left: 98px;
	border-left: 1px dotted #B0B0B0;
	padding-left: 10px;
	position: relative;
	margin-right: 10px;
}
#hotelDetailsStarRating {
	position: absolute;
	right: 0px;
	top: 5px;
	width: 70px;
}

#hotelDetails h1{
	font-weight: bold;
	font-size: 16px;
	color:#333333;
	margin: 0px;
}

.hotelDetailsHeader {
	background-color: #f4f4f4;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#hotelDetails .b2h, #hotelDetails .b3h, #hotelDetails .b4h {background: #fff;}
#hotelDetails .b2bh, #hotelDetails .b3bh, #hotelDetails .b4bh {background: #fff;}

#hotelSearchBox {

}

#hotelSearchBody {
	border-left: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	position: relative;
	background-color: #f4f4f4;
	padding: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#hotelSearchForm {
	background-color: white;
	margin-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	line-height:20px;
	font-size: 12px;
	text-align: left;
}
#hotelSearchFormCityName {
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: 2px solid #ddf7ff;
}
#hotelSearchFormCityNameHome {
	margin-top: 7px;
}
#hotelSearchFormCheckin {
	margin-top: 7px;
}
#hotelSearchFormCheckout {
	margin-top: 8px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: 2px solid #ddf7ff;	
}
#hotelSearchFormGuestsRooms {
	margin-top: 8px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: 2px solid #ddf7ff;	
}	
#hotelSearchFormGuests{
	float: left;
	width: 80px;
}
#hotelSearchFormRooms{
	float: left;
	width: 80px;
}
#hotelSearchFormButton{
	margin-top: 20px;
	text-align:center;
}
#hotelSearchFormButton input {
	width: 95%;
	background-color:#ff6704;
	color: white;
	font-weight: bold;
	margin: 0px;
	width: 120px;
}

#hotelSearchBox .b1h {background:#FF6600;}
#hotelSearchBox .b2h, #hotelSearchBox .b3h, #hotelSearchBox .b4h {border-color: #FF6600;}
#hotelSearchBox .b2bh, #hotelSearchBox .b3bh, #hotelSearchBox .b4bh {border-color: #FF6600;}


#breadCrumbs {
	padding: 10px;
	padding-left: 0px;
	margin-left: 5px;
	margin-right: 5px;	
	margin-top: 10px;
	text-align:left;
	margin-bottom: 10px;
}



/* General */
.bold12 {
	font-weight: bold;
	font-size: 12px;
}
.bold14 {
	font-weight: bold;
	font-size: 14px;
}
.bold16 {
	font-weight: bold;
	font-size: 16px;
}
.bold18{
	font-weight: bold;
	font-size: 18px;
}
.bold20{
	font-weight: bold;
	font-size: 20px;
}
h3{
	font-weight: bold;
	font-size: 16px;
	color:#333333;
	margin: 0px;
	margin-bottom: 5px;
}

.thumbborder {
	border: 2px solid #c6c6c6;
}


#breadCrumbs a:visited{ text-decoration: none;}
#breadCrumbs a:link { text-decoration: none;}
#breadCrumbs a:hover { text-decoration: underline;}

/* Yahoo Calendar */
#checkinCalContainer, #checkoutCalContainer, #detailTabCheckinCalContainer, #detailTabCheckoutCalContainer, #rateTabCheckinCalContainer, #rateTabCheckoutCalContainer, #popupCheckinCalContainer, #popupCheckoutCalContainer, #hotelCheckinCalContainer, #hotelCheckoutCalContainer { position:absolute; z-index:1;}
#checkinCalContainer, #checkoutCalContainer, #popupCheckinCalContainer, #popupCheckoutCalContainer, #hotelCheckinCalContainer, #hotelCheckoutCalContainer { font-size:10px;}
.longCheckBox, .shortCheckBox {	border:0px; height:16px; vertical-align:top; color:Gray; float:left; background:#ffffff url(/Cal/img.gif) 100% 0px no-repeat; cursor:pointer;}
.longCheckBox {	width:170px;}
.shortCheckBox {width:100px;}
.searchPageCheckBox, .cityPageCheckBox, .homeCheckBox{border:1px solid #999999; height:16px; color:Gray; background:#ffffff url(http://hotelscombined.com/Cal/img.gif) 100% 0px no-repeat;	cursor:pointer;	padding-left:2px;}
.searchPageCheckBox { width:140px;}
.homeCheckBox { width:100px;}



/* box */

.box_outer {
	border-left: 1px solid #1abbef;
	border-right: 1px solid #1abbef;
	position: relative;
	background-color: #ddf7ff;
	padding: 5px;
	padding-bottom: 0px;
	padding-top: 2px;
}
.box_header {
	margin:8px;
	margin-top: 5px;
}
.box_inner {
	background-color: white;
	margin-top: 3px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	line-height:20px;
	font-size: 12px;
}


/*** New Autocomplete Styles */
.ac_input {width: 380px;}
.ac_results {padding: 0px;border: 1px solid black;background-color: #f9f9f9;overflow: hidden;}
.ac_results ul {width: 100%;list-style-position: outside;list-style: none;padding: 0;margin: 0;}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width:280px;
	font-size: 12px;
	overflow: hidden;
	text-align:left;
	font-weight:normal;
}	
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
/******* Only required of IE - Has issues with z-index and dropdowns *************/
.ac_results iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}





/******* HC Fixes *********/

.headh{
	border-left: 1px solid #1abbef;
	border-right: 1px solid #1abbef;
}
.contenth{
	border-left: 1px solid #1abbef;
	border-right: 1px solid #1abbef;
}