.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height:25px;
	float:left;
	color:#000;
	font:italic 11px/23px helvetica, sans-serif;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 20px;
	display: block;
	width:0;
}
.selectArea a.selectButton {
	position: absolute;
	top:0;
	right:0;
	width:17px;
	height:17px;
	padding:3px 4px 4px 0;
	background: url(/_ui/images/btn-select.gif) no-repeat 0 4px;
	border-right:1px solid #918f90;
}
* html .selectArea a.selectButton {
	right:-1px;
}
* html #aside .selectArea a.selectButton {
	right:0;
}
.selectArea .center{
	height: 23px;
	line-height:23px;
	display:block;
	padding:0 25px 0 15px;
	border:solid #918f90;
	border-width:1px 0 1px 1px;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	display: block;
	z-index:100;
	font-size: 11px;
	padding:1px 0 0;
}
.drop-dif {
	background:#9CC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	height:1%;
	margin:0;
	padding:0;
	overflow:hidden;
	list-style: none;
	border:1px solid #918f8f;
	background:url(/_ui/images/bg-select-drop.png);
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #231f20;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
	background:none;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background:url(/_ui/images/bg-color-box.png);
}
