/**
* @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:Tahoma;
	font-size:11px;
	background:#fff;
}
.elSelect {	width:132px;
	height:22px;
	background:url(select1_back.jpg) no-repeat 0% 0%;
}
.elSelect .selected {
	background-color:#fff !important;
	color:#572f08 !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:4px 0 0 6px;
	height:17px;
	width:100px;
	font-weight:bold;
	font-size:12px;
	color:#572f08;
	overflow:hidden;
}
.elSelect .dropDown {
	width: 19px;
	height: 22px;
	float: right;
	background:url(select1_ss.jpg) no-repeat 0% 0%;
}
.elSelect .optionsContainerTop {
	position:relative;
	background:url(top_center.jpg) repeat-x 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div {
	background:url(top_left.jpg) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div div {
	background:url(top_right.jpg) no-repeat 100% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom {
	position:relative;
	margin:-5px 0 0 0;
	background:url(bottom_center.jpg) repeat-x 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div {
	background:url(bottom_left.jpg) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div div {
	background:url(bottom_right.jpg) no-repeat 100% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainer {
	position:relative;
	display:none;
	z-index:4 !important;
}
.elSelect .option {
	padding:4px 0 5px 5px;
	background-color:#fff;
	border-left:solid 1px #d1d1d1;
	border-right:solid 1px #d1d1d1;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	color:#496772;
}
.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;
}