﻿.PrintPage
{
    font-family: Verdana, Arial, Tahoma, Microsoft Sans Serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}

.PrintPage form
{
    width: 600px;
}

.PrintPage td
{
    font-size: 11px;
    color: #878787;
}
.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-size: 11px;     font-weight: bold;     color: #373737;     border: solid 1px #e1e1e1;     background:#fff url(../../images/design/box/BGBox1TopCenter.gif) repeat-x left top;     padding: 0px 3px;     height: 25px;*/
}

.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: #f1f1f1;     color: #373737;     padding: 3px;     text-align:right;     width: 200px;*/
}
.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: #f1f1f1;     color: #373737;     padding: 3px;     text-align:right;     font-weight: bold;     width: 200px;*/
}

.CheckOutCompleteTable
{
    border: solid 1px #CCCCCC;
    width: 90%;
    margin: auto;
}

.CheckOutCompleteTable .InvoiceTableHeader th
{
}

.CheckoutComplete_OrderItem_ProductNameHeader
{
    height: 25px;
    width: 225px;
    padding-left: 5px;
    border-top: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    font-size: 12px;
    font-family: Arial;
    background-color: #F5F5F5;
    text-align: left;
}

.CheckoutComplete_OrderItem_ProductNameItem
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    font-family: Arial;
    font-size: 11px;
}

.CheckoutComplete_OrderItem_QuantityHeader
{
    width: 55px;
    text-align: right;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    padding-right: 5px;
}

.CheckoutComplete_OrderItem_QuantityItem
{
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    font-size: 11px;
    font-family: Arial;
}

.CheckoutComplete_OrderItem_UnitPriceHeader
{
    width: 100px;
    text-align: right;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}
.CheckoutComplete_OrderItem_UnitPriceItem
{
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
    font-family: Arial;
}

.CheckoutComplete_OrderItem_TotalHeader
{
    width: 95px;
    padding-right: 5px;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    text-align: right;
}

.CheckoutComplete_OrderItem_TotalItem
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    text-align: right;
    font-family: Arial;
    font-size: 11px;
}

.CheckOutCompleteTable .InvoiceSummaryTable .InvoiceLabel
{
    width: 96px;
    background-color: #F5F5F5;
    font-weight: bold;
    color: #504031;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    font-family: Arial;
    font-size: 11px;
}

.CheckOutCompleteTable .InvoiceSummaryTable .TotalLabel
{
    background-color: #F5F5F5;
    font-weight: bold;
    color: #504031;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    font-family: Arial;
    font-size: 12px;
}

.CheckOutCompleteTable .InvoiceSummaryTable .InvoiceValue
{
    width: 90px;
    padding-right: 5px;
    text-align: right;
    font-size: 11px;
    font-family: Arial;
}

.CheckOutCompleteTable .InvoiceSummaryTable .TotalPrice
{
    padding-right: 5px;
    text-align: right;
    color: #FB952F;
    font-weight: bold;
}

.CheckOutCompleteTable .InvoiceTableHeader
{
    border: solid 1px #CCCCCC;
    background-color: #F5F5F5;
    color: #504031;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    font-size: 12px;
    font-family: Arial;
}

.CheckoutCompletePrintButton
{
    text-align: center;
}

.CheckOutCompleteBackLink
{
    text-align: center;
    margin-top: 10px;
}
.CheckOutCompleteBackLink a
{
    color: #666666;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 2px;
    background: url(../../Images/Design/bar/dotline.gif) repeat-x left bottom;
}
.CheckOutCompleteBackLink a:hover
{
    background: url(../../Images/Design/bar/linelink.gif) repeat-x left bottom;
}