@charset "utf-8";
/*
	styles for select
*/
#phone_select select{
	width:175px;
	height:17px;
}
.cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
	background: url(../images/bg-select-side.png) no-repeat;
}
.cusel select{
	border:none;
	background:none;
}
.cusel { /* общий вид селекта включая стрелку справа */
	height: 17px;
	/*background: url(../images/bg-select-side.png) no-repeat !important;*/
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	margin:5px 8px 0 0;
	float:right;
}
.cuselFrameRight { /* левая чсть селект. обыно скругление и левая граница */
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 100%;
	width:0;
	background-position: right top;
}

.cuselText { /* контейнер для отображенного текста селект */
	font-family: Arial, Helvetica, sans-serif;
	height: 14px;
	padding: 2px 0 0 9px; /* подбираем отступы и высоту для видимого текста в селекте */
	cursor: pointer;
	overflow: hidden;
	position: relative;
	font-size: 11px; 
	position: absolute;
	top: 0;
	left: 0;
	text-shadow:1px 1px rgba(137,137,137,0.75);
}
* html .cuselText { /* высота блока для текста для ие6 */
	height: 22px;
}
.cusel span { /* оформление оптиона */
	float:none;
	font-size: 12px;
	display: block;
	cursor: pointer;
	white-space: nowrap;
	padding: 2px 15px 2px 5px; /* паддинг справа - это отступ текста от ползунка */
	zoom: 1;
	color:#fff
}
.cusel span:hover,
.cusel .cuselOptHover { /* реакция оптиона на наведение */
	background: #889498;
	color: #fff;
}
.cusel .cuselActive { /* оформление активного оптиона в списке */
	background: none;
	color: #889498;
	cursor: default;
}

/*
	styles for focus and hover
*/

.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;
	right:0;
	top: 113%;
	background: #44535a; /* фон выпадающего списка */
	min-width: 100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	width: auto;
}
.cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 5;
}

.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: 25px;
	height: 12px;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 3px;
	cursor: pointer;
	background-position: -21px -26px;
	overflow: hidden;
}

/********************************************************************/
.custom_select_oform,
.custom_select_oform .cuselFrameRight,
.custom_select_oform .jScrollPaneDrag,
.custom_select_oform .jScrollArrowUp,
.custom_select_oform .jScrollArrowDown {
	/*background: url(../images/select_oform_bg.png) no-repeat;*/
}
.custom_select_oform select{
	border:none;
	background:none;
	width:218px;
}
.custom_select_oform.mini select{
	width:107px !important;
}
.custom_select_oform .cusel{ /* общий вид селекта включая стрелку справа */
	height: 28px;
	background: none;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	z-index: 1;
	margin:5px 8px 0 0;
	float:right;
}
.custom_select_oform .cuselFrameRight { /* левая чсть селект. обыно скругление и левая граница */
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 100%;
	width: 36px;
	background-position: right top;
}

.custom_select_oform .cuselText { /* контейнер для отображенного текста селект */
	/*background: url(../images/select_oform_bg.png) no-repeat;*/
	height: 24px;
	width:80%;
	padding:1px 0 0 10px; /* подбираем отступы и высоту для видимого текста в селекте */
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 4;
	font-size: 14px; 
	position: absolute;
	top: 0;
	color:#000;
	left: 0;
}
.custom_select_oform.mini .cusel{
	margin:0 0 0 10px;
}
* html .cuselText { /* высота блока для текста для ие6 */
	height: 22px;
}
.custom_select_oform span { /* оформление оптиона */
	font-size: 14px;
	display: block;
	cursor: pointer;
	white-space: nowrap;
	padding: 2px 15px 2px 5px; /* паддинг справа - это отступ текста от ползунка */
	zoom: 1;
	color:#808080;
	float:none !important;
	/*border-top:2px solid #cdcdcd;*/
}
.custom_select_oform span:first-child{
	border-top:none;
}
.custom_select_oform span:hover,
.custom_select_oform .cuselOptHover { /* реакция оптиона на наведение */
	color: #323232;
	background:none;
}
.custom_select_oform .cuselActive { /* оформление активного оптиона в списке */
	background: none;
	color: #d8d8d8;
	cursor: default;
}

/*
	styles for focus and hover
*/

