/* 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. */

/* Make View cart all caps */
#topNav .topNavViewCart a { text-transform:uppercase; }

/* center contents table correctly */
#bodyContent .contentsTable { margin-left: 0; margin-right: 0; }

/* align images vertically by bottom of image */
#bodyContent .contentsTable .contentsHSeparator { vertical-align: baseline; }
#bodyContent .contentsTable .contentsVSeparator { vertical-align: baseline; }
#bodyContent .contentsTableTd { vertical-align: baseline; }

/* Removed dashed lines around items */
#bodyContent .contentsTable .contentsHSeparator { border-bottom:0px solid #A89B88; }
#bodyContent .contentsTable .contentsVSeparator { border-right:0px dashed #A89B88; }
#bodyContent .contentsTable .contentsVSeparator { border-right:0px dashed #A89B88; }

/* Move copyright to left */
#footer .copyright {
float:left;
text-align:left;
}

/* Remove Yahoo! logo in footer */
#footer .yahooLogo {
float:right;
visibility:hidden;
}

/* Added for Social Sharing feature */
#ys_social_top_hr {border-top:0px solid #CFCECE; margin-bottom:5px; margin-top:5px; clear:both; }
#ys_social_media {height:26px;display:inline-block;vertical-align:middle;margin-left:10px; }
#ys_social_fblike {float:left;}
#ys_social_tweet {float:left;}
#ys_social_v_separator {margin-left:10px;margin-right:10px;float:left;}
#ys_social_bottom_hr {border-top:0px solid #CFCECE; margin-top:5px;}

/* make links on site not bold */
#bodyContent .contentsTable .itemName a { font-weight: normal; }

/* make item names not bold */
#bodyContent .itemContainer .itemName { font-weight: normal; }

#footer .links a:hover
{
color: #663300;
    font-size: 12px;
    font-weight: not bold;
    padding: 0 5px;
    text-decoration: none;
    text-transform: uppercase;
} 

a:link {color: #663300; }    /* unvisited link */
a:visited {color: #663300; } /* visited link */
a:hover {color: #984a84; }   /* mouse over link */
a:active {color: #0663300; }  /* selected link */

a {text-decoration:none;}



#topNav { 
    text-align: center; 
    padding-bottom: 5px;
    padding-left: 90px;
    padding-right: 0;
    padding-top: 3px;
}
#topNav ul li.nav-list-item { float: none;}
#topNav ul { text-align:center; }
#topNav ul li { 
  text-align:center; 
  display:inline; 
}

#topNav li a { display: inline; }




a:link { 
  color: #663300; 
  text-decoration: underline;

}
a:visited { 
  color: #663300; 
  text-decoration: underline;

}
a:hover {
  color: 994a84; 
  text-decoration: underline;

}
a:active {
  color: #0663300; 
  text-decoration: underline;
}

#bodyContent .contentsTable .itemName a {color: #663300}

#bodyContent .contentsTable .itemName a:hover {color: #984A84}

