.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 33px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:23px;
	width:292px !important;
	border:1px solid #1f5a8c;
	background:#fff;
}
.quick-select{
	width:178px !important;
	height:18px;
	line-height:18px;
	color:#9a9a9a;
	font-size:12px;
	border:1px solid #1a1a1a;
	background:#000;
	text-align:left;
	margin:0 10px 0 0;
}
.sort-select{
	width:87px !important;
	height:19px;
	line-height:19px;
	color:#fff;
	font-size:10px;
	background:#000 url(../images/sort-select.gif) repeat-x;
	border:0;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:14px;
	height:100%;
	display: block;
}
.selectArea .left{
	width:6px;
}
.sort-select .left{
	background:url(../images/sort-select-left.gif) no-repeat;
	width:3px;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:100%;
	height:100%;
	background: url(../images/select-button.gif) no-repeat 100% 0;
}
.quick-select a.selectButton{
	background:url(../images/quick-select-button.gif) no-repeat 100% 0;
}
.sort-select a.selectButton{
	background:url(../images/sort-select-button.gif) no-repeat 100% 0;
}
* html .sort-select a.selectButton {
	right:-1px;
}
.selectArea .center{
	height:23px;
	line-height:23px;
	display:block;
	padding:5px 26px 5px 14px;
	color:#6d6d6d;
	font:12px/23px Arial, Verdana, sans-serif;
}
.quick-select .center{
	height:18px;
	line-height:18px;
	padding:0 17px 0 6px;
	color:#9a9a9a;
	font:12px/18px Arial, Verdana, sans-serif;
}
.sort-select .center{
	padding:0 14px 0 10px;
	height:19px;
	color:#fff;
	font:10px/19px Arial, Verdana, sans-serif;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background:#fff;
	border:1px solid #1f5a8c;
	display: block;
	z-index: 30;
	font-size:12px;
	width:292px !important;
}
.drop-quick-select{
	border:1px solid #1a1a1a;
	width:178px !important;
	margin:-13px 0 0;
}
.drop-sort-select{
	width:85px !important;
	border:1px solid #0f2d4e;
	border-width:0 1px 1px;
	margin:-16px 0 0;
	background:#000;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.drop-sort-select .optionsDivVisible ul{
	padding:0;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color:#6d6d6d;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 4px 12px;
}
.drop-sort-select a{
	padding: 2px 2px 2px 7px;
	color:#fff;
	font:10px/14px Arial, Verdana, sans-serif;
}
.drop-quick-select a{
	color:#9a9a9a;
	font:12px/16px Arial, Verdana, sans-serif;
	padding: 2px 6px;
}
.drop-quick-select a:hover{
	color:#000;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	text-decoration:none;
}
.drop-sort-select a:hover{
	text-decoration:underline;
}