Also, the div has inline styling which sets the width twice:
HTML Code:
<div style="background-color:#fff; width:240px;border:7px solid black;" class="centerBoxContentsProducts centeredContent back" style="width:49.5%;">
The second width supersedes the first, so the div takes 49.5% of the center.