/**
* @file elSelect.js
* @downloaded from http://www.cult-f.net/2007/12/14/elselect/
* @author Sergey Korzhov aka elPas0
* @site  http://www.cult-f.net
* @date December 14, 2007
* 
*/
body {
	font-family:Tahoma;
	font-size:9px;
	/* background:#fff; */
}
.elSelect {
	width:185px;
	height:20px;
	background:url(/lib/elselect/theme/select_bg.gif) no-repeat 0% 0%;;
}
.elSelect .selected {
    /* background:url(select_bg.gif) no-repeat 0% 0%; */
	background-color:#F5F5F5 !important; 
	color:#000 !important;
	
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	width:177px;
	font-size:9px;
	color:#666666;
	overflow:hidden;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6px;
	cursor: pointer;
}
.elSelect .dropDown {
	width: 0px;
	height: 20px;
	float: right;
	background:url(select_arrow.gif) no-repeat 0% 0%;
	color:#000;
}
.elSelect .optionsContainerTop {
	position:absolute;
	background:url(top.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div {
	/* background:url(top_left.gif) no-repeat 0% 0%; */
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div div {
	/* background:url(top_right.gif) no-repeat 100% 0%; */
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	margin:-3px 0 0 0;
	background:url(bottom.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div {
	/* background:url(bottom_left.gif) no-repeat 0% 0%; */
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div div {
	/* background:url(bottom_right.gif) no-repeat 100% 0%; */
	width:100%;
	height:5px;
}
.elSelect .optionsContainer {
	position:absolute;
	display:none;
	z-index:2;
	margin-top:3px;
}
.elSelect .option {
	padding:4px 0 5px 5px;
	background:url(middle.gif) repeat-y 0%; 
	/* background-color:#FFFFFF; */
	/* border-left:solid 1px #749490; */
	/* border-right:solid 1px #749490; */
	text-align:left;
	font-size:9px;
	color:#666;
	cursor: pointer;
}
.elSelect .disabled {
	background-color:#C0CCCF;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	color:#90A4AA;
}
.icon_1 {
	background:url(icon_1.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}
.icon_2 {
	background:url(icon_2.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}
