/* Select Box */

div.selector {
	height:20px;
	border: solid 0px #655A4D;
	line-height: 18px;
	color: #333;
	width:40px;
	background:#FD9F00 url(../images/select.gif) no-repeat right center;
	cursor:pointer;
}


div.selector select {
	font-family:"Lucida Sans Unicode","Lucida Grande";
	width:42px;
	cursor:pointer;
	height:20px;
	padding:0;
	margin-top:-5px;
}

div.selector.focus {/*	border-color: #FFF;*/}

div.selector span {
	font-size: 1.1em;
	padding: 0;
	display: block;
	right: 0;
	padding:0; 
	height:0px;
	padding-left:5px;
	border:0px solid;
	line-height:10px;
	padding-top:5px; 
	color:#333; 
	width:0px;
}

.selector_hotel div.selector span {
	font-size: 1.1em;
	padding: 0;
	display: block;
	right: 0;
	padding:0; 
	height:0px;
	padding-left:5px;
	border:0px solid;
	line-height:10px;
	padding-top:5px; 
	color:#333; 
	width:190px;
}

div.selector.focus span {
	left: 0px;
	padding-bottom:0;
}

div.selector select option {padding:0; background-color:#FD9F00; border:none;}


/* SELECT HOTELS */
.bf_box_hotel div.selector {width:190px;}
.bf_box_hotel div.selector select {width:190px;}

/* SELECT HOTELS & DESTINATIONS */
.select_zone div.selector {width:190px;}
.select_zone div.selector select {width:190px;}
.select_zone div.selector span {width:190px;}
.select_hotel div.selector {width:145px;}
.select_hotel div.selector select {width:145px;}
.select_hotel div.selector span {width:135px;}
