
/* --------------- PIMP3 -------------- */
#player {position:relative; z-index:1; margin:0; border:0; width:100%; height:80px; background:none; font-family:NiceFont, Arial, sans-serif; font-size:11px;}

#sound_selected {position:absolute; top:30px; right:10px; display:block; border:0; width:190px; height:20px; line-height:20px; background:url(/images/music_player/select_arrow.gif) no-repeat 0px center; text-align:right; text-decoration:none; color:#FFF!Important;}
#sound_track {position:absolute; z-index:2; top:40px; right:10px; background:#011C1A; border-width:1px 1px 0 1px; border-style:solid; border-color:#011C1A; }
#sound_track a {display:block; border-bottom:1px solid #011C1A; width:190px; height:20px; line-height:20px; text-indent:5px; text-decoration:none;}
#sound_track a:hover {position:relative; background:#024843;}

#play_button, #stop_button { position:absolute; display:block; padding:16px 0 0 16px; width:0; height:0; overflow:hidden; }
#play_button { top:0; left:20px; z-index:2; border:0; background:url(/images/music_player/play_btn.png) no-repeat;}
#stop_button { top:0; left:40px; z-index:1; border:0; background:url(/images/music_player/stop_btn.png) no-repeat; }

/*
#player a:link, #player a:visited { background-color:#E0EAF6; color:#5C90D2; text-decoration:none; }
#player a:hover, #player a:focus, #player a:active { background-color:#BFD3ED; color:#4E7BB4; } 
*/

#sound_status {position:absolute; z-index:3; left:70px; top:8px; width:190px; height:1px; background:url(/images/music_player/ani_status_1.gif) no-repeat center;}