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

#nav-right {_display:block; float:right; margin-right:-200px; overflow:hidden; position:relative; width:200px; z-index:100;background-color:#d3d3d3; ;height:100%;} /* 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 */ 

#bodyshell {background-color:#ffffff; border-right:200px solid #d3d3d3; border-left:200px solid #d3d3d3; zoom:1; margin:0;} /*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 cntent 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 */ 

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

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


#nav-general {clear:both; float:none; display:block; text-align:center; list-style:none; margin:0 5px 0 0;}

