/* ======================================================================
   PRINT CSS for Norgren Global Webstore - Copyright 2005 Igentics Ltd
   Author: Barnaby Hart
/* =====================================================================*/

/* large screen elements that need hiding */
#tabwrapper, #info, #toolbox {
	display: none;
}
/* details that need hiding */
.noprint, #basketlinks, #footer, #footermenu, #headerlinks, .jumptop  {
	display: none;
}

/* ====================================================================
   TABLES
-------------------------------------------------------------------- */
table {
	width: 95%;
}
#basket tbody.even, #basket thead {
	border-top: 2px #bbb solid ! important;
	border-bottom: 2px #bbb solid ! important;
}
table.layout td, table.layout th {
	border: none ! important;
}

/* ====================================================================
   MISC STYLING
-------------------------------------------------------------------- */
h1 {
	margin: 0 ! important;
}
h1 a {
	color: #000;
	text-decoration: none ! important;
}
p.developedby {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
}
p.developedby a {
	text-decoration: none ! important;
}