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

#nav-product {background-color: transparent;}

/* custom variable found in variables for Left-nav-background-image, edited image and set the nav-product id to point to the default content-nav id. I already informed the customer that I only did this because another agent did this for her. but informed her next time that she needs to seek a developer ** edited on 10/7/09 */

#nav-product {
background: url('');
float:left;
height:auto !important;
margin-left:-137px;
min-height:1000px;
overflow:hidden;
position:relative;
width:137px;
z-index:100;
}
#bodyshell { border-left-color: transparent;}



