﻿
.orderSummary thead td, .orderSummary tfoot td {
    background-color: #014689;
    height: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 11px;
}

.orderSummary.sm thead td, .orderSummary.sm tfoot td, .orderSummary.sm tbody td {
    height: 1em !important;
    padding: 0 !important;
    padding-bottom: 1px !important;
}

.orderSummary thead td.shorthdr {
    background: url(../images/catalog/rndtblhdr_short.gif) no-repeat left top;
    padding: 0;
    height: 8px;
}

.orderSummary tfoot td.shortftr {
    background: url(../images/catalog/rndtblftr_short.gif) no-repeat left top;
    padding: 0;
    height: 8px;
}

.orderSummary thead td.longhdr {
    background: url(../images/catalog/rndtblhdr_long.gif) no-repeat left top;
    padding: 0;
    height: 8px;
}

.orderSummary tfoot td.longftr {
    background: url(../images/catalog/rndtblftr_long.gif) no-repeat left top;
    padding: 0;
    height: 8px;
}

.orderSummary tbody td {
    padding: 4px;
    vertical-align: top;/*srs.3/4/2021*/
    /* 	border-bottom: 1px solid #FFF; */
}

.orderSummary .lineno {
    background-color: #C0CCDF;
}

.orderSummary .deleteitem {
    background-color: #C0CCDF;
    vertical-align: middle;
}

.orderSummary .odd {
    background-color: #FFF;
}

.orderSummary .even {
    background-color: #C0CCDF;
}

.orderSummary .totalbtm {
    padding: 0;
    height: 2px;
    background-color: #464646;
}

.orderSummary .totals {
    height: 20px;
    padding-right: 10px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
}

.orderSummary .linetotal {
    background-color: #C0CCDF;
    vertical-align: top;
}

.orderSummary .subtotal {
    background-color: #C9C9C9;
}

.orderSummary .grandtotal {
    background-color: #819E10;
    color: #FFF;
}

.orderSummary input.qty {
    width: 20px;
    border: 1px solid #80A3C4;
    font-size: 10px;
    text-align: center;
}

.orderSummary img {
    border: 0;
}

.orderSummary tbody td.dividerH {
    height: 3px;
    padding: 0;
    background: url(../images/catalog/dividerH.gif) repeat-x left top;
    width: 542px !important;
}
