@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 20px;
	/*border-bottom: dashed 1px #737373;*/
	width: auto;
	z-index: 0;
	float: left;
	display: inline;
	margin: 4px 4px 4px 0;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #737373;
	padding: 0;
}
.jquery-selectbox.selecthover {
	border-color: #9F7627;
	/*background-color: #FFFCDF;*/
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0px 40px 0px 2px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	color: #737373;
	
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 20px;
	padding: 2px;
	left: 0px;
	width: 100px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #737373;
	background: #f8f8f8;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url("/i/index_blocks/custom_select_triangle.gif");
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("/i/index_blocks/custom_select_triangle.gif");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	color: #000;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg-TextFieldError.gif");
}
