/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Print Styles *
   
   This file creates CSS styles for printing documents. 
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
   
   Some additions you'll want to make, 
   customized to your markup:
   
   #heder, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

body {
  font-family: Georgia, Times, serif;
  line-height: 1.5;
  color:#000;
  background: none;
  font-size: 11pt;
}

img { 
  float:left; 
  margin:1.5em 1.5em 1.5em 0;
}
p img.top { 
  margin-top: 0; 
}

hr { 
  background:#93AF57; 
  color:#93AF57;
  width:100%; 
  height:2px; 
  margin:2em 0; 
  padding:0; 
  border:none; 
}
h3 {
  border-bottom: 1px solid #93AF57;
}
#productAttributes label, #productAttributes input, #productAttributes select, #productAttributes .back {
  display: inline;
}
blockquote { 
  margin:1.5em 0; 
  padding:1em; 
  border:0.2em solid #93AF57; 
  font-style:italic; 
  font-size:0.9em; 
}

.small, .small p  { font-size: 0.9em; }
.large, .large p  { font-size: 1.1em; }
.quiet, .quiet p  { color: #999; }
.hide             { display:none; }

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color:#125AA7;
}

a:link:after, a:visited:after {
   /*content: " (" attr(href) ") ";
   font-size: 90%;*/
}
div#header ul#nav, 
div#header div#flashcontent, 
div#side, 
div#wrap div#navBreadCrumb,
div#prodInfo,
div#cartAdd,
#productAttributes, 
div#wrap div#productsListingTopNumber, 
tr.productListing-rowheading, 
div#wrap div#productsListingBottomNumber,
div#footer { display: none; }
/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ 

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */


