Not only are your images touching top to bottom, but elements are too close side to side, making some words hard to read.
Add this to your stylesheet and adjust to taste:
Code:
/* space & border between listing items */
.productListing-odd td, .productListing-even td {
/*text-align: left;*/
/*vertical-align: top;*/
padding: 0.5em 0.2em;
margin-bottom: 1em;
border-bottom: 3px double #aaccbb;
}
Your images are so large that they crowd the page badly. If you have a really long word in a title, it will force the content to spill off the edge. Make your images a bit smaller - they will still be easy to see.