.jquery-selectbox {
	background:#fff;
	border:1px solid #494949;
	position:relative;
	display:block;
	float:left;
	width:293px;
	height:26px;
	line-height:15px;
	padding:0 26px 0 9px;
	margin:0 0 10px 0;
	color:#000;
	text-align:left;
	font:12px/1.2 Arial, Tahoma, Verdana, Helvetica, sans-serif;
	zoom:1;
}

.smallSelect .jquery-selectbox,
.block.shadowCn .smallSelect .jquery-selectbox {
	width:23px;
	margin-bottom:0;
}

.panelSorting .jquery-selectbox {
	width:173px;
	margin-bottom:0;
}

.searchTour .jquery-selectbox {
	width:160px;
}

.hotelSelect .jquery-selectbox {
	width:135px;
}

.order .left .jquery-selectbox, .order .right .jquery-selectbox {
	width:220px;
}

.block.shadowCn .jquery-selectbox {
	width:179px;
}

.block.shadowCn .jquery-selectbox {
	width:179px;
}

.smiSort .jquery-selectbox {
	background:none;
	border:none;
	width:97px;
	height:17px;
	margin:0 12px 0 0;
	_margin-right:6px;
	padding:0 21px 0 0;
}

.jquery-selectbox.selecthover {
	z-index:700;
}

.jquery-selectbox .jquery-selectbox-currentItem {
	position:relative;
	white-space:nowrap;
	display:block;
	overflow:hidden;
	padding:5px 0 6px 0;
	height:15px;
	line-height:15px;
}

.smiSort .jquery-selectbox .jquery-selectbox-currentItem {
	background:#f7f7f7;
	border:1px solid #fff;
	border-color:#c1c1c1 #fff #fff #c1c1c1;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-size:11px;
	height:14px;
	line-height:14px;
	padding:1px 0 0 4px;
}

.jquery-selectbox .jquery-selectbox-list {
	background:#fff;
	border:1px solid #494949;
	display: none;
	position: absolute;
	top: 26px;
	padding:0;
	left: -1px;
	width: 328px;
	height: 144px;
	max-height: 152px;
	overflow-y:auto;
	_overflow-y:scroll;
	overflow-x:hidden;
	z-index: 1000;
}

.smallSelect .jquery-selectbox .jquery-selectbox-list {
	width: 58px;
}

.panelSorting .jquery-selectbox .jquery-selectbox-list {
	width: 208px;
}

.searchTour .jquery-selectbox .jquery-selectbox-list {
	width:188px;
}

.hotelSelect .jquery-selectbox .jquery-selectbox-list {
	width:163px;
}

.order .left .jquery-selectbox .jquery-selectbox-list, .order .right .jquery-selectbox .jquery-selectbox-list {
	width:248px;
}

.block.shadowCn .jquery-selectbox .jquery-selectbox-list {
	width: 214px;
}

.smiSort .jquery-selectbox .jquery-selectbox-list {
	border:1px solid #c1c1c1;
	width:150px;
	top:17px;
	left:0;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	background:url(../images/select_arrow.gif) center center no-repeat;
	position:absolute;
	top:0px;
	right:0px;
	float:right;
	width:26px;
	height:26px;
	cursor:pointer;
}

.smiSort .jquery-selectbox .jquery-selectbox-moreButton {
	background:url(../images/select_arrow_grey.gif) center center no-repeat;
	width:18px;
	height:17px;
}

.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
}

.jquery-selectbox .jquery-selectbox-item {
	display:block;
	cursor:default;
	color:#494949;
	padding:5px 9px 6px 9px;
}

.smiSort .jquery-selectbox .jquery-selectbox-item {
	padding:1px 4px 2px 4px;
	font-size:11px;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background:#eee;
	color:#494949;
}

.jquery-selectbox .jquery-selectbox-item.optTitle {
	color:#494949;
	font-weight:bold;
}
