body {
   font-family: verdana, arial, sans-serif; 
   font-size: 11px;
   color: black;
   margin: 15px;
   background: url('/Images/BG.gif') #774e1d repeat-x;
   background-attachment: fixed;
}



td {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}



body, td {
   font-family: verdana, arial, sans-serif;
   font-size: 12px;
}



.TopNav {
   font-family: verdana, arial, sans-serif; 
   font-size: 12px;
   color: white;
   background: #402A0C;
   text-decoration: none;
   padding-top: 4;
   padding-bottom: 4;
}



.TopNav a {
   color: White;
   text-decoration: none;
   padding-left: 8;
   padding-right: 8;
}



.TopNav a:hover {
   text-decoration: underline;
}




.FooterNav {
   color: black;
   font-size: 12px;
   text-decoration: none;
}



.FooterNav:hover {text-decoration: underline;}



.ViewCart {
   color: red;
   text-decoration: none;
   padding-right: 10px;
}