Hi Lloyd,
You will need to add a width to the one of the table cells located in the DesktopModules/Smith.ProductDetails/ProductDetails.ascx file. Go to appromiate line 466 and make the following change:
<ItemTemplate>
<table cellspacing="1" cellpadding="5" border="0" width="100%" >
<tr>
<td valign="top" align="center" width="100%">
<table align = "center">
<tr>
Thanks,