/**
* @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:200px;
	height:25px;
	background:url(/img/bg_combo_scuro.jpg) no-repeat 0% 0%;
	font-size:12px;
	color: white;
}
.elSelect .selected {
	background-color:#ACCE9B !important;
	color:#5B7D4A !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:2px 0 0 6px;
	width:125px;
	font-size:12px;
	color: white;
	overflow:hidden;
	padding-top: 5px;
	margin-left: 37px;
	border: 1px none red;
	cursor: pointer;
}
.elSelect .dropDown {
	width: 14px;
	height: 17px;
	float: right;
	margin-right: 10px;
	margin-top: 4px;
	background:url(/img/prodotti/bt_menu_scuro.jpg) no-repeat 0% 0%;
	cursor: pointer;
}
.elSelect .optionsContainerTop {
	position:absolute;
	/*background:url(top_center.gif) repeat-x 0% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div {
	/*background:url(top_left.gif) no-repeat 0% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div div {
	/*background:url(top_right.gif) no-repeat 100% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	margin:-5px 0 0 0;
	/*background:url(bottom_center.gif) repeat-x 0% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div {
	/*background:url(bottom_left.gif) no-repeat 0% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div div {
	/*background:url(bottom_right.gif) no-repeat 100% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .optionsContainer {
	position:absolute;
	display:none;
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}
.elSelect .option {
	padding: 4px 0 5px 5px;
	background-color:#5B7D4A;
	text-align:left;
	font-size:12px;
	color: #ACCE9B;
}
.elSelect .disabled {
	/*
	background-color:#C0CCCF;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	color:#90A4AA;
	*/
}