/* - - - - - - - - - - - - - - - - - - - - -Title : v1.0 Toolbox Proof of Concept print CSSAuthor : Brent DaymanURL : www.gallaher.com.auCreated : 20060214Modified : - - - - - - - - - - - - - - - - - - - - - *//* ** Layout ** *//*    Global    */* { }	html { }	body { 	background-color: #FFFFFF;	font: 83% Tahoma, Verdana, Arial, Helvetica, sans-serif;	line-height: 1.2em;	color: #000;}/*    IDs    */#mainnav { display:none; } #footer { display:none; } #rhcol { display:none; } /*    Images    */img { display:none; } /* ** Navigation ** *//* ** Typography ** *//*    Headings    */#lhcol h1, #featureBox h2 { font-size: 160%; }#lhcolLow h2 { font-size: 100%; }#lhcol h2, #featureBox h3 { font-size: 83%; }#featureBox h2 { font-size: 160%; }#lhcol h3 { font-size: 100%; }/*    Paragraphs   */p {	margin:0 0 1em 0;}#featureBox p {	margin:0 0 2em 0;	font-size: 105%;}/*    Quotes    *//*    Code    *//*    Lists    *//*    Break    */#rhcol hr {}/*    Text format    *//*    Links    *//*    Tables    *//*    Forms    *//*    Definitions    */dl {	/*font-size: 83%;*/	margin: 0;	padding: 0;}#lhcol dl { font-size: 105%; }dt {	margin: 0;	padding: 0;}dd {	margin: 0;	padding: 0 0 1.2em 0;}/*   Classes    */.hidden { }.breadcrumb { 	padding: 1em 0 1em 0;	font-size: 83%; }.clearer { clear: both; line-height: 0; height: 0; }