﻿.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: #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: #fff;
    border: solid 1px #e1e1e1;
    background-color: #B8BAFF;
    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;
}


/*----------------- Checkout Complete --------------------*/

.CheckOutCompleteTable
{
    border: solid 1px #dadada;
    padding: 1px;
    width: 508px;
    margin-left:auto;
    margin-right:auto;
}

.CheckoutCompleteOrderItemWithSumTable
{
    width:500px;
    margin-left:2px;
    margin-top:2px;
    border:solid 1px #fff;
    overflow:hidden;    
}

.CheckoutCompleteProductItemsTable
{
    margin-left:2px;
    margin-top:1px;
}

.CheckoutCompleteProductItemsTable td
{
    padding-top:6px;
    padding-bottom:6px;
}

.CheckoutCompleteProductItemsTable .InvoiceTableHeader .UnitName
{
    width:200px;
    border:solid 1px #fff;
    padding-left:10px;
}

.CheckoutCompleteProductItemsTable .InvoiceTableHeader .UnitQuantity
{
   width:66px;
   border:solid 1px #fff;  
   padding-right:5px;  
}

.CheckoutCompleteProductItemsTable .InvoiceTableHeader .UnitPrice
{
   width:105px;
   border:solid 1px #fff;     
   padding-right:5px;
}

.CheckoutCompleteProductItemsTable .InvoiceTableHeader .UnitPriceTotal
{
   width:95px;
   border:solid 1px #fff;
   padding-right:5px;     
}

.CheckoutCompleteProductItemsTable .GridRowStyle .UnitName
{
    padding-left:10px;
}

.CheckoutCompleteProductItemsTable .GridRowStyle .UnitQuantity
{
   padding-right:5px;  
}

.CheckoutCompleteProductItemsTable .GridRowStyle .UnitPrice
{  
   padding-right:5px;
}

.CheckoutCompleteProductItemsTable .GridRowStyle .UnitPriceTotal
{
   padding-right:5px;     
}

.CheckoutCompleteProductItemsTable .GridAlternatingRowStyle .UnitName
{
    padding-left:10px;
}

.CheckoutCompleteProductItemsTable .GridAlternatingRowStyle .UnitQuantity
{
   padding-right:5px;  
}

.CheckoutCompleteProductItemsTable .GridAlternatingRowStyle .UnitPrice
{    
   padding-right:5px;
}

.CheckoutCompleteProductItemsTable .GridAlternatingRowStyle .UnitPriceTotal
{
   padding-right:5px;     
}

.CheckoutCompleteOrderItemWithSumTable .InvoiceSummaryTable
{
    border:none;
    border-collapse:collapse;    
    margin-right:1px;
}

.CheckoutCompleteOrderItemWithSumTable .InvoiceSummaryTable td
{
    height:24px;   
}

.CheckoutCompleteOrderItemWithSumTable .InvoiceSummaryTable td.InvoiceLabel
{
    border:solid 1px #fff;
    width:105px;
    padding-right:5px;
    background-color: #DEDFFF;
}

.CheckoutCompleteOrderItemWithSumTable .InvoiceSummaryTable td.InvoiceValue
{
    border:solid 1px #fff;
    width:95px;
    padding-right:5px;    
}

.CheckoutCompleteOrderItemWithSumTable .InvoiceSummaryTable td.TotalLabel
{
    border:solid 1px #fff;
    width:105px;
    padding-right:5px;   
    background-color: #B8BAFF;
}

.CheckoutCompleteOrderItemWithSumTable .InvoiceSummaryTable td.TotalPrice
{
    border:solid 1px #fff;
    width:95px;
    padding-right:5px;     
}

.CheckoutCompleteCustomerDetails
{
    border:1px solid #fff;
    width:499px;
    margin-left:3px;
    border-collapse: collapse;
    margin-bottom:2px;
}

.CheckoutCompleteCustomerDetails .CheckoutCompleteCustomerDetailsTable
{
    border:solid 1px #fff;
    margin-left:1px;
    margin-top:1px;
    border-collapse: collapse;
}

.CheckoutCompleteCustomerDetails .CheckoutCompleteCustomerDetailsTable .InvoiceTableHeader
{
    padding:0px;
    border:none;
    width:485px;
    padding-left:10px;
    padding-top:6px;
    padding-bottom:6px;
}

.CheckoutCompleteCustomerDetails .CheckoutCompleteCustomerDetailsTable .TableRow
{
    width:495px;
    border:solid 1px #fff;
}

.CheckoutCompleteCustomerDetails .CheckoutCompleteCustomerDetailsTable .TableRow td
{
    padding-top:4px;
    padding-bottom:4px;
}

.CheckoutCompleteCustomerDetails .CheckoutCompleteCustomerDetailsTable .TableRow td.CheckoutCustomerLabel
{
    width:135px;
    padding-left:10px;
}

/*----------------- Checkout Complete --------------------*/