/**
* @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:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#000000;
}*/
.elSelect {
	width:213px;
	height:28px;
	background:url(select_bg.gif) no-repeat 0% 0%;
	padding-top:5px;
}
.elSelect .selected {
	background-color:#000000 !important;
	color:#ffffff !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:2px 0 0 6px;
	width:177px;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	overflow:hidden;
}
.elSelect .dropDown {
	width: 23px;
	height: 20px;
	float: right;
	margin-right:7px;
	/*background:url(MB-Locations_03.gif)no-repeat top left;*/
	
}
.elSelect .optionsContainerTop {
	position:absolute;
	
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div {
	
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div div {
	
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	margin:-5px 0 0 0;

	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;
	border:solid 1px #ea008a;
	margin-top:10px;
	
}
.elSelect .option {
	padding:4px 0 5px 5px;
	border-bottom:1px solid #ea008a;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	color:#ea008a;
	background-color:#000000;
}
/*.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;
}*/