@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 22px;
	width: 131px !important;
	z-index: 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c1c1c1;
	padding: 0 0 8px 0; 
}

.jquery-selectbox.selecthover {
	z-index: 700;
}	

.jquery-selectbox .jquery-selectbox-currentItem {
	width: 96px; 
	padding: 0 5px; 
	line-height: 21px; 
	background: url(images/custom-selects.png) no-repeat 0 0; 
	white-space: nowrap;
	display: block;
	overflow: hidden;
	height: 22px;
	margin-right: 25px; 
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 19px;
	/*left: 0px;*/
	background: #fff;
	/*width: 129px !important;*/
	min-width: 129px !important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #c1c1c1;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	background: url(images/custom-selects.png) no-repeat right 0; 
	width: 25px;
	height: 22px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background-position: right -22px; 
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #F6C543;
	color: #000;
}
.jquery-selectbox .jquery-selectbox-item {
	padding: 2px 29px 2px 2px; 
	display: block;
	cursor: default;
}

.jquery-selectbox-disabled { color: #e8e8e8; }
.jquery-selectbox-disabled .jquery-selectbox-moreButton, .jquery-selectbox-disabled .jquery-selectbox-moreButton.morebuttonhover { background-position: right bottom; }
.jquery-selectbox-disabled .jquery-selectbox-currentItem  {  background-position: 0 bottom; }
