#cartContentsDisplay {
    border-left: 1px solid #E1E1E1;
}
.rowOdd {
    background-color: #F4F4F4;
    height: 1.5em;
    vertical-align: top;
}
tr.tableHeading, .rowOdd {
    background: none repeat scroll 0 0 transparent;
}
#cartContentsDisplay th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E1E1E1 #E1E1E1 #E1E1E1 -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000000;
    padding: 5px;
    text-align: center;
}
.rowEven {
    background-color: #FDFDFD;
    height: 1.5em;
    vertical-align: top;
}
#cartContentsDisplay td {
    border-bottom: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    padding: 5px;
    text-align: center;
}
#cartSubTotal {
    background: none repeat scroll 0 0 transparent;
    border-top: 0 none;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.2em;
    padding: 0;
    text-align: right;
}