/* DropList */
.hide {display:none; }
.select-wrapper {
	display:block;
	float:left;
	width:230px;
	height:22px;
	background:#f2f2f2;
	border:1px solid #ffffff;
}
.droplist {
	display:block;
	float:left;
	position:relative;
	width:230px;
	height:22px;
	line-height:22px;
	color:#000000;
	font-size:11px;
	margin:0;
	padding:0 0 0 4px;
	/*background:url(../images/bg_droplist.png) top right no-repeat;*/
	border:0px;
}
.droplist.lectors {width:300px;}

.droplist .droplist-value {position:relative; line-height:24px; height:24px; cursor:pointer; z-index:3003; padding:0;}
.droplist-active .droplist-value {}
.droplist .droplist-value div {display:block; float:left; width:140px !important; height:24px; line-height:24px; text-indent:4px; color:#ffffff; font-size:12px; overflow:hidden; font-family:'Trebuchet MS';}
.droplist .droplist-value a {display:block; float:right; width:17px; height:24px; outline:none; text-indent:-9999px; }

.droplist-active {z-index:9999999; border:1px solid #ffffff;}

.droplist .droplist-list {position:absolute; top:26px; left:-1px; padding:4px; width:205px !important; border:1px solid #ffffff; background:#f2f2f2; z-index:3002; overflow:hidden;}
.droplist.lectors .droplist-list {width:292px !important;}
.droplist:focus .droplist-list {display:block; }
.droplist-up .droplist-list {top:auto; bottom:26px; }

.droplist .droplist-list ul {list-style-type:none; padding:0; margin:0;}
.droplist .droplist-list ul li {list-style-type:none; margin:0 0 0 0; padding:0; font-family:'Trebuchet MS';}
.droplist .droplist-list ul li a, .droplist .droplist-list ul li strong {display:block; padding:2px; color:#000000; text-decoration:none; font-size:12px; line-height:14px;}
.droplist .droplist-list ul li a:hover, .droplist .droplist-list ul li a:focus {text-decoration:none; font-weight:bold; font-size:12px; background:#e2e2e2;}
.droplist .droplist-list ul li ul li a {color:#000000; padding:2px 10px 2px 20px; }
.droplist .droplist-list ul li ul li a:hover {color:#000000;}

/* jScrollPane */
.droplist .droplist-list .jspContainer { position:relative; overflow:hidden; z-index:1; width:100% !important; }
.droplist .droplist-list .jspPane { position:absolute; width:142px !important;}
.droplist .droplist-list .jspVerticalBar {position: absolute; top: 0; right: 0; width: 6px !important; height: 100%; background: none;}
.droplist .droplist-list .jspTrack {background: #000000 !important; position:relative; cursor:pointer; width:4px !important; height:148px !important; left:0; border:1px solid #fed369;}
.droplist .droplist-list .jspDrag {background: #fed369 !important; position:relative; cursor:pointer; width:4px !important; height:20px !important; left:0;}