.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height:24px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:24px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:5px;
	height:100%;
	background: url(select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background:url(select-button.gif) no-repeat 100% 0;

}
.selectArea .center{
	height: 24px;
	line-height:24px;
	display:block;
	padding:0 26px 0 8px;
	background: url(select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.drop-dif {
	background:#9cc;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	border: 1px solid #c9c9c9;
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
	height:1%;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #ededed;
	color: #5e5e5e;
	text-decoration:none;
}
/* Selects filter */
.selectArea.filter {
	position: relative;
	height:30px !important;
	float:left;
	color:#000;
	line-height:30px;
	font-size:13px;
}
.selectArea.filter .left {
	position: absolute;
	top: 0;
	left: 0;
	width:5px;
	height:100%;
	background: url(select-filter-left.gif) no-repeat;
	display: block;
}
.selectArea.filter a.selectButton {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background:url(select-filter-button.gif) no-repeat 100% 0;

}
.selectArea.filter .center{
	height:30px !important;
	line-height:30px;
	display:block;
	padding:0 26px 0 8px;
	background: url(select-filter-center.gif) repeat-x;
}
.selectArea.filter .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible.drop-filter,
.optionsDivVisible.drop-filter {
	position: absolute;
	background-color: #fff;
	display: block;
	z-index: 30;
	font-size: 11px;
	margin:5px 0 0;
}
.drop-dif.drop-filter {
	background:#9cc;
}
.optionsDivInvisible.drop-filter {display: none;}
.optionsDivVisible.drop-filter ul {
	border: 1px solid #c9c9c9;
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
	height:1%;
}
.optionsDivVisible.drop-filter ul li {
	float:left;
	width:100%;
}
.optionsDivVisible.drop-filter a {
	color:#000 !important;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
	font-size:13px;
}
.optionsDivVisible.drop-filter a img {
	border:none;
	float:left;
}
.optionsDivVisible.drop-filter a:hover {
	background-color:#ededed;
	color:#858484;
	text-decoration:none;
}

/* Selects mm */
.selectArea.selectmm {
	position: relative;
	height:24px !important;
	float:left;
	color:#858484;
	line-height:24px;
	font-size:13px;
}
.selectArea.selectmm .left {
	position: absolute;
	top: 0;
	left: 0;
	width:5px;
	height:100%;
	background: url(select-mm-left.gif) no-repeat;
	display: block;
}
.selectArea.selectmm a.selectButton {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background:url(select-mm-button.gif) no-repeat 100% 0;

}
.selectArea.selectmm .center{
	height:30px !important;
	line-height:30px;
	display:block;
	padding:0 26px 0 8px;
	background: url(select-mm-center.gif) repeat-x;
}
.selectArea.selectmm .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible.drop-selectmm,
.optionsDivVisible.drop-selectmm {
	position: absolute;
	background-color: #fff;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.drop-dif.drop-selectmm {
	background:#9cc;
}
.optionsDivInvisible.drop-selectmm {display: none;}
.optionsDivVisible.drop-selectmm ul {
	border: 1px solid #c9c9c9;
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
	height:1%;
}
.optionsDivVisible.drop-selectmm ul li {
	float:left;
	width:100%;
}
.optionsDivVisible.drop-selectmm a {
	color:#858484 !important;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
	font-size:13px;
}
.optionsDivVisible.drop-selectmm a img {
	border:none;
	float:left;
}
.optionsDivVisible.drop-selectmm a:hover {
	background-color:#ededed;
	color:#858484;
	text-decoration:none;
}
