/*
Title:		FJ Flowers - print styles
Author: 	Kalon Edser, http://www.kalonedser.com/
Updated:	11 March 2010
*/


body, #content, #container {
	width: 100%;
	margin: 0;
	float: none;
	background: #fff url(none);
	}

#nav, .sidebar, .noprint, .show-info, .recently-viewed, .pp_pic_holder {
	display: none; 
	}
	
.email-heading,
.zemContactForm,
.yab-add,
.yab-checkout-tax,
.yab-checkout-shipping,
.yab-checkout-subtotal {
	display: none;
	}

body {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #000; 
	}

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	}
	
h1 { font-size: 230%; }
h2 { font-size: 155%; }
h3 { font-size: 115%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }

a:link, a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline; }
/*#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}*/