.jquery-selectbox {
	position: relative;
	border: 1px solid #876543;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0px 0px 0px 0;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	background: #ffffff;
	width: 54px;
	height: 19px;
}
.jquery-selectbox.selecthover {
	background: #ffffff;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
	padding-top: 2px;
	width: 37px;
	_width: 30px;
	height: 17px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 19px;
	left: -1px;
	background: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #876543;
	border-bottom: 0px solid transparent;
	width: 54px;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(../images/selectBoxChoice.gif);
	width: 17px;
	height: 19px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url(../images/selectBoxChoiceHover.gif);
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #8E6C4A;
	color: #ffffff;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	width: 39px;
	height: 15px;
	padding-top: 3px;
	font-size: 12px;
	padding-left: 15px;
	border-bottom: 1px solid #876543;
	cursor: pointer;
}

#bigSelectBox .jquery-selectbox {
	width: 207px;
}
#bigSelectBox .jquery-selectbox .jquery-selectbox-currentItem {
	width: 188px;
	text-align:left;
	padding-left: 2px;
}
#bigSelectBox .jquery-selectbox .jquery-selectbox-list {
	width: 207px;
}
#bigSelectBox .jquery-selectbox .jquery-selectbox-item {
	width: 205px;
	padding-left: 2px;
}
