Okay. In addition to the previous replies in ZC 1.3.8a. . .
I have wrapped div tags around all elements in the specials_index, featured_products and new_products.php so that I can style them how I like and move them all into place.
New products
'<div class="listBoxProductsDescription">'.zen_trunc_string(zen_clean_html(stripslashes(zen_get_products_description($new_products->fields['products_id'], $_SESSION['languages_id']))), PRODUCT_LIST_DESCRIPTION) .'</div>'
```Specials products
.'<div class="listBoxProductsDescription">' zen_trunc_string(zen_clean_html(stripslashes(zen_get_products_description($specials_index->fields['products_id'], $_SESSION['languages_id']))), PRODUCT_LIST_DESCRIPTION) '</div>'.
.'<div class="listBoxProductsDescription">'.zen_trunc_string(zen_clean_html(stripslashes(zen_get_products_description($featured_products->fields['products_id'], $_SESSION['languages_id']))), PRODUCT_LIST_DESCRIPTION) '</div>'.
Example:
($new_products->fields['products_id']
($specials_index->fields['products_id']
($featured_products->fields['products_id']