.select_styled{
	border-top:1px solid #c0b9ae;
	border-left:1px solid #c0b9ae;
	border-right:1px solid #dad4c9;
	border-bottom:1px solid #dad4c9;
	padding:5px;
	}
.inner .select_styled{
	background-color: #fff;
	max-width: 280px;
    word-wrap: break-word;
	/*min-width: 220px;*/
	}
.select_styled_fixed{
	min-width:220px;
}	
.classDisCusel{background-color: #eaeaea !important; color:#999999;cursor:not-allowed !important;}	
.classDisCusel .cuselFrameRight{background:url(../images/selects1.png) no-repeat -50px 0 !important; }
.cusel .cusel-scroll-wrap,
.cusel .jScrollPaneContainer,
.cusel .cusel-scroll-pane {
	width: 100% !important;
}
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
	background-image:url(../images/selects1.png);
	background-repeat:  no-repeat;
}
.cusel {
	background-position: left top;
/*	display: inline-block;
	float:left;*/
	position: relative;
	cursor: pointer;
	z-index: 2;
	margin-bottom: 5px;
}
.payment-form .cusel {width: 100% !important;}

.cuselFrameRight {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 100%;
	width: 32px;
	background-position: 0 0;
}
.cusel:hover .cuselFrameRight, .cuselFocus .cuselFrameRight {
    background-position: -50px 0;
}
/*.cuselText {
	height: 20px;
	cursor: pointer;
	overflow: hidden;
	line-height:14px;
	text-shadow:none;
}*/
.largePlaceholder .cuselText {
    color:#292929;
    font-size: 13px;
    font-weight: 600;
}

.cusel span {
	display: block;
	cursor: pointer;
	padding: 5px;
    border-top: 1px solid #fff;
    border-bottom:1px solid #b5b5b5;
	overflow: hidden;
}
@media (max-width:479px){
	.cusel span {
		font-size:12px; 
		font-weight:400; 
		text-transform:none;
		padding-left:10px;
		padding-right:5px;
	}
}

.cusel span.last{border-bottom: 0 none;}

.cusel span.cuselActive {cursor: default;}

.cuselOpen {z-index: 999;}

.cuselOpen{
    background: #fff;
    box-shadow: none;
    border:1px solid #949595;
}
.contact-form .select_styled.cuselOpen{padding-left: 18px;}


/* 	styles for scrollbar */
.cusel .cusel-scroll-wrap {
	display: block;
	visibility: hidden;
	position: absolute;
	left: -2px;
	top: 90%;
	
	width: auto;
	z-index:200;
	text-align:left;
    border:1px solid transparent;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
    border:1px solid #b2a896;
    border-top: 1px solid #a79f90;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	background: #fff;
}
	
.cusel .jScrollPaneTrack {
	height: 100%;
	width: 2px !important;
	background: #999;
	position: absolute;
	top: 0;
	right: 4px;
}
.cusel .jScrollPaneDrag {
	position: absolute;
	background-position: -40px -38px;
	cursor: pointer;
	width: 8px !important;
	height: 27px !important;
	right: -2px;
	background-color: #cd171e;
}

.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: 1px;
	width: 13px !important;
	height: 12px;
	cursor: pointer;
	background-position: 0 -34px;
	background-color:#595959;
	overflow: hidden;
}
.cusel .jScrollArrowDown {
	width: 13px !important;
	height: 12px;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 1px;
	cursor: pointer;
	background-position: -13px -34px;
	background-color:#595959;
	overflow: hidden;
}