
/*---------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;
	display: block;
}

.cs-val {
	background-repeat: no-repeat;
	background-position: 0 0;
	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: 20px;
	line-height: 20px;
	text-indent: 5px;
	/* bg-image in specific.css */
}
#booking-form .cs-hover {
	background-position: 0 -20px;
}

#booking-form .cs-options {
	width: 40px;
	background-color: #eaeaea;
}
#booking-form .cs-opt-hover {
	background-color: #aaa;
}
#booking-form .cs-selected {
	background-color: #999;
}
