/**
* @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:206px;
	height:20px;
	background:url(../images/select_lists/select_bg.gif) no-repeat 0% 0%;
}
.elSelect .selected {
	background-color:#fff !important;
	color:#CC3399 !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:2px 0 0 6px;
	width:177px;
	font-weight:bold;
	font-size:12px;
	color:#496772;
	overflow:hidden;
}
.elSelect .dropDown {
	width: 23px;
	height: 20px;
	float: right;
	background:url(../images/select_lists/select_arrow.gif) no-repeat 0% 0%;
}
.elSelect .optionsContainerTop {
	position:absolute;
	background:url(../images/select_lists/top_center.gif) repeat-x 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div {
	background:url(../images/select_lists/top_left.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div div {
	background:url(../images/select_lists/top_right.gif) no-repeat 100% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	margin:-5px 0 0 0;
	background:url(../images/select_lists/bottom_center.gif) repeat-x 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div {
	background:url(../images/select_lists/bottom_left.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div div {
	background:url(../images/select_lists/bottom_right.gif) no-repeat 100% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainer {
	position:absolute;
	display:none;
}
.elSelect .option {
	padding:4px 0 5px 5px;
	background-color:#ECF1F2;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	color:#496772;
}
.elSelect .disabled {
	background-color:#C0CCCF;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	color:#90A4AA;
}
.icon_1 {
	background:url(../images/select_lists/icon_1.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}
.icon_2 {
	background:url(../images/select_lists/icon_2.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}




/* PAGE HEADER SELECT LISTS */
#page_header .elSelect {
	width:189px;
	height:30px;
	background:url(../images/select_lists/header_select_bg.gif) no-repeat 0% 0%;
}
	#page_header .elSelect .selectedOption {
		float: left;
		padding: 7px 0 0 9px;
		width: 148px;
		font-weight: normal;
		font-size: 12px;
		color: #fff;
		overflow: hidden;
	}
	#page_header .elSelect .dropDown {
		width: 32px;
		height: 25px;
		float: right;
		margin-top: 2px;
		background:url(../images/select_lists/header_select_arrow.gif) no-repeat 0% 0%;
	}
	#page_header .elSelect .optionsContainerTop {
		position:absolute;
		background: #d2dbe5;
		width:100%;
		height:3px;
		font-size: 1px;
	}
		#page_header .elSelect .optionsContainerTop div {
			background: url(../images/select_lists/header_select_top_left.gif) no-repeat 0% 0%;
			width:100%;
			height:4px;
		}
		#page_header .elSelect .optionsContainerTop div div {
			background: url(../images/select_lists/header_select_top_right.gif) no-repeat 100% 0%;
			width:100%;
			height:4px;
		}
	#page_header .elSelect .optionsContainerBottom {
		position:absolute;
		margin:-3px 0 0 0;
		background: #d2dbe5;
		width:100%;
		height:3px;
		font-size: 1px;
	}
		#page_header .elSelect .optionsContainerBottom div {
			background:url(../images/select_lists/header_select_bottom_left.gif) no-repeat 0% 0%;
			width:100%;
			height:4px;
		}
		#page_header .elSelect .optionsContainerBottom div div {
			background:url(../images/select_lists/header_select_bottom_right.gif) no-repeat 100% 0%;
			width:100%;
			height:4px;
		}
	#page_header .elSelect .option {
		padding:7px 0 7px 7px;
		background-color: #d2dbe5;
		border-left: 0px;
		border-right: 0px;
		border-bottom: 1px solid #b1c0d2;
		text-align: left;
		font-weight: normal;
		font-size: 12px;
		color: #114166;
	}
	#page_header .elSelect .selected {
		background-color:#fff !important;
		color:#114166 !important;
	}
	#page_header .elSelect .optionsContainer {
		margin-top: 4px;
		margin-left: 1px;
	}