/* ******************************************************************************
  *	jQuery Custom Select
  *	Copyright 2009 Gennady Samsonov
  ***************************************************************************** */

select.cselect { visibility:hidden; }

div.select-slctd *, div.select-optns * { margin:0; padding:0; }
div.select-slctd img, div.select-optns img{ border:none; }
div.select-slctd table, div.select-optns table { border-collapse:collapse; empty-cells:show; font-size:1em; }
div.select-slctd table th, div.select-optns table th { vertical-align:top; text-align:left; font-weight:normal; }
div.select-slctd table th, div.select-optns table td { vertical-align:top; }


div.select-slct { position:relative; /*z-index:10;*/ font-size:14px; font-family:arial, verdana, trebuchet, tahoma, sans-serif; }
/* html div.select-slct { width:1em !important; } */
div.select-slctd {
	background:url(../images/i/select.gif) #fff 100% 3px no-repeat;
	height:30px; line-height:34px;
	white-space:nowrap;
	color:#5a5a5a;
	font-size:18px;
	cursor:pointer;
}
div.select-slctd div.select-fix { height:30px; zoom-:1; }
div.select-slctd-active { background-position:100% -46px; }
div.select-focus div.select-slctd { color:#83aa0d; }
div.select-disabled div.select-slctd { background-position:100% -92px; color:#919191; cursor:default; }
div.select-optns { 
	position:absolute; left:0; top:29px; z-index:10;
	border:1px solid #a0c716; border-top-color:#eaf2ac;
	background:#eaf2ac;
	padding:5px 0;
	display:none;
}
div.select-optn {
	padding:3px 4px;
	text-decoration:none;
	white-space:nowrap;
	color:#5a5a5a;
	font-size:16px;
	cursor:pointer;
}
div.select-optn-active { background:#9fc716 !important; color:#fff !important; cursor:default; }
div.select-optn:hover,
div.select-optn.hover { background:#f8f6f4; color:#83aa0d; }
div.select-scrl { height:195px; overflow:auto; }

