@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 21px;
	z-index: 0;
	float: left;
	display: inline;
	color:#3f3f41;
	font-size:12px;
	font-weight: bold;
}


.jquery-selectbox.selecthover {
	/*border-color: #9F7627;
	background-color: #FFFCDF;
	background-image: url("bg-TextFieldFocused.gif");*/
	z-index: 700;
}	

.jquery-selectbox .jquery-selectbox-currentItem {
	padding:5px 0px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-align:center;
	background-image:url(/img/bt_drop_body.png);
	background-repeat:repeat-x;
	height:13px;
	color:#FFF;
}

*+html .jquery-selectbox .jquery-selectbox-currentItem{	
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/bt_drop_body.png",sizingMethod='scale')
	}
	
.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 23px;
	padding: 0 0px;
	left: 0px;
	background: #fff;
	width: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #B5B5B5;
}

*html .jquery-selectbox .jquery-selectbox-list {
	margin-left:3px;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	background-image:url(/img/bt_drop_right.png);
	background-repeat:no-repeat;
	float: right;
	width: 23px;
	height: 23px;
	cursor: pointer;
}


*+html .jquery-selectbox .jquery-selectbox-moreButton{	
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/bt_drop_right.png",sizingMethod='scale')	
	}

/*.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("lay-selectMoreButtonHover.gif");
}*/

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #DEE3E7;
	color:#E42518;	
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: pointer;
	padding: 2px;
	padding-left:5px;
	padding-right: 5px;
	/* padding-left:5px; */
	text-align:left;
}

.stripesBG .jquery-selectbox-list{
	margin-left:20px !important;
	width:auto !important;
}

.contactForm .jquery-selectbox .jquery-selectbox-currentItem{
	width:110px;
}

.newsletterForm .jquery-selectbox .jquery-selectbox-currentItem{
	width:100px;
}

.contactForm .stripesBG .jquery-selectbox-list, .newsletterForm .stripesBG .jquery-selectbox-list{
	margin-left:5px !important;
}

.contactForm #listcontact{
	width:153px;
}

*html .contactForm #listcontact{
	width:155px;
}

.div_right_select select{
	width:75px !important;
}


/* promo flight finder */

.bookFlightSmall .stripesBG .div_right_select  .jquery-selectbox-list{
	margin-left:18px !important;
}
*html .bookFlightSmall .stripesBG .div_right_select  .jquery-selectbox-list{
	margin-left:15px !important;
}
/* airport combos */
.smallForm_big_select select{
	width:138px !important;
}*html .smallForm_big_select select{
	width:142px !important;
}
.smallForm_big_select .jquery-selectbox .jquery-selectbox-currentItem {
	width:93px !important;
}
*html .smallForm_big_select .jquery-selectbox .jquery-selectbox-currentItem {
	width:95px !important;
}

.bookFlightSmall #departure_day, .bookFlightSmall #return_day{
	width:45px !important;
}
*html .bookFlightSmall #departure_day, *html .bookFlightSmall #return_day{
	width:50px !important;
}
.bookFlightSmall .stripesBG .jquery-selectbox-list{
	margin-left:0 !important;
}

/* passenger combo */
.div_multiple_select .jquery-selectbox{
	display:block;
	clear:both;
	padding-bottom:6px;
}
.div_multiple_select select{
	width:44px !important;
}
*html .div_multiple_select select{
	width:50px !important;
}
.div_multiple_select .jquery-selectbox {
	width:50px !important;
}
*html .div_multiple_select .jquery-selectbox {
	width:52px !important;
}

/* dates combos */
.smallForm_small_select .jquery-selectbox{
	width:60px !important;
}
*html .smallForm_small_select .jquery-selectbox {
	width:58px !important;
}

/*body:last-child .smallForm_small_select .jquery-selectbox{
	width:60px !important;
}*/

/*body:last-child .div_multiple_select .jquery-selectbox{
	width:50px !important;
}*/

#frmFlightSearch .bookFlightBgSmall .select2 .jquery-selectbox-list{
	width:25px !important;
}

#frmFlightSearch .bookFlightBgSmall .select3 .jquery-selectbox-list{
	width:36px !important;
}

#frmFlightSearch .bookFlightBgBig .select4 .jquery-selectbox-list{
	width:18px !important;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("bg-TextFieldError.gif");
}
