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

/* Selects */
.selectOptions ul {height: 300px; overflow: hidden;}
.selectArea {
	position: relative;
	height: 34px;
	float:left;
	color:#9b908b;
	font-size:13px;
	line-height:34px;
}
.dif {
	margin:0 16px;
	font-size:18px;
}
.billing-information .selectArea {
	line-height:27px;
	height:27px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:7px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.billing-information .selectArea .left,
.information-block .selectArea .left {
	background:url(../images/select-left-1.gif) no-repeat;
	width:11px;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:30px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.billing-information .selectArea a.selectButton,
.information-block .selectArea a.selectButton{
	background:url(../images/select-button-1.gif) no-repeat;
	width:24px;
}
.selectArea .center{
	height: 34px;
	line-height:34px;
	display:block;
	padding:0 30px 0 7px;
	background: url(../images/select-center.gif) repeat-x;
}
.billing-information .selectArea .center,
.information-block .selectArea .center {
	height:27px;
	line-height:27px;
	padding:0 24px 0 11px;
	background:url(../images/select-center-1.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background:#fcf9f6;
	border-top:1px solid #bfb7b1;
	display: block;
	z-index: 30;
	margin:-2px 0 0;
	font:13px Helvetica, Arial, sans-serif;
}
.optionsDivInvisible {display: none;}
.drop-select-big {margin:-9px 0 0;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style: none;
	border:1px solid #bfb7b1;
	border-width:0 1px;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #9b908b;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding:4px 10px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #dfd9d5;
	text-decoration:none;
}
.select-bottom {
	background:url(../images/bg-select-bottom.gif) repeat-x;
	height:4px;
}
.select-bottom-left {
	float:left;
	height:4px;
	width:4px;
	background:url(../images/bg-select-bottom-l.gif) no-repeat;
}
.select-bottom-right {
	float:right;
	height:4px;
	width:4px;
	background:url(../images/bg-select-bottom-r.gif) no-repeat;
}