@charset "UTF-8";
/* CSS Document */

.recently_artist_detailed{
	-moz-border-radius:4px;
	/*border:1px solid #858585;*/
	margin-bottom:5px;
	padding:10px;
	background:#eeeeee;
	/*background:url(images/back_artist.png) repeat-x;*/
}
.recently_artist_name{
	font-weight:bold;
	font-size:16px;
	padding-bottom:5px;
}

.recently_num_albums{
	background:transparent url(cdr.png) no-repeat scroll 0 0;
	color:#999999;
	font-size:10px;
	padding-left:20px;
	padding-bottom:3px;
}
.recently_num_songs{
	background:transparent url(music.png) no-repeat scroll 0 0;
	color:#999999;
	font-size:10px;
	padding-left:20px;
	padding-bottom:3px;
}