Putting the view source of that description in Notepad++ and breaking all the elements into separate lines, you can see the error where a table ends and table elements are placed without a container.```html
<!--bof Product description -->
<div id="productDescription" class="productGeneral biggerText">
<ul><li>Note:Sedan 2wd 4cyl.(Incl 1.8T)</li></ul>
<p>TEIN type BASIC damper offers a high quality coilover system at an entry level price. Drivers will feel in
increase in stability, and grip, while maintaining good ride quality on the street and freeway. A shortened shell
case is utilized to allow for better ride and improved performance at lowered ride heights. BASIC damper is a great
option for consumers wanting a simple and quality made coilover. Each application is test fitted and road tested to
ensure the best possible balance between comfort and performance on the street. Includes ride height adjustment to
give your vehicle a minor to major drop. </p>
<p>Additional Features</p>
<ul><li>Steel Construction</li>
<li>Twin Tube internal construction</li>
<li>Larger piston diameter for strut type front and rear (22mm)</li>
<li>Ride Height adjustable via spring seat</li>
<li>Powder coated damper body with Zinc coated threaded section</li>
<li>1-year Manufacturers Defect Warranty</li>
<li>Available for Overhaul</li>
</ul>
<p>Contents of Damper Kit</p>
<ul><li>Shock Absorber ? 4</li>
<li>Main Spring ? 4</li>
<li>Some applications include helper springs</li>
<li>Seat Lock ? 12</li>
<li>Bump Rubber ? 4</li>
<li>Hook Spanner ? 2</li>
<li>Dust Cover x 4</li>
<li>Instruction Manual ? 1</li>
<li>Sticker Sheet ? 1</li>
</ul>
<table><caption>Spring Rate</caption>
<thead>
<tr>
<th>kgf/mm</th>
<th>lbs/in</th>
<th>Part #</th>
<th>kgf/mm</th>
<th>lbs/in</th>
<th>Part #</th>
</tr>
</thead>
<tbody>
<tr>
<td>8</td>
<td>448</td>
<td>SB080-01200</td>
<td>9</td>
<td>504</td>
<td>S5G81-0U090</td>
</tr>
</tbody>
<tfoot></tfoot>
</table>
+1.0
</td>
<td>56</td>
<td>~-1.0</td>
<td>-56</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>OEM
<table><caption>Ride Height</caption>
<thead>
<tr>
<th>mm</th>
<th>inch</th>
<th>mm</th>
<th>inch</th>
</tr>
</thead>
<tbody>
<tr>
<td>-39</td>
<td>-1.5</td>
<td>-21</td>
<td>-0.8</td>
</tr>
</tbody>
<tfoot></tfoot>
</table>
<table><caption>Ride Height Adjust Range</caption>
<thead>
<tr>
<th>Max/Min(mm/inch)</th>
<th>Max/Min(mm/inch)</th>
</tr>
</thead>
<tbody>
<tr>
<td>-28-1.1~-73.96-2.9</td>
<td>80.3~-36.2-1.4</td>
</tr>
</tbody>
<tfoot></tfoot>
</table>
<ul><li>EDFC Available Part #-</li>
<li>EDFC Strut kit Part #</li>
<li>Note:</li>
</ul>
</div>
<!--eof Product description -->
</table>
+1.0
</td>
<td>56</td>
<td>~-1.0</td>
<td>-56</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>OEM
<table><caption>Ride Height</caption>
This is obviously wrong. Everything between the </table> and <table> is outside the description table format, so may interfere with the #contentMainWrapper table layout.