@CHARSET "UTF-8";

.filters .i-find .jquery-selectbox{margin:5px 0 0;}
.filters .params .select-box div.jquery-selectbox div,
.filters .params .select-box div.jquery-selectbox{margin:0;}

.big .jquery-selectbox {width: 155px !important;}
.very_big  .jquery-selectbox {width: 344px !important;}
.middle .jquery-selectbox {width: 104px !important;}
.small .jquery-selectbox {width: 91px !important;}
.min .jquery-selectbox {width: 67px !important;}
.jquery-selectbox {
	position: relative;
	width: 111px !important;
	height:21px;
	z-index: 0;	
	display: inline;	
	font-size: 13px;
	color: #464646;
	padding: 0;
	float:left;
	text-align:left;		
}
.big .jquery-selectbox .jquery-selectbox-select-bg div.sc {width: 138px;}
.very_big  .jquery-selectbox .jquery-selectbox-select-bg div.sc {width: 327px;}
.middle .jquery-selectbox .jquery-selectbox-select-bg div.sc {width: 87px;}
.small .jquery-selectbox .jquery-selectbox-select-bg div.sc{width: 74px;}
.min .jquery-selectbox .jquery-selectbox-select-bg div.sc{width: 50px;}
.jquery-selectbox .jquery-selectbox-select-bg div.sc{
	width: 94px;
	height:21px;
	float:left;
	background: url("/img/det/1/bg/select-cont-bg.gif") repeat-x left top;
	
}
.jquery-selectbox .jquery-selectbox-select-bg div.sl{
	width: 9px;
	height:21px;
	float:left;
	background: url("/img/det/1/bg/select-left.png") no-repeat left top;	
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/det/1/bg/select-left.png');
}
.jquery-selectbox .jquery-selectbox-select-bg div.sr{
	width: 8px;
	height:21px;
	float:left;
	background: url("/img/det/1/bg/select-right.png") no-repeat left top;	
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/det/1/bg/select-right.png');
}
.jquery-selectbox .jquery-selectbox-select-bg {
	position: absolute;	
	width: 100%;
	height:21px;
	left:0;
	top:0;
	z-index: 1100;		
}
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 2px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	position:relative;
	z-index:1111;
}
.big .jquery-selectbox .jquery-selectbox-list{width: 151px !important;}
.very_big .jquery-selectbox .jquery-selectbox-list{width: 341px !important;}
.middle .jquery-selectbox .jquery-selectbox-list{width: 101px !important;}
.small .jquery-selectbox .jquery-selectbox-list{width: 88px !important;}
.min .jquery-selectbox .jquery-selectbox-list{width: 64px !important;}
.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 15px;
    _font-size:16px;
	text-align:left;
	padding:5px 0 2px;
	left: 0px;
	background: #fff;
	width: 108px !important;	
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #c8c8c8;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("/img/det/1/bg/select-icon.png");
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/det/1/bg/select-icon.png');	
	width: 21px;
	height: 21px;
	cursor: pointer;
	position:relative;
	z-index:1110;	
	
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("/img/det/1/bg/select-icon.png");
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/det/1/bg/select-icon.png');	
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #fece8a;
	color: #464646;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: pointer;		
	padding:0 2px;	
    font-size:13px;
}

