/**
* @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:167px;
	height:20px;
	font-family:"Arial", sans-serif;
	font-size:12px;
	background-color:#313842;
	color:#B1B9C5;
	border:0;
}
.elSelect .selected {
	background-color:#627684 !important;
	color:#B1B9C5 !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:2px 3px 0 8px;
	width:119px;
	font-size:12px;
	color:#B1B9C5;
	overflow:hidden;
}
.elSelect .dropDown {
	width: 20px;
	height: 20px;
	float: right;
	background:url(/img/buttons/select-arrow.jpg) no-repeat 0% 0%;
}
.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:200px;
	width:167px;
	overflow:auto;
}
.elSelect .option {
	padding:2px 0 2px 5px;
	width:145px;
	background-color:#313842;
	text-align:left;
	font-size:12px;
	color:#B1B9C5;
}