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

#bodycontent {float:right; width:615px;} /* 175 + 615 = 790 */ /* 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 {
	text-align:left;
	width:790px;
	border:solid 1px #014e24; background-color: #ffffff;
} /* This "container" is needed as IE produces resize induced rendering errors when using the BODY element for a container. */ 

#footer-links {color:#333333; display:block; font-weight:normal; font-size:11px; padding:10px 0 15px;}

#nav-product {_display:inline; float:left; margin-left:-150 px; overflow:hidden; position:relative; width:175px; 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 */

#searcharea {background:#ffffff url('') ; display:block; margin:0 0 0;}
#searcharea input {font-size:1.0em;}
#searcharea fieldset {border:0 solid; display:block; padding:10px 0 10px 13px;}
#searcharea label {color:#333333; font-size:0.85em; font-weight:bold;}
#searcharea label span, #searcharea label input {vertical-align:middle}
#searchsubmit{ background:#ffffff url('') ;color:#333333;font:bold 11px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer;display:inline; margin:0;}
#searchpageHeader {background-color:#ffffff; color:#ffffff; font:bold 14px Arial, Helvetica, sans-serif; margin:0; padding:4px 15px 6px;}
input#query {margin-left:4px;}
#query {padding:2px}

/*VWD STYLES*/

.breadcrumbs, .breadcrumbs a {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
.left-nav, .left-nav a {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #400604;
	text-decoration: none;
}
.newsletter, .newsletter a {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

