Ok here it goes.
The Long answer
You are thinking old school. Please go out and read Jeffry Zeldman's, Designing with Web Standards. http://www.zeldman.com/dwws/
It will change your web life.
The Short Answer
You get this because I hate being just referred to documentation when I ask a question. how ever I do read that documentation.
In YOUR CUSTOM TEMPLATE DIRECTORY/css/ you want to create a new file called YOUR CUSTOM TEMPLATE DIRECTORY.css and add
Code:
.productListing-odd, productListing-even {
margin-bottom: 1ex;
}
that should sort you out