@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	/*border: 1px solid #d2ad63;*/
	z-index: 0;
	float: left;
	display: inline;
	color : #a9a9a9;
	font-size : 11px;
	padding: 1px 3px 2px 3px;
	height : 22px;
	margin-bottom : 6px;
	margin-right : 2px;
        background-color: #404040;
        border-top: 1px solid #2c2c2c;
        border-left: 1px solid #2c2c2c;
        line-height: 22px;
	
}
.jquery-selectbox.selecthover {
	/*border-color: #9F7627;*/
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 20px;
	padding: 6px;
	left: -3px;
	background: #404040;
	width: 100px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #2c2c2c;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: transparent url("../images/select.jpg") no-repeat 0px 2px;
	width: 16px;
	line-height: 16px;
	height : 16px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: transparent url("../images/select_over.jpg") no-repeat 0px 2px;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #d4d4d4;
	color: #404040;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
}
