/**
* @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:120px;
	height:25px;
	background:url(/img/prodotti/bg_menu3.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:right;
	padding:2px 0 0 6px;
	width:80px;
	font-size:12px;
	color: white;
	overflow:hidden;
	padding-top: 5px;
	border: 1px none red;
}
.elSelect .dropDown {
	width: 30px;
	height: 25px;
	float: left;
	background:url(lens_news.jpg) no-repeat 0% 0%;
}
.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;
}
.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;
	*/
}
