/* CSS Document */

/*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.*/ 
* {padding:0; margin:0; } 
.ys_primary{ background:#df6819;color:#ffffff;font:bold 11px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:10px;} 

#container {margin:0 auto; text-align:left; width:910px; border:solid 1px #754a30; background-color: #ffffff;} 
/* This "container" is needed as IE produces resize induced rendering errors when using the BODY element for a container. */
#bodycontent {float:left; width:608px; border-left:2px dotted #E6944F; border-right:2px dotted #E6944F; margin-left:0px;}

/*Left Column Color*/ 
/* Background color is needed to counter an IE rendering bug that erases the left column bgcolor */ 
/* float:left is needed in Moz to handle extra wide content that breaks the width */ 
/* Left/Right Margin was removed due to expanded content errors in Moz, this was used to push the nav/content area in to match the mock-up */ 
/* position:relative is needed to fix bug in IE that caused the navigation bar to push out over the main content*/ 
#bodyshell {background-color:#ffffff; border-left:150px solid #ffffff; border-right:0px solid #ffffff; float:left; zoom:1; margin:0;*position:relative;}

*:first-child+html #bodyshell { width:608px; }

/* IE Experiences the pixel doubling bug here. "display: inline;" fixes this. Position Relative and Z-Index are needed for IE in order to display the background colors */ 
#nav-product {*display:inline; float:left; margin-left:-762px; overflow:hidden; position:relative; width:150px; z-index:100;} 

#nav-product ul ul li a {border-bottom:1px solid #a89b88; /*color:#df6819;*/ color:#7BA205; background-color:#F6F6F6; display:block; font-weight:200; font-size:11px; height:16px; margin:0; min-height:16px; padding:10px 4px 6px 13px; text-decoration:none;width:133px;}  
#nav-product ul ul li a:hover {background-color:#ffffff; color:#754a30;}
* html #nav-product ul ul li a{width:133px; height:100%; overflow:hidden; background-color: #e0d0ad;} 

/* IE Experiences the pixel doubling bug here. "display: inline;" fixes this. Position Relative and Z-Index are needed for IE in order to display the background colors */
#nav-right {*display:inline; float:right; margin-left:612px; *margin-left:0px; padding:5px; overflow:hidden; position:absolute; top:142px; *top:1px; width:138px; z-index:90; background-color:#ffffff;}

/* IE Experiences the pixel doubling bug here. "display: inline;" fixes this. Position Relative and Z-Index are needed for IE in order to display the background colors */
/*#nav-right {_display:inline; float:left; margin-left:462px; padding:5px; overflow:hidden; position:absolute; width:138px; z-index:100; background-color:#ffffff;}  */
#nav-right ul li a {border-bottom:1px solid #a89b88; color:#df6819; display:block; font-weight:bold; font-size:12px; height:18px; margin:0; min-height:18px; padding:10px 4px 6px 13px; text-decoration:none;width:133px;} 
html>body #nav-right a {height:auto;} 
#nav-right ul li a:hover {background-color:#e0d0ad; color:#754a30;} 
#nav-right li {margin:0;} 
#nav-right ul {list-style:none;} 
* html #nav-right ul li a { /* make hover effect work in IE */ width: 133px; }  
#nav-right ul li a{width:133px; background-color: #ffffff;} 
* html #nav-right ul li a{width:133px; height:100%; overflow:hidden; background-color: #ffffff; overflow:hidden;} 
* html #nav-right { overflow:visible; width:138px; } 


*:first-child+html #info-div, *:first-child+html #specialtitle, *:first-child+html #messagearea { width:590px; } 
*:first-child+html #itemarea { width:570px; } 


#contents .product-container{border:1px solid #777777;}