Using a tool such as Firebug, you can inspect any element on your page, find the CSS styling associated with it and dynamically modify it to see the results.
Using Firebug, I found one way to modify your output. In your theme.css file, add something like this:
#product_list div.browseProductContainer {
padding-bottom:60px;
}