/* CSS Document */

/******************************************************
=> TOP10
******************************************************/
div#top10 {
	width:383px;
}
div#top10 td {
	font:11px Arial, Helvetica, sans-serif;
}
div#top10 .lista {
	margin-left:5px;
	background:#cecece url(img/layout/top10_baixo.jpg) no-repeat bottom;
	padding-bottom:15px;
}
/** ESTILO DAS CAIXAS COM A COLOCAÇÃO DAS MUSICAS**/
div#top10 .item_1, div#top10 .item_2, div#top10 .item_3, div#top10 .itens {
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width:30px;
	height:22px;
	display:block;
	float:left;
	text-align:center;
	margin:2px;
	padding-top:3px;
}
div#top10 .item_1 {
	background:url(/img/layout/top10/top10_1.jpg) no-repeat center;
}
div#top10 .item_2 {
	background:url(/img/layout/top10/top10_2.jpg) no-repeat center;
}
div#top10 .item_3 {
	background:url(/img/layout/top10/top10_3.jpg) no-repeat center;
}
div#top10 .itens {
	background:url(/img/layout/top10/top10_itens.jpg) no-repeat center;
}

