<table width="100%" cellpadding="0" cellspacing="0" class="totalButtonTable">
<tr>
<td class="totalTDCell1">{shipping_txt}:</td>
<td class="totalTDCell2">{shipping_total}</td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" class="totalButtonTable">
<tr>
<td class="totalTDCell1">{total_txt}:</td>
<td class="totalTDCell2">{total}</td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" class="cartButtonTable">
<tr>
<td class="buttonTDCell"><a href="{clear_url}" onclick="return delete_confirm('{are_you_sure}')"><img src="themes/{theme}/images/cart/clear.gif" alt="{clear}" title="{clear}" /></a><span class="buttonText">{clear}</span></td>
<td class="buttonTDCell"><input type="image" name="update" src="themes/{theme}/images/cart/update.gif" alt="{update}" title="{update}" /><span class="buttonText">{update}</span></td>
<td class="buttonTDCell"><a href="{checkout_url}"><img src="themes/{theme}/images/cart/checkout.gif" alt="{checkout}" title="{checkout}" /></a><span class="buttonText">{checkout}</span></td>
</tr>
</table>