You're welcome. So you WANTED everything green? I thought you wanted the name (such as 1999 Ford F250) to be one color and the price to be another (to color coordinate with the other pages).

I just now changed the names to red, and it really them stand out. You might like it. Try changing the "green" to "red" in the lines:

.productListing-odd strong, .productListing-even strong {
color:green;
}

to:

.productListing-odd strong, .productListing-even strong {
color:red;
}


Just a suggestion, though.