﻿/*top left - Team list*/
 .teamlist_away
{
	color:#000;
	/*border-right:2px white solid;*/
	/*min-height:640px;*/
	font-size:10px;
	text-align:left;
	width:130px;
}
.teamlist_away .teamname{
	background-color:#000;
	border-bottom:3px solid #FFF000;
	color:#FFF000;
	font-size:11px;
	font-weight:bold;
}
.teamlist_away .teamname .teamnamepad{
	padding:7px 10px;
}
 .teamlist_away .player
{
	border-bottom:solid 1px #C0C0C0;
	float:left;
	width:130px;
	padding:4px 0px 4px 0px;
}
 .teamlist_away .player 
{
	float:left;
	width:130px;	/*108*/
	/*height:20px;*/
}
 .teamlist_away .player .shirt_number{
	float:left;
	width:12px;	
	margin-right:5px;
	/*height:20px;*/
	text-align:right;
}
 .teamlist_away .player .player_name
{
	float:left;
	width:86px; /*91px;	*/
	/*height:20px;*/
}

 .teamlist_away .player .player_data_subs{
	float:left;
	width:130px; /*108px;	*/
	/*height:20px;*/
}
 .teamlist_away .player .player_data_subs .shirt_number{
	/*color:#646464;*/
	float:left;
	width:12px;	
	margin-right:5px;
	/*height:20px;*/
	text-align:right;
	/*
	float:left;
	width:15px;	
	margin-right:2px;
	
	/*height:20px;
	text-align:right;*/
}
 .teamlist_away .player .player_data_subs .player_name{
	float:left;
	width:91px;	
	text-align:left;
	/*color:#646464;*/
	/*height:20px;*/
}

 .teamlist_away .player .livestats
{
	float:left;	
	width:20px;		
	min-height:15px;
	font-size:9px;
	font-family:Helvetica, Arial;
}
 .teamlist_away .player .cardsgoals_container{	
	float:left;
	width:130px;	
	text-align:left;	
	/*padding-left:5px;	*/
	line-height:0px;
	font-size:9px;
	font-family:Helvetica, Arial;
}

 .teamlist_away .separator{
	border-bottom:1px #BEBEBE solid;
	float:left;
	position:relative;
	width:130px;	
	height:1px;
}
 .subteamdetails{
	float:left;
	height:46px;
	width:130px;
	padding:15px 0px 0px 0px;
	/*background-color:#EBEBEB;*/
	color:#010066;
	font-weight:bold;	
	/*padding-left:10px;*/
}
 .teamlist_away .subteamdetails .manager{
	text-align:left;
}
 .teamlist_away .subteamdetails .formation{
	text-align:left;
	padding-top:5px;
}
 /*.teamlist_away .div_separation{
	margin-top:20px;
}*/

