Cia suformuojamas tr
<?php
        $out .= "<tr valign='top'>";
	$out .= "<td style='border-bottom:1px solid #F5ABC7;'><img src='".DIR."$thimg' width='$minwidth' height='$minheight' alt=\"$name\" /></td>";	
	$out .= "<td style='border-bottom:1px solid #F5ABC7;'><b>$name<br />Dydis ($size)<br />$barcode</b></td>";
	if($price_new != "0"){$price = $price_new;}else{$price = $price;}
	$price = number_format($price, 2, ".", "");
	$sum = $price*$count;
	$suma = number_format($sum, 2, ".", "");
	$out .= "<td style='border-bottom:1px solid #F5ABC7;'><b><span>$price Lt.</span></b></td>";	
	$out .= "<td style='border-bottom:1px solid #F5ABC7;'><b>$count</b></td>";	
	$out .= "<td style='border-bottom:1px solid #F5ABC7;' width='120'><b><span>$suma Lt.</b></span></td>";	
	$out .= "</tr>";
?>