/* Novanet local mods css file
# 20060618 by Alexander J. Jerabek
# this file sets the print format of Novnet catalogue pages:
#
#	Use universal selector * {margin:0} to remove all margins
#	Use {display:none;} to prevent certain space wasting elements from being printed 
#	When an element has an id or class, this can be used to make specific rules, for example #path, and #brief below
#	Otherwise rules listed below affect all selectors in use
#
=================================================================== */


* {margin:0;}
#primary, #ops, #login, logout, #footer img, #shortbuts, .jumpcell, .prevnext, #shorttail, #footer img{display:none;}
table#brief{display:block; font-size:10pt;}
#path{border-top:1px dashed #999; border-bottom:#999;}
 
