Thank you Shan, it worked!
From customer\main\product.tpl remove from line 23:
Code:
image_x=$config.Appearance.thumbnail_width
Before:
Code:
<A href="product.php?productid={$products[product].productid}&cat={$cat}&page={$navigation_page}{if $featured eq 'Y'}&featured{/if}">{include file="product_thumbnail.tpl" productid=$products[product].productid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].tmbn_url}
{$lng.lbl_see_details}</A>
After:
Code:
<A href="product.php?productid={$products[product].productid}&cat={$cat}&page={$navigation_page}{if $featured eq 'Y'}&featured{/if}">{include file="product_thumbnail.tpl" productid=$products[product].productid product=$products[product].product tmbn_url=$products[product].tmbn_url}
{$lng.lbl_see_details}</A>
The thumbnail sizes on the Product List now matches the thumbnail sizes on the Product Page.
Thank goodness for the forum!!

Darlene