@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative !important;
	height: 35px !important;
	width: 404px !important;
	z-index: 10;
	float: left;
	display: inline;
	margin: 0;
	font-size: 18px;
	letter-spacing:-1px;
	font-weight:normal;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #08234F;
	padding: 0 !important;
	background-image: url("../images/select_bg.png");
}
.jquery-selectbox.selecthover {
	border-color: #9F7627;
    /*background-image: url("../images/select_bg_focus.png");*/
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 7px 0px 0px 7px;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	width:360px;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 33px;
	padding: 0 !important;
	left: 4px;
	background: #F4C641;
	width: 393px !important;
	height: 35px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #CF9B05;
	border-top: 1px solid #F4C641;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	position:relative;
	float: right !important;
	background: transparent url("../images/select_button.png");
	width: 33px !important;
	height: 31px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: transparent url("../images/select_button_hover.png");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover strong,
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #08234F;
	color: #fff !important;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:1px 0 1px 10px;
	float:left;
	width: 365px;
}

span.jquery-selectbox-currentItem strong,
span.jquery-selectbox-item strong{
	padding:0 !important;
	width:55px;
	font-size: 18px !important;
	float:left !important;
	letter-spacing:-1px;
	font-weight:normal;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.jquery-selectbox-currentItem span,
span.jquery-selectbox-item span{
	padding:0 !important;
	width:300px !important;
	overflow:hidden;
	font-size: 18px !important;
	display:inline-block;
	float:left !important;
	letter-spacing:-1px !important;
	font-weight:normal !important;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg-TextFieldError.gif");
}
