@CHARSET "UTF-8";

.jquery-selectbox {

}
.jquery-selectbox.selecthover {
background:url('../lay-gfx/bg-select.jpg') -44px 0 no-repeat;padding:1px 0 4px 9px;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
float:left;
}

.jquery-selectbox .jquery-selectbox-currentItem.currenthover {
    cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 23px;
	padding: 2px 0 0 0;
	left: 0px;

	background:#AD0A0A;
	width: 94px !important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	


}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;*/

	float: right;
	width: 22px;
	height: 22px;
	margin:0 10px 0 0;
	cursor: pointer;	
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {

}
.jquery-selectbox-item {cursor:pointer;}
.jquery-selectbox .jquery-selectbox-item.listelementhover {

}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	padding:2px 0 1px 10px;
}

