/* ESTADISTIQUES */
#seccio {
background:url("../../img/estructura/seccions/estadistiques.png") no-repeat top left;
}

#estadistiques {
padding: 20px;
}

div.maximitem {
width: 200px;
/*height: 70px;*/
border: 1px solid #000;
margin: 0px 4px;
float:left
}

#maxims{
margin: 15px 0px 30px 0px;
}
#maxims p{
margin: 0pt;
}

.maximitem img{
margin-right: 5px;
float:left
}

.dades img{
float:none;
}

#linkgrafics {
text-align: center;
margin: 5px;
}

.maximitem div.title{
background-color: #ED3432;
color: #fff;
font-weight:bold;
text-transform:uppercase;
border-bottom: 2px solid #ccc;
text-align: center;
}

.playername {
font-weight: bold;
color: #000;
margin: 8px 0px;
}

.dades p{
/*margin-top: 5px;*/

padding: 3px 0px;
font-size: 10px;
line-height: 1em;
border-bottom: 1px dotted #ccc;
}

/* TAULES */
#statstable table{
background-color: #fff;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
clear: both;
color: #333;
margin-bottom: 10px;
width: 100%;
font-size: 10px;
}
#statstable th{
background-color: #f2f2f2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
text-align: center;
color:#000;
font-weight:bold;
}
#statstable th a{
display: block;
padding: 2px 4px;
text-decoration: none;
color:#000;
}
#statstable th a:hover{
background-color: #ccc;
color: #333;
text-decoration: none;
}
#statstable table tr td{
background: #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #f5f5f5;
padding: 4px;
text-align: center;
vertical-align: top;
}