/* 
-------------------------------------------
			  "Fresh Print"
  		(stylesheet for printing)
   by cjs. at www.promotionsickness.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.

	There is no support available for this stylesheet, it's offered 'as is', but if you do
	have a problem or find a bug, post on the BV newsgroup, preferably in the thread where 
	this theme was first available (Free StyleSheet: "Fresh Print" Print.css):
	
	-------------> http://www.bvsoftware.com/forums/default.aspx?f=28&m=13040 <-------------
	
	enjoy... cjs.
	-------------------------------------------------------------------------------------*/

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 { position:absolute; top:0; left:0; }
#container, #header, #footer { width:100%; background:#fff; }
#BrandingArea { height:60px; }
#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; }

/* fin */
