@charset "utf-8";
/*
	styles for select
*/
.cusel,
.jspContainer,
.cusel-scroll-wrap,
.jspScrollable:focus  {
	outline: none;
}
/*
.cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
	background: url(../images/select_big.png) no-repeat;
}
*/
.cusel { 
	height: 47px;
	border: 1px solid #a1a1a1;
    color: #888888;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	z-index: 11;
	margin: 10px 0 0;
	border-radius: 4px;
	background: #ffffff;
	width:179px;
}

.cuselFrameRight {
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 17px;
	height: 100%;
	width: 50px;
	width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    
    border-top: 9px solid #a1a1a1;
}
.cusel:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 47px;
	background: #a1a1a1;
	right: 47px;
}

.select_small.cusel .cuselFrameRight,
.select_small.cusel .cuselFrameRight:hover,
.select_small.cusel .cuselFrameRight:active {
	width: 13px;
	background-position: right top;
}

.cuselText { 
	height: 16px;
	padding: 12px 25px 3px 22px; 
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-family: "PT Sans",sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	color: #020202;
	
}
.select_small.cusel .cuselText {  
	padding: 3px 0 3px 10px; 
}
* html .cuselText { 
	height: 82px;
	
}
.cusel span {
	display: block;
	cursor: pointer;
	padding: 3px 15px 3px 22px; 
	zoom: 1;
    font: 18px/18px "PT Sans",sans-serif;
    color: #888787;
	
}
.cusel span:hover,
.cusel .cuselOptHover { 
	color: #e94416;
	
}
.cusel .cuselActive { 
	color: #6aa400;
	box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
	text-decoration: none;
	cursor: default;
}


.cuselOpen {
	z-index: 999;
}

/*
	styles for disabled select
*/
.classDisCusel,
.classDisCusel .cuselFrameRight {
	background-image: url(../images/select_big.png) !important;
	cursor: default;
	color: #ccc;
}
.classDisCusel .cuselText {
	cursor: default;
}


/*
	styles for scrollbar
*/
.cusel .cusel-scroll-wrap { 
	display: block;
	visibility: hidden;
	position: absolute;
	left: -1px;
	top: 48px;
	background: #fff;
	width: 100%;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	background-color: #ffffff;
	border: 1px solid #a1a1a1;
	overflow: hidden;
	z-index: 5;
	text-align: left;
	color: #666563;
	padding:0 0 0 0;
	border:1px solid #a1a1a1;
	border-radius: 4px;
}
