@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
/*	height: 16px;*/
	z-index: 0;
	float: left;
	
/*	margin: 0px 4px 7px 0;*/
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
}
.jquery-selectbox.selecthover {
	border-color: #9F7627;
	background-color: #FFFCDF;
	background-image: url("img/bg-TextFieldFocused.gif");
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
/*	padding: 3px 0px 0px 3px;*/
	white-space: nowrap;
	display: block;
	overflow: hidden;
	line-height:13px;
	_line-height:15px;
	padding-left:2px;
	}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 16px;
	padding: 2px;
	left: 0px;
	background: #fffcdf;
	width: 100px;
/*	height: 120px;*/
	height:auto!important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #d2ad63;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("img/bg_select.jpg") no-repeat;
	_background: url("img/bg_select_fixie6.jpg") no-repeat;
	width: 14px;
	height: 13px;
	_height: 15px;
	cursor: pointer;
}
.ie6fix .jquery-selectbox-moreButton {
	background: url("img/bg_select.jpg") no-repeat;
	_background: url("img/bg_select_fixie6.jpg") no-repeat;
	width: 14px!important;
	height: 13px!important;
	_height: 15px!important;

}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("img/bg_select.jpg") no-repeat;
	_background: url("img/bg_select_fixie6.jpg") no-repeat;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #ffe3a6;
/*	color: #eee;*/
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding-left:2px;
}

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






