I have the following table structure
<table style="width:100%">
<tr style="height:20px">
<td style="width:10;"></td>
<td style="width:20;"></td>
<td style="width:5%;"></td>
<td style="width:50%;"></td>
</tr>
</table>
I need to replace the above structure with div's. What is the best way to achieve it using CSS and DIV's only . I don't want to use Tables or td or tr tag's.