Please refer to the following topic, the concept is similar although it's for the max. width. Some samll change may needed and please try it.
Featured Products - border round product
And in post #8, where's a section,

Code:
/* Columnar Cell width adjustment */ 
/* decrease the cell's inner width to provide spaces for the added overhead */
.centerBoxWrapper div /* #whatsNew div, #featuredProducts div, #specialsDefault div */ {
	max-width: 30.5%; 
}

/* Columnar Cell width adjustment */ 
/* decrease the cell's inner width to provide spaces for the added overhead */
/* For IE only */
* html .centerBoxWrapper div {
        width: auto;
        width: 30.5% !important;	
}

And some more reference for the
Min-Height Fast Hack

Hope this helps.