﻿@media print
{
    body
    {
        border: 0;
    }

    #header
    {
        display: none;
    }
    #footer
    {
        display: none;
    }
    #bg
    {
        display: none;
    }
    .skyPanelBg, #mainCategories, .subCategories, .pnlSubSubCategories
    {
        display: none;
    }
    #productcontentCol1
    {
        display: none;
    }
    .boatPanelBg
    {
        display: none;
    }
    #leftColum
    {
        display: none;
    }
    #standardPriceList
    {
        font-size: 120%;
    }
    .thPriceList
    {
        text-align: left;
        width: 620px;
    }
    table
    {
        page-break-after: always;
    }
    /*.page-break
    {
        display: block;
        page-break-before: always;
    }*/
}

