/**
* @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
*
*/

.elSelect {
    width:207px;
    height:26px;
    background:url(select_bg.gif) no-repeat 0% 0%;
}

.elSelect .selected {
	background-color:#EFF5F0 !important;
	color:#7e7e7e !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:7px 0 0 12px;
	width:171px;
	height:13px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#7E7E7E;
	overflow:hidden;
}
.elSelect .dropDown {
	width: 22px;
	height: 26px;
	float: right;
	background:url(select_arrow.gif) no-repeat 0% 0%;
}
.elSelect .optionsContainerTop {
	position:absolute;
	border-top:solid 1px #AECBC4;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div {
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div div {
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	margin:0 0 0 0;
	border-top:solid 1px #AECBC4;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div {
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div div {
	width:100%;
	height:5px;
}
.elSelect .optionsContainer {
    position:absolute;
    display:none;
    z-index:1000;
}
.elSelect .option {
	padding:4px 0 5px 12px;
	background-color:#fff;
	border-left:solid 1px #AECBC4;
	border-right:solid 1px #AECBC4;
	text-align:left;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#7E7E7E;
}
.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;
}
