@charset "utf-8";
/* CSS Document */

/*corrige problema com o botão do Facebook*/
.box-compartilhe{
	overflow:visible; 
}

#mainContainer{
	width: 980px;
	margin-left:-16px;
}

#topMenu{
	height:60px;
	padding:20px 20px 10px 20px;
}

#topLinks{
	border-top:1px solid #fff;
	margin:5px 0 0 0;
	padding:0 10px;
	list-style-type:none;
	color:#fff;
	clear:both;
	height:40px;
	display:block;
}

#topLinks li{
	float:left;
	overflow:hidden;
}

#topLinks a{
	background:none;
	color:#fff;
	text-transform:uppercase;
	padding:6px 12px;
	border-left:1px solid #fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display:block;	
	height:20px;
}
#topLinks a.active{
	background:#fff;
	text-transform:uppercase;
}
#topLinks a.last{
	border-right:1px solid #fff;
}

#topContainer{
	width:980px;
	height:510px;
	border-bottom: 8px solid #cb4c1b;
	overflow:visible;
	float:left;
}

#topContainer p{
	margin: 0 0 18px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color: #333;
}

#bottomContainer{
	width:980px;
	overflow:visible;
}
.middleColumn{
	padding-top:20px;
}

.leftColumn, .middleColumn{
	width: 345px;
	margin-right:20px;
	float:left;
	overflow:hidden;
}

.rightColumn{
	width: 245px;
	float:right;
	overflow:hidden;
	padding-top:20px;
}

.textContainer{
	border: 1px solid #ebe6e4;
	padding:20px;
	overflow:hidden;
	float: left;
	z-index:100;
	background-color: #fff;
	width: 303px;
	margin:10px 0 0 0;
}

.rightFloated{
	display:inline-block;
	float:right;
	margin:5px 0 0 10px;
}

.leftFloated{
	display:inline-block;
	float:right;
}

.playerBlock{
	margin:0;
	clear:both;
}

.titleBlock1{
	height:30px;
	width:210px;
	float:left;
	
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	
	margin:0 15px;
	padding:7px 15px;
}

.smallBlock{
	margin:30px 0 0 0;
	clear:both;
}
.noMargin{
	margin:0;
}

.noMargin .smallBlockText{
	width:100%;
	margin:0;
}

.noMargin .titleBlock2{
	width:100%;
	margin:30px 0 0 0;
}

.smallBlockText{
	font-size:12px;
	width:330px;
	margin:10px 0 0 15px;
	clear:both;
}

.smallBlockText img{
	margin-bottom:40px;
}

.playerText1{
	font-size:12px;
	width:230px;
	float:left;
	margin:10px 0 0 15px;
}

.titleBlock2{
	margin:30px 0 0 15px;
}

.titleBlock1 h3{
	text-indent: -1000px;
	margin:0;
	padding: 0;
	height:30px;
}

.imgStats{
	margin-top:14px;
}

/************************************/
/* uso geral */
.clearFix{
	clear:both;
}


#teamTactics{
	height:490px;
	background: #e9e9e9;
}

/*****************************
// jogadores - nigéria
*****************************/
#tacticsLinks{
	position:relative;
	z-index:100;
	top:20px;
	overflow:visible;
}
#tacticsLinks a{
	position:absolute;
	height:25px;
	display:block;
	text-align:center;
}
#nigeriaJogador1{
	margin-top: 45px;	margin-left:90px;	
}
#nigeriaJogador2{
	margin-top: 75px;	margin-left:50px;	
}
#nigeriaJogador3{
	margin-top: 75px;	margin-left:130px;	
}
#nigeriaJogador4{
	margin-top: 120px;	margin-left:20px;	
}
#nigeriaJogador5{
	margin-top: 120px;	margin-left:160px;	
}
#nigeriaJogador6{
	margin-top: 160px;	margin-left:50px;	
}
#nigeriaJogador7{
	margin-top: 160px;	margin-left:145px;	
}
#nigeriaJogador8{
	margin-top: 210px;	margin-left:100px;	
}
#nigeriaJogador9{
	margin-top: 245px;	margin-left:40px;	
}
#nigeriaJogador10{
	margin-top: 245px;	margin-left:155px;	
}
#nigeriaJogador11{
	margin-top: 280px;	margin-left:100px;	
}

.infoBox{
	width:320px;
	position:absolute;
	z-index:1000;
	margin-left:-200px;
	margin-top:65px;
	display:block;
}

.infoTop{
	background: url('../img/infobox-top.png') no-repeat 0 0;
	height:28px;
}

.infoContent{
	display:block;
	background: url('../img/infobox-bottom.png') no-repeat bottom left;
	padding: 0 0 20px 0;
}

#topContainer .infoContent p{
	margin:0 60px 5px 30px;
}

.infoTitle{
	/*text-transform:uppercase;
	padding:2px 6px;*/
	
	font-weight:bold;
	font-size: 16px;
}


.infoTitle span{
	float:right;
	font-weight:normal;
	text-transform:none;
	clear:both;
}

.infoText span{
	font-size:11px;	line-height:13px;
	margin:10px 0;
	display:block;
	clear:both;
	color:#999;
}
.infoText {
	
}
.infoText span.position{
	margin:0 0 10px 0;
}