/**
* @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 {
	height:20px;
	border:0px;
}
.elSelect .selected {
	background-color:#e5e5e5 !important;
	color:#000 !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:2px 0 0 6px;
	/*width:117px;*/
	font-weight:bold;
	font-size:12px;
	color:#FFF;	
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	overflow:hidden;
}
.elSelect .dropDown {
	width: 10px;
	height: 20px;
	float: right;
	background:url(../img/dropdown/fraccia.png) no-repeat 0% 0%;
}
.elSelect .optionsContainerTop {
	position:absolute;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div {
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div div {
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	margin:-5px 0 0 0;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div {
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div div {
	width:100%;
	height:5px;
}
.elSelect .optionsContainer {
	position:absolute;
	display:none;
	z-index:500;
}
.elSelect .option {
	padding:4px 0 5px 5px;
	background-color:#FFF;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}
.elSelect .disabled {
	background-color:#F00;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	color:#90A4AA;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}
.icon_it {
	background:url(../img/loghi/it.gif) no-repeat 4px 50%;
	padding-left:30px !important;
}
.icon_fr {
	background:url(../img/loghi/fr.gif) no-repeat 4px 50%;
	padding-left:30px !important;
}
.icon_de {
	background:url(../img/loghi/de.gif) no-repeat 4px 50%;
	padding-left:30px !important;
}
.icon_en {
	background:url(../img/loghi/en.gif) no-repeat 4px 50%;
	padding-left:30px !important;
}
