@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 38px;
	
	width: 175px !important;
	z-index: 0;
	float: left;
	display: inline;
	font-size: 12px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	background-image: url("images/bg-TextField.gif");
}
.jquery-selectbox.selecthover {
	border-color: #9F7627;
	background-color: #FFFCDF;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 5px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	font-size:20px; line-height:35px; font-family:'GOTHICI', Arial, Helvetica, sans-serif; color:#fff;
	
}

.jquery-selectbox .jquery-selectbox-currentItem:hover {
	text-decoration:underline;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 38px;
	padding: 2px;
	left: 0px;
	background: #fff;
	width: 100px;
	height: auto !important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #316ac5;
	width:169px !important; 
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("images/lay-selectMoreButton.gif");
	width: 36px;
	height: 38px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("images/lay-selectMoreButton.gif");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #316ac5;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block; padding:2px 0;
	cursor: default;
}

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