Hmm, not exactly sure what you try to archive, but easiest way might be...
give your tables, div ( whatever you use ) a common shared class and a unique id
<div class="top_skin" id="top_skin_{$rank}">
First off, all get the same css
.top_skin { height: 125px }
Then you can target specific...