.mediaPlayer {
	padding-bottom: 10px;
}

.playList {
	padding-bottom: 15px;
}

.playList .albumArtwork {
	position: relative;
	width: 213px;
	float: left;
}

.playList .albumArtwork img {
	border: solid #2c2c2c 1px;
	margin-bottom: 10px;
}

.playList .albumArtwork ul {
    margin: 0;
    padding: 0 0 15px;
    list-style-type: none;
}

.playList ol.tracks {
	list-style: none;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	float: right;
	width: 476px;
}

.playList ol.tracks li a {
	padding: 6px 0px 4px 9px;
	font-weight: bold;
	display: block;
	width: 280px;
	float: left;
}

.playList ol.tracks li a:hover {
	background: url(../img/bkPly.png) left center no-repeat;
	text-decoration: none;
}

.playList ol.tracks li ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	width: 180px;
}

.playList ol.tracks li ul li {
    display: block;
    float: right;
    margin-top: 7px;
}

.playList ol.tracks li ul li a.embed {
    padding: 2px 0px 2px 21px;
    width: 40px;
    font-size: 120%;
}

.playList ol.tracks li ul li a.lyrics {
	background: url(../img/iconLyrics.gif) top left no-repeat;
	text-indent: -999999px;
	display: block;
	width: 11px;
	height: 13px;
	margin: 0 0 0 15px;
	padding: 0;
}

.playList ol.tracks li ul li.withVideo {
	background: url(../img/iconVideo.gif) top left no-repeat;
	text-indent: -999999px;
	width: 18px;
	height: 14px;
	margin-right: 15px;
}

.playList ol.tracks li ul li.length {
	width: 58px;
	text-align: center;
	margin-top: 10px;
}

.playList .trackList {
    padding: 0;
	margin: 0;
	float: right;
	width: 476px;
	font-size: 88%;
	background: url(../img/bkLyricsOdd.png) repeat scroll 0 0;
}

.playList .trackList td {
    background: none;
}

.playList .trackList a.title {
    font-weight: bold;
    padding: 6px 0px 4px 9px;
    display: block;
	width: 285px;
	float: left;
}

.playList .trackList a.title:hover {
	background: url(../img/bkPly.png) left center no-repeat;
	text-decoration: none;
}

.playList .trackList td.length {
	width: 50px;
	text-align: center;
	padding-top: 5px;
	font-size: 70%;
}

.playList .trackList td.withVideo {
	background: url(../img/iconVideo.gif) left 3px no-repeat;
	text-indent: -999999px;
	width: 18px;
	height: 14px;
	padding-right: 15px;
	padding-top: 5px;
}

.playList .trackList a.embed {
    padding: 5px 0px 2px 21px;
    background:transparent url(../img/iconEmbed.gif) left 3px no-repeat !important;
    float:left;
    font-size:87.5%;
    font-weight:bold;
    text-transform:lowercase;
}

.playList .trackList a.lyrics {
	background: url(../img/iconLyrics.gif) top left no-repeat;
	text-indent: -999999px;
	display: block;
	width: 11px;
	height: 13px;
	margin: 6px 9px 0 15px;
	padding: 5px 0 0;
}

/*
    EMBED POPUP
*/

.embed textarea {
    width: 370px;
    margin-bottom: 20px;
}


#ie_historyFrame,
#safari_rememberDiv {
    visibility: hidden;
}






















