Even though you are using pure_black template, you are NOT using their tpl_product_info_display.php file.
Your Product Info area has a TABLE hard-coded into it, and in your source-code, I am seeing:
HTML Code:
<table class="product-detail-table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="left-side-info">
This does not exist in either STANDARD Z.C. or PURE_BLACK, so somehow you have another tpl file there.
Open up THIS file,
includes/templates/pure_black_free/templates/tpl_product_info_display.php
copy the code, and PASTE it into your next forum post, making sure to embed it in the PHP tags on the post window code editor.