
/*

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:#c6c6c6; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#fff; border-right:2px solid #c6c6c6; border-left:2px solid #c6c6c6; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#fff; border-right:1px solid #c6c6c6; border-left:1px solid #c6c6c6; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#fff; border-right:1px solid #c6c6c6; border-left:1px solid #c6c6c6; margin:0 1px;}
.b2h, .b3h, .b4h {background: #f7f7f7;}
.b2bh, .b3bh, .b4bh {background: #f7f7f7;}


/* Search Results page */

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

.searchResultItem {
	margin-bottom: 6px;
}
.searchResultItemBody {
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	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 #B0B0B0;
	margin-left: 80px;
	padding-left: 6px;
	height: 80px;
	margin-bottom: 3px;
	margin-right: 160px;
}
h2.searchResultHotelName {
	margin-top: 3px;
	margin-bottom: 3px;
}
.searchResultHotelDescription {
	margin-top: 6px;
	font-size: 10px;
}
.searchResultHotelThumb {
	width: 70px;
	height: 70px;
	position: absolute;
	right: 10px;
	top: 2px;
	border: 2px solid #c6c6c6;
}
.searchResultHotelStarRating {
	width: 55px;
	height: 20px;
	position:absolute;
	right: 85px;
	top: 2px;
}
.searchResultFooter {
	background: #f7f7f7;
	padding-left: 80px;
}
.sortHeader {
	margin-bottom: 11px;
}
.sortBody {
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	background: #f7f7f7;	
}
.searchResultHotelDetails h2 {
	font-weight: bold;
	font-size: 15px;
	color:#333333;
}

/* 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 #c6c6c6;
	border-right: 1px solid #c6c6c6;
	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: #F2F2F2;
	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: #f7f7f7;
	padding: 3px;
	padding-bottom: 0px;
	padding-top: 2px;
}
#hotelSearchForm {
	background-color: #fff0de;
	margin-top: 3px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	line-height:20px;
	font-size: 12px;
}
#hotelSearchFormCheckin {

}
#hotelSearchFormCheckout {
	margin-top: 16px;
	margin-bottom: 16px;
}
	
#hotelSearchFormGuests{
	float: left;
	width: 80px;

}
#hotelSearchFormRooms{
	float: left;
	width: 80px;
}
#hotelSearchFormButton{
	margin-top: 20px;
	text-align:center;
}
#hotelSearchFormButton input {
	width: 95%;
	background-color:#FF6600;
	color: white;
	font-weight: bold;
	margin: 0px;
}

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


#breadCrumbs {
	border: 1px solid #c6c6c6;
	background-color:#f7f7f7;
	padding: 10px;
	margin-left: 5px;
	margin-right: 5px;	
	margin-top: 19px;
	text-align:left;
	margin-bottom: 20px;
}



/* General */


.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;
}

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


a:visited { color: #f16000; text-decoration: underline;}
a:link { color: #f16000; text-decoration: underline;}
a:hover {color: #e89604; text-decoration: underline;}

#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;}
