@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	display: inline-block;
	width: 135px;
	height: 18px;
	line-height: 18px;
	/*margin: 0 6px 0 0;*/
	padding: 0 0 0px 5px;
	font-size: 9pt;
	
	z-index: 0;

	background-color: #ffffff;
	border: 1px solid #b0afb0;
}
.jquery-selectbox.selecthover {
	background-color: #ffffff;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 18px;
	padding: 5px 0 0 0;
	left: -1px;
	
	width: auto;
	height: auto !important;
	z-index: 1000;
	background: #ffffff;
	border: 1px solid #b0afb0;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url("/images/dd_arrow.png");
	width: 20px;
	height: 18px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url('/images/dd_arrow.png');
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #dedede;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding: 0 0 0 5px;
}
