/** PRODUCTS ****************************************/
/**** TAB ****/

.tabberlive .tabbertabhide {
 display:none;
}


.tabber {
}

.tabberlive {
 margin:1em 2em 0 116px;
}

ul.tabbernav
{
 margin:0;
 padding:3px 0 3px 10px;
 border-bottom: 1px solid #ccc;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #ccc;
 border-bottom: none;
 background: #615F6D;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #FFF; }
ul.tabbernav li a:visited { color: #000; }

ul.tabbernav li a:hover
{
 color: #444;
 background: #eee;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
 color:#000;
 cursor:text;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #fff;
}

.tabberlive .tabbertab {
 padding:10px 14px 0 14px;
 border:0;
 border-top:0;
}

.tabberlive .tabbertab h4 {
 display:none;
}

.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.addcart {
	margin: 0;
	padding-right:20px;
	float:right;
}

.addcart .form_item {
	margin: 6px 0;
	text-align:right;
}

.addcart .form_item .field {
	width: 8em;
	text-align: right;
	display: block;
	float: left;
	padding-right: 10px;
	font-weight: bold
}

.addcart .quantity {
	margin-top: 12px;
}

.addcart .quantity .field {
	position: relative;
	top: 3px;
	white-space:nowrap;
}

.addcart .form_item input.textbox {
	background: #fff;
	width: 50px;
	height: 15px;
	padding: 3px 8px;
	text-align: right;
	font-size: 11px;
}

.addcart .form_item input.button {
	background: transparent url(images/add_to_cart.jpg) no-repeat;
	border: none;
	width: 130px;
	height: 20px;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

.category_button {
	background: transparent url(images/add_to_cart.jpg) no-repeat;
	border: none;
	width: 130px;
	height: 20px;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	margin-left: 400px;
	padding-left: 26px;
	margin-top: 5px;
	margin-bottom: 20px;
	cursor: pointer;
	margin-right:20px;
	float:right;
}

/* Bad IE */
* html .addcart .form_item input.button {
	position: relative;
	top: -2px;
}
*:first-child+html .addcart .form_item input.button {
	position: relative;
	top: -2px;
}

#store_left {
	margin: 0;
	padding:0;
	float: left;
	width: 75%;
}

#store_right {
	float: right;
	width: 24%;
}

.float_left {
	float: left;
	margin: 0 10px 0 0;
}

.float_right {
	float: right;
	margin: 0 0 0 10px;
}

h3.store_title {
	height: 39px;
	background: url(images/store_title_bg.gif) repeat-x;
	color: #FFF;
	padding: 15px 0px 0px 10px;
	margin: 1px;
	font-weight: 200;
}


#product_wrapper {
	background: none;
	padding: 0;
	margin: 0;
}


.cart ul {
	padding: 0;
	margin: 0 0 0 -10px
}
.cart ul li {
	padding: 10px 0 10px 26px;
	list-style: none;
	background-position: 0 14px
}
.cart ul li h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}
.cart ul li .remove {
	color: #FF0000;
	font-size: 90%;
	font-weight: normal
}

#total {
	text-align: center;
	margin:10px 0;
}

#total .subtotal {
	font-size: 120%;
	font-weight: bold;
	padding-top:10px;
}

#total form {
	padding: 0;
}

#total form .button {
	background: transparent url(images/checkout_button.jpg) top left no-repeat;
	width: 188px;
	height: 29px;
	color: #fff;
	border: none;
	font-weight: bold;
	font-size: 110%;
	padding-left: 22px;
	cursor: pointer;
}

.notice {
	color: #575757;
	font-size: 90%;
	padding: 0;
	margin: 10px 0 0 0;
}

.continue_as_button {
	background: transparent url(images/checkout_button.jpg) top left no-repeat;
	width: 188px;
	height: 64px;
	color: #fff;
	border: none;
	font-weight: bold;
	font-size: 110%;
	padding-left: 30px;
	margin-top: 5px;
	cursor: pointer;
}

.attr {
	font-style:italic;
}


.images_tab a img{
	margin:10px;
	border:none;
	vertical-align:middle;
}

.main_image{
	border:none;
	margin-top:20px;
	
}

/*** lightbox.css ***/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

	#lightbox a img{ border: none; }
	.lightbox a img{ border: none; }
#lightbox img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/
#content_body{
	margin-left:25px;
}

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#coupon{
	margin-left:10px;
}

.store_switcher{
	text-align:right;
	padding:0;
	margin:0 10px 0 0;
}
div#content_body div{
	margin-left:25px;
}
