.has_sb{position:absolute;left:-999999em;text-indent:-999999em}
.selectbox{width: 113px !important;display:inline-block;*display:inline;font-size:13px;position:relative;vertical-align:middle;zoom:1}

*+html .selectbox .display{background:#434343 url(../img/select_arrow.gif) no-repeat 90px center}
*+html .selectbox.focused .display{background: #585858 url(../img/select_arrow.gif) no-repeat 90px center}

*html .selectbox .display{background:#434343 url(../img/select_arrow.gif) no-repeat 90px center}
*html .selectbox.focused .display{background: #585858 url(../img/select_arrow.gif) no-repeat 90px center}

.selectbox .display{
	font-family: "times new roman", times, serif !important;
	background:#ffffff url(../images/select_arrow.gif) no-repeat right center;
	color:#fff;
	letter-spacing: 1px;
	padding-right: 10px;
	cursor:default;
	display:block;
	font-weight:100;
	height: 28px;
	line-height: 28px;
	overflow:hidden;
	outline:none;
	position:relative;
	text-decoration:none;
	overflow:hidden;
	float: left;
	border: 1px solid #aca28f
}
.selectbox.disabled .display{color:#fff}
.selectbox.focused .display{
	background: #d3cec3 url(../img/select_arrow.gif) no-repeat right center;
	color:#fff;
	display:inline-block;

*display:inline;		zoom:1;
	z-index: 99999;
	border: 1px solid #aca28f
}
.selectbox .value, .selectbox .display .arrow_btn{display: none}
.selectbox.items{
	font-family: "times new roman", times, serif;
	color:#000;
	font-weight: normal;
	background:#e0ded4;
	border: 1px solid #aca28f;
	display:block;
	list-style-type:none;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0 0 0 0;
	z-index:99999
}
.selectbox.items li{display:block;margin:0;padding:0;white-space:nowrap}
.selectbox.items li.first{margin-top:0}
.selectbox.items li>.item{
	color:#fff;
	cursor:default;
	display:block;
	padding:8px 6px 7px 6px;
	text-decoration:none;
	border-top: 1px solid #aca28f
}
.selectbox.items li.first>.item{border: none}
.selectbox.items li>.item>.text{display:inline-block;*display:inline;zoom:1}
.selectbox.items li.selected>.item{
	color:#fff;
	background: #d3cec3
}
.selectbox.items li.disabled>.item{color:#999}
.selectbox.items li.hover>.item{
	color:#fff;
	background: #d3cec3
}
.selectbox.items .value{display:none}
.selectbox.items .optgroup .items{border:none;margin:0;padding:0}
.display.adults, .display.children {width: 103px !important;padding:0 5px 0 5px}
.selectbox.items .optgroup>.label{cursor:default;line-height:1em}
.selectbox.items .optgroup .items li>.item{padding-left:1em}
.selectbox .round_sb.display{padding: 1px 7px 1px 7px}
.selectbox.round_sb.items>li>a{padding:4px 6px}
