@CHARSET "UTF-8";

.jquery-selectbox{
	position:relative;
	z-index: 300;
	display: block;
	padding: 0;
	width:310px!important;
	height:32px;
	background:url(../images/select.png) center no-repeat;
	text-align:left;
}


.jquery-selectbox.selecthover {
}	

.jquery-selectbox .jquery-selectbox-currentItem {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	position:relative;
	height:32px;
	line-height:32px;
	color:#4d4d4d;
	z-index:100;
	left:5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}

.jquery-selectbox.selecthover .jquery-selectbox-currentItem {
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 32px;
	left: 0px;
	right:1px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 99;
	background:#fff;
	width:100%!important;
	border:1px solid #e6e3de;
	border-radius:5px;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	width: 32px;
	height: 32px;
	cursor: pointer;
	position:relative;
	z-index:101;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	color:#000;
	cursor:pointer;
	text-decoration:underline;
}

.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	color:#4d4d4d;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding:2px;
}


/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
}
