@charset "utf-8";
/*
	styles for select
*/
.cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
	background: url(/images/select.png) no-repeat;
	
}
.form_search .cusel,
.form_search .cuselFrameRight,
.form_search .jScrollPaneDrag,
.form_search .jScrollArrowUp,
.form_search .jScrollArrowDown {
	background: url(/images/search_select.png) no-repeat;
	
}
.tel_bl .cusel,
.tel_bl .cuselFrameRight,
.tel_bl .jScrollPaneDrag,
.tel_bl .jScrollArrowUp,
.tel_bl .jScrollArrowDown {
	background: url(/images/city_select.png) no-repeat;
	
}
.cusel { 
	height:23px;
	background-position: left top;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size:11px;
	color:#7d8286;
	outline:0;
	vertical-align:middle;
	margin:0 3px 0 0;
	color:#595959;
	text-align:left; 
}

.header .cusel {z-index:100 !important}

.form_search .cusel {width:165px !important ; height:27px; color:#747474; font-size:12px; }
.tel_bl .cusel {width:165px !important ; height:27px; color:#747474; font-size:12px; }

.cuselFrameRight { 
	position: absolute;
	z-index:2;
	top:0;
	right:-3px;
	height:100%;
	width:22px;
	background-position:100% 0;
}

.form_search .cuselFrameRight { height:100%; width:27px; background-position:right top; }
.form_search .cuselText {padding:3px 0 0 10px; font-size:12px;}

.tel_bl .cuselFrameRight { height:100%; width:27px; background-position:right top; }
.tel_bl .cuselText {padding:3px 0 0 10px; font-size:14px; font-weight: bold; color: #5D5D5D;}

.cuselText { 
	height: 20px;
	padding:1px 0 0 7px; 
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	color:#595959;
	font-size:11px;
	line-height:20px; 
	color:#7d8286;
	width:93%;
}
* html .cuselText { 
	height: 22px;
}
.cusel span { 
	display: block;
	cursor: pointer;
/*
	white-space: nowrap;
*/
	padding: 2px 15px 2px 7px;
	zoom: 1;
}
.cusel span:hover,
.cusel .cuselOptHover { 
	background:#ffeab4; 
}
.cusel .cuselActive {
	background: #ffeab4;
	cursor: default;
}

/*
	styles for focus and hover
*/
.cusel:hover,
.cusel:hover .cuselFrameRight,
.cusel:focus,
.cusel:focus .cuselFrameRight,
.cuselFocus,
.cuselFocus .cuselFrameRight { z-index:100 !important;
}

/*
	styles for disabled select
*/
.classDisCusel,
.classDisCusel .cuselFrameRight {
	background-image: url(../images/selects-2-dis.png) !important;
	cursor: default;
}
.classDisCusel .cuselText {
	cursor: default;
}


/*
	styles for scrollbar
*/
.cusel-scroll-wrap { 
	outline:0;
/*
	display: block;
	visibility: hidden;
*/
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index:1000;
	line-height:15px;
	padding:0 3px 0 0;
	margin:-1px 0 0 0;
}

.styled_form .cusel-scroll-wrap {min-width:90%; width:90%; margin:0 5%;}

.cusel .jScrollPaneContainer {
	outline:0;
	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;
}


.cusel_tr { background: url(/images/cusel_tr.png) 100% 0 no-repeat;}
.cusel_tl {background: url(/images/cusel_tl.png) 0 0 no-repeat;}
.cusel-br {padding:0 4px 0 0; background: url(/images/cusel_br.png) 100% 100% no-repeat;}
.cusel-bl {padding:3px 0; background: url(/images/cusel_bl.png) 0 100% no-repeat;}
.cusel-content {background: #fff; margin:0 -4px 0 0; border-left:1px solid #c4c4c4; border-right:1px solid #c4c4c4;}