﻿.PrintPage
{
    font-family: Verdana, Arial, Tahoma, Microsoft Sans Serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #fff;
    margin: 0px 0px 5px;
}

.PrintPage td
{
    font-size: 11px;
    color: #000;
}
.PrintPage .TableRow
{
    font-size: 11px;
}
.PrintPage h4
{
    font-size: 12px;
}
.PrintPage .InvoiceLabel
{
    font-size: 11px;
    background-color: #dae4d3;
    color: #373737;
    font-weight: bold;
    padding: 4px 4px 4px 4px;
}
.PrintPage .TableAlter
{
    font-size: 11px;
    background-color: #f1f1f1;
}
.PrintPage .titleLayout
{
    font-size: 11px;
    font-weight: bold;
    color: #ff9900;
    text-decoration: none;
    padding-left: 5px;
}
.PrintPage .InvoiceTableHeader
{
    font-weight: bold;
    color: #FFFFFF;
    border: solid 1px #e1e1e1;
    background-color: #746644;
    padding: 0px 3px;
    height: 25px;
    font-size: 11px;
}

.PrintPage .MainTableNoBackground
{
    width: 90%;
    border: #cccccc 1px solid;
}
.PrintPage .InvoiceTableHeader th
{
    border: solid 1px #e1e1e1;
    padding: 3px;
}
.PrintPage .GridRowStyle
{
    background-color: White;
    padding: 3px;
    color: #878787;
}
.PrintPage .GridAlternatingRowStyle
{
    background-color: #f1f1f1;
    padding: 3px;
    color: #878787;
}
.PrintPage .GridRowStyle td, .PrintPage .GridAlternatingRowStyle td
{
    border-top: #e4e4e4 solid 1px;
    padding: 3px;
}
.PrintPage .InvoiceSummaryTable td.InvoiceLabel
{
    background-color: #ac9d86;
    color: #FFFFFF;
    padding: 3px;
    text-align:right;
    width: 95px;
}
.PrintPage .InvoiceSummaryTable td.InvoiceValue
{
    padding: 3px;
    text-align:right;
    width: 200px;
    color: #373737;
}
.PrintPage .InvoiceSummaryTable td.TotalPrice
{
    padding: 3px;
    color: #373737;
    font-weight: bold;
    text-align:right;
    width: 200px;
}
.PrintPage .InvoiceSummaryTable td.TotalLabel
{
    background-color: #ac9d86;
    color: #FFFFFF;    
    padding: 3px;
    text-align:right;
    font-weight: bold;
    width: 200px;
}

.CheckoutCompleteOrderID
{
    font-weight: bold;
    margin: 10px 0px;
    text-align: center;
}