/*Barra de pesquisa*/
#search_bar {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	margin-top: -3px;
}
#search_bar .q {
	width: 250px;
	font-size: 12px;
	line-height: 20px;
	color: #bbb;
	border: 1px solid #ccc;
	background: #fafafa;
}




/* */
.mod_estadios img {
	margin-right:10px;
}
.mod_estadios small {
	font-weight: bold;
	text-transform: none;
	margin-top: 5px;
}

.artilheiros tr, .campeoes tr, .mod_estadios tr {
	border-bottom: 1px solid #ddd;
}
.artilheiros td, .campeoes td {
	padding: 5px 0 5px 0;
}

.mod_estadios td {
	padding: 10px 0 10px 0;
}

.confronto {
	width: 90px;
	height: 60px;
	position: relative;
}

.confronto .a {
	position: absolute;
	width: 60px;
	height: 60px;
	z-index: 20;
	top:0px;
	left: 0px;
}

.confronto .b {
	position: absolute;
	width: 60px;
	height: 60px;
	z-index: 10;
	top: 0px;
	right: 0px;
}

#materia h2 {
	margin-bottom: 10px;
}
#materia h3 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 17px;
}
#materia h6 {
	font-size: 11px;
	margin: 0 0 30px 0;
	font-weight: bold;
	line-height: 13px;
	color: #333;
	text-transform: none;
}
#materia .foto {
	width:620px; 
	height:300px; 
	background-color:#eee;
	margin-bottom: 20px;
}
#materia {
	margin-bottom: 30px;
}

#ficha tr {
	border-bottom: 1px dotted #fff;
}

#listTable small, .detailTable small {
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	margin-top: 5px;
}

.detailTable td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #eee;
}

.detailTable.ficha td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px dotted #fff;
}

.detailTable.ficha td.poster {
	padding: 0px;
	vertical-align: top;
	border-bottom: 0px;
}

#detalhe_time tr.clear {
	border-bottom: 0px;
}

#detalhe_time .left {
	text-align: right;
}

#detalhe_time .ret {
	text-align: center;
}

#detalhe_time small {
	margin-top: 0px;
	margin-bottom: 5px;
}

#detalhe_time .placar {
	vertical-align: bottom;
	font-size: 60px;
	font-weight: bold;
	line-height: 60px;
}