
/* Player */
#radioPlayer {
 margin-top:6px;
 background:#606A84;
 border:1px solid #222;
}

#radioPlayer marquee {
 font-family: Arial, Verdana,  Helvetica, sans-serif;
 font-size: 11px;
 font-weight:bold;
 color: #eee;
 width:608px;
 border-bottom:1px solid #000;
 padding:1px;
}

/* Audios */
#listAudios {
  padding-left:7px;
}

#listAudios a {
 color: #9e3c38;
 padding-left:15px; text-decoration:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/_images/audio.gif');
 background-position:left; background-repeat:no-repeat;
}
#listAudios a[class] {
 color: #9e3c38;
 padding-left:15px; text-decoration:none;
 background-image:url('/_images/audio.gif');
 background-position:left; background-repeat:no-repeat;
}
#listAudios a:hover { text-decoration:underline; }
