/*******************************
 *
 *	PRINT.CSS
 *
 *  Version: 1.0
 *
 *	Authors: 
 *	The Roundhouse
 *  Tom Knowles / Paul Lewis / Mike Harris / Gav Dellbridge / Dan Pace / Dan Nisbet
 *
 *  Description:
 *
 *	This CSS strips back all extraneous 
 *  layout/styling information and creates a clean 
 *  and simple printer-friendly layout.
 */

/* Essentials */
 
.hidden
{
	display: none;
}

.right
{
	position: 		relative;
	text-align: 	right;
}

object, embed
{
	display: 		none;
}

.printflash object, .printflash embed
{
	display: 		block;
}

hr
{
	display: 		none;
}

div
{
	float: 			none !important;
	position: 		static !important;
	width: 			auto !important;
}

img
{
	border:			none;
}

/* Display none */

#site #util,
#site .btn_more,
#site .pagelinks_container,
#site .minipagelinks_container,
#site #article_image_btns,
#site #routerholder,
#site #nav_secondary,
#site #productpanel_nav,
#site #sitesearch,
#site #productsearch,
#site #toolbar,
#site .distributor_dropdown,
#site #enquiryform_container,
#site #btn_products,
#footer
{
	display:		none;
}
 
/* Type */ 

html
{
	font-family: 	Arial, Helvetica, sans-serif;
	color: 			#000000;
	font-size: 		100%;
}

#site p
{
	margin-bottom: 	1em;
	line-height: 	150%;
	color:			#000000;
}

#site p.intro
{
	font-size: 		120%;
}

#site .reference p
{
	margin-bottom:	0em;
}

#site h2
{
	font-size: 		180%;
	font-weight: 	bold;
	color:			#000000;
}

#site h3
{
	font-size: 		140%;
	font-weight:	bold;
	color:			#000000;
}

#site h4
{
	font-size: 		120%;
	font-weight: 	bold;
	color:			#000000;
}

#site h5
{
	font-size: 		110%;
	font-weight: 	bold;
	color:			#000000;
}

/* Layout */

#site ul li,
#site ol li
{
	line-height:	150%;
}

#site .productsearchresult
{
	margin-bottom:	30px;
}

#site .product_name,
#site .product_code
{
	margin-bottom:	10px;
}

#site #assay_details_top
{
	margin-bottom:	20px;
}

#site .reference
{
	margin-bottom:	20px;
}

table td
{
	padding:		5px;
}

 /* Logo */

#site h1 img
{
	border:			none;
	width:			172px;
	height:			125px;
	display:		block;
}

#site h1 a
{
	text-decoration:	none;
	width:			172px;
	height:			125px;
	display:		block;
	text-indent:	-3000px;
	font-size:		0pt;
}

/* 
 * This presents URLS next to their associated link text when the page is printed
 */
 
a:link:after, a:visited:after 
{
      content: " (" attr(href) ") ";
      font-size: 90%;
}

html.noted a:link:after,
html.noted a:visited:after 
{
      content: '';
}
 
 
/* 
 * This is the print CSS to hide the Flash headlines 
 * from the browser... regular browser text headlines will now print as normal 
 */


.sIFR-flash 
{
	display:	 none !important;
	height: 	0;
	width: 		0;
	position: 	absolute;
	overflow: 	hidden;
}

.sIFR-alternate 
{
	visibility: 	visible !important;
	display: 		block !important;
	position: 		static !important;
	left: 			auto !important;
	top: 			auto !important;
}
