@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Low Altitude NEWS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		musicbuy.css
	Date:			May 21, 2008
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	videoPlayer Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#videoPlayer {
		width:931px;
		height:454px;
		margin:65px 0 0 0;
	}
	
	#flashLead h1 
	{
	    color:#dea115;
	    }
	
/*	--------------------------------------------------------------------------------------------------------------------------
	newsSect Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#newsSect{
		width:931px;
		background-color:#0b0d0d;
		margin:65px 0px 0px 0px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	left Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#left{
		width:601px;
		margin:0px 0px 0px 0px;
		float:left;
	}


/*	--------------------------------------------------------------------------------------------------------------------------
	news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#left #discography{
		width:601px;
		margin:8px 0px 15px 0px;
		padding:0;
	}
	#left #discography .album{
		width:558px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		
		background-color:#191919;
		padding:10px 11px 20px 32px;
		margin:2px 0 0 0;
	}
	#left #discography .album h1{
		font-family:Arial, Helvetica, sans-serif;
		font-size:25px;
		font-weight:normal;
		color:#dea115;
		line-height:25px;
		margin:10px 0px 30px 0px;
		padding:0px;
	}
	#left #discography .album .content {
		width:300px;
		float:left;
	}
	#left #discography .album .content p {
		margin:0 0 15px 0;
		font:13px Arial, Helvetica, sans-serif;
				color:#dea115;

	}
	#left #discography .album .content img {
		margin:0 15px 0 0;
	}
	#left #discography .album .img {
		width:200px;
		height:200px;
		margin-left:20px;
		float:left;
	}
	#left #discography .album .tracks {
		width:520px;
		margin-top:10px;
		
	}
	#left #discography .album .tracks ul {
		margin:5px 0 0 0;
		padding:0;
		list-style:none;
		
	}
	#left #discography .album .tracks ul li {
		margin:0;
		padding:5px 2px;
		border-top:1px solid #1e2326;
		color:#dddddd;
	}
	#left #discography .album .tracks ul .num {
		width:26px;
		float:left;
		font:10px Arial, Helvetica, sans-serif;
		color:#dddddd;
	}
	#left #discography .album .tracks ul .title {
		width:165px;
		float:left;
	}
	#left #discography .album .tracks ul .title a {
		font:10px Arial, Helvetica, sans-serif;
		color:#dddddd;
	}
	#left #discography .album .tracks ul .listen {
		width:70px;
		float:left;
	}
	#left #discography .album .tracks a {
		font:10px Verdana, Arial, Helvetica, sans-serif;
		color:#a02806;
	}
	#left #discography .album .tracks ul .video {
		width:70px;
		float:left;
	}
	#left #discography .album .tracks ul .rBuy {
		width:80px;
		float:left;
	}
	#left #discography .album .tracks ul .aBuy {
		width:75px;
		float:left;
	}
	#left #discography .album .tracks ul .iBuy {
		float:left;
	}
	
	#left #discography .album .tracks ul .rBuy a {
		color:#a02806;
	}
	#left #discography .album .tracks ul .aBuy a {
		color:#a02806;
	}
	#left #discography .album .tracks ul .iBuy a {
		color:#a02806;
	}
			#left .lyrics h1{
		font-family:Arial, Helvetica, sans-serif;
		font-size:25px;
		font-weight:normal;
		color:#716105;
		line-height:25px;
		margin:0px 0px 0px 0px;
		padding:0px;
	}
	#left .lyrics h2{
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:normal;
		color:#716105;
		line-height:25px;
		margin:0px 0px 20px 0px;
		padding:0px;
	}
	#left .lyrics{
		width:537px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#605722;
		background-color:#191919;
		margin:8px 0px 0px 0px;
		padding:31px 32px 30px 32px;
	}
	#left .lyrics img.headerNews{
		display:block;
		margin:0px 0px 8px 0px;
	}
	#left .lyrics #newsLinks{
		width:537px;
		height:8px;
		margin:36px 0px 0px 0px;
	}
	#left .lyrics #newsLinks img.bookmark{
		display:block;
		float:left;
		margin:0px;
	}
	#left .lyrics #newsLinks img.sendToFriend{
		display:block;
		float:left;
		margin:0px 0px 0px 31px;
	}
	
