I have figured this one out on my own - I think. I have REM'ed out a section of the CUSTOMER\MAIN\PRODUCT.TPL
<!---
<TR>
<TD valign="top" align="left" rowspan="2">
{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y product=$product.product tmbn_url=$product.tmbn_url id="product_thumbnail"}
</TD>
--->
The reason - so I can keep the ICON on the PRODUCT LIST view, but not in the PRODUCT DESCRIPTION view. I have used the following code in the Detailed Description to make the text flow around the product image
<!---
Begin Product Description code
--->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>[img]/herbal-xpress/xcart/images/2cans_SWF1_med.jpg[/img]</td>
<td width="399">
<h1>Formula 1 Nutritional Shake Mix</h1>
<h2>Key Benefits</h2>
<ul>[*]Five delicious flavors.[*]Up to 20 essential vitamins and minerals, plus health-enhancing herbs.[*]9 grams of soy protein and a healthy source of fiber.[/list]</td>
</tr>
</table>
So the PRODUCT LIST view looks like this:
http://www.herbal-xpress.com/herbal-xpress/xcart/home.php?cat=257
and the PRODUCT DESCRIPTION looks like this:
http://www.herbal-xpress.com/herbal-xpress/xcart/home.php?cat=257