.outtaHere {
	position:absolute;
	left:-3000px;
	display: none;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:13px !important;
	height:13px;
	background: url(../images/bg-radio.gif) no-repeat;
	overflow: hidden;
	margin: 4px 0 0;
}
.radioAreaChecked {background-position: 0 -13px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:12px !important;
	height:12px;
	overflow: hidden;
	background:url(../images/bg-check.gif) no-repeat;
	margin:2px 9px 9px 0;
}
div.review_container div.checkboxArea {
	margin-left: 7px;
}
.checkboxAreaChecked {background-position: 0 -12px;}
/* Selects */
.selectArea {
	position: relative;
	height: 21px;
	float:left;
	color:#494848;
	font:11px/24px Arial, Helvetica, sans-serif;
	margin-right:9px;
	max-width:275px !important;
	overflow:hidden;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:8px;
	height:100%;
	background: url(../images/select-l-1.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:25px;
	height:100%;
	background: url(../images/select-btn.gif) no-repeat;
}
.selectArea .center{
	height: 20px;
	line-height:24px;
	display:block;
	padding:0 20px 0 12px;
	background: url(../images/select-c.gif) repeat-x;
	max-width:260px;
	margin-top:-2px;
}
.selectArea .center img {
	float:left;
}
.selectArea.kitCompDescription .center{
	height: 20px;
	line-height:24px;
	display:block;
	padding: 1px 20px 0 5px;
	background: url(../images/select-c.gif) repeat-x;
	max-width:initial;
	width:100%;
	margin-top:-2px;
    letter-spacing: -0.1px;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible{
	position: absolute;
	background-color: #fff;
	border: 1px solid #C9C9C9;
	display: block;
	z-index: 30;
	font-size: 11px;
	max-height:250px;
	overflow-y:scroll;
	max-width:270px !important;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.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, 
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFF;
	text-decoration:underline;
}
.view-now-box .checkboxArea,
.view-now-box .checkboxAreaChecked {
	float:left;
	width:13px !important;
	height:13px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
	margin:0 5px 0 0;
}
.view-now-box .checkboxAreaChecked {background-position: 0 -13px;}
.select-label {
    float: left;
    margin-right: 2px;
 }
.selectArea.select {
    float: left;
}