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

/* Edits from css-base */
#container {margin:0 auto; text-align:left; width:960px; border:solid 1px #969698; background-color: #ffffff;} /* This "container" is needed as IE produces resize induced rendering errors when using the BODY element for a container. */ /* 10/27/2008 DP - Increase width from 760px to 960px */

#bodyshell {background-color:#ffffff; border-left:200px solid #efeff1; float:left; zoom:1; margin:0; position:relative;} /*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 */ /* position:relative is needed to fix bug in IE that caused the navigation bar to push out over the main content*/

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

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


html>#bodycontent {width:720px;} /* 10/27/2008 DP - Fixes width in Moz */

#bodycontent {float:left; width:760px;} /* 200 + 760 = 960 */ /* 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. */

#nav-product {_display:inline; float:left; margin-left:-200px; overflow:hidden; position:relative; width:200px; z-index: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 */ /* 10/27/2008 DP - Decrease margin-left from -150px to -200px; Increase width from 150px to 200px; Adjusts left nav element width in IE only */

* html #nav-product { overflow:visible; width:200px; }

html>#messagearea { width:500px; } /* 10/27/2008 DP - Fixes width in Moz */

*:first-child+html #info-div,
*:first-child+html #specialtitle,
*:first-child+html #messagearea { width:540px; } /* 10/27/2008 DP - Decrease width from 590px to 540px */
*:first-child+html #itemarea { width:520px; } /* 10/27/2008 DP - Decrease width from 570px to 520px */

#right-nav-product {_display:inline; float:left; margin-right:-200px; _overflow:hidden; position:relative; width:200px; z-index: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 */

* html #right-nav-product { overflow:visible; width:200px; }

/* 10/28/2008 DP - Begin Left/Right Nav Link Styles */

#nav-product ul li a, #right-nav-product ul li a {border-bottom:1px solid #cccccc; color:#000000; 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;}

#nav-product ul li a:hover, #right-nav-product ul li a:hover {background-color:#cccccc; color:#000000;}

html>body #nav-product a {height:auto;}
html>body #right-nav-product a {height:auto;}

#nav-product li, #right-nav-product li {margin:0;}

#nav-product ul, #right-nav-product ul {list-style:none;}

* html #nav-product ul li a { /* make hover effect work in IE */
        width: 150px;
}
* html #right-nav-product ul li a {  /* make hover effect work in IE */
	width: 150px;
}

#nav-product ul li a, #right-nav-product ul li a {width:133px; background-color: #efeff1;}

* html #nav-product ul li a {width:133px; height:100%; overflow:hidden; background-color: #efeff1;}
* html #right-nav-product ul li a {width:133px; height:100%; overflow:hidden; background-color: #efeff1;}

/* End Left/Right Nav Link Styles */

#searcharea fieldset {border:0 solid; display:block; padding:5px 0 5px 13px;} /* Decrease top/bottom padding from 10px to 5px */



