/**
* @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 {
	font-family:Tahoma;
	width:231px;
	height:26px;
	background:url(images/select_bg.gif) no-repeat 0% 0%;
	cursor:pointer;
	user-select:none;
	moz-user-select:none;
	khtml-user-select:none;
}
.elSelect:hover {
	width:231px;
	height:26px;
	background:url(images/select_bgh.gif) no-repeat 0% 0%;
}
.elSelect .selected {
	 background-color: #fff !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
  color:#000000;
  float:left;
  font-family:tahoma;
  font-size:11px;
  overflow:hidden;
  padding:6px 0 0 15px;
  width:185px;
}
.elSelect .dropDown {
	width: 22px;
	height: 26px;
	float: right;
	cursor:pointer;
	background:url(images/select_arrow.gif) no-repeat 0% 0%;
}
.elSelect .dropDown:hover {
	width: 22px;
	height: 26px;
	float: right;
	cursor:pointer;
	background:url(images/select_arrowh.gif) no-repeat 0% 0%;
}
.elSelect .optionsContainer{
  padding-top:2px;
}
.elSelect .optionsContainerTop {
	position:absolute;
	background:url(images/top_center.gif) repeat-x 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div {
	background:url(images/top_left.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div div {
	background:url(images/top_right.gif) no-repeat 100% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	margin:-5px 0 0 0;
	background:url(images/bottom_center.gif) repeat-x 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div {
	background:url(images/bottom_left.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div div {
	background:url(images/bottom_right.gif) no-repeat 100% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainer {
	top:575px;
	width:231px;
	display:none;
	position:absolute;
	z-index: 1;
}
.elSelect .option {
    background-color:#F8F8F8;
    border-left:1px solid #C0C0C0;
    border-right:1px solid #C0C0C0;
    border-top:1px solid #D7D7D7;
    color:#000000;
    font-size:11px;
    cursor:pointer;
    padding:8px 15px;
    text-align:left;
}
.elSelect .disabled {
	background-color:#f8f8f8;
	border-left:solid 1px #c0c0c0;
	border-right:solid 1px #c0c0c0;
	color:#90A4AA;
}


.pre005 {
	background-image: url(images/select_bgh.gif);
}

.pre005 {
	background:url(images/select_arrowh.gif);
}