@CHARSET "UTF-8";

.jquery-selectbox {
    background-image: url("../images/selectbox/jquery-selectbox-bg.png");
    display: inline;
    float: left;
    font-size: 12px;
    height: 23px;
    margin: 0 0 7px;
    padding: 4px 0 0 4px;
    position: relative;
    width: 217px !important;
    z-index: 0;
}
.jquery-selectbox.selecthover {
	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 {
    background: none repeat scroll 0 0 #FFFCDF;
    border: 1px solid #CCCCCC;
    display: none;
    height: 65px !important;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2px;
    position: absolute;
    top: 28px;
    width: 216px !important;
    z-index: 1000;
}
.jquery-selectbox .jquery-selectbox-moreButton {
    background-image: url("../images/selectbox/selectMoreButton.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 27px;
    left: 0;
    position: absolute;
    top: 0;
    width: 221px;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
    background-position: 0 -28px;
}

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