.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:14px !important;
	height:14px;
	background: url(/images/bg-radio.gif) no-repeat;
	overflow: hidden;
	margin:1px 6px 0 0;
}
.radioAreaChecked {background-position: 0 -14px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:13px !important;
	height:13px;
	overflow: hidden;
	background: url(/images/bg-check01.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -13px;}

/* Selects */
.select .selectArea { width:100%; }
.select .selectArea { width:100%; }
.selectArea {
	position: relative;
	height: 23px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:23px;
	margin-right:5px;
}
.manual-block select{width:200px;}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	background: url(/images/bg-select-l.gif) no-repeat;
	width:5px;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	outline:none;
	height:100%;
	background: url(/images/bg-select-r.gif) no-repeat;
	width:19px;
}
* html .selectArea a.selectButton{ right:-1px; }
.selectArea .center {
	height: 22px;
	line-height:22px;
	display:block;
	padding:0 25px 0 8px;
	background: url(/images/bg-select-c.gif) repeat-x;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}
.selectArea .center img {
	float:left;
}


.select2 { height: 46px; font-size: 14px; line-height: 46px; margin: 0 0 6px -8px; top: 6px; }
.select2 .left { background: url(/images/bg-select2-l.png) no-repeat; height: 46px; width: 14px; }
.select2 a.selectButton { background: url(/images/bg-select2-r.png) no-repeat; width: 39px; height: 46px; }
.select2 .center { background: url(/images/bg-select2-c.png) repeat-x; height: 46px; margin: 0 39px 0 14px; padding: 0 3px; line-height: 39px; word-spacing: -1px; }
.select2 .price { float: right; background: url(/images/bg-price.gif) no-repeat; line-height: 31px; margin: 5px 0 0; padding: 0 5px 0 9px; }

.rm-red .select2 { position:absolute; right:5px; top:5px; }
.rm-red .select2 .left { background-image: url(/images/bg-select2-l.png); }
.rm-red .select2 a.selectButton { background-image: url(/images/bg-select2-r.png); }
.rm-red .select2 .center { background-image: url(/images/bg-select2-c.png); }
.rm-red .select2 .price { background: url(/images/bg-price.gif) no-repeat; }

.select2 .add-to-cart { display:none; }

/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color:#717171;
	display: block;
	z-index: 30;
	font-size: 11px;
	font-weight:bold;
	color:#fff;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible { display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:auto;
	list-style: none;
	border-bottom:1px solid #fff;
	max-height:300px;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color:#fff;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	text-decoration:none;
	background-color:#8d8d8d;
}


.drop-select2{
width: 279px;
background:none;
margin:-12px 0 0;
font-size:12px;
line-height:15px;
}
.drop-select2 .select-top {
background: url(/images/bg-select-drop-t.png) left bottom no-repeat;
height: 3px;
}
.drop-select2 .select-bottom {
background: url(/images/bg-select-drop-b.png) left bottom no-repeat;
height: 12px;
}
.drop-select2 .select-center {
background: url(/images/bg-select-drop-c.png) left top repeat-y;
width:100%;
}
.drop-select2 .select-center:after {
content:"";
display:block;
clear:both;
}
.drop-select2 ul {
background: url(/images/bg-select-drop-c-ul.png) 13px top no-repeat;
padding:0 15px;
float:left;
position:relative;
width: 249px;
}
.drop-select2 ul li { padding:0 0 3px; }
.drop-select2 ul li span {
float:right;
display:none;
}

.drop-select2 a { color: #6b6b6b; padding: 6px 9px; }
.drop-select2 a:hover { color: #009f2a; background: url(/images/bg-drop-hover.png) repeat; }


.rm-red .drop-select2 .select-top { background-image: url(/images/bg-select-drop-t.png); }
.rm-red .drop-select2 a:hover { color: #0087ff; }

.drop-select2 a:hover .add-to-cart { display: block; }
.drop-select2.optionsDivVisible ul { margin: 0 16px 0 0; padding: 0 0 0 16px; border-bottom: none; }