/**
* @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:289px;	height:38px; font-size:16px;font-family:Arial, Helvetica, sans-serif; color:#616161;	background:url(home_50.gif) no-repeat 0% 0%; cursor:pointer;}
.elSelect .selected {	background-color:#fff !important;	color:#CC3399 !important;}
.elSelect .clear {clear:both;}
.elSelect .selectedOption {float:left;padding:6px 0 0 5px;	width:230px;font-weight:normal;	font-size:16px;color:#616161;overflow:hidden;}
.elSelect .dropDown {
	width: 34px;
	height: 34px;
	float: right;
	background:url(select_arrow.gif) no-repeat 0% 0%;cursor:pointer;
}
.elSelect .optionsContainerTop {
	position:absolute; z-index:5000;
	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; z-index:5000;
	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; z-index:5000;
	display:none;
}
.elSelect .option {
	padding:6px 0 3px 5px;
	background-color:#ECF1F2;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	text-align:left;
	font-weight:normal;
	font-size:16px;
	color:#496772; cursor:pointer;
}
