.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:12px !important;
	height:12px;
	overflow: hidden;
}
.options-form .radioArea,
.options-form .radioAreaChecked{
	background: url(../images/bg-radio.gif) no-repeat 0 -12px;
	margin:7px 4px 0 0;
	display:inline;
}
.options-form .radioAreaChecked {background-position: 0 0;}

.main-form .radioArea,
.main-form .radioAreaChecked{
	background: url(../images/bg-radio.gif) no-repeat -12px -12px;
	margin:2px 4px 0 0;
	display:inline;
}
.main-form .radioAreaChecked {background-position: -12px 0;}
/* Selects */
.selectArea {
	position: relative;
	z-index:10;
}
.compare-select{
	float:right;
	width:134px;
	color:#373846;
	height: 22px;
	font-size:13px;
	line-height:15px;
}
.date-select{
	width:53px;
	float:left;
	margin:0 4px 0 0;
	height:22px;
	color:#000;
	font-size:12px;
	line-height:14px;
}
.last-select{
	margin:0;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	display: block;
}
.compare-select .left{
	background:url(../images/bg-select-left.gif) no-repeat;
	width:5px;
}
.date-select .left{
	background:url(../images/bg-select-left.gif) no-repeat;
	width:5px;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	height:100%;
}
.compare-select a.selectButton{
	background:url(../images/bg-select-right.gif) no-repeat;
	width:14px;
}
.date-select a.selectButton{
	background:url(../images/bg-select-right.gif) no-repeat;
	width:14px;
}
.selectArea .center{
	display:block;
}
.compare-select .center{
	padding:3px 14px 0 5px;
	height: 19px;
	line-height:16px;
	background:url(../images/bg-select-center.gif) repeat-x;
}
.date-select .center{
	padding:3px 14px 0 5px;
	height: 19px;
	line-height:16px;
	background:url(../images/bg-select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #2e2e2e;
	display: block;
	z-index: 30;
}
.drop-compare-select {
	background:#f7f7f7;
	font-size:13px;
	line-height:15px;
	margin:-1px 0 0;
	width:132px !important;
	border:1px solid #acadb2;
}
.drop-date-select {
	background:#f7f7f7;
	font-size:13px;
	line-height:15px;
	margin:-1px 0 0;
	width:51px !important;
	border:1px solid #acadb2;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.drop-compare-select a{
	color:#373846;
}
.drop-date-select a{
	color:#373846;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.drop-compare-select a:hover{
	background-color: #fff !important;
	text-decoration:none;
}
.drop-date-select a:hover{
	background-color: #fff !important;
	text-decoration:none;
}
