/*
Crownhill CSS Print Stylesheet
Target: Print

Copyright 2005 Crownhill Associates Ltd. All rights reserved.
*/
body {
	font-size:12pt;
	padding:0;
	margin:0;
	}

h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
h2 {
	font-size:smaller;
	}

h2.product {
	border-bottom:1px solid #ccc;
	font-size:larger;
	clear:left;
	}
	
#content p {
	text-align:justify;
	}

#masthead {
	padding:6pt;
	border-bottom:2pt solid #000;
	}
#masthead img, img {	
	border:none;
	}
	
.displaynone, #productDetails form, .buybox, #purchase, #taxcurrency, #sidebar, .breadcrumb, #productImage p, .pdf {
	display:none;
	}
	
#masthead a:link:after, #masthead a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
a {    
  border: none;
  text-decoration:none;
  }

.incvat {
	font-size:smaller;
	padding:0;
	margin:0;
	}
.exvat {
	font-size:larger;
	padding:0;
	margin:0 0 0.5em 0;
	}
	
#productDetails ul {
	border:1px solid #ccc;
	font-size:85%;
	list-style:none;
	padding:3px;
	margin:5px 0;
	}
#productDetails li {
	padding:3px 1px;
	}

#left, #right, #searchbox, #footer, div.specials, .hide {
	display:none;
	}
	
#productImage {
	float:left;
	padding:0 15px 10px 0;
	}
#productDetails {
	float:left;
	}
	
h2.clear {
	clear:both;
	}