#container {
	margin: 10px;
	background:transparent url(/images/music-player-main-bg.jpg) no-repeat top center;
	width: 690px;
	padding: 10px;
}

#songs {
	float: left;
	width: 200px;
	background:transparent url(/images/music-player-left-bg.jpg) no-repeat top center;
	border: 1px solid #fff;
	padding: 10px;
}

#songs ul {
	margin:0;
	padding:0;
}

li.album_title {
	font-weight: bold;
	margin-bottom: 20px;
}

#songs ul ul.playlist {
	margin-left: 20px;
	margin-top: 10px;
	font-weight: normal;
}

	ul.playlist a.song_title {
		cursor: pointer;
	}

	.playlist .song_notes {
	
	}
	.playlist .lyrics {
		
	}
	.playlist .np_info_item {
		display: none;
	}

#now_playing_placeholder {
	float: left;
	margin-left: 10px;
	background-color:#FAFDEA;
	width: 435px;
	border: 1px solid #fff;
	padding: 10px;
}

#now_playing {
	float: left;
	margin-left: 10px;
	background:transparent url(/images/music-player-right-bg.jpg) no-repeat top center;
	width: 435px;
	border: 1px solid #fff;
	padding: 10px;
}

#np_control_container {
}
	#np_head {
		font-weight: bold;
		font-size: 12px;
	}
	
	#np_controls {
		height: 30px;
	}
	#np_controls a {		
		cursor: pointer;
		display:block;
		width:50px;
		text-align:center;
		height:1%;
		border: 1px solid #555;
		padding: 6px;
		background:transparent url(/images/button-bg.gif) no-repeat top left;
		background-color:#fff;
	}
	
	#buttonContainer {
		background:transparent url(/images/digital-download.png) no-repeat top center;
		width:322px;
		height:135px;
		text-align:right;
		float:right;
		margin:-12px -10px 0 0;
		display:none;
	}

	#np_body {	
	}
		#np_body #np_title {	
			font-size: 13px;
			margin-bottom: 5px;
			padding:3px 0 5px 0;
		}



		#np_buttons {	
			margin: 34px 30px 0 0;
			width:132px;
			float:right;
			display:none;
		}
		#np_buttons a {	
			border: 1px solid #F39A26;
			background:transparent url(/images/button-bg.jpg) no-repeat top center;
			padding:6px;
			font-weight:bold;
			font-size:8px;
			margin:0 0 10px;
			width:130px;	
			text-decoration: none;
			display:block;
		}


		
		#np_body .np_info_section {	
			margin-bottom: 10px;
		}
		#np_body .np_info_section_label {
			font-weight: bold;
			padding-top:10px;
		}
		#np_body #np_song_notes {
	
		}
		#np_body #np_lyrics {
		}

	#np_footer {
	}


ul.playlist li {
	margin-bottom: 10px;
}

ol, ul {
	list-style: none;
}


