I think I got a little too agressive and managed to mess up the alternating background colors on the All Products Page and the items that get placed in the shopping cart.

http://uniqueideasnmore.com/shopping...e=products_all

As you can see, the even numbered rows have a black background, making the text impossible to read.

I've search the threads and cannot manage to find anything that would help to remedy the problem.
I am using a modified "A Pink Boutique" template, and my stylesheet has the contains the following code that may, or may not, be relevant:

/*bof product listing display*/
.productListing-even {background-color: #FFFFFF; border-bottom: 1px solid #000000; border-top: 1px solid #000000;}
.productListing-odd {background-color: #FFFFFF; border-bottom: 1px solid #000000; border-top: 1px solid #000000;}

/*bof generic classes*/

.rowOdd {background-color: #FFFFFF; height: 1.5em; vertical-align: top;}
.rowEven {background-color: #FFFFFF; height: 1.5em; vertical-align: top;}

Any guidance would be greatly appreciated.