I figured it out--it's in the stylesheet.css
#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 */
}
change the #e8e9e9 to the color you want. To see what the code was, I opened up a graphic that was the color I wanted, then pasted it into the css, and it worked!

Bookmarks