table.cart_items {
    font-size: 1.2em;
    margin: 0 auto;
    width: 100%;
}
table.cart_items th {
    font-weight: bold;
    padding: 0 8px 8px;
    text-align: center;
}
table.cart_items td {
    padding: 8px;
    text-align: center;
}
table.cart_items td:last-child, table.cart_items th:last-child {
    text-align: right;
}
table.cart_items .row_highlight td {
    background-color: #F4F7FA;
}
table.displaytable th, table.displaytable td {
    text-align: center;
}
table.displaytable td.total {
    text-align: right;
}
#cart_summary_wrap {
    clear: both;
    display: block;
    height: 48px;
    margin-bottom: 24px;
    position: relative;
}
#taxnote {
    color: #999999;
    font-size: 10px;
    left: 6px;
    position: absolute;
    top: -18px;
}
#cart_summary {
    margin-right: 8px;
    margin-top: 8px;
    position: absolute;
    right: 0;
    top: -24px;
    width: 360px;
}
#cart_summary li {
    font-size: 1em;
    font-weight: bold;
    line-height: 24px;
}
#cart_summary li:last-child {
    color: red;
}
#cart_summary li span {
    float: left;
    text-align: right;
    width: 160px;
}
#cart_summary li .value {
    float: right;
    text-align: right;
    width: 200px;
}
