/* remove navigation panes for printing */
#breadcrumb, #header, #header-buttons, #left-pane, #right-pane, #page-tools {display:none;}
.jsshow {display:none;} /* hide javascript tools items for print version */
/* remove floats to enable printing */
#content #product .biblio, #content, #content #product .desc-pane, #content #product .desc-pane .tab-pane {float:none;}
/* remove tab margin, hide tab links & show all tab */
.tabs ul li {padding:0;}
.tabs a {display:none;}
.tab-pane-hide {display:inline;}