@CHARSET "UTF-8";
.jquery-selectbox {
	position: relative;
	height: 28px;
	width: 141px !important;
	z-index: 0;
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("../images/bg/select-bg.gif");
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}
.jquery-selectbox.selecthover {
	background-color: #2e0103;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 5px 0px 0px 15px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 28px;
    padding: 5px 0;
	left: 0px;
	background: #540205;
	width: 139px !important;
    height: auto !important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #320002;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url("../images/bg/select-arrow.gif");
	width: 34px;
	height: 28px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #87683d;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
    padding-top: 8px;
    padding: 4px 5px 4px 15px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
}
