
/*---------CUSTOM SELECT-------*/


.cs-holder { display: inline-block; }
.cs-holder { FF2display: -moz-inline-box; }
* html .cs-holder { display:inline; zoom:1; }
* + html .cs-holder { display:inline; zoom: 1; }


.cs-holder {
	position: relative;
	overflow: visible;
}

.cs-val {
	cursor: pointer;
}

.cs-options {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
}

.cs-option {
	position: relative;
	margin: 0;
	padding: 1px 5px;
}


#booking-form .cs-val {
	width: 40px;
	height: 21px;
	line-height: 18px;
	text-indent: 5px;
	/* bg-image in specific.css */
}

#cs-hotelid-val.cs-val{
	background-position: 70px -1px;
	width: 95px;
}
#page_home .hotels.choose,
#booking-form #cs-hotelid-options.cs-options {
	width: 95px;
}

#page_home .choose {
	_width: 45px;
	_overflow: visible;
}
#page_home .hotels {
	_width: 70px;
}



#booking-form .cs-options {
	width: 40px;
	background-color: #ccc;
}
#booking-form .cs-opt-hover {
	background-color: #aaa;
}
#booking-form .cs-selected {
	background-color: #999;
}

