/**
* @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 {
	font-family:arial;
	font-size:11px;
	color:#9c866a;
	width:180px;
	height:17px;
	background:url(../img/select/select_bg.gif) no-repeat 0% 0%;
}
.elSelect135 {
	font-family:arial;
	font-size:11px;
	color:#9c866a;
	width:135px;
	height:17px;
	background:url(../img/select/select_bg135.gif) no-repeat 0% 0%;
}

.elSelect .selected, .elSelect135 .selected {
	background-color:#f7f5ef !important;
	color:#9c866a !important;
}
.elSelect .clear, .elSelect135 .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:1px 0 0 6px;
	width:151px;
	font-weight:bold;
	font-size:11px;
	color:#9c866a;
	overflow:hidden;
}
.elSelect135 .selectedOption {
	float:left;
	padding:1px 0 0 6px;
	width:106px;
	font-weight:bold;
	font-size:11px;
	color:#9c866a;
	overflow:hidden;
}
.elSelect .dropDown, .elSelect135 .dropDown {
	width: 19px;
	height: 17px;
	float: right;
	background:url(../img/select/select_arrow.gif) no-repeat 0% 0%;
}
.elSelect .optionsContainerTop, .elSelect135 .optionsContainerTop {
	position:absolute;
	background:url(../img/select/top_center.gif) repeat-x 0% 0%;
	width:100%;
	height:3px;
}
.elSelect .optionsContainerTop div, .elSelect135 .optionsContainerTop div {
	background:url(../img/select/top_left.gif) no-repeat 0% 0%;
	width:100%;
	height:3px;
}
.elSelect .optionsContainerTop div div, .elSelect135 .optionsContainerTop div div {
	background:url(../img/select/top_right.gif) no-repeat 100% 0%;
	width:100%;
	height:3px;
}
.elSelect .optionsContainerBottom, .elSelect135 .optionsContainerBottom {
	position:absolute;
	margin:-3px 0 0 0;
	background:url(../img/select/bottom_center.gif) repeat-x 0% 0%;
	width:100%;
	height:3px;
}
.elSelect .optionsContainerBottom div, .elSelect135 .optionsContainerBottom div {
	background:url(../img/select/bottom_left.gif) no-repeat 0% 0%;
	width:100%;
	height:3px;
}
.elSelect .optionsContainerBottom div div, .elSelect135 .optionsContainerBottom div div {
	background:url(../img/select/bottom_right.gif) no-repeat 100% 0%;
	width:100%;
	height:3px;
}
.elSelect .optionsContainer, .elSelect135 .optionsContainer {
	position:absolute;
	display:none;
}
.elSelect .option, .elSelect135 .option {
	padding:4px 0 5px 5px;
	background-color:#FFFFFF;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	color:#9c866a;
	cursor:hand;
}
.elSelect .disabled, .elSelect135 .disabled {
	background-color:#C0CCCF;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	color:#90A4AA;
}
.icon_1 {
	background:url(../img/select/icon_1.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}
.icon_2 {
	background:url(../img/select/icon_2.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}