Quote Originally Posted by gjh42 View Post
So you need to style all of the parts of the sidebox. Find in your stylesheet

#bestsellers .wrapper {
margin: 0em 0em 0em 1.5em;
}

and below that add rules starting with #shoppingcart, like

#shoppingcart {background: #aabbee; border: 1px solid #667788;}

#shoppingcartHeading, #shoppingcartHeading a {color: #334455;}


You can find the classes and ids of elements to style by installing Firefox and its Web Developer and /or Firebug extensions. These are the main tools we use for helping people with questions like this.

Thank you for your time and help. I use google chrome to find classes and elements and normally have no issue but this time around, this coding seemed impossible.

At any rate, thanks again!