Great. Thanks Steve.
I've just found how to left justify the decription. To summarise the whole solution:
In the Product Listing page, to left-justify the Product's title and description, without left-justifying the whole table, add the following to the stylesheet.
.itemTitle { text-align:left;}
.listingDescription { text-align:left;}
Thanks, Steve




