/* LEADERBOARD */
.leaderboard {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	width:288px;
	height:460px;
	float:left;
  background:url(/anaeko-content/QF/scratchcard-game/images/leaderboard.png)no-repeat;
}

.leaderList{
position:relative;
top:100px;
left:18px;
width:260px;
height:272px;
}

.leaderList ul {
	width:100%;
}

.leaderList li {
	display:block;
	width:100%;
	min-height:25px;
	left:8px;
	border-bottom: 1px solid #836217; 
	color:#AAAAAA;

}

.cellName    { display: table-cell; text-align:left; width:120px; font-size:10px; padding: 0.3em;}
.cellCountry { display: table-cell;  text-align:center; width:105px; font-size:10px; padding: 0.3em;}
.cellCategory { display: table-cell;  text-align:center; width:105px; font-size:10px; padding: 0.3em;}
.cellScore   { display: table-cell;  text-align:right; width:35px; font-size:12px; padding: 0.3em;}
