
/***************************************************
	Título
***************************************************/
h4.titulo .icone{
	width: 21px;
	background-image: url(img/titulo/icn_resultados.gif);
}


/***************************************************
	Listão
***************************************************/
h5{
	height: auto;
	background: none;
	padding: 20px 0 3px 22px;
	font-weight: bold;
}
.item_resultado{
	cursor: pointer;
	margin-left: 40px;
	padding-left: 15px;
	background: url(img/icn_disc.gif) no-repeat left 6px;
	text-decoration: underline;
}


/***************************************************
	Box Resultado
***************************************************/
.box_resultado{
	width: 832px;
	padding-top: 10px;
}

.box_resultado_topo{
	height: 27px;
	padding: 5px 10px 0 10px;
	margin-bottom: 7px;
	background: url(img/resultados/topo.png);
}
.box_resultado_topo strong{
	float: left;
	padding-top: 4px;
}
.box_resultado_topo .botao_fechar{
	cursor: pointer;
	float: right;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
}

dl.resultado{
	height: 28px;
	padding: 0 10px;
}
dl.resultado dt{
	float: left;
	padding-top: 3px;
	font-size: 0.85em;
	font-weight: bold;
}
dl.resultado dd{
	cursor: pointer;
	float: left;
	width: 31px;
	height: 21px;
	margin-left: 10px;
	overflow: hidden;
	font-size: 0;
	line-height: 50px;
}
dl.resultado dd.icn_noticias{
	background-image: url(img/icn_noticia.png);
}
dl.resultado dd.icn_fotos{
	background-image: url(img/icn_galeria.png);
}
dl.resultado dd.icn_videos{
	background-image: url(img/icn_video.png);
}


table.ranking{
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-spacing: 0;
	background: url(img/resultados/legenda_bg.gif) no-repeat top;
}
table.ranking th{
	color: #fff;
	font-weight: bold;
}

table.ranking thead th,
table.ranking thead td{
	height: 27px;
	padding-bottom: 6px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
table.ranking thead th{
	font-size: 0.85em;
}
table.ranking thead th.last{
	width: 350px;
}

table.ranking tbody td{
	padding-top: 3px;
	background: url(img/resultados/td_bg.gif) 0 1px;
	border-top: 1px solid #e3eeee;
	font-size: 0.9em;
	text-align: center;
	vertical-align: top;
}

table.ranking tbody .even td{
	background-image: url(img/resultados/td_even.png);
}
table.ranking tbody td.first{
	font-weight: bold;
}
table.ranking tbody td.last{
	text-align: left;
	width: 350px;
}

table.ranking .nome{
	text-align: left;
	padding-left: 60px;
}

table.ranking ul {
	width: 350px;
	padding: 0;
}
table.ranking ul li{
	clear: both;
	padding-bottom: 10px;
}
table.ranking ul li img{
	position: relative;
	display: block !important;
	float: left;
	width: 15px !important;
	height: 13px !important;
	margin-right: 5px;
}


table.ranking span.ouro,
table.ranking span.prata,
table.ranking span.bronze {
	float: left;
	display: block;
	position: relative;
	width: 15px !important;
	height: 13px !important;
	margin-top: 3px;
	margin-right: 5px;
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 0;
	letter-spacing: -1px;
	text-align: center;
}
table.ranking span.ouro{
	background: url(img/resultados/ouro.gif);
	color: #ffff00;
}
table.ranking span.prata{
	background: url(img/resultados/prata.gif);
	color: #d5d5d5;
}
table.ranking span.bronze{
	background: url(img/resultados/bronze.gif);
	color: #e99b15;
}