I am guessing that you just want to change the title bit of it. In the stylesheet look for the section that reads:
Code:
#cartSubTotal, h2.centerBoxHeading, .rowOdd {
background:#e8e9e9; /* background color for the New Product, Featured Products and Specials heading, odd listings, and for the subtotal section in the cart, light grey default */
}
And change it to:
Code:
#cartSubTotal, .rowOdd {
background:#e8e9e9; /* background color for the New Product, Featured Products and Specials heading, odd listings, and for the subtotal section in the cart, light grey default */
}
h2.centerBoxHeading{background-color:red;}
Obviously not red though! The choice of color is yours.