@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 31px;
	width: 391px!important;
	z-index: 0;
	float: left;
	display: inline;
	line-height:24px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #757474;
	padding: 0;
	background-image: url("../img/select-bg.gif");
}

.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 10px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 32px;
	padding: 2px;
	left: 0px;
	background: #040404;
	width: 380px!important;
	height: 150px!important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 99!important;
	border: 1px solid #b3b9c3;
	font-size:11px;
}

div.from .jquery-selectbox-list, div.to .jquery-selectbox-list{
	width: 128px!important;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	margin-right:10px;
	margin-top:1px;
	background: url("../img/lay-selectMoreButton.gif");
	width: 8px;
	height: 26px;
	cursor: pointer;
}

* html .jquery-selectbox .jquery-selectbox-moreButton{ margin-right:5px!important;}


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

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #0781d6;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	height: 18px;
	padding-left:5px;
	line-height:18px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;

}
