Hi,
The style you use have some background images.
There is one grey background image under "The cart is empty".
But, if you want to put a head image for your modules, you have to use some rules which are commented in your css file.
/*************************/
/*****My cart module*******/
/*************************/
/*
.moduletable-cart h3{
background: url("../images/style_pictureblue/cart_bg.png") no-repeat scroll right center;
color: #FFFFFF;
padding:10px 0px 8px 10px;
text-align: left;
border-bottom:2px solid #236780;
margin:0px;
}
*/
#hikashop_cart{
border:1px solid #ddd;
background-color:#ffffff;
background:url(../images/style_pictureblue/bgstrip.png) repeat right;
padding:5px;
text-align:center;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
margin-bottom:10px;
color:#444;}
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.