/*
	styles for select
*/
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
	background: url(../images/select_arrow.png) no-repeat center center;
}
.cusel {
	height:25px;
	outline:none;
	background:none;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size:13px;
	z-index: 2;
	padding:8px 15px;
	background:#ebf4eb;
	color:#7d7f80;
	width: 195px !important;}

.white_select.cusel {
	background:#fff;
	border-top:1px solid #d4dce2;	
	border-bottom:1px solid #c8d2d9;
	border-left:1px solid #d4dbe1;
	border-right:1px solid #d4dbe1;
	font-size:12px;}

.cuselFrameRight {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 100%;
	width:32px;
}

.ie7 .cuselFrameRight,
.ie8 .cuselFrameRight {
	height:41px}

.cuselText {
	height:41px;
	padding: 0 0 0 15px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1;	
	line-height:41px;
	text-shadow:none;
	position: absolute;
	top: 0;
	left: 0;
	font-weight:600;
	color:#7d7f80
}

	
* html .cuselText {
	height: 37px;
}
.cusel span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
	padding: 8px 25px 8px 15px;
	zoom: 1;
	font-size:13px;
	font-weight:400;
	color:#666;
	border-right:1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
	border-bottom:1px solid #e5e5e5;
	background:#fff;}

.cusel span:first-child {
	border-top:1px solid #e5e5e5;}


.cusel span:hover,
.cusel .cuselOptHover {
	color: #bfdcbf;}

.cusel .cuselActive,
.cusel .cuselActive:hover {
	color: #777;
	background:#f6f6f6;
	cursor: default;}

/* 	styles for focus and hover */
.cusel:hover .cuselFrameRight,
.cuselFocus .cuselFrameRight {}

.cuselOpen .cuselFrameRight {
	background-image: url(../images/select_arrow_white.png);
	background-position: center center;}

.cuselOpen {
	z-index: 999;
	background:#bfdcbf;}

.cuselOpen .cuselText {color:#fff;}
/* 	styles for scrollbar */
.cusel .cusel-scroll-wrap {
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100%;	
	color:#e5e5e5;
	min-width: 100%;
	width: auto;
	z-index:200;
	text-align:left;
}
.cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.cusel .jScrollPaneTrack {
	height: 100%;
	width: 13px !important;
	background: #5a5957;
	position: absolute;
	top: 0;
	right: 0px;
}
.cusel .jScrollPaneDrag {
	position: absolute;
	background-position: -42px -68px;
	cursor: pointer;
	width: 13px !important;
	height: 56px !important;
	right: 0px;	
}

.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: 0px;
	width: 13px !important;
	height: 12px;
	cursor: pointer;
	background-position: -33px -47px;
	background-color:#212121;
	overflow: hidden;	
}
.cusel .jScrollArrowDown {
	width: 13px !important;
	height: 12px;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 0px;
	cursor: pointer;
	background-position: -33px -13px;
	background-color:#212121;
	overflow: hidden;}