<!-- TITLE: Search -->
<table width=85% cellspacing=0 cellpadding=0 border=0 align=center>
<tr>
<td>
<center>
<b><font color=blue>
We found <font color=red>##total##</font> matching {items} in some categories.
You can view the results by category below.
</font></b>
</td>
</tr>
</table>
<table width=90% cellspacing=1 cellpadding=15 border=0 align=center>
<tr>
<td valign=top>
<!-- TPL_INSERT : row -->
<!-- TPL_CELL : def -->
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TR>
<TD vAlign=top width="7%" height=24>
<!-- IF ##image## -->
<a href="##href##"><img src="##image##" align=right border=0 alt="##name##"></a>
<!-- ELSE -->
<a href="##href##"><img src="img/spacer.gif" align=right border=0></a><br />
<!-- ENDIF -->
</TD>
<TD width="93%" height=24>
<B><A href="##href##">##name##</A></B> (##amt##) <br />##descr##
</TD></TR></TABLE>
<!-- /TPL_CELL : def -->
<!-- TPL_CELL : nl -->
</TD>
<TD vAlign=top>
<!-- /TPL_CELL : nl -->
<!-- /TPL_INSERT : row -->
</td>
</tr>
</table>