

/* Basic Styles
_____________________________________________________________________________________________ */
body {
  background:#fff;
  margin:0;
  font: 10px Arial, Helvetica, sans-serif;
  color:#000;
  letter-spacing:normal;
  }
h1 {
  font: 18px Verdana, Arial, Helvetica, sans-serif;
  padding-bottom: 0px;
  margin-bottom: 0px;
  }
#ProductSKU {
  font: 18px Verdana, Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
  margin-bottom: 0px;
  }
#ProductDescription {
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	}
table td { vertical-align:top; }

/* Links
_____________________________________________________________________________________________ */
A, 
A:link, 
A:visited, 
A:active, 
A:hover { text-decoration:underline; color:#000; }

/* Main
_____________________________________________________________________________________________ */
#Logo { margin: 0px 0 20px; }

#container, 
#header, 
#footer, 
#BrandingArea { width:100%; background-color:#fff; }

#MiniCart, 
#ShoppingCartLink, 
#MainMenu, 
#SiteMenu, 
#HomeColumn1, 
#HomeColumn3, 
#NavColumn, 
#footermenu, 
#footercustommenu, 
#extraDiv2, 
#extraDiv3, 
#extraDiv4, 
#extraDiv5, 
#extraDiv6,
#navcolumn,
#btnAddButton,
#WishListButton,
#imgZoom,
#PrintThisPage,
#EmailThisPage,
#BreadCrumbs,
#poweredby,
.RelatedItemsBlock,
#lblQuantity,
#inQty { display:none; }

#.ProductPropertyLabel { text-align: left; }

#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: 300px; padding-right: 20px; }
.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; text-align: right; padding-top: 20px; }
