﻿/* Order Details Page CSS */
#rootDiv
{
    background-color: #ededed;font-size:12px;
}
#orderTable
{
    text-align: left;
    width:100%;
}
#orderBodyTD
{

}
#page-wrap
{
    background-color: #FFF; margin: 0px auto; padding: 7px;
}
#identity
{
    margin-bottom: 10px;
}
#identity table
{
    width: 100%; font-family: tahoma,arial,helvetica,sans-serif;
}
#returnAddressCell
{
    vertical-align: top; width: 50%; 
}
#orderNumCell
{
    vertical-align: top; 
}
.rightbold
{
    text-align: right; font-weight: bold;width: 122px;
}
#billToCell
{
    vertical-align: top; width: 50%; padding-top: 5px;
}
#shipToCell
{
    vertical-align: top; padding-top: 5px;
}
#methodsTable
{
   width: 100%; margin: 0 auto; border-top: 2px solid #000;
}
#methodsTable th,#methodsTable td, .center
{
    text-align: center;
}
#methodsTable th,#methodsTable td
{
    width:19%;
}
#items
{
    width: 100%; margin: 0 auto; border-left: 1px dotted #D2D2D2;border-bottom: 1px dotted #D2D2D2; border-right: 1px dotted #D2D2D2; padding-bottom: 5px;
}
#items th
{
    border-bottom: 2px solid #000; border-top: 2px solid #000; padding: 3px; background-color: #EFEFEF;
}
.alt
{
    background-color: #E1F7FE;
}
#DescriptionCell
{
    text-align:left; font-size:11px; padding: 3px;width: 700px;
}
#PriceCell,#QuantityCell
{
    text-align:center;
}
#ItemTotalCell
{
    text-align: right; padding-right: 3px;
}
#SubTotalCell,#TaxCell,#ShippingTotalCell, #TotalCell
{
    text-align: right; padding: 3px;
}
#ProductCostCell,#ProductTaxCell, #ProductTotalCell
{
    text-align: right; padding-right: 3px;
}
#ProductShippingCell
{
    border-bottom: 1px solid #000; text-align: right;padding-right: 3px;   
}
#OrderComments
{
    width: 100%; padding: 5px 0 0 7px;
}
#OrderComments h4
{
    margin-bottom: 0; padding-left: 7px;
}
#OrderComments p
{
    margin-top: 5px; padding: 0 7px
}
#terms h4
{
    margin-bottom: 0;
}
#terms p
{
    margin-bottom: 10px; padding-left: 7px;
}
body, #contentBound{ background-color: #FFF; background-image: none; }
body {
    color: #000000;
    font-family: tahoma,arial,helvetica,sans-serif;
    font-size: 100%;
}
#bannerBound, #menuBound,#returnDetailSection,#bannerRow,#topRow,#breadcrumb,#printDiv,#footerCell,img.abutting,.contentEdge,.gutterBound,.noprint {display: none; }
#detailslogo, #returnAddress { display:block !important }
