@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 29px;
	border: 0;
	width: 70px !important;
	z-index: 0;
	float: left;
	display: inline;
	margin: 10px 10px 0 10px !important;
	font-size: 15px;
	font-family: martinligregular;
	line-height:22px;
	color: #444;
	padding: 0 0 0 3px;
}
.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 6px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-currentItem:hover {
	color: #241303;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 41px;
	padding: 0;
	right: -10px;
	background: #e0b77c;
	width: 89px !important;
	height: 62px !important;
	border-radius: 0;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	cursor: pointer;
	box-shadow: 0 2px 2px #999;
}
.jquery-selectbox .jquery-selectbox-moreButton:before {
	content: '\25BC';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 2.4;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	width: 20px;
	height: 28px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	color: #fff;
	background-color: #EEC78F;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: pointer;
	padding: 5px 5px 5px 13px;
	margin: 2px 0;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg_textfielderror.gif");
}

