.topGameList
{
	float: left;
	margin: 5px;
	padding: 0px;
	text-align: left;
	background: #FFF;
	border: none;
	width: 122px;
	position: relative;
}

.topGameList .topGameListEntry
{
	padding: 6px 6px 0 6px;
	margin: 0;
	height: 100%;
}

.topGameList .topGameListEntry .topGameListInfo a img
{
	border: none;
	text-decoration: none;
	height: 40px;
}

.topGameList .topGameListEntry .topGameListNumber,
.topGameList .topGameListEntry .topGameListInfo
{
	float: left;
	padding: 0 0 6px 0;
	width: 20px;
}

.topGameList .topGameListEntry .topGameListInfo
{
	width: 90px;
}

