.outtaHere{
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea{
	position:relative;
	height:28px;
	float:left;
	color:#666;
	font:11px Helvetica, Arial, sans-serif;
	line-height:28px;
	float:right;
}
#footer .selecArea{
	height:24px;
	line-height:24px;
	float:none;
	display:block;
}
.selectArea .left{display:none;}
.selectArea a.selectButton{
	position:absolute;
	top:1px;
	right:1px;
	width:28px;
	height:100%;
	outline:none;
	background:url(images/btn-select.gif) no-repeat;
}
* html .selectArea a.selectButton{right:0;}
#footer .selectArea a.selectButton, .footer .selectArea a.selectButton{
	width:20px;
	height:20px;
	top:2px;
	right:2px;
	background:url(images/btn-select2.gif) no-repeat;
}
.selectArea .center{
	height:28px;
	line-height:28px;
	display:block;
	padding:0 26px 0 15px;
	background:url(images/bg-select.gif) no-repeat;
}
#footer .selectArea .center, .footer .selectArea .center{
	height:24px;
	line-height:24px;
	padding:0 20px 0 10px;
	background:url(images/bg-select2.gif) no-repeat;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible{
	position:absolute;
	display:block;
	z-index:30;
	font:11px Helvetica, Arial, sans-serif;
}
.optionsDivInvisible{display:none;}
.optionsDivVisible .select-top, .optionsDivVisible .select-bottom{
	background:url(images/bg-select-t.png) no-repeat;
	height:6px;
	width:100%;
	overflow:hidden;
	margin-top:3px;
}
.drop-archives .select-top{display:none;}
.optionsDivVisible .select-bottom{
	background:url(images/bg-select-b.png) no-repeat;
	margin:0;
}
.drop-archives .select-bottom{
	background:url(images/bg-select-b2.gif) no-repeat !important;
	height:3px;
	margin:0;
}
.optionsDivVisible ul{
	margin:0;
	padding:0 8px;
	overflow:hidden;
	list-style:none;
	border:1px solid #323232;
	border-width:0 1px;
	background:#1c1c1c;
}
.drop-archives ul{
	background:#fff;
	border-width:0 2px;
	padding:4px 4px 0;
	border-color:#d6d6d6;
}
.optionsDivVisible ul li{
	vertical-align:top;
	height:1%;
	padding:5px 0 2px;
	background:url(images/divider1-h.gif) repeat-x;
}
.drop-archives ul li{
	background:none;
	padding:1px 0;
}
.optionsDivVisible ul li:first-child{
	background:none;
	padding-top:0;
}
.optionsDivVisible a{
	color:#999;
	overflow:hidden;
	display:block;
	height:1%;
	padding:4px 6px 5px;
}
.drop-archives a{
	color:#666;
	padding:4px 6px;
}
.optionsDivVisible a:hover{
	background:url(images/bg-select-hover.gif) repeat-y 50% 0;
	text-decoration:none;
}
.drop-archives a:hover{
	background:#666;
	color:#fff;
}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked{
	float:left;
	width:16px !important;
	height:16px;
	overflow:hidden;
	margin:2px 9px 0 0;
	background:url(images/bg-checkbox.gif) no-repeat;
}
.checkboxAreaChecked{background-position:0 -16px;}