/* podium-block */
.podium-block {
	position:relative;
	margin:-1px 0 5px;
}

.podium-block .name, .podium-block > img {
	display:block;
}

.podium-block .place {
	text-align:center;
	position:absolute;
	width:155px;
	padding:10px 5px 2px;
	border-radius:5px;
	background:#fff;
}

.podium-block .avatar {
	display:inline-block;
	vertical-align:top;
	margin:0 0 3px;
	border:1px solid #d1d1d1;
}

*+html .podium-block .avatar {
	display:inline;
}

.place .level {
	position:absolute;
	top:13px;
	left:124px;
}

#podium {
	background:url(/img/bg-podium.jpg);
}

#main .podium-block p {
	margin:0;
}

.podium-block .first-place {
	top:25px;
	left:308px;
}

.podium-block .second-place {
	top:54px;
	left:111px;
}

.podium-block .third-place {
	top:82px;
	left:504px;
}

/* game-list */
.game-list {
	width:100%;
	margin:0 0 6px;
}

.game-list li.heading-row {
	border:none;
}

.game-list li.heading-row .num {
	padding:11px 0 11px 2px;
}

.game-list .num {
	padding:10px 0 10px 1px;
	width:59px;
}

.game-list li.heading-row .game-cell {
	padding:11px 5px 11px 17px;
	font-size:14px;
	line-height:18px;
	width:198px;
}

.game-list .game-cell {
	float:left;
	width:207px;
	font-size:11px;
	line-height:14px;
	padding:3px 10px 3px 3px;
}

.game-list li.heading-row .cell {
	padding:4px 0 6px;
	text-transform:none;
	font:10px/14px Arial, Helvetica, sans-serif;
}

.game-list li.heading-row .cell.alter {
	width:65px;
}

.game-list li.heading-row .cell span {
	display:block;
}

.game-list li.heading-row .cell strong {
	display:block;
	margin:0 0 -2px;
	text-transform:uppercase;
	font:bold 14px/18px Arial, Helvetica, sans-serif;
}

.game-list .cell.alter {
	width:65px;
}

.game-list .cell.alt {
	padding:3px 0 4px;
	width:90px;
}

.game-list .cell {
	float:left;
	padding:10px 0;
	width:65px;
	text-align:center;
}

.game-list .cell .level-type {
	font-size:11px;
	line-height:14px;
	display:block;
}

.game-list .cell > strong {
	display:block;
	margin:0 0 -1px;
}

.game-list .img-box {
	float:left;
	margin:0 3px 0 0;
}

.game-list .img-box img {
	vertical-align:top;
}