/**
* @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:169px;
	height:18px;
	font-family:"Arial", sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	color:#333333;
}
.elSelect .selected {
	background-color:#CCCCCC !important;
	color:#000000 !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:1px 3px 0px 3px;
	width:148px;
	height:15px;
	border:1px solid #858585;
	border-right:none;
	font-size:11px;
	color:#333333;
	overflow:hidden;
}
.elSelect .dropDown {
	width: 12px;
	height: 14px;
	padding:1px 1px 1px 0px;
	float: right;
	background:url(/images/el_select_arrow.gif) no-repeat 0px 1px;
	border:1px solid #858585;
	border-left:none;
	font-size:1px;
}
.elSelect .optionsContainerTop {
	display:none;
}
.elSelect .optionsContainerTop div {
	display:none;
}
.elSelect .optionsContainerTop div div {
	display:none;
}
.elSelect .optionsContainerBottom {
	display:none;
}
.elSelect .optionsContainerBottom div {
	display:none;
}
.elSelect .optionsContainerBottom div div {
	display:none;
}
.elSelect .optionsContainer {
	position:absolute;
	display:none;
	height:240px;
	width:307px;
	overflow:auto;
	z-index:40;
	border:1px solid #858585;
	border-right:none;
}
.elSelect .option {
	padding:2px 0 2px 5px;
	width:285px;
	background-color:#FFFFFF;
	text-align:left;
	font-size:11px;
	color:#333333;
}