@CHARSET "UTF-8";

.jquery-selectbox {
	position:relative;
	height:49px;
	width:100% !important;
	z-index:0;
	float:left;
	display:inline;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#ececec;
	color:#3b3b3b;
	font-size:14px;
	text-align:left;
}
.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding:16px 0px 17px 16px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	line-height:normal;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 49px;
	padding:0;
	left: 0;
	background:#ececec;
	width: 100% !important;
	height: auto !important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
}
.jquery-selectbox .jquery-selectbox-list span:first-child {
	background:#e0e0e0;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(../images/select-btn.gif) no-repeat 18px 21px;
	width: 47px;
	height: 49px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	color: #3b3b3b;
	background:#f6f6f6;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:10px 0 10px 16px;
	margin:0;
	cursor:pointer !important;
}