@CHARSET "UTF-8";

.jquery-selectbox {

}
.jquery-selectbox.selecthover {
background:url('../lay-gfx/bg-select.jpg') no-repeat;padding:1px 0 4px 9px;
	z-index: 700 !important;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-currentItem.currenthover {
    cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 24px;
	padding: 2px 0 0 10px;
	left: 0px;
	background:#F0F0F0;
	width: 99% !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 .jquery-selectbox-item.listelementhover {

}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

