@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 26px;
	width: 160px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0 4px 0 3px;
	font-size: 22px;
	line-height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	color: #5b3b14;
	padding: 0;
}
.supplier .jquery-selectbox {
	font-size: 18px;
}
.jquery-selectbox.selecthover {
	border-color: #9F7627;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 26px;
	padding: 0;
	left: 0px;
	background: #e5d38f;
	width: 150px;
	height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #d2ad63;
	border-top: none;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("select-button.gif");
	width: 23px;
	height: 26px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("select-button.gif");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #5b3b14;
	color: #fff;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	padding: 0;
	cursor: default;
	padding-right: 23px;
}
