.musicbg_container{
	/*background-image: url('/media/music/music_bg_tile.jpg');*/
	background-color: #211d1e;		
	padding-bottom: 60px;
}

.musicbg{
	background-image: url('/media/music/music_bg.jpg');	
	background-repeat: no-repeat;	
}

.buyitonline{
	float: left;
	clear: both;
	width: 236px;	
	display: inline;	
}

.buyitonline .top{
	float: left;
	clear: both;
	width: 236px;
	height: 26px;
	background-image: url('/media/music/buyitonline_top.png');
	overflow: hidden;
}

.buyitonline .top .caption{
	float: left;
	clear: both;
	margin-left: 12px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 16px;
	display: inline;
}

.buyitonline .centerBG{
	float: left;
	clear: both;
	width: 236px;	
	background-image: url('/media/music/buyitonline_c.png');
}

.buyitonline .centerBG .content{
	float: left;
	margin: 4px 12px;
	font-size: 12px;
	display: inline;
	position: relative;
}

.buyitonline .bottom{
	float: left;
	clear: both;
	width: 236px;
	height: 6px;
	background-image: url('/media/music/buyitonline_bottom.png');
	overflow: hidden;
}

div.buyitonline ul 
{
	text-indent: none;
	padding:0px;
}

div.buyitonline ul li 
{
	margin-top: 3px;
	margin-bottom: 3px;
	list-style: none;
}

.songlistLinks{
	font-size: 10px;
	color: #c9c9c9;
	margin-left: 4px;
	float: left;
	display: inline;
	padding-top:2px;
}


.songlistLinks img{

}

div.songList
{
	margin-bottom:10px;
}

.songlistLinks a:link, .songlistLinks a:visited{
	color: #b1b1b1;
	text-decoration: none;
}

.songlistLinks a:active, .songlistLinks a:hover{
	color: #c9c9c9;
	text-decoration: underline;
}

.songRow{
	float: left;
	clear: both;
	display: inline;
	width: 230px;
}

.songRow .caption{
	float: left;
	white-space: nowrap;
}

div.album_row
{
	position:relative;
	width:1004px; /* otherwise the lyric boxes' right position get stacked in IE6 */ 
}

div.album
{
	margin-top: 20px;
	float:left;
	clear:left;
}

div.lyrics
{
	width: 400px;
	position:absolute;
	top:20px;
	right:38px;	
}

div.lyrics div.top div.center
{
	width: 390px;
}

div.lyrics div.bottom div.center
{
	width: 390px;
}

div.lyrics div.content
{
	display:inline;
	float:left;
	font-size:12px;
	margin:0 12px;
}

.top_albumtitle{
	background-image:url(/media/music/albumtitle.png);
	clear:both;
	float:left;
	height:26px;
	overflow:hidden;
	width:509px;
	color :#ffffff;
	font-weight: bold;
	font-size: 14px;
}

h2
{
	font-weight: bold;
	font-size: 14px;
	float: left;
	display: inline;
	margin-left: 5px;
	margin-top: 6px;	
}

h3
{
	font-size: 12px;
	margin-bottom: 10px;
}

div.songListButton
{
	margin-left:3px;
	width:12px;
	height:12px;
	float:left;
	background-repeat: no-repeat;
	background-position: center;
}

div.songListButton img
{
	margin-top:-2px;
}

div.songListButton.play
{
	background-image:url(/media/music/i_play.gif);
	cursor:pointer;
}

div.songListButton.pause
{
	background-image:url(/media/music/i_pause.gif);
	cursor:pointer;
}
