You may get the result you need using the following CSS...
Just copy it off this posting, and paste it at the BOTTOM of your stylesheet.css .
Remove/Edit declarations, and adjust colours, etc as per your requirements - this set of declarations was taken off a site that uses delicate shades of pink!
PHP Code:
/*Product Listing Settings*/
.productListing-heading {
font-size: 10px;
font-weight: bold;
color: #9933ff;
padding: 3px;
height: 20px;
}
.productListing-heading a {
font-size: 10px;
font-weight: bold;
color: #9933ff;
padding: 3px;
height: 20px;
}
.productListing-heading a:hover {
font-size: 10px;
font-weight: bold;
color: #3093df;
padding: 3px;
height: 20px;
}
#productsListingTopNumber, #productsListingListingTopLinks {
padding-bottom: 4px
}
#productsListingBottomNumber, #productsListingListingBottomLinks {
padding-top: 4px
}
TD.productListing-heading{
background-color: #abbbd3;
/*background-image: url(../images/tile_back.jpg);*/
}
TD.productlisting {
border:1px solid #9a9a9a;
}
TD.productListing-data {
font-size: 10px;
padding: 5px;
}
TR.productListing-odd, TR.upcomingProducts-odd {
background: #ffffff;
}
TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
background: #F9EDFF;
}
TD.productListing-data-description-odd {
background: #ffffff;
font-size: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 12px;
border-bottom: 1px solid #cc99ff;
}
TD.productListing-data-description-even {
background: #C9F1CF;
font-size: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 12px;
border-bottom: 1px solid #cc99ff;
}