.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	height: 25px;
	float: left;
	font:bold 10px Arial, Helvetica, sans-serif;
	position: relative;
	color: #2e8897;
	line-height: 25px;
	text-transform:uppercase;
	margin:5px 0 0;
}
.refine .selectArea {margin:0 0 0 9px; display: inline; color: #333;}
.selectArea .left {
	width: 3px;
	height: 25px;
	margin: 0 !important;
	padding: 0 !important;
	background: url(../images/left-select.gif) no-repeat;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.selectArea a.selectButton {
	display: block;
	float: none;
	width: 100%;
	height: 25px;
	background: url(../images/right-select.gif) no-repeat top right;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	z-index: 4;
	text-indent:-6666px;
	overflow:hidden;
}

.selectArea .center{
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 0 30px 0 3px !important;
	padding: 0 0 0 7px !important;
	overflow: hidden;
	float: none !important;
	background: url(../images/center-select.gif) repeat;
}

.selectArea .disabled {
	width: 100%;
	height: 25px;
	background-color: #2F384E;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

/*Selects drop-down*/
.selectOptions {
	position: absolute;
	background-color: #d7e8f2;
	border: 1px solid #b9d5e6;
	display: block;
	z-index: 10000;
	font-size: 11px;
	overflow: auto;
	height: 180px;
}
.selectOptions ul {
	margin:0;
	padding:2px;
	list-style: none;
}

* html .selectOptions ul {
	float: left;
}
* +html .selectOptions ul {
	overflow: hidden;
}

.selectOptions ul li {
	width: 100%;
}
.selectOptions a {
	color: #2e8897;
	text-decoration: none;
	display: block;
	padding: 2px 4px;
	display: block;
	line-height: normal !important;
	font-weight: normal;
	text-decoration: none;
}
* html .selectOptions a{ height:1%;}
.selectOptions a:hover {
	background-color: #2F384E;
	color: #FFF;
	text-decoration: none;
}
.inner1 .selectOptions a {
	color: #333;
}
.inner1 .selectOptions a:hover{
	background-color: #2f384e;
	color: #fff;
}
