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

.songHeadingArtist{
	width:180px;
	height:30px;
	background:url(../img/artist_song.gif) no-repeat 0px 0px;
}
.songHeadingArtist h2, .videoHeadingArtist h2, .albumHeadingArtist h2, .newsHeadingNews h2, .lyricsHeading h2{
	text-indent:-9999px;
}
.videoHeadingArtist{
	width:160px;
	height:30px;
	background:url(../img/artist_video.gif) no-repeat 0px 0px;
}
.albumHeadingArtist{
	width:220px;
	height:30px;
	background:url(../img/artist_album.gif) no-repeat 0px 0px;
}
.newsHeadingNews{
	width:160px;
	height:30px;
	background:url(../img/artist_news.gif) no-repeat 0px 0px;
}
.date{
	color:cccccc;
	font-size:.86em;
}
.lyricsHeading{
	width:200px;
	height:40px;
	background:url(../img/title_lyrics.gif) no-repeat 5px 10px;
	float: left;
}
