

#placeholder { width:250px; margin:5px auto; }

h1 { margin:0; padding:20px 0; color:#F59711; font-weight:normal; font-size:24px; border-bottom:1px solid #bfd3ed; }
h2 { margin:0; padding:25px 0 5px 0; font-weight:normal; font-size:20px; color:#F59711; text-align:left; }

p { margin:0; padding:0; }
* { outline:none; }
a { color:#F59711; }
a:hover { color:#000000;}
ul { margin:0; padding:5px 0 0 0; border-top:1px solid #e0eaf6; list-style-type:none; text-align:left;}
li { margin:0 0 5px 0; padding:0 0 5px 15px; background:url(play_button.gif) no-repeat 0 4px; border-bottom:1px solid #e0eaf6; }

pre { margin:0; padding:5px 0; border-top:1px solid #e0eaf6; border-bottom:1px solid #e0eaf6; text-align:left;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
pre code { font:16px "Monospaced", monospace; display: block; margin:0; padding:0; line-height:100%; }

.justify { text-align:justify; }

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

#sound_selected { position:absolute; top:10px; left:5px; width:150px; line-height:20px; height:20px; background:url(select_arrow.gif) no-repeat 140px center; display:block; border:1px solid #c76c16; }
#sound_track { position:absolute; z-index:2; top:30px; left:10px; background:#FFFFFF; border-width:1px 1px 0 1px; border-style:solid; border-color:#c76c16; }
#sound_track a { display:block; width:150px; line-height:20px; height:20px; border-bottom:1px solid #c76c16; }
#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 #c76c16; border-bottom:1px solid #c76c16; background-image:url(play_button.gif);}
#stop_button { top:20px; z-index:1; background-image:url(stop_button.gif); border-left:1px solid #c76c16; }

#player a:link, #player a:visited { background-color:#080504; color:#c76c16; text-decoration:none; }
#player a:hover, #player a:focus, #player a:active { background-color:#080504; color:#F59711; } 


#sound_status { position:absolute; z-index:3; left:215px; top:0px; width:16px; height:40px; background:#080504 url(sound_status.gif) no-repeat center; border-width:0 1px 0 0px; border-style:solid; border-color:#c76c16;}