On my products listing pages, I have too much space between the price and the title.

In firebug I change:

Code:
</div><br>$10.00<br><br>
to:

Code:
</div>$10.00<br><br>
and everything works perfectly.

I've pretty much dug through my entire site and cannot find that <br> or <br />!!!!

Can anyone help?
This the page where I'm trying to make the change.