.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 22px;
	float:left;
	font:110% Arial, Verdana, sans-serif;
	color:#0082c6;
	text-transform:none;
	border:1px solid #999;
	background-color: #fff;
	padding: 0 !important;
}
.inner3 .selectArea {float:left;}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:19px;
	height:100%;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 2px;
	right:2px;
	width:18px;
	height:100%;
	background: url(../img/select-button.gif) no-repeat;
}
.selectArea .center{
	height:100%;
	line-height:22px;
	display:block;
	padding:0 22px 0 10px;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	border: 1px solid #999;
	display: block;
	z-index: 30;
	font-size: 100%;
	overflow: scroll;
}
.c-sort-panel .optionsDivVisible { margin-top:-10px !important;}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding: 0 0 0 10px;
	list-style: none;
}
.optionsDivVisible a {
	color: #0082c6;
	text-decoration: none;
}
.optionsDivVisible a:hover {text-decoration:none;}
