Grazie per il suggerimento,
ma come già scritto in precedenza utilizza il TAG TABLE:
<table class="cart-summary">
<!-- Begin Heading -->
<thead style="background-color: #F7F6F6;">
<tr>
<th align="left" class="col-name">Name</th>
<th align="left" class="col-name">Price</th>
<th align="left" class="col-qty">Quantity</th>
<th align="left" class="col-qty">Tax</th>
<th align="left" class="col-qty">Discount</th>
<th align="left" class="col-total" colspan="2">Total</th>
</tr>
</thead>
<!-- End heading -->
<tbody>
<tr valign="top" class="sectiontableentry1">
<input type="hidden" name="cartpos[]" value="0">
<!-- Name -->
<td class="col-name">
<div class="zt-opc-cart-product-image">
<div class="p-info-inner">
<img class="img-reponsive" alt="" style=" width: 64px;" src="http://zt-vela.zoodemo.com/images/stories/virtuemart/product/p34.jpg">
<>
<>
<a href="/index.php/en/products/rheumatic-drugs11-detail">Vestibulum ullamcorper</a> <br>
<span style=" color: #736A6A;
font-weight: bold;">SKU : pro5</span><br>
</td>
<!-- price -->
<td>
</td>
<!-- Quantity -->
<td class="col-qty"> <div class="add-padding">
<input type="text" title="Update Quantity In Cart" class="quantity-input js-recalculate" id="zt-opc-shoppingcart-pid-0" size="3" maxlength="4" name="quantity[0]" value="1">
<button type="button" class="vm2-add_quantity_cart" title="Update Quantity In Cart" onclick="zt.onepagecheckout.updateCartQuantity(0);"><i class="fa fa-refresh"></i></button>
<button type="button" class="vm2-remove_from_cart" title="Delete Product From Cart" onclick="zt.onepagecheckout.removeCartItem(0);"><i class="fa fa-close"></i></button>
<>
</td>
<!-- Tax -->
<td class="col-total nowrap">
0
</td>
<!-- Discount -->
<td class="col-total nowrap">
-10
</td>
<!-- total -->
<td colspan="2">
$150 </td>
</tr>
</tbody>
<!--Begin of SubTotal, Tax, Shipment, Coupon Discount and Total listing -->
<tbody class="opc-price">
<tr class="sectiontableentry1 price-nomal">
<td class="col-left">Product prices result</td>
<!-- Discount -->
<td colspan="4">
-10 </td>
<!-- Total -->
<td colspan="2">
$150.00 </td>
</tr>
</tbody>
<tbody>
<tr class="sectiontableentry1">
<td colspan="5">
<span class="pull-left">No shipment selected</span>
</td><td colspan="2"> </td>
</tr>
</tbody>
<tbody>
<tr class="sectiontableentry1">
<td colspan="5" class="col-left">
No payment selected<br>
</td><td colspan="2"> </td>
</tr>
</tbody>
<tbody>
<tr class="sectiontableentry2">
<td colspan="5">Total:</td>
<td colspan="2">
<strong style="text-align: right" class="PricesalesPrice"><span class="PricesalesPrice"><div class="PricebillTotal vm-display vm-price-value"><span class="vm-price-desc"></span><span class="PricebillTotal">$150.00</span><></span></strong>
</td>
</tr>
</tbody>
</table>
Grazie per il suggerimento, se non c'è di meglio... si può risolvere questo problema del tag TABLE riscrivendo il codice html