@charset "utf-8";

.lineForm {height:26px; }

.lineForm02 {display:inline-block; width:51px; height:26px; vertical-align:top; }

* html .lineForm02 {display:inline; }

*:first-child+html .lineForm02 {display:inline; }

.cusel-select {width:321px !important; }

.lineForm02 .cusel-select {width:51px !important; }

/*#cuselFrame-search_adress02 {z-index:1 !important; }*/

/*
	styles for select
*/
.cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
	background: url(../images/selects-2.png) no-repeat;
}

.lineForm02 .cusel,
.lineForm02 .cuselFrameRight,
.lineForm02 .jScrollPaneDrag,
.lineForm02 .jScrollArrowUp,
.lineForm02 .jScrollArrowDown {
	background: url(../images/selects-3.png) no-repeat;
}

.cusel { /* общий вид селекта включая стрелку справа */
	height:26px;
	width:321px;
	background-position:left top;
	display:inline-block;
	position:relative;
	cursor:pointer;
	font-size:11px;
}

.lineForm02 .cusel {width:51px; }

.cuselFrameRight { /* левая чсть селект. обыно скругление и левая граница */
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 100%;
	width: 42px;
	background-position: right top;
}

.lineForm02 .cuselFrameRight {background-position: right top; width:20px;}

.cuselText { /* контейнер для отображенного текста селект */
	height: 14px;
	padding: 6px 0 0 9px; /* подбираем отступы и высоту для видимого текста в селекте */
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font: 11px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; /* шрифты */
	position: absolute;
	top: 0;
	left: 0;
	color:#363636;
}

* html .cuselText { /* высота блока для текста для ие6 */
	height: 22px; }
	
.lineForm02 .cuselText {padding: 6px 0 0 8px; }	
	
.cusel span { /* оформление оптиона */
	display: block;
	cursor: pointer;
	white-space: nowrap;
	padding: 2px 15px 2px 5px; /* паддинг справа - это отступ текста от ползунка */
	zoom: 1;
	color: #363636;
}
.cusel span:hover,
.cusel .cuselOptHover { /* реакция оптиона на наведение */
	background: #00a889;
	color: #fff;
}
.cusel .cuselActive { /* оформление активного оптиона в списке */
	background: #d3d3d3;
	color: #008f75;
	cursor: default;
}

/*
	styles for focus and hover

.cusel:hover,
.cusel:hover .cuselFrameRight,
.cusel:focus,
.cusel:focus .cuselFrameRight,
.cuselFocus,
.cuselFocus .cuselFrameRight {
	background-image: url(../images/selects-focus.png);
}*/

/*
	styles for disabled select

.classDisCusel,
.classDisCusel .cuselFrameRight {
	background-image: url(../images/selects-2-dis.png) !important;
	cursor: default;
	color: #ccc;
}
.classDisCusel .cuselText {
	cursor: default;
}
*/

/*
	styles for scrollbar
*/
.cusel-scroll-wrap { /* контейнер для блока с прокруткой */
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	background:#ffffff; /* фон выпадающего списка */
	width:/* auto*/321px !important;
	/*height:92px !important;*/
}

.lineForm02 .cusel-scroll-wrap {width:/* auto*/51px !important;}


.cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 5;
	border: 1px solid #959595; /* границы выпадающего спиcка */
	background:#ffffff; 
	/*height:90px !important;*/
}

.cusel .jScrollPaneTrack { /* трек для ползунка прокрутки */
	height: 100%;
	/*height:65px !important;*/
	width: 7px !important;
	background: #b8b8b8;
	position: absolute;
	top: 0;
	right: 6px;
	/*top:13px !important;*/
}
.cusel .jScrollPaneDrag { /* ползунок */
	position: absolute;
	background-position: -40px -31px;
	cursor: pointer;
	width: 15px !important;
	height: 27px !important;
	right: -4px;
	
}

.lineForm02 .cusel .jScrollPaneDrag {background-position: -36px -31px;}

.cusel .jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.cusel .jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.cusel .jScrollArrowUp { /* стрелка вверх */
	position: absolute;
	top:1px;
	right:3px;
	width:13px !important;
	height: 12px;
	cursor: pointer;
	background-position: -1px -31px;
	overflow: hidden;
}
.cusel .jScrollArrowDown { /* стрелка вниз */
	width:12px !important;
	height: 13px;
	position: absolute;
	top: auto;
	bottom: 0;
	right:4px;
	cursor: pointer;
	background-position: -20px -31px;
	overflow: hidden;
}


.cusel-scroll-pane {width:300px !important; }

.lineForm02 .cusel-scroll-pane {width:31px !important; }
