

/* --------------- PIMP3 -------------- */
#player { position:relative; z-index:1; width:300px; height:40px; background:#bfd3ed; border:1px solid #4e7bb4; font-family:Arial, Helvetica, sans-serif; font-size:10px; text-transform: uppercase; }

#sound_selected { position:absolute; top:10px; left:10px; width:190px; line-height:20px; height:20px; background:url(select_arrow.gif) no-repeat 170px center; display:block; border:1px solid #5c90d2; }
#sound_track { position:absolute; z-index:2; top:30px; left:10px; background:#FFFFFF; border-width:1px 1px 0 1px; border-style:solid; border-color:#5c90d2; }
#sound_track a { display:block; width:190px; line-height:20px; height:20px; border-bottom:1px solid #5c90d2; }
#sound_track a:hover { position:relative;}

#play_button, #stop_button { position:absolute; right:0; width:85px; height:20px; line-height:20px; display:block; background-repeat:no-repeat; background-position:70px center; }
#play_button { top:0; z-index:2; border-left:1px solid #5c90d2; border-bottom:1px solid #5c90d2; background-image:url(play_button.gif);}
#stop_button { top:20px; z-index:1; background-image:url(stop_button.gif); border-left:1px solid #5c90d2; }

#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:215px; top:0px; width:16px; height:40px; background:#bfd3ed url(sound_status.gif) no-repeat center; border-width:0 1px 0 0px; border-style:solid; border-color:#5c90d2;}