/* ----- Audio Player ----- */

#AudioWrapper {
	position: absolute;
	top: 150px;
	left: 50%;
	height: 400px;
	width: 640px;
	margin: 0 0 0 -320px;
	background: url(../images/rmAudioDropBg.png) top center no-repeat;
	z-index: 99999;
}

#AudioWrapper div.dropBody {
	padding: 0px 0px 0px 0px;
}

#PlayList {
	height: 300px;
	margin: 30px 30px 10px 30px;
}

#PlayList ul {
	list-style: none;
	border-top: 1px solid #333;
}

#PlayList ul li.playlistItem {
	height: 30px;
	width: 570px;
	margin: 0;
	padding: 0 0 0 10px;
	background: #111;
	border-bottom: 1px solid #333;
	font: .75em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#PlayList ul li.playlistItem:hover {
	background: #555;
}

#PlayList ul li.playlistItem a {
	display: block;
	height: 100%;
	width: 560px;
	margin: 0;
	padding: 0;
	line-height: 30px;
	color: #FFF;
}

#PlayList ul li.playlistItem a img {
	float: left;
}

#PlayList ul li.playlistItem a span {
	display: block;
	float: left;
	height: 30px;
	margin: 0 5px 0 5px;
	padding: 0;
	overflow: hidden;
}

#PlayList ul li.playlistItem a span.playlistItemTitle {
	width: 150px;
	padding-left: 5px;
}

#PlayList ul li.playlistItem a span.playlistItemAlbum {
	width: 160px;
}

#PlayList ul li.playlistItem a span.playlistItemComposer {
	width: 140px;
}

#PlayList ul li.playlistItem a span.playlistItemTime {
	width: 40px;
	margin-right: 0;
	text-align: center;
}

#PlayControls {
	width: 140px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#PlayControls a {
	display: inline-block;
	height: 16px;
	width: 30px;
	padding: 20px 0 0 0;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}

div#VolumeControls {
	display: inline-block;
	width: 26px;
	padding: 20px 0 0 0;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	background: url(../images/rmPlayerVolume.png) top center no-repeat;
}

div#VolumeControls a {
	display: inline-block;
	width: 10px;
	padding: 0;
}

#PlayButtons {
	float: left;
	margin: 0;
	padding: 0;
}

a#playButton {
	background: url(../images/rmPlayerPlay.png) top center no-repeat;
}

a#stopButton {
	background: url(../images/rmPlayerStop.png) top center no-repeat;
}

a#pauseButton {
	background: url(../images/rmPlayerPause.png) top center no-repeat;
}

#AudioWrapper div.dropFooter {
	padding: 20px 0 0 0;
	text-align: center;
}
