@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	display:inline-block; //zoom:1; //display:inline;
	height:26px; padding: 0;z-index: 0; margin:0;
	border:#e9dfdc 1px solid; background:#fff;
	border-radius:6px;
}
.select-number-and-counting .jquery-selectbox {top: 8px;}
.jquery-selectbox.selecthover {
	z-index: 700;
	border-color:#816d68;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	white-space: nowrap;
	cursor:pointer;
	display: block;
	overflow: hidden;
	padding:0 0 0 10px;
	margin:0 24px 0 0;
	color:#816d68;
	line-height:26px;
	font-size:14px;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top:27px;
	left:-1px;
	border-radius:3px;
	padding:1px;
	box-shadow:0 5px 18px 0 #d9ccc8;
	border:#fff 1px solid;
	background:#fff;
	width: 100px;height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	line-height:17px;
	color:#666666;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: 0;
	right: 0;
	
	background:url(sel-ico.png) no-repeat center 10px;
	width: 24px;
	height: 26px;
	cursor: pointer;
}
.jquery-selectbox.selecthover .jquery-selectbox-moreButton{
	background-position:center -33px;
}

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

/** ERROR classes **/
form .error .jquery-selectbox {
}