/* Basic print settings */
body { width: auto; font-size: 0.82em; }
body, h1, h2, h3, p { color: #000000 !important; font-family: Arial, Helvetica, sans-serif; line-height: 1.1em; }
a { color: #000000 !important;	text-decoration: none; }
a img { border: none 0; }

/* reset logo to top of page (why is it at the bottom anyways?!?!?) */
#header-inner { position: absolute; top: 0 }
.inner { padding-top: 42px; /* height of logo */}

/* get rid of bullets in #footer address elements */
#footer li { list-style-type: none; }

/* hide site-specific gui elements */
.menu, .sidebar-inner, .right-column-inner, #details_menu, .leftbox-inner, .button, 
.boxes, .boxes-inner, .SubRotatingImage, .no_print { display: none !important; }

/* on product pages, print all product details at once */
.center-column-inner .tabDiv {display: block !important; }

/* reset float/align on product images */
.center-column-inner .tabDiv img { float: none; }

/* reduce footer print */
#footer { font-size: smaller; margin-top: 1em; }
#footer ul { padding: 0; margin: 0; }
