﻿.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:13px !important;
	height:13px;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
	margin:0 5px 0 0;
}
.radioAreaChecked {background-position: 0 -13px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:13px !important;
	height:13px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -13px;}
.attribute .checkboxArea,
.attribute .checkboxAreaChecked{margin:0 8px 0 0;}
.address-check .checkboxArea,
.address-check .checkboxAreaChecked{margin:0 16px 0 9px;}
.payment-box .checkboxArea,
.payment-box .checkboxAreaChecked{margin:0 9px 0 0;}
/* Selects */
.selectArea {
	position: relative;
	height: 19px;
	float:left;
	color:#000;
	font-size:12px;
	line-height:19px;
	color:#333;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:2px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:20px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
* html .selectArea a.selectButton {right:-1px;}
.selectArea .center{
	height: 19px;
	line-height:19px;
	display:block;
	padding:0 20px 0 4px;
	background: url(../images/select-center.gif) repeat-x;
}
.selectArea .center img {float:left;}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
    overflow:auto;
	position: absolute;
	background-color: #E5E5E5;
	border: 1px solid #C9C9C9;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.drop-dif {background:#9cc;}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	list-style: none;
	overflow-x:hidden;
}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #7f7f7f;
	color: #FFF;
	text-decoration:none;
}