@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 30px;
	width: 223px !important;
	z-index: 0;
	float: right;
	display: inline;
	font-size: 14px;
	font-family: georgia, serif;
	color: #969696;
	background: #fff;
}

.jquery-selectbox.selecthover {
	z-index: 700;
}

.jquery-selectbox .jquery-selectbox-currentItem {
	font-style:italic; 
	text-align:right;
	width: 175px;
	padding: 5px 0px 0px 8px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 30px;
	padding: 0;
	left: 0;
	background: #fff;
	width: 223px !important;
	height: auto;
	z-index: 1000;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/custom-select-arr.png) no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #3c263a url(../images/custom-select-hover.png) repeat-x 0 0;
	color: #fff; 
}
.jquery-selectbox .jquery-selectbox-item {
	cursor: pointer;
	font-family: "opensans", Arial, serif; 
	padding: 5px 8px;
	display: block;
	color: #494949; 
	line-height: 18px; 
}

.jquery-selectbox .jquery-selectbox-item.active { 
	background-color: #e6e6e6;
}

.jquery-selectbox .item-0 { display:none; }

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg-TextFieldError.gif");
}

