.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	border:1px solid #999;
	border-color:#998153;
	float:left;
	font-size:11px;
	line-height:23px;
	padding:0px;
	position: relative;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:0px;
	height:100%;
	display: block;
}
.selectArea .center {
	background: url(../img/bg_select.png) no-repeat right top;
	color:#000;
	height: 18px;
	line-height:18px;
	display:block;
	padding:0 22px 0 4px;
}
.selectArea .center img {margin:1px 4px 0 0;}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	background-color: #dfdfdf;
	border: 1px solid #999;
	display: block;
	font-size: 11px;
	overflow-y:auto;
	position: absolute;
	z-index: 30;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	list-style: none;
	margin:0;
	padding:2px;
}
.optionsDivVisible a {
	color: #666;
	text-decoration: none;
	display: block;
	height:auto;
	padding: 0 1px;
}
.optionsDivVisible a img {
	border:none;
	margin-right:4px;
}
.optionsDivVisible a:hover {
	background-color: #CCC;
	color: #000;
}
/* extra class */
.darksel {
	border-color:#333;
}
.darksel .center {
	background: #666 url(../img/bg_select_dark.png) no-repeat right top;
}
.darksel .center {color:#fff;}
.darksel ul {
	background-color: #999 !important;
	border: 1px solid #666 !important;
}
.darksel a {color: #000 !important;}
.darksel a:hover {
	background-color: #666 !important;
	color: #fff !important;
}
.selectBg {
	background: #D3BE93 url(default.htm);
	border-color:#998153;
}
.selectBg .center {
	background: #D3BE93 url(../img/distributebox-select-bg.png) no-repeat right top;
}
.selectBg ul li a {background: #D3BE93 url(../img/distributebox-select-bg.jpg) no-repeat 0 -20px;}
.selectBg ul li a:hover {background: #D3BE93 url(../img/distributebox-select-bg.jpg) no-repeat 0 -40px;}