.custom_select_oform .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
*/
.custom_select_oform .cusel-scroll-wrap { /* контейнер для блока с прокруткой */
	display: block;
	visibility: hidden;
	position: absolute;
	right:0;
	top: 45%;
	padding-top:15px;
	background: #FFF; /* фон выпадающего списка */
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
	border:2px solid #cdcdcd;
	min-width:197px;
}
.custom_select_oform.ololo .cusel-scroll-wrap { /* контейнер для блока с прокруткой */
	display: block;
	visibility: visible;
	position: absolute;
	right:0;
	top: 45%;
	padding-top:15px;
	background: #FFF; /* фон выпадающего списка */
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
	border:2px solid #cdcdcd;
	min-width:197px;
}
.custom_select_oform.mini .cusel-scroll-wrap{
	min-width:107px;
}
.custom_select_oform .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.custom_select_oform.ololo .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 5;
        height: 300px!important;
}
.custom_select_oform.ololo .jScrollPaneContainer .cusel-scroll-pane{
        height: 300px!important;
        overflow-y: scroll!important;
}

.custom_select_oform .jScrollPaneTrack { /* трек для ползунка прокрутки */
	height: 100%;
	width: 7px !important;
	background: #ccc;
	position: absolute;
	top: 0;
	right: 4px;
}
.custom_select_oform .jScrollPaneDrag { /* ползунок */
	position: absolute;
	background-position: -40px -26px;
	cursor: pointer;
	width: 15px !important;
	height: 27px !important;
	right: -4px;
	
}

.custom_select_oform .jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.custom_select_oform .jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.custom_select_oform .jScrollArrowUp { /* стрелка вверх */
	position: absolute;
	top: 0;
	right: 2px;
	width: 26px;
	height: 12px;
	cursor: pointer;
	background-position: -2px -26px;
	overflow: hidden;
}
.custom_select_oform .jScrollArrowDown { /* стрелка вниз */
	width: 25px;
	height: 12px;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 3px;
	cursor: pointer;
	background-position: -21px -26px;
	overflow: hidden;
}



/*new form order begin*/
.new_order_forms .cusel{
	height: 31px;
	width: 208px!important;
	border:1px solid #3c8dbf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 7px #F4F4F4 inset;
	font-family: Arial;
	font-size: 17px;
	color: #212b2f;
	float: none;
	margin: 0;
	background: #fff;
}

.new_order_forms .cuselFrameRight {
    background: url(../images/arrow_cusel_new.png) 0 0 no-repeat;
    height: 9px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 16px;
    z-index: 2;
}

.new_order_forms .cuselText {
	font-family: Arial;
	font-size: 17px;
	color: #212b2f;
	height: 30px;
	line-height: 29px;
	margin-left: 8px;
}
.new_order_forms .cusel .cusel-scroll-wrap{
	background: #fff;
	box-shadow: 0 0 7px #F4F4F4 inset;
	border:1px solid #3c8dbf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	right: -1px;
	top: 35px;
	width: 185px!important;
	padding: 0px 15px 0px 7px;
	min-width: 185px!important;
}
.new_order_forms .cusel .cuselActive {
    font-family: Arial;
	font-size: 17px;
	color: #7b7b7b;
    cursor: default;
}
.new_order_forms .cusel span:hover,
.new_order_forms .cusel .cuselOptHover { /* реакция оптиона на наведение */
	background: none;
	color: #3c8dbf;
	margin-left: 1px;
}

.new_order_forms .cusel span {
    font-family: Arial;
	font-size: 17px;
	color: #212b2f;
	padding: 0px 15px 0px 7px;
	border-bottom: 1px solid #dfdfdf;
	height: 30px;
	line-height: 32px;
	width: 166px !important;
}
.new_order_forms .cusel span:last-child{
	border-bottom: none;
}
.new_order_forms .jScrollPaneContainer{
	width: 200px!important;
}
.new_order_forms .cusel .jScrollPaneTrack {
	background: none;
	width: 6px!important;
	right: 3px!important;
}
.new_order_forms .cusel .jScrollPaneDrag {
    background: #D3D3D3;
    cursor: pointer;
    height: 18px !important;
    position: absolute;
    right: 0px;
    width: 6px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*new form order end*/