@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;
}

/* profile view */

.artist_data_wrapper{
	width:223px;
	height:273px;
	float:left;
	margin-left:30px;
	margin-bottom:10px;
}

.artist_data_wrapper .artist_data h2{
	padding-bottom:5px;
	line-height:20px;
	margin:0px;
}
.artist_data_wrapper_first_in_row{
	margin-left:0px;
}

.artist_data_wrapper .artist_data img.artist_picture{
	margin:0px;
	margin-bottom:5px;
}

.artist_data_wrapper .artist_picture{
	width:inherit;
}

.moduletable_home .artist_data_wrapper{
	height:inherit;
}