To change the color of the checkout bar on the cart page modify the following styles in the module.css
/* Cart styles */
td.CartHeader
{
background:#4C83C8;
padding:3px;
width:50%;
}
.CartHeadText
{
font-size: 13px;
color:#000;
font-weight: 700;
}