﻿    #divCart {
        overflow: hidden;
    }

    #divMsg {
        border: 1px solid #FFA553;
        border-radius: 6px !important;
        background-color: white;
        padding: 15px;
        color: black;
        margin-bottom: 15px;
    }

    #cartTable {
        width: 100%;
        color: black;
        font-size:90%;
    }
        #cartTable input {
            width:50px;
        }
    #cartTable a{
        color:#ED5256!important;
    }
        #cartTable tr td, th {
            vertical-align: middle;
            padding: 8px;
        }
        #cartTable th {
            padding:8px;
            color:black!important;
            font-weight:bold;
        }

        #cartTable tr:nth-child(2n) {
            background: #FAFAFA;
        }

        #cartTable tr:nth-child(2n+1) {
            background: #F1F1F1;
        }

        #cartTable tr:first-child {
            background-color: #DFDFDF;
            height: 30px;
        }
        #cartTable tr:last-child {
            background-color: #DFDFDF;
            height: 30px;            
        }
            #cartTable tr:last-child th {
                text-align:right!important;
                padding-right:33px;
            }
    .cartImage img {
        width: 60px;
    }

    #divOrder {
        border-radius: 6px;
        background-color: white;
        padding: 10px;
    }

        #divOrder h1 {
            color: #864000;
            font-size: 160%;
            text-align: center;
            padding: 10px;
        }