Hi, sorry for long answer, find this in product.tpl:
<div id="attributes">
{foreach from=$groups key=id_attribute_group item=group}
{if $group.attributes|@count}
<fieldset class="attribute_fieldset">
<label class="attribute_label" for="group_
And write this, instead of third row:
{if count($group.attributes) > 1}