tr.total_row {
    background-color: #e6e6e6;
} #cart_table {
    width: 100%;
    text-align: left;
    color: black;
    font-size: 12px;
    border: thin solid black;
} #cart_table th {
    background-color: #1E3E53;
    color: white;
    font-size: 10px;
    padding: 5px;
} #cart_table td {
    padding: 5px;
    border: thin solid black;
}

div #cart_header {
    margin: 0px 0px 5px 20px;
    font-size: 25px;
    color: black;
    font-weight: bold;
}tr.tax_row {
	font-size: smaller;
}
