/**
* @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: 150px;
	height:18px;
	background: url(../img/dropdown/custom-dropdown.gif) no-repeat;
	position: relative;
	margin-top: 0;
}

body#home .elSelect {
	background: url(../img/pink_dropdown.gif) no-repeat;
	width: 184px;
	height: 21px;
}

body#home div#join-us .elSelect {
	background: url(../img/green-dropdown.gif) no-repeat;

}

.elSelect .selected {
	background-color:#efefef !important;
	color:#CC3399 !important;
	z-index: 51;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:2px 0 0 6px;
	width: 120px;
	font-weight:normal;
	font-size:10px;
	color:#969696;
	overflow: hidden;
	line-height: 14px;
	font-family: Courier, "Courier New", monospace;
	white-space: nowrap;
}

body#home div#join-us .elSelect .selectedOption {
	font-family:tahoma;
	font-size:11px;
	line-height:16px;
	opacity:0.99;
	width:150px;
}

body#home .elSelect .selectedOption {
	width: 140px;
	line-height: 16px;
	font-size: 12px;
	color: #e6e9d1;
	opacity: .99;
}

body#home #join-us .elSelect .selectedOption {

}

.elSelect .dropDown {
	background:transparent url(../img/dropdown/custom-dropdown.gif) no-repeat scroll -132px 0;
	float:right;
	height:18px;
	width:18px;
	cursor: pointer;
	position: relative;
}
.elSelect .dropDown {
	background:transparent url(../img/pink_dropdown.gif) no-repeat scroll -184px 0;
	float:right;
	height:21px;
	width:21px;
	cursor: pointer;
	position: relative;
}


.elSelect .optionsContainerTop {
	position: absolute;
	background: none;
	width:100%;
	height: 0px;
}
.elSelect .optionsContainerTop div {
	background: #fff;
	width:100%;
	height: 0px;
}
.elSelect .optionsContainerTop div div {
	background: #fff;
	width:100%;
	height: 0px;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	margin:0 0 0 0;
	background: #fff;
	width:100%;
	height: 0px;
	line-height: 0; overflow: hidden;
}
.elSelect .optionsContainerBottom div {
	background: #fff;
	width:100%;
	height: 0px;
	line-height: 0; overflow: hidden;
}
.elSelect .optionsContainerBottom div div {
	background: #fff;
	width:100%;
	height: 0px;
	line-height: 0; overflow: hidden;
}
.elSelect .optionsContainer {
	position:absolute;
	display:none;
	z-index: 50;
	border-color:#E6E5E3;
	border-style:solid;
	border-width: 0 0 0 0;
	cursor: pointer;
}

body#home .elSelect .optionsContainer { width: 150px; }

.elSelect .option {
	display: block;
	line-height:12px;
	padding:6px 0 6px 6px;
	background-color:#fff;
	text-align:left;
	font-weight: normal;
	font-size:11px;
	color:#D23586;
	font-family: tahoma, sans-serif;
	text-transform: uppercase;
	border-color:#E6E5E3;
	border-style:solid;
	border-width:1px 0 0;
	cursor: pointer;
	width: 143px;
}

body#home div#join-us .elSelect .option {
	background-color: #7E8739;
	color:#E6E9D1 !important;
}

body#home div#join-us .elSelect .selected {
	background-color:#5E6719 !important;
	color:#E6E9D1 !important;
}

body#home .elSelect .option { width: 150px; }

.elSelect .option:hover {
	background-color:#fff;
}

.elSelect .disabled {
	background-color:#C0CCCF;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	color:#90A4AA;
}
.icon_1 {
	background:url(../img/dropdown/icon_1.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}
.icon_2 {
	background:url(../img/dropdown/icon_2.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}

.dispNone{
	display: none;
}
