﻿@media print
{
    #header
    {
        display: none;
    }
    #main
    {
        padding: 0 !important; /*border: 3px solid #C0C0C0;*/
    }
    #navigation
    {
        display: none;
    }
    #footer
    {
        display: none !important;
    }
    #footer-region2
    {
        display: none !important;
    }
    .container
    {
        margin-left: auto;
        margin-right: auto;
        width: 960px;
    }
    .inner-container
    {
        display: inline;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
        width: 740px;
    }
    .order-receipt
    {
        float: left;
        width: 940px;
    }
    .order-receipt-note h2
    {
        font-family: Georgia;
        font-size: 20px;
        padding-bottom: 10px;
        color: #50A4E2;
    }
    .order-receipt-note p
    {
        margin-bottom: 5px;
        margin-left: 5px;
        font-size: 13px;
    }
    #order-receipt-details .content-col
    {
        padding-top: 10px;
        margin-bottom: 22px;
        width: auto;
        width: 100%;
    }
    #order-receipt-details .content-col-infix
    {
        padding-top: 22px;
        margin-bottom: 22px;
        width: auto;
        width: 100%;
        background: #fff url(../Images/dot.gif) repeat-x;
    }
    #order-receipt-details .content-col-header span
    {
        color: #50A4E2;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: -1px;
        margin-bottom: 10px;
        padding: 10px 0 10px 0px;
    }
    #order-receipt-details p
    {
        margin-bottom: 3px;
        margin-left: 5px;
        font-family: Verdana;
        font-size: 13px;
    }
    #order-receipt-items table.cart
    {
        border: 0 none;
        color: #575757;
        margin-top: 14px;
        width: 100%;
        font-family: Verdana;
    }
    #order-receipt-items table.cart tr.header
    {
        background-color: #E5E5E5;
    }
    #order-receipt-items table.cart tr.header th
    {
        background-color: #E5E5E5;
    }
    #order-receipt-items table.cart th.product
    {
        margin: 0;
        padding: 4px;
        text-align: left;
        width: 341px;
        vertical-align: top;
    }
    #order-receipt-items table.cart td.product
    {
        margin: 0;
        padding: 4px;
        text-align: left;
        width: 341px;
    }
    #order-receipt-items table.cart td
    {
        line-height: 1.3em;
        margin: 0;
        padding: 4px;
        text-align: right;
        vertical-align: top;
        width: 77px;
        border-right: 2px solid #FFFFFF;
    }
    #order-receipt-items table.cart th
    {
        line-height: 1.3em;
        margin: 0;
        padding: 4px;
        text-align: right;
        vertical-align: top;
        width: 77px;
    }
    #order-receipt-items table.cart ul.productDesc
    {
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    #order-receipt-items table.cart ul.productDesc li
    {
        line-height: 1.6em;
        font-weight: normal;
    }
    #order-receipt-items table.cart ul.quantity
    {
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    #order-receipt-items table.cart ul.quantity li
    {
        line-height: 1.6em;
        font-weight: normal;
    }
    #order-receipt-items table.cart tr.subtotals td
    {
        border-right: medium none;
    }
    .cart-alt-row
    {
        background-color: #F8F8F8;
        color: #686767;
    }
    #order-receipt-items table.cart tr.subtotals-last td
    {
        background: #fff url(../Images/dot.gif) repeat-x;
    }
    #order-receipt-items table.cart tr.subtotals td.label
    {
        font-weight: bold;
        width: 850px;
    }
    .progress-bar
    {
        display: none;
    }
    h1
    {
        display: none;
    }

}
