@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 26px;
	width: 193px;
	float: left;
	display: inline;
	margin: 14px 4px 4px 12px;
	font-size: 9px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444;
	padding: 0;
	background: url("/assets/images/customselect/bg-TextField2.gif") no-repeat;
	z-index: 111;
}
.highzindex{z-index: 999;}
.lowzindex{z-index: 100;}
.jquery-selectbox.selecthover {
	border-color: #9F7627;
	background-image: url("/assets/images/customselect/bg-TextFieldopen.gif");

}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 7px 0px 0px 7px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 26px;
	padding: 9px 5px 5px 5px;
	left: 0px;
	background: url("/assets/images/customselect/openfade.jpg") #fff repeat-x;
	width: 181px;
	height: 80px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: -999;
	border: solid 1px #C7C7C7;
	border-top: none;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("/assets/images/customselect/lay-selectMoreButton2.gif") no-repeat;
	width: 24px;
	height: 26px;
	cursor: pointer;
}
.selecthover .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("/assets/images/customselect/lay-selectMoreButtonopen.gif") no-repeat;
	width: 24px;
	height: 26px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {

}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #006EBA;
	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("/assets/images/customselect/bg-TextFieldError.gif");
}
