﻿/* ============================== */
/* ! Layout for print version   */
/* ============================== */

body, html
{
    font-family:"Arial", "Verdana", Sans-serif;
    font-size: 10pt;
}

td, th
{
    border: 1px solid;
}

/*
JH - I put ids on these divs because I couldn't get them to hide when selecting them by classname
*/
#divRightContent
{
    display: none;
}
#divLeftContent
{
    display: none;
}
#divTopLinksContent
{
    display: none;
}
#divMainHeaderContent
{
    display: none;
}
#main-nav
{
    display: none;
}
#divSiteIndexContent
{
    display: none;
}
#divFooterContent
{
    display: none;
}
#checkoutConfirmationMobileOnlyProductTable
{
    display: none;
}
#wizardNavContainer
{
    display: none;
}
