/* 
___________________________________________
"Fresh Print 2"
(stylesheet for printing)
originally built by cjs. at www.promotionsickness.com
modified heavily by the Submerce Design Team at www.submerce.com
_____________________________________________________________________________________________
	This work is licensed under the Creative Commons Attribution-ShareAlike License. To view
	a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.0/ or send a
	letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.

	
	enjoy... cjs and the submerce Design team.
____________________________________________________________________________________________ */


/* Basic Styles */
body {
  background:#fff;
  margin:0;
  font:11pt/17pt "Times New Roman", Times, serif, 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:#333; }

/* Main*/
#Logo { margin: 0; }
#container, #header, #footer, #BrandingArea { width:100%; background-color:#fff; }
#header, #Header {
display: list-item;
  list-style-image: url(Swanson_logo_hdr.jpg);
  list-style-position: inside;
  height:100px;
  }
#MiniCart, #ShoppingCartLink, #MainMenu, #SiteMenu, #HomeColumn1, #HomeColumn3, #NavColumn, #footermenu, #footercustommenu, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6, #BreadCumbSection, #BreadCrumbs, #SearchProduct { 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; }

