/*  PRINT CSS
reduce font size from 62.5% to 50% for em
reduce images by 15% using ie specific zoom:80%;
 - doesnt work because print preview just makes images smaller but keeps positioning
 - have to resize all images manually 
*/
 
body {
  font:55%/1.1 Helvetica, Arial, sans-serif; 
  width:100%; /* website has body width set - this will reset it for printing */
}

/* ----------------------- New Divs Setup ---------------------- */
.dleft_fixedwidth { width:218px; } /* used when the ul is beside the img, otherwise is underneath (decking, flooring), modified in css_print */
.dleft img { width:100px; height:100px; }
.dleft_smallimage img { width:50px; height:50px; }  /* small images eg: ply */
.dleft p { width:100px; top:83px; }
.dleft ul { width:100px; }
.dblock { min-width:100px; width:100px; }
.dblock img { height:50px; width:auto; }
.dbottom_img { max-height:100px; max-width:150px; } /* see wtex */


/**** a lot of the below may no longer be required 


/* cat_multi - make img and text a little smaller */
.cat_multi img {width:95px; height:95px; }
.cat_multi p { width:95px; margin-top:-23px; }
.cat_multi ul { width:95px; }
.cat_multi_smallimg img { width:50px; height:50px; }

/* side info pics eg: LVL - is id= */
#cat_info_pic { height:50px; }

/* some cats have sub-headings */
.many_heading { font-size: 1.6em; }

/* ----------------------- Some Cats have Subcats Table at top ---------------------- */
/* plywood, verandah */
.cat_subcat { width:100%; }
.cat_subcat img {
  width:80px;
  height:80px;
}
.cat_subcat p {
  margin:-18px 5px 5px 5px;
  width:80px;
}

/* replacement for the above */
/* ----------------------- Some Cats have Subcats Table at top ---------------------- */
/* plywood, verandah */
.dcat_submenu {
  margin:5px;
}
.dcat_submenu img {
  width:80px;
  height:80px;
}
.dcat_submenu p {
  margin:-19px 6px 6px 6px;
  width:80px;
}



#cat_description_img { width:70px; }
#cat_data_img { width:200px; }
#cat_card_tn { width:75px; }
#cat_info_box { width:150px; }

#cat_multi_pic_wide { width:180px; }
#cat_multi_pic_wider { width:220px; }

#cat_multi_smalltable_pic { width:80px; }

#cat_productinfo_pic { height:50px; }

table.cat_single td {
  border-bottom: 1px solid darkgrey;
	padding: 0px;
}

/* make the button smaller */
.xbutton { 
  font: bold 0.9em/2em Arial, Helvetica; 
}
.fixedwidth { width:80px; }

