﻿.pagetype_content #page_content {
background: none;
}

#players{
	margin:0 -5px;
	min-height: 1px;
}

#players .player{
	display: block;
	width: 100px;
	height: 115px;
	float: left;
	background: #45484b;
	margin: 5px;
	padding-left: 125px;
	padding-right: 10px;
	position: relative;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
}

#players .player img{
	position: absolute;
	left: 0;
}

.player .player_arrow{
	display: block;
	width: 7px;
	height: 10px;
	background: url(player_arrow.png) no-repeat 0 0;
	position: absolute;
	top: 12px;
	left: 108px;
}


* html .player .player_arrow{
	background: none;
}

#players .player:hover .player_arrow{
	background: url(player_arrow.png) no-repeat 0 bottom;
}

#players .player:hover{
	background: #575a5d;
	text-decoration: none;
}

#players .player strong{
	font-weight: bold;

	display: block;
	margin-top: 10px;
}

#players .player span{
	font-weight: normal;
	color: #969696;
}



