@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 19px;
	border: 1px solid #aa7a3a;
	width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #392800;
	padding: 0;

	/*background-image: url("../images/bg-TextField.gif");*/
}


.jquery-selectbox.selecthover {
	border-color: #aa7a3a;
	background-color: #f9f5ed;
	/*background-image: url("../images/bg-TextFieldFocused.gif");*/
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	line-height: 20px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 19px;
	padding: 2px;
	left: -1px;
	background: #f9f5ed;
	width: 102px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	cursor: pointer;
	border: 1px solid #aa7a3a;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	
	position: absolute;
	top: 2px;
	right: 2px;
	
	float: right;
	background: url(../images/lay-selectMoreButton.gif);
	
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../images/lay-selectMoreButtonHover.gif");
}

.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 {
	border-color: #ee3424;
	
}
