How to clone a row from a table exactly ... including styles

How to clone a row from a table exactly ... including styles

How do you clone a row in jquery exactly, i.e. including styles and width, clientWidth etc?
 
I am successfully using clone to clone the row, but am then having to loop through the cells from the source table and copy the styles individually. There must be a better jquery way. Any ideas?