#demo { }

#demo a, #demo a:link, #demo a:visited, #demo a:hover, #demo a:focus, #demo a:active {
	color: #009BE3;
}

#demo ul {
	list-style-type:none;
	padding:0;
	margin:1em 0;
	width:100%;
	overflow:hidden;
}

#demo ul span {
	color: #A0A600;
}

#demo li {
	float:left;
	padding-right:1em;
}


#demo p span {
	color: #CC0090;
}

#demo .pcent {
	color: #002869;
}




/****************************************************/
/****************************************************/
/****************************************************/

.trackList { list-style: none; padding: 10px 0; margin: 0; }

.trackList a { background: url(img/ico-play.gif) 0 -1px no-repeat; padding: 0 0 0 20px; }
.trackList a:hover { background-position: 0 -13px; }


.trackList a.selectedTrack { font-weight: bold; background: url(img/ico-pause.gif) 0 -1px no-repeat; }
.trackList a.selectedTrack:hover { background-position: 0 -13px; }
