@CHARSET "UTF-8";

.jquery-selectbox {
	background-image:url("../images/form-combobox-bg-trans.png");
	color:#444444;
	display:inline;
	float:left;
	font-size:14px;
	height:27px;
	margin:0;
	padding:4px 0 0 6px;
	position:relative;
	width:158px !important;
	z-index:0;
}
.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 26px;
	padding: 3px 2px 5px 10px;
	left: 0px;
	background: #fffcdf;
	width: 149px!important;
	height: auto!important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border-color:#adad92;
	border-style:solid;
	border-width:0 1px 1px 1px;
	line-height:1.5;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background:url(../images/form-combobox-btn-trans.png);
	width: 18px;
	height: 18px;
	margin:2px 5px 0 0;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url(../images/form-combobox-btn-trans.png);
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #87683d;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

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

