﻿/* Hide any elements we don't want to include when printing
--------------------------------------------------------------------------------------- */

hr, 
#Header h2, 
#Nav, 
a#Contact-Details, 
.Sidebar, 
#Product-Rotator, 
li.Product-Order, 
#Quantity, #Order, 
.OfferDetails, 
#Details p a, 
#Footer .Links
{
	display: none;
}


/* Set the print style for the page
--------------------------------------------------------------------------------------- */

body
{
	font-family: "Arial", sans-serif;
}

h2
{
    margin: 60px 0 30px 0;
    padding: 0 0 3px 0;
    border: solid #000000;
    border-width: 0 0 1px 0;
    font-size: 25px;
}

h1 a img
{
    border: none;
}

ul.Products, ul.Products ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.Products li.Product
{
    margin: 10px 0 0 0;
    padding: 0;
}

#Footer
{
    margin: 15px 0 0 0;
    padding: 10px 0 0 0;
    border: solid #000000;
    border-width: 1px 0 0 0;
    text-align: left;
}

#Identifier span
{
    font-size: 10px;
    font-style: italic;
}