/* Shopping Cart */ table.cart td.numeric { text-align: right; } table.cart td.numeric_sale { text-align: right; background-color: yellow; color: red; } table.cart a:link, table.cart a:visited { text-decoration: underline; }