
#items_table th {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #8c0080;
    padding: 0;
    vertical-align: bottom;
}

    #items_table th.thumb {
        text-align: left;
    }

#items_table td.desc {
    padding-left: 15px;
}

/******************************************************************************
* Title bar
******************************************************************************/

#checkout .title_bar {
    color: #ec008c;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12pt;
    margin: 3px 3px 10px 0pt;
}

#content .section .content {
    border: none;
}

#order_summary, div.review {
    clear: both;
    float: left;
}

#order_summary {
    width: 100%;
    margin-top: 20px;
    height: auto;
}

    #order_summary .title_bar {
        font-size: 18px;
        color: #ec008c;
        text-transform: none;
        margin-bottom: 20px;
    }

/* ================= */
/* = Info Sections = */
/* ================= */

#addresses {
    width: 100%;
}

#receipt #addresses {
    width: 48%;
    padding: 1%;
    clear: none !important;
}

    #receipt #addresses {
        float: left;
    }

    #addresses .section {
        float: right;
    }

        #addresses .section {
            width: 50%;
            margin: 0;
            padding: 0;
        }

            #addresses .section .title_bar {
                font-size: 18px;
                color: #8c0080;
                font-weight: bold;
                text-transform: lowercase;
                margin-bottom: 10px;
            }

            #addresses .section .content {
                color: #ec008c;
                font-size: 12px;
            }

#grand_total {
    text-align: right;
    color: #8c0080;
    font-size: 20px;
    margin-top: 20px;
}

    #grand_total .amount {
        padding: 0 30px;
    }

/******************************************************************************
* SKU table row
******************************************************************************/
#items_table {
    border-collapse: collapse;
    width: 91%;
    clear: both;
   
}

#items_table tr.sku_row td, #items_table tr.headings th {
    /*border-bottom: 2px solid #c982c2;*/
}

#items_table th {
    font-family: Arial, Verdana, Helvetica;
    color: #92278F;
    vertical-align: top;
    text-align: left;
    font-size: 13pt;
    padding-bottom: 10px;
}

    #items_table tr.footer_row td {
        padding: 0 !important;
    }

#items_table th {
    padding-bottom: 5px;
}

#items_table td {
    padding: 5px 0;
}

/* headers */
#items_table th.thumb {
    text-align: right;
    width: 8%;
}

#items_table th.desc {
    text-align: left;
    width: 23%;
}

#items_table th.status {
    text-align: left;
    width: 12%;
}

#items_table th.qty {
    text-align: left;
    width: 10%;
}

#items_table th.price {
    width:12%;
}

#items_table th.discount {
    white-space: nowrap;
    width:13%;
}

#items_table th.total {
    width: 12%;
}

#items_table th.brand,
#items_table th.qty,
#items_table th.price,
#items_table th.discount,
#items_table th.total {
    text-align: center;
}

/* td */
#items_table td {
    font-family: Arial, Verdana, Helvetica;
    color: #363636;
    font-size: 11pt;
}

#items_table td.thumb {
    text-align: left;
    padding-left: 1%;
    width: 7%;
}

#items_table td.desc {
    width: 22%;
    vertical-align: top;
}

#items_table td.status,
#items_table td.qty,
#items_table td.price,
#items_table td.discount,
#items_table td.total,
#items_table td.subtotal {
    text-align: center;
    vertical-align: top;
}
#items_table td.total_back{
    text-align: right;
    vertical-align: top;
    background-color: #F2F2F2 ;
}
#items_table td.grand_total {
    text-align: right;
    color: #363636;
    font-size: 20px;
    margin-top: 20px;
    text-align: right;
    padding-right: 25px;
}
#items_table td.grand_total_amount {
    text-align: right;
    color: #363636;
    font-size: 18px;
    margin-top: 20px;
    text-align: right;
    padding-right: 25px;
}

#items_table td.status {
    text-align: left;
    width: 12%;
}

    #items_table td.status a {
        font-size: 13px;
    }

#items_table td.qty {
    text-align: center;
    width: 12%;
}

#items_table td.price {
    width:14%;
}

#items_table td.discount {
    width:13%;
}

#items_table td.subtotal {
    color: #92278f;
    width: 8%;
    padding: 10px;
}

    #items_table td.subtotal span {
        display: block;
        padding: 5px 0;
        height: 107px;
        background-color: #f2f2f2;        
        width: 100%;        
    }

/*#items_table .thumb img {
    width: 67px;
    height: 88px;
}*/

#items_table tr.item_row td {
    border-top: 1px solid #c0c8cc;
    border-bottom: 1px solid #c0c8cc;
}

#items_table td.qty select {
    width: 40px;
}

#items_table tr.sku_row td {
    vertical-align: top;
}

#items_table tr.sku_row td.brand{
    text-align: center;
    vertical-align: middle;
}

#items_table td.desc p {
    margin: 3px 0;
    font-size: 12px;
}

    #items_table td.desc p.name {
        font-weight: bold;
        color: #8c0080;
    }

#items_table tr.sku_row {
    height: 30px;
}

    #items_table tr.sku_row td,
    #items_table tr.subtotal td {
        font-size: 13px;
        padding-right: 25px;
    }

#items_table tr.subtotal td {
    padding: 3px 0;
    padding-right: 25px;
}

    #items_table tr.subtotal td.label {
        text-align: right;
    }

    #items_table tr.subtotal td.value {
        text-align: right;
        vertical-align:top;
        width: 20%;
    }
    
.surcharge-alert {
    font-size:12px;
    color:red;
}

/**********************
* qty changes in cart * 
**********************/
.qty_change_alert {
    border: 1px dashed #ff0000; 
    color: #ff0000; 
    padding: 10px; 
    margin: 10px 0; 
    font: 13px Arial;
}

.qty_change_alert table {
    width: 100%;
    margin-top: 10px;
}

.qty_change_alert td {
    border: 1px solid #ff0000;
    border-top: 0;
    text-align: center;
    color: #ff0000;
}

.qty_change_alert th {
    border: 1px solid #ff0000;
    font-weight: bold;
    color: #ff0000;
}

.qty_change_alert td.qty_change_name {
    text-align: left;
}

.no_giftwrap_alert {
	color:red;
}

