div.NLoPlaylist *{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

div.NLoListTitle {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 0 0;
	border-bottom: 1px dotted #AAAA99;
}
div.NLoListTitle a {
	padding-left: 21px;
	text-decoration: none;
	font-size: 14px;
	cursor: text;
}
#playerbox div.NLoListTitle a {
	color: #fff;
}

#playerbox div.NLoListTitle  a:hover {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
	background-image: url(info.png);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

#NLoPlayerDiv {
	display: inline;
	margin: 0 auto;
	width: 165px;
	padding: 0 0 0 10px;
}

#playerbox{
	color: #fff;
	position: absolute;
	padding: 70px 25px 15px 10px;
	margin: 25px 25px 0 0;
	bottom: -1385px;
	left: 5px;
	height: 370px;
	width: 261px;
	background-image: url(radio5.png);
	background-repeat: no-repeat;
	
}

#NLoplayToggle {
	display: block;
	border: 1px solid #e69018;
	width: 40px;
	height: 40px;
	float: left;
	margin: 11px 0 0 0;
	padding: 0;
	background-image: url(bigplay.png);
	background-repeat: no-repeat;
	background-position: 9px 5px;
}
#NLoplayToggle:hover {
	background-color: #e69018;
	border-color:	#653f0c;
}

#NLoControls{
	width: 159px;
	margin: 1px 0 5px 57px;
	padding: 2px 1px 1px 1px;
	height: 14px;
	border: 1px solid #e69018;
}

#NLoControls a{
	color: #777766;
	text-decoration: none;
	height: 10px;
}

#NLoControls a, #NLoControls div{
	float: left;
}

#CurrentSongName {
	float: right;
	height: 12px;
	width: 116px;
	padding: 1px 2px;
	overflow: hidden;
	font-size: 7pt;
	text-align: center;
}
* .NLodelPlaylist {
	cursor: pointer;
	float: right;
	font-weight: normal;
	margin: 0;
	padding: 2px 4px 3px 4px;
}
.NLodelPlaylist:hover {
	color: red;
	padding: 1px 3px 2px 3px;
	border: 1px solid red;
}


a img {
	border: none;
}

#playerbox div#NLoPlaylist{
	display: block;
	height: 300px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	border: 2px solid #666;
}

.NLoPlaylist{
	padding: 0;
	margin: 0;
	cursor: default;
}

#playerbox .NLoPlaylist span a{
	color: #fff;
}
.NLoPlaylist span a{
	padding: 4px 4px 4px 30px;
	text-decoration: none;
}
#playerbox .NLoPlaylist span {
	background-image: url(play_grey.png);
}

#playerbox .NLoPlaylist span a, .NLoPlaylist span {
	display: block;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 5px 3px;
}

.NLoPlaylist span div a.playing,
.NLoPlaylist span div a.playing:hover {
	color: white;
	background-color: #AAAA99;
	background-image: url(pause.png);
}

.NLoPlaylist span:hover, .NLoPlaylist span a.NLoHasPlayed:hover{
	text-decoration: underline;
	background-image: url(preplay.png);
}

li.toDelete, .NLoPlaylist span a#toDelete {
	background-color: #ccc;
	color: blue;
}

#playerbox .NLoPlaylist span a.NLoNowPlaying {
	background-image: url(play.png);
	background-color: #653f0c;
}
#playerbox  .NLoPlaylist span a.NLoNowPaused {
	background-image: url(pause.png);
	background-color: #653f0c;
}

#playerbox   .NLoPlaylist span a.infoLink {
	float: right;
	display: block;
	width: 14px;
	height: 14px;
	margin: 4px 2px 0 0;
	padding: 0;
	background-image: url(infolink.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#playerbox   .NLoPlaylist span a.infoLink:hover {
	background-image: url(infolinkhover.png);

}
