/**
* @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 .canto_direita{
}

.elSelect .selectedOption {
	width: 161px;
	height: 20px;
	float:left;
	font-size:1.2em;
	padding: 6px 0 0 7px;
}

.elSelect .dropDown {
	width: 21px;
	height: 25px;
	float: left;
	background: url(../../../../templates/mec/images/input/seta_select2.gif) no-repeat 0 0;
	cursor: pointer;
}

.elSelect .optionsContainer {
	position: absolute;
	display: none;
	left: 0;
	top: 25px;
	background-color: #EAEFDB;
	padding: 0 0 4px 0;
	z-index: 900;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 200px;
	_height: 150px;
	border: 1px solid #D0DDB0;
	border-top: 0;
}

.elSelect .option {
	padding: 5px 0 4px 7px;
	text-align: left;
	font-size: 1.1em;
}

.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;
}
