/**
* @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:183px;
	height:28px;
	background:url(select_bg.gif) no-repeat 0% 0%;
}
.elSelect .selected {
	background-color:#ECF1F2 !important;
	color:#3e5275 !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:5px 0 0 6px;
	width:149px;
	font-weight: normal;
	font-size:12px;
	color:black;
	overflow:hidden;
}
.elSelect .dropDown {
	width: 28px;
	height: 28px;
	float: right;
	background:url(select_arrow.gif) no-repeat 0% 0%; 
}
.elSelect .optionsContainerTop {
	position:absolute;
	/* background:url(top_center.gif) repeat-x 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:-5px 0 0 0;
	/* background:url(bottom_center.gif) repeat-x 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;
	max-height: 300px; 
	overflow: auto;
	padding: 3px 0px 3px 0px; 
	 background-color: white;  
	border-left: 2px solid #c6c5c3;
	border-top: 1px solid #c6c5c3;
	border-right: 1px solid #c6c5c3;
	border-bottom: 2px solid #c6c5c3;
	z-index: 20;
	/*
	-moz-border-radius: 1em 0em 0em 1em;
	border-radius: 1em 1em;
*/

}
.elSelect .option {
	padding:4px 0 5px 5px;
	background-color:white;
	/* border-left:solid 1px #749490; */
	/* border-right:solid 1px #749490; */
	text-align:left;
	font-weight: normal;
	font-size:12px;
	color:#496772;
	position: relative;
}
.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 5px;
	padding-left:20px !important;
}
.icon_2 {
	/* background:url(icon_2.gif) no-repeat 4px 5px; */
	padding-left:20px !important;
}
.select_line 
{
	margin-bottom: 4px;
	z-index: 20;
}
