.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:15px !important;
	height:16px;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -16px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:14px !important;
	height:14px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -14px;}

/* Selects */
.selectArea {
	position: relative;
	height: 26px;
	float:left;
	color:#8a867f;
	text-transform:uppercase;
	font-size:12px;
	line-height:26px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:4px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.content .selectArea .left {
	background: url(../images/select-left1.gif) no-repeat;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:29px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.content .selectArea a.selectButton {
	background: url(../images/select-button1.gif) no-repeat;
}
.selectArea .center {
	height: 26px;
	line-height:26px;
	display:block;
	padding:0 28px 0 9px;
	background: url(../images/select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	display: block;
	z-index: 30;
	font-size: 11px;
}

.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style: none;
	border:solid #3c362a;
	border-width:0 1px 1px;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
	padding-top:1px;
	border-top:1px solid #45423d;
}
.optionsDivVisible a {
	color: #9c8c57;
	overflow:hidden;
	position:relative;
	text-decoration: none;
	display: block;
	font-size:14px;
	line-height:16px;
	height:1%;
	padding:4px 5px 4px 13px;
	background:url(../images/bg-drop.png) repeat;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	text-decoration:none;
	background:url(../images/bg-drop-hov.png) repeat;
}