/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(../images/proddetail_images/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(../images/proddetail_images/radio.gif) no-repeat left bottom;}



/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url(../images/proddetail_images/radio.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(../images/proddetail_images/radio.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:17px;
	background:url(../images/proddetail_images/select_bg.gif) repeat-x;
	border:none;
	padding:0 0 4px 0;
	vertical-align:middle;
	float:left;
}

.inputCorner {
	width:0px;
	height:0px;
}

/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background:url(images/default/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(images/default/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon {background:url(images/default/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon {background:url(images/default/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(images/default/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(images/default/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(images/default/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url(images/default/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
	overflow:hidden;
}

/*Selects*/

form select#Color { width:102px; }
form select#Size { width:60px; }

.selectArea {
	float:left;
	width:102px;
	height:17px;
	background:url(../images/proddetail_images/select_bg.gif) repeat-x left top;
}

.selectArea#sarea1 {
	margin-left:10px;
	float:left;
	width:60px;
	height:17px;
	background:url(../images/proddetail_images/select_bg.gif) repeat-x left top;
}

.selectArea .left {
	width:4px;
	height:17px;
	float:left;
	background:url(../images/proddetail_images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:20px;
	height:17px;
	float:right;
	background:url(../images/proddetail_images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:100px;
	height:21px;
	position:relative;
	left:-79px;
}

.selectArea#sarea1 .right a {
	display:block;
	width:60px;
	height:21px;
	position:relative;
	left: -40px;
}


.selectArea .right i {display:none;}
.selectArea#sarea1 .right i {display:none;}

.selectArea .center {
	width:60px;
	color:#e36f1e;
	padding-top:-3px;
	overflow:hidden;
	white-space:nowrap;
}

.selectArea#sarea1 .center {
	width:25px;
	color:#e36f1e;
	padding-top:-3px;
	overflow:hidden;
	white-space:nowrap;
}


/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-2px;
	width:92px;
	background:#fff;
	padding:2px;
	font-size:11px;
	z-index:20;
	border: 1px solid #cee2eb;
}

.optionsDivInvisible#optionsDiv1, .optionsDivVisible#optionsDiv1 {
	position:absolute;
	margin-top:-2px;
	width:50px;
	background:#fff;
	padding:2px;
	font-size:11px;
	z-index:20;
	border: 1px solid #cee2eb;
}

/*div#shareclog_dd .optionsDivInvisible#optionsDiv0, .shareclogInputs form .optionsDivVisible#optionsDiv0 {
	position:absolute;
	margin-top:-2px;
	width:310px;
	background:#fff;
	padding:2px;
	font-size:11px;
	z-index:20;
	border: 1px solid #cee2eb;
}*/

.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#e36f1e;
	text-decoration:none;
	display:block;
	padding:1px 4px;
}
.optionsDivVisible a:hover {

	background:#cee2eb;
}

/*Button*/
.buttonSubmit {
	width:81px;
	height:18px;
	margin:2px 9px 0 0;
	padding:0;
	background:url(../images/store_submit_btn.gif) no-repeat left top;
	cursor:pointer;
	border:none;
	float:right;
}

*html .buttonSubmit { margin: 5px 5px 0 0; }
*+html .buttonSubmit { margin: 5px 8px 0 0; }

form#storeloc {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#515050;
	text-align:left;
	margin:50px 0 0 0;
	padding:0;
	width: 330px;
}