p {
	padding: 5px 10px;
	color: #666;
}

#container {
	width: 300px;
	margin: 0px;
	min-height: 100%; /*ie hack*/
}

#content {
	width: 280px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: 10px;
}


#wrap {
	width: 300px;
	overflow: hidden;
	background-color: #000;
	
}

h3 {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	color: #131313;
	background: #efefef;
	cursor: pointer;
	border-bottom: 1px solid #121212;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 30px;
	font-family: "Trebuchet MS";
}

h3.toggler a {
	color: #666;
	text-decoration: none;
	
}

h3.toggler a:hover {
	color: black;
}

div.accordion {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	background-color: #000;
	background-image: url(../includes/imagens/top10/li.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFF;
}
div.accordion img{float: left; margin-right: 5px;
	
}

div.accordion ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0px 0;
}

div.accordion ul li {
	padding: 5px 5;
}

div.accordion ul li a {
	color: #666;
	text-decoration: none;
	display: block;
	font-size: 90%;
	height: auto;
	padding: 0px;
}

div.accordion ul li a span {
	padding-bottom: 10px;
}

div.accordion ul li a img {
	border: 0;
	vertical-align: bottom;
	margin-right: 15px;
}

div.accordion ul li a:hover span {
	text-decoration: underline;	
}

#top_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}

#bottom_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}
	
.top_dark {
	background: url("images/top_dark.gif") no-repeat top left;
}

.top_light {
	background: url("images/top_light.gif") no-repeat top left;
}

.bottom_dark {
	background: url("images/bottom_dark.gif") no-repeat top left;
}

.bottom_light {
	background: url("images/bottom_light.gif") no-repeat top left;
}

.first {
	padding-top: 5px;
}

.last {
	padding-bottom: 5px;
}

.numbers-top10 {
	float:left;
	padding-right: 5px;
}

.top10-artistas {
	
	padding: 5px;
