table.advcart {
    background-color:#ffffff;
    font-family:tahoma, arial; 
    font-size:12px; 
    border-collapse: collapse;
}
table.advcart th, table.advcart td { 
    border: solid 1px #999999;
}
table.advcart td.name-cell {
    width: 300px;
}
table.advcart td.up-cell {
    text-align: center;
    width: 70px;
}
table.advcart td.cost-cell {
    text-align: right;
    width: 100px;
}
table.advcart td.quantity-cell {
    text-align: right;
    width: 100px;
}
td.amount-cell {
    text-align: right;
    width: 100px;
}
table.advcart tr.total-row td {
    font-weight: bold;
    text-align: right;
}
table.advcart td.quantity-cell input.items_qnty {
    text-align: right;
}


.promo_code_form {
    border: 2px solid #EE9999;
    width: 687px;
    margin: 10px 0 0 0;
    padding: 2px;
}

.promo_code_form h3 {
    color: #CC2008;
}

.promo_code_form .promo_code_info{
    font-weight: bold;
}

.promo_code_form .promo_code_info .error{
    color: #CC2008;
    font-weight: normal;
}
.promo_code_form .promo_code_info .success{
    color: #096C04;
}

