/**
* @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:150px;
	height:17px;
	background:url(/imgfiles/select/imgs/select_bg.gif) no-repeat 0% 0%;
}
.elSelect .selected {
	
	background-color: rgb(238,234,229)!important;
	color:rgb(173,161,148)!important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:2px 0 0 6px;
	width:120px;

	font-size: 11px;
	color: rgb(173,161,148);
	overflow:hidden;
}
.elSelect .dropDown {
	width: 20px;
	height: 17px;
	float: right;
	background:url(/imgfiles/select/imgs/select_arrow.gif) no-repeat 0% 0%;
}
.elSelect .optionsContainerTop {
	position:absolute;
	background:url(/imgfiles/select/imgs/top_center.gif) repeat-x 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div {
	background:url(/imgfiles/select/imgs/top_left.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div div {
	background:url(/imgfiles/select/imgs/top_right.gif) no-repeat 100% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	margin:-5px 0 0 0;
	background:url(/imgfiles/select/imgs/bottom_center.gif) repeat-x 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div {
	background:url(/imgfiles/select/imgs/bottom_left.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div div {
	background:url(/imgfiles/select/imgs/bottom_right.gif) no-repeat 100% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainer {
	position:absolute;
	display:none;
}
.elSelect .option {
	padding:4px 0 5px 5px;
	background-color: #fff;
	border-left:solid 1px rgb(173,161,148);
	border-right:solid 1px rgb(173,161,148);
	text-align:left;
	font-size: 11px;
	color: rgb(173,161,148);
}
.elSelect .disabled {
	/*background-color:rgb(238,234,229);*/
	border-left:solid 1px rgb(173,161,148);
	border-right:solid 1px rgb(173,161,148);
	color: rgb(222,214,204);
}
.icon_1 {
	background:url(/imgfiles/select/imgs/icon_1.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}
.icon_2 {
	background:url(/imgfiles/select/imgs/icon_2.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}