/* 
PROJECT: CP Hart
Filename: print.css
DATE: August 7th 2007
Author: Malcolm Elsworth
*/

#skips,
#headerWrap,
#frmSearch,
#pLeft,
#left,
.header,
#footer .flRight,
.noPrint,
.pageControls,
.clear,
.featurebox,
#pDetailsTabs,
.pListAddButton,
#pListAJAXwindow,
.user-controls {
	display: none;
	}


body {
	font-size: 10pt;
	font-family: arial, sans-serif;
	width: 90%;
	}
	
h1,h2,h3,h4 {
	font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
	color: #555;
	}
	
h2 {
	border-bottom: 1px solid #c5c5c5;
	}
	
#breadcrumb {
	border-bottom: 1px solid #999;
	margin: 0 0 20px 0;
	}
	
#pMain  {}
	
#pMain  #pDetailsImage img {
	display: inline;
	border: 1px solid #c5c5c5;
	padding: 5px;
	}

.pNewAndExclusive,
#prodTechDiv h3,
#prodDownDiv h3,
#prodDownDiv ul {
	display: none;
	}

table {
	width: 100%;
	border-collapse: collapse;
	}
	
th {
	background: #fff;
	color: #555;
	padding: 5px;
	border: 1px solid #555;
	}
	
.alCenter {
	text-align: center;
	}

td.first,
th.first {}

td {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #c5c5c5;
	}

tr.even {
	background-color: #f4f4f4;
	}
	
	
ul {
	list-style: none;
	}
	

a:link, a:visited {
	color: blue;
	}
	
#footer {	
	margin-top: 30px;
	border-top: 1px solid #999;
	}