@charset "utf-8";
/*
        styles for select
*/
.cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
    background: #000;
    outline: none;
}
.cusel { /* общий вид селекта включая стрелку справа */    
    background-position: left top;
    /*display: inline-block;*/
    margin-left: 5px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    z-index: 1;
    height: 27px;    
    min-width: 170px;
    background: url(/image/layout/b-center.png) 0 0 repeat-x;
}
	.client-frm .cusel {
		min-width: 145px;
		height: 20px;
	}

.cuselFrameLeft{
    position: absolute;
    z-index: 2;
    top: 0;
    left: -5px;
    width: 5px;
    height: 27px;
    background: url(/image/layout/b-left.png) 0 0 no-repeat;    
}
	.client-frm .cuselFrameLeft {
		display: none;
	}

.cuselFrameRight {
    position: absolute;
    z-index: 2;
    top: 0;
    right: -26px;
    background: url(/image/layout/bdown.png) 0 0 no-repeat;
    width: 26px;
    height: 27px;
}

.pay-cont .cusel {
	font-size: 11px;
	height: 21px;
	min-width: 148px;	
}

.pay-cont .cuselFrameLeft {
	width: 0;
}

.pay-cont .cuselFrameRight { 
	position: absolute;
	z-index: 2;
	top: 0;
	right: -21px;
	background: url(/image/layout/pay_select_btn.png) 0 0 no-repeat;
	width: 21px;
	height: 21px;
}

.client-frm .cuselFrameRight { 
    position: absolute;
    z-index: 2;
    top: 0;
    right: -22px;
    background: url(/image/layout/bdown2.png) 0 0 no-repeat;
    width: 22px;
    height: 20px;
}

.cuselText { /* контейнер для отображенного текста селект */
    height: 24px;
    padding: 6px 0 0 7px; /* подбираем отступы и высоту для видимого текста в селекте */
    cursor: pointer;
    overflow: hidden;
    z-index: 2;
    font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; /* шрифты */
    position: absolute;
    top: 0;
    left: 0;
}

.showup-cont .cuselFrameRight {
	right: 2px;
	width: 18px;
	height: 14px;
	top: 6px;
	background: url(/image/layout/redesign/forms/select_arrow.png) 0 0 no-repeat;
}
.showup-cont .cuselFrameLeft {
	display: none;
}
.showup-cont .cusel {
	border: 1px solid #00771e;
	font-family: 'PTSans-Narrow';
	margin-left: 0;
}
.showup-cont .cuselText {
	font-family: 'PTSans-Narrow';
}
	.pay-cont .cuselText {
		font-size: 11px;
	}
* html .cuselText { /* высота блока для текста для ие6 */
    height: 22px;
}
.cusel span { /* оформление оптиона */
    display: block;
    cursor: pointer;
    white-space: nowrap;
    padding: 2px 15px 2px 5px; /* паддинг справа - это отступ текста от ползунка */
    zoom: 1;
}
.cusel span:hover,
.cusel .cuselOptHover { /* реакция оптиона на наведение */
    background: #ddd;
    /*color: #fff;*/
}
.cusel .cuselActive:hover{ background: #999; }

.cusel .cuselActive { /* оформление активного оптиона в списке */
    background: #999;
    color: #fff;
    cursor: default;
}

.cusel .level0{font-size: 13px;}

.cusel .level1{font-size: 12px; margin-left: 15px;}

/*
        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);
}*/

.cuselOpen {
    z-index: 999;
}

/*
        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 .cusel-scroll-wrap { /* контейнер для блока с прокруткой */
    display: block;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    outline: none;
    background: #fff; /* фон выпадающего списка */
/*    min-width: 100%;
    width: auto;*/
}
.cusel .jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 100%;
    z-index: 5;
    border: 1px solid #999; /* границы выпадающего спиcка */
}

.cusel .jScrollPaneTrack { /* трек для ползунка прокрутки */
    height: 100%;
    width: 7px !important;
    background: #ccc;
    position: absolute;
    top: 0;
    right: 4px;
}
.cusel .jScrollPaneDrag { /* ползунок */
    position: absolute;
    background-position: -40px -26px;
    cursor: pointer;
    width: 15px !important;
    height: 27px !important;
    right: -4px;

}

.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: 0;
    right: 2px;
    width: 26px;
    height: 12px;
    cursor: pointer;
    background-position: -2px -26px;
    overflow: hidden;
}
.cusel .jScrollArrowDown { /* стрелка вниз */
    width: 22px;
    height: 20px;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 3px;
    cursor: pointer;
    background-position: -21px -26px;
    overflow: hidden;
}