@charset "utf-8";

/**/

.ComboBoxInput_TDHotels,
.ComboBoxInputHover_TDHotels {
	height: 23px !important;
	line-height: 23px;
	border:0 solid #FFFFFF;
	cursor: default;
	padding: 0 5px;
	overflow: hidden;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../../../../img/global/new/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;
}

.boxLinks.activities .ComboBoxInput_TDHotels {
	background-position: 0% -48px;
}

.ComboBoxInputHover_TDHotels {
	background-position: 0% -24px;
}

.boxLinks.activities .ComboBoxInputHover_TDHotels {
	background-position: 0% -72px;
}

/**/

.ComboBoxImage_TDHotels,
.ComboBoxImageHover_TDHotels {
	vertical-align: top;
	height: 23px;
	width: 28px;
	background-image: url(../../../../img/global/new/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;
}

.boxLinks.activities img.ComboBoxImage_TDHotels {
	background: none;
}

/**/

.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 #999;
	padding: 0 1px 1px 1px;
	font-size: 11px;
	color: #333;
	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 #fff;
	background-color: #fff;
	background-position: 0 -100px;
	color: #333;
}

.ComboBoxItemHover_TDHotels, 
a.comboboxItem:hover {
	border-bottom: 1px solid #63656F;
	background-color: #313F51;
	background-position: 0 0; 
	color: #fff;
}

.ComboBoxItem_TDHotels.hotel {
	border-bottom: 1px solid #E7E9EB;
	background-image: none !important;
	color: #999;
	text-decoration: none;
}

.ComboBoxHeader_TDHotels, 
.ComboBoxItemDisabled_TDHotels {
	display: block;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: default;
	zoom: 1;
	line-height: 18px;
	padding: 1px 7px;
	min-height: 18px;
	height: auto;
	text-decoration: none;
	margin-top: 1px;
	color: #333;
	background: #EAEAE8 url(../../../../img/global/new/setaBkg.png) 190px 6px no-repeat;
	border-bottom: 1px solid #E0E0DC;
}


.boxLinks.activities .ComboBox_TDHotels input.ComboBoxInput_TDHotels,
.boxLinks.activities .ComboBox_TDHotels input.ComboBoxInputHover_TDHotels {
	width: 170px !important;
}


