

/* --------------- PIMP3 -------------- */
#player { position:relative; z-index:1; width:300px; height:20px; background:#bfd3ed; border:1px solid #4e7bb4; font-family:Arial, Helvetica, sans-serif; font-size:10px; text-transform: uppercase; }

#sound_selected { padding-left: 3px;position:absolute; width:190px; line-height:20px; height:20px; background:url(select_arrow.gif) no-repeat 150px center; display:block; border:0px solid #5c90d2; }
#sound_track { position:absolute; z-index:2; top:20px; left:0px; background:#FFFFFF; border-width:1px 1px 0 1px; border-style:solid; border-color:#5c90d2; }
#sound_track a {  padding-left: 3px;display:block; width:190px; line-height:20px; height:20px; border-bottom:1px solid #5c90d2; }
#sound_track a:hover { position:relative;}

#play_button { line-height:20px;padding-left: 3px; position:absolute; right:65px; width:65px; height:20px; display:block; background-repeat:no-repeat; background-position:40px center; }
#stop_button { line-height:20px;padding-left: 3px;position:absolute; right:0; width:65px; height:20px; display:block; background-repeat:no-repeat; background-position:40px center; }
#play_button { top:0; border-bottom:1px solid #5c90d2; border-left:1px solid #5c90d2; background-image:url(play_button.gif);}
#stop_button { top:0px; background-image:url(stop_button.gif); border-left:1px solid #5c90d2; border-bottom: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;}
