.jquery-selectbox {
	position: relative;
	height: 17px;
	border: 1px solid #9d9185;
	width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0;
	font-size: 12px;
	font-family: Tahoma, Verdana, Geneva, Arial;
	color: #9d9185;
	padding: 1px;
}
.jquery-selectbox.selecthover {
	border-color: #9d9185;
	background-color: #FFFFFF;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 19px;
	padding: 2px;
	left: 0px;
	background: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #9d9185;
}
#az_product_option select {
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url("../images/az_select_button.gif");
	width: 17px;
	height: 17px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #87683d;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
}
