
/* Basic Styles
_____________________________________________________________________________________________ */
body {
  background:#fff;
  margin:0;
  font:10pt Arial, Verdana, Helvetica, Sans-Serif;
  color:#000;
  letter-spacing:normal;
  }
table td { vertical-align:top; }

/* Links
_____________________________________________________________________________________________ */
A, A:link, A:visited, A:active, A:hover { text-decoration:underline; color:#000; }

/* Main
_____________________________________________________________________________________________ */
#Logo { margin: 0; }
#container, #header, #footer, #BrandingArea { width:100%; background-color:#fff; }
#MiniCart, #ShoppingCartLink, #MainMenu, #SiteMenu, #HomeColumn1, #HomeColumn3, #NavColumn, #footermenu, #footercustommenu, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 { display:none; }
#navcolumn { width:150px; }
#contentcolumn, #page, #pag, #MainContent, #PageHome, #HomeTable, #ProductPageContainer { width:100%; }

/* Category Page
_____________________________________________________________________________________________ */
#RecordsFound, #Pager ,#Sorter { display:none; }
#Records table { border-top:1px solid #ccc; width:100%; }
.SingleProductDisplay, .SingleCategoryDisplay { text-align:center; width:150px; margin:2px auto; }
.SingleProductDisplay { margin-top:5px; }
.ListProductDisplay { text-align:left; }
.ListProductDisplayPrice { text-align:right; }

/* Product Page
_____________________________________________________________________________________________ */
#ProductPageContentColumn { width:100%; padding-left:5px; }
#ProductPageImageColumn { width:175px; padding-right:5px; border-right:1px solid #ccc; }
.ListPrice { text-decoration:line-through; }
.YouSave { color:#f00; }

/* Shopping Cart Page
_____________________________________________________________________________________________ */
#CartContainer, #CartItemBlock table { width:100%; }
#CartCheckoutButtons { width:100%; text-align:right; }
.header { font-size:10pt; font-weight:bold; }
.Item, .CartItem, .AlternateItem, .CartAlternateItem { padding:5px; border-top:1px solid #ccc; font-size:9pt; }

/* Text
_____________________________________________________________________________________________ */
.BVText { font-size:10pt; }
.BVSmallText { font-size:8pt; }
.ErrorMessage { color: #f00; font-weight:bold; }
#copyright { font-size:9pt; )
