div#top_collectors {
	height: auto !important;
	height: 500px;
	min-height: 500px;
	position: relative;
	padding-left: 322px;
	padding-top: 100px;
}
div#top_collectors div.cover {
	width: 800px;
	height: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}
div#top_collectors.manga div.cover {
	background: url('./img/top_manga.jpg') no-repeat 0px -40px;
}
div#top_collectors.anime div.cover {
	background: url('./img/top_anime.jpg') no-repeat 20px 45px;
}
div#top_collectors.toys div.cover {
	background: url('./img/top_toys.jpg') no-repeat 60px 25px;
}
div#top_collectors.videogames div.cover {
	background: url('./img/top_videogames.jpg') no-repeat 15px 35px;
}
div#top_collectors.jmusic div.cover {
	background: url('./img/top_music.jpg') no-repeat 50px 25px;
}
div#top_collectors.comics div.cover {
	background: url('./img/top_comics.jpg') no-repeat -15px 48px;
}

div#top_collectors_sellers {
	margin-bottom: 50px;
}
div#top_collectors_sellers h3 {
	height: 40px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
div#top_collectors_sellers.manga h3 {
	background: url('./img/manga_in_vendita.png') no-repeat 0px 0px;
}
div#top_collectors_sellers.anime h3 {
	background: url('./img/anime_in_vendita.png') no-repeat 0px 0px;
}
div#top_collectors_sellers.toys h3 {
	background: url('./img/toys_in_vendita.png') no-repeat 0px 0px;
}
div#top_collectors_sellers.videogames h3 {
	background: url('./img/videogames_in_vendita.png') no-repeat 0px 0px;
}
div#top_collectors_sellers.jmusic h3 {
	background: url('./img/music_in_vendita.png') no-repeat 0px 0px;
}
div#top_collectors_sellers.comics h3 {
	background: url('./img/music_in_comics.png') no-repeat 0px 0px;
}

div#top_collectors_hunters td.collections div,
div#top_collectors_sellers td.collections div {
	display: none;
}

div#top_collectors_hunters {
	margin-bottom: 50px;
}
div#top_collectors_hunters h3 {
	height: 40px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
div#top_collectors_hunters.manga h3 {
	background: url('./img/in_cerca_di_manga.png') no-repeat 0px 0px;
}
div#top_collectors_hunters.anime h3 {
	background: url('./img/in_cerca_di_anime.png') no-repeat 0px 0px;
}
div#top_collectors_hunters.toys h3 {
	background: url('./img/in_cerca_di_toys.png') no-repeat 0px 0px;
}
div#top_collectors_hunters.videogames h3 {
	background: url('./img/in_cerca_di_videogames.png') no-repeat 0px 0px;
}
div#top_collectors_hunters.jmusic h3 {
	background: url('./img/in_cerca_di_music.png') no-repeat 0px 0px;
}
div#top_collectors_hunters.comics h3 {
	background: url('./img/in_cerca_di_comics.png') no-repeat 0px 0px;
}




/* Collezzionisti Random */

div#random_collectors h3 {
	height: 30px;
	background: url('./img/intestazione_collezionisti_random.jpg') no-repeat top left;
	text-indent: -9999px;
}

div.collector div.level {
	float: left;
	margin: 0px 0px 0px 6px;
}
div.collector div.avatar {
	float: left;
	margin: 0px;
}
div.collector div.user {
	float:right;
	padding:0px 5px 2px;
	text-align:right;
}
div.collector div.pieces {
	clear: left;
	font-weight: bold;
	font-size: 1.1em;
	text-align: right;
}