<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml" lang="en-US"><head profile="http://gmpg.org/xfn/11">
<meta http-equiv="X-UA-Compatible" content="IE=8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>{$website_title}</title>
<meta name="keywords" content="{$website_keyword}" />
<meta name="description" content="{$website_description}" />
<link rel="stylesheet" href="templates/green/styles/style.css" type="text/css" media="all">
<meta name="robots" content="index,follow">
</head><body id="home">
<div id="header" class="clearfix">
{include file='html_submenu.inc.tpl'}
<div id="branding">
<h1 id="logo"><a href="{$domain_url}" title="{$title_header1}">{$title_header1}</a></h1>
<div class="description">{$title_header2}</div>
</div>
<div id="nav" class="clearfix">
{include file='html_menu_rigth.inc.tpl'}
{include file='html_menu.inc.tpl'}
<div id="submenu-bg">
<div id="submenu-listitems">{$navegation}</div>
</div>
</div>
</div>
<div id="main" class="clearfix">
<div id="container">
<div id="content">
<div class="post">
<h1>{$title}</h1>
<small class="meta">
<span class="alignleft">
{literal}
<a href="javascript:history.go(-1)">Go Back</a>
{/literal}
</span>
<a href="{$domain_url}" class="alignright button-style">
Product Search Engine and Directory
</a>
</small>
<div class="entry">
<div class="source">
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr>
<td width="16%" bgcolor="#FFFFFF" valign="top"><img src="{$image}" alt="{$title}" border="0" /></td>
<td width="84%" valign="top" bgcolor="#FFFFFF" align="left">{$description}<br />
<strong>
{php}
global $product_rating;
if ($product_rating != ''){
{/php}
<br />
Product rating:</strong> <img src="{$product_rating}" alt="{$title}" border="0" />
{php}
}
{/php}
<br />
<a href="{$PHP_SELF}" target="_blank">{$totalOffers} store offers from {$minPrice} - {$maxPrice}<br /> </a>
{$extra_info_html}
</td>
</tr>
</table>
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#FFFFFF">{include file='google-ads-300-250.inc.tpl'}</td>
<td bgcolor="#FFFFFF">{include file='google-ads-300-250.inc.tpl'}</td>
</tr>
</table>
{php}
global $totalOffers;
if ($totalOffers > 0){
global $xml_element;
print '<h2>Compare Prices</h2>';
print get_xml_to_html_productliststore($xml_element);
}
{/php}
</div>
<div align="center">
<br />
{literal}
<a href="javascript:history.go(-1)">Go Back</a>
{/literal} </div>
</div>
</div>
</div>
<!-- #content -->
</div><!-- #container -->
<div id="sidebar">
{include file='google-ads-160-600.inc.tpl'}
{include file='google-ads-120-90.inc.tpl'}
{include file='google-ads-120-90.inc.tpl'}
{include file='google-ads-120-90.inc.tpl'}<br /><br />
{$shopzillaads160600}
</div>
</div>
{include file='html_footer.inc.tpl'}
{include file='google-analytics.inc.tpl'}
</body></html>