/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/

.ys_primary{ background:#ff0033;color:#ffff99;font:bold 11px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:10px;}

#bodycontent {float:right; width:100%;} /* 150 + 610 = 760 */ /* The Min-width is needed for Moz to stretch the bodycontent that is shrinkwrapping content due to floats. This is only necessary on pages without Tables in the contents. Min-width breaks Opera's layout so Width:100% is used instead of Min-width. */

#container {margin:0 auto; text-align:left; width:100%; border:solid 1px #ffffff; background-color: #ffffff;} /* This "container" is needed as IE produces resize induced rendering errors when using the BODY element for a container. */ 



/* Your Store Wizards CSS and overrides */

div#ysw-cross-sell-horizontal {margin: 0; 
padding: 0 5px 0 5px; }
.ysw-cross-sell-horizontal-table {border: 0px solid ; 
 padding: 0px 4px 4px 4px; 
 font-family: arial, verdana, sans-serif; font-size: 11px; }
.ysw-cross-sell-horizontal-title-bg {background-color: ;  }
.ysw-cross-sell-horizontal-title {font-face: Arial, Helvetica, sans-serif; color: #000000; font-size: ; font-weight: bold; text-align: center; }
.ysw-cross-sell-horizontal-item  {padding: 5px; vertical-align: bottom;}
.ysw-cross-sell-horizontal-item a {font-face: Arial, Helvetica, sans-serif; color: #000000; font-size: ; font-weight: normal; text-align: center; text-decoration: none;}


.tablebox {width: 660px;}
.tableheader td {height:30px; width: 50px; padding: 0px;}
.infotabactive {width:110px; height:36px; background-color:#FFFFFF; background-image: url(http://lib.store.yahoo.net/lib/yhst-27518546784426/tab1.gif); background-repeat:no-repeat; background-position: center bottom; border-style: none; border-width: 0px 0px 0px; text-align:center; vertical-align:bottom; padding: 0px 0px 0px 0px;; font-size:11px; font-weight: bold;}
.infotabactive a {text-align: center; font-size:11px; font-weight: bold; text-decoration: none;}
.infotabinactive {width:110px; height:36px; background-color:#FFFFFF; background-image: url(http://lib.store.yahoo.net/lib/yhst-27518546784426/tab2.gif); background-repeat:no-repeat;background-position: center bottom;  border-style: none; border-width: 0px 0px 0px; text-align:center; vertical-align:bottom; padding-bottom: 0px; font-size:11px;}
.infotabinactive a {text-align: center; font-size:11px; font-weight: bold; text-decoration: none;}
.infotabempty {width:110px; height:36px; background-color:#FFFFFF; border-style: solid; border-width: 0px 0px 1px; text-align:center; border-color: #96BADF; vertical-align:bottom;  padding-bottom: 3px; font-size:11px;}
.infodetails {padding: 5px 5px 5px 5px; border-style:solid; border-color:#96BADF;  border-width: 0px 1px 1px; vertical-align:top; font-size: 12px;}
.detailsshow {}
.detailshidden {display:none;}


#ysw-lb-lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 105;
	text-align: center;
	line-height: 0;
	}

#ysw-lb-lightbox a img{ border: none; }

#ysw-lb-lightboxImage {margin-top:10px;}

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

#ysw-lb-imageContainer{
	padding: 10px;
	}

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

#ysw-lb-prevLink, #ysw-lb-nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/lib/yhst-27518546784426/ysw-lb-blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}

#ysw-lb-prevLink { left: 0; float: left; background: url(/lib/yhst-27518546784426/ysw-lb-prevlabel.gif) left 100% no-repeat;}
#ysw-lb-nextLink { right: 0; float: right; background: url(/lib/yhst-27518546784426/ysw-lb-nextlabel.gif) right 100% no-repeat; }


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

#ysw-lb-imageData{
	padding:0 10px;
	}
#ysw-lb-imageData #ysw-lb-imageDetails{ width: 70%; float: left; text-align: left; }	
#ysw-lb-imageData #ysw-lb-caption{ font-weight: bold;	}
#ysw-lb-imageData #ysw-lb-numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#ysw-lb-imageData #ysw-lb-bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#ysw-lb-overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 105;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

.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 */
	}	
	

.index-level1 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000; margin:1px; line-height: 14px}
.index-level2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000; margin:1px; line-height: 12px}
.index-level3 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000; margin:1px; line-height: 10px}


/* added by Jake Hsen to move the contents left */
#contents {margin-left:100px;}
.breadcrumbs {margin-left:120px;}
/* center and contain the page */
body {margin:auto;width:900px;} 

.ysw-order-table          {
   font-family: Arial; 
   font-size: 11px; 
   border: 1px solid #FFFFFF; 
   color: black; 
   padding: 4px; 
   text-decoration: none; 
   font-weight: normal;
}
.ysw-order-table-left     {
   font-family: Arial; 
   font-size: 10pt; 
   background-color :#666666; 
   color: white; 
   text-decoration: none; 
   width: auto; 
   font-weight: normal;
   padding: 2px;
}
.ysw-order-table-right-option     {
   font-family: Arial; 
   font-size: 10pt; 
   background-color :#dddddd; 
   text-decoration:  none; 
   width: auto; 
   font-weight: normal;
   padding: 2px;
}
.ysw-order-table-right     {
   font-family: Arial; 
   font-size: 10pt; 
   background-color :#dddddd; 
   text-decoration: none; 
   font-weight: normal;
   padding: 2px;
   width: auto;
}



