@charset "utf-8";

/**/

.ComboBoxInput_TDHotels,
.ComboBoxInputHover_TDHotels {
	height: 23px !important; /*only IE applies this*/
	line-height: 23px;
	border:0 solid #FFFFFF;
	cursor: default;
	padding: 0 5px;
	overflow: hidden;
	font-size: 11px;
	color: #2E3D4F;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../../../../img/global/spriteSelects.png);
	background-repeat: no-repeat;
	background-color: transparent;
	margin-bottom:8px;
	
	vertical-align: top;
}

.boxHotelSearch .ComboBoxInput_TDHotels,
.boxHotelSearch .ComboBoxInputHover_TDHotels {
	width: 175px !important;
}

.ComboBoxInput_TDHotels {
	background-position: 0% 0;
}

.ie7 .ComboBoxInput_TDHotels,
.ie7 .ComboBoxInputHover_TDHotels {
	position: relative;
	top:-1px;
}

.ComboBoxInputHover_TDHotels {
	background-position: 0% -24px;
}

/**/

.ComboBoxImage_TDHotels,
.ComboBoxImageHover_TDHotels {
	vertical-align: top;
	height: 23px;
	width: 28px;
	background-image: url(../../../../img/global/spriteSelects.png);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
}

img.ComboBoxImage_TDHotels {
	background-position: -157px -48px;
}

img.ComboBoxImage_TDHotels:hover, 
img.ComboBoxImageHover_TDHotels {
	background-position: -157px -72px;
}

/**/

.ComboBoxDropDown_TDHotels {
	scrollbar-face-color: #e9e9e9;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #e9e9e9;
	scrollbar-3dlight-color: #dbdbdb;
	scrollbar-arrow-color: #7D8C94;
	scrollbar-track-color: #f5f5f5;
	scrollbar-darkshadow-color: #aeaeae;
	
	text-align: left;
	border: 1px solid #7C8C94;
	padding: 0 1px 1px 1px;
	
	font-size: 11px;
	color: #2E3D4F;
	background: #fff;
}

/**/

.ComboBoxItem_TDHotels,
.ComboBoxItemHover_TDHotels, 
a.comboboxItem {
	display: block;
	
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	
	cursor: hand;
	cursor: pointer;
	zoom: 1;
	background-repeat: repeat-x;
	background-image: url(spriteComboBox.png);
	
	line-height: 18px;
	padding: 3px 7px;
	
	min-height: 18px;
	height: auto;
	
	text-decoration: none;
	margin-top: 1px;
}

.ComboBoxItem_TDHotels, 
a.comboboxItem {
	border-bottom: 1px solid #E7E9EB;
	background-color: #fff;
	background-position: 0 -100px;
	color: #2E3D4F;
}

.ComboBoxItemHover_TDHotels, 
a.comboboxItem:hover {
	border-bottom: 1px solid #63656F;
	background-color: #313F51;
	background-position: 0 0;	 
	color: #fff;
}


.ComboBoxHeader_TDHotels, 
.ComboBoxItemDisabled_TDHotels {
	display: block;
	
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	
	cursor: default;
	zoom: 1;
	
	line-height: 18px;
	padding: 1px 7px;
	min-height: 18px;
	height: auto;
	
	text-decoration: none;
	margin-top: 1px;
	color: #999;
}
/*
.ComboBoxItemDisabled_TDHotels {
	padding: 3px 7px;
	background-repeat: repeat-x;
	background-image: url(spriteComboBox.png);
	font-weight: bold;
	border-bottom: 1px solid #E7E9EB;
	background-color: #fff;
	background-position: 0 -100px;
}
*/
/*
.ComboBoxLoadingMessage_TDHotels {
	font: normal 12px "Arial", sans-serif;
}

.ComboBoxMoreResultsMessage_TDHotels {
	color: #999;
	text-align: center;
	padding: 3px 0;
	font-size: 10px;
}

.ComboBoxMoreResultsImage_TDHotels {
	padding: 5px 0 0 0;
}

.ComboBoxMoreResultsBox_TDHotels {
	background: #f3f3f3;
}
*/