@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative !important;
	height: 18px;
	width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	padding: 0;
}
.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {background:url(../images/bg-select.png) left top no-repeat;width:282px;padding:0 20px 0 8px;height: 18px;display: block;line-height: 18px;text-align: left;overflow:hidden;cursor: pointer;font-size: 10px;color: #525252;}
.jquery-selectbox .jquery-selectbox-list {display: none;position: absolute;top: 16px;left: 0px;background: #fff;width: 306px;z-index: 1000;border: 1px solid #C9C8C8;max-height:154px;overflow: auto;}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../images/lay-selectMoreButton.gif");
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../images/lay-selectMoreButtonHover.gif");
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {background: #d6d9e2;}
.jquery-selectbox .jquery-selectbox-item {font-family:'citroen_regular';display: block;line-height: 15px;font-size:9px;cursor: pointer;padding: 4px 8px;}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../images/bg-TextFieldError.gif");
}
