Hi
I'm sure this must have been asked before but i've searched and cannot find anything on it.
I'm using images for my sideboxes by using;
.leftBoxHeading, .rightBoxHeading {
background: url(../images/sidebox.jpg);
}
in my stylesheet.
However my shopping cart heading is twice the size so I need to use a separate image for it.
Ive tried
#shoppingCartHeading
#h3. shoppingCartHeading
#h3. shoppingCartHeading .rightBoxHeading
#cartDefaultHeading
#cartSubTotal
.tableHeading, #cartSubTotal
With no luck.
Any help would be appreciated
Thanks




