div.page-head-alt h3{
    font-size: 26px;
    color: #896b24;
    margin-bottom: 10px;
    font-weight: normal;
}

#shopping-cart-table{
    width: 100%;
}

#shopping-cart-table th{
    background: #E8E8E8;
    color: #969696;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    padding: 3px;
}

#shopping-cart-table td{
    border-bottom: 1px solid #E8E8E8;
    color: #808080;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    padding: 3px;
}


div.shopping-cart-collaterals fieldset{
    border:none;
    padding: 10px;
    color: #808080;
    font-size: 12px;
}
