.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:14px;
	height:14px;
	background: url(../images/radio.gif) no-repeat;
	margin:0 4px 0 0;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -14px;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:14px;
	height:14px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -14px;}

/* Selects */
.selectArea {
	position: relative;
	height: 20px;
	float:left;
	line-height:20px;
	white-space:nowrap;
}
#header select {width:140px;}
#header .selectArea {
	color:#79a332;
	background:url(../images/header-select-area.gif) no-repeat 100% 0;
	margin:0 10px 0 0;
}
#footer .selectArea {
	width:160px;
	color:#1d6d61;
	background:url(../images/footer-select-area.gif) no-repeat 100% 0;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	display: block;
}
#header .selectArea .left {
	width:9px;
	background:url(../images/header-select-left.gif) no-repeat;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 3px;
	width:15px;
	height:100%;
}
#header .selectArea a.selectButton {
	background:url(../images/header-select-button.gif) no-repeat 0 2px;
}
.selectArea .center{
	height: 20px;
	line-height:20px;
	display:block;
	padding:0 10px 0 9px;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	display: block;
	z-index: 30;
	margin:-1px 0 0 7px;
	background:#fff;
	border:solid #79a332;
	border-width:0 1px 1px;
}
.cs-1-drop {
	border-color:#1d6d61;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	/*padding:2px 2px 2px 8px;*/
	padding:0px;
	list-style: none;
}
.optionsDivVisible a {
	color:#1d6d61;
	display: block;
	height:1%;
	padding: 2px 4px;
	text-decoration:none;
}
.optionsDivVisible a.cat {
	font-weight:bold;
}
.optionsDivVisible a.scat {
	font-style:italic;
	padding-left:8px;
}
.optionsDivVisible a.prod {
	padding-left:16px;
}
.optionsDivVisible a.hide {
	display:none;
}
.optionsDivVisible a:hover {
	color:#fff;
	background:#1d6d61;
}
.optionsDivVisible a span {
	white-space:nowrap;
}
#header .optionsDivVisible a {
	color: #79a332;
}
#footer .optionsDivVisible a {
	color: #1d6d61;
}