OK... a really close look at the Dealsdirect site (faint lines!) shows that what you are after is not a solid grid, but separate boxes around each product, with space between them.
Sorry for all the running around; all you need for this is to specify the border on .centerBoxContentsProducts, as well as height and a margin:
.centerBoxContentsProducts {border: 1px solid #999999; margin: 3px; height: 260px;}
Since this will make the products add up to wider than the space available, you will need to edit a file to reduce the assigned width of products. I'll have to go look that up and get back.



