@CHARSET "UTF-8";

.nocleg .jquery-selectbox{
	width: 244px !important;
}
.searchPlace .jquery-selectbox{
	width: 164px !important;
}
.jquery-selectbox {
	position: relative;
	height: 26px;
	width: 205px !important;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0;
}
.jquery-selectbox.selecthover {
	border-color: #9F7627;
	background-color: #FFFCDF;
	z-index: 700;
}
.nocleg .jquery-selectbox .jquery-selectbox-currentItem{
	background: transparent url(../images/selectBox/main-long.gif) 0 0 no-repeat;
	width: 204px;
}
.searchPlace .jquery-selectbox .jquery-selectbox-currentItem{
	width: 124px;
}
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 5px 0px 0px 12px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	background: transparent url(../images/selectBox/main.gif) 0 0 no-repeat;
	width: 165px;
	height: 21px;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 22px;
	padding: 2px;
	left: 0px;
	background: #1bb1ff;
	min-width: 205px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
}
.nocleg .jquery-selectbox .jquery-selectbox-list{
	min-width: 212px;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../images/selectBox/arrow.gif");
	width: 28px;
	height: 26px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	opacity: 0.8;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	color: #1bb1ff;
	background-color: #fff;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	font-size:1em;
	line-height:1;
}
