<?php 
    }
    ?>
        </div>
	  <?php 
}
?>
      <div class="prices">
	    <?php 
if ($node->field_sale_price[0]['value']) {
    print '<div class="pp-msrp">' . t('MSRP') . ': <span class="msrprice">' . uc_currency_format($node->list_price) . '</span></div>';
    print '<div class="pp-pr">' . t('Price') . ': <span class="ppprice">' . uc_currency_format($node->sell_price) . '</span></div>';
    print '<div class="pp-se">' . t('Sale price') . ': <span class="theprice">' . uc_currency_format(cpo_isr_special_get_price_display($node)) . '</span></div>';
} else {
    print '<div class="pp-msrp">' . t('MSRP') . ': <span class="msrprice">' . uc_currency_format($node->list_price) . '</span></div>';
    print '<div class="pp-se">' . t('Sale price') . ': <span class="theprice">' . uc_currency_format(cpo_isr_special_get_price_display($node)) . '</span></div>';
}
?>

	  </div>
	  <?php 
if (arg(0) != 'print' && $node->field_prod_offline[0]['value'] != 'TRUE') {
    ?>
	  <div class="problem"><?php 
    print variable_get('cpo_isr_special_product_text', t('<a href="http://www.israel-catalog.com/help">Have a problem? Click here</a>'));
    ?>
</div>
	  <?php 
}
?>
	  
    	  <?php 
print $node->content['add_to_cart']["#value"];
?>
      </div>
      <div class="price">
        <?php 
print t('MSRP') . ': ' . uc_currency_format($node->list_price);
?>
	      <?php 
print t('Price') . ': ' . uc_currency_format($node->list_price);
?>
	      <?php 
//print t('Sell price').': <span class="theprice">'.uc_currency_format($node->sell_price).'</span>';
?>
	      <?php 
print t('Sell price') . ': <span class="theprice">' . uc_currency_format(cpo_isr_special_get_price_display($node)) . '</span>';
?>
	  </div>
	  <div class="problem"><?php 
print l(t('Have a problem? Click here'), 'help');
?>
</div>
	</div>
  </div>
 
  <div id="gen-tabs-wrapper">
    <div id="gen-tabs">
	  <ul>
	    <li><a href="#details"><?php 
print t('Details & Features');
?>