.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:15px;
	height:16px;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -16px;}

/*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: 23px;
	float:left;
	color:#999;
	font:bold 14px/16px Arial, Verdana, sans-serif;
	background:#fff url(../images/sel-left.gif) no-repeat;
}
.selectArea .left {
	position: absolute;
	display:none;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:29px;
	height:100%;
	background:url(../images/sel-btn.gif);
	outline:none;
}
.checkout-column .selectArea{background:#fff url(../images/sel-left1.gif) no-repeat;}
.checkout-column .selectArea a.selectButton{background:url(../images/sel-btn1.gif);}
.order-column .selectArea{background:#f7f7f7 url(../images/sel-left2.gif) no-repeat;}
.order-column .selectArea a.selectButton{background:url(../images/sel-btn2.gif);}
.selectArea .center{
	height: 16px;
	line-height:16px;
	display:block;
	padding:3px 0 0 13px;
	background: none;
}
/*Selects drop-down*/
.optionsDivInvisible{ display:none;}
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background:url(../images/bg-drop.gif) no-repeat 1px 0;
	display: block;
	z-index: 30;
	margin:-6px -1px 0 0;
	font:10px/12px Verdana, Arial, Helvetica, sans-serif;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul{
	margin:0;
	padding:6px 0 0 1px;
	list-style: none;
	background:url(../images/bg-drop1.gif) no-repeat 100% 0;
}
.optionsDivVisible a{
	text-decoration: none;
	display: block;
	height:1%;
	color:#7e7e7e;
	background:#fff;
	border:1px solid #ebeae9;
	border-top:none;
	padding:7px 18px 8px;
}

.optionsDivVisible a:hover{
	text-decoration:none;
	font-weight:bold;
	background:#f8f8f8;
}
#optionsDiv3 ul,
#optionsDiv2 ul{background:url(../images/bg-drop2.gif) no-repeat 100% 0;}
#optionsDiv3,#optionsDiv2{background:url(../images/bg-drop2.gif) no-repeat 1px 0 !important;}
#optionsDiv3 a,#optionsDiv2 a{background:#f7f7f7;}
#optionsDiv3 a:hover,#optionsDiv2 a:hover{background:#fff;}
