﻿@charset "UTF-8";
/*/ 
/* Styles for the equalizer window of JsAmp
/* 
/* Version 1.0
/* 
/* Copyright 2005 Tom W.M.
/* http://freecog.net/
/*/

#equalizer {
 display: block;
 position: absolute;
 top: 0px;
 left: 275px;
 height: 116px;
 width: 275px;
 background: url(skins/Winamp2Classic/eqmain.png);
 cursor: url(skins/Winamp2Classic/eqnormal.cur), auto;
 }

#eq_titlebar {
 position: absolute;
 left: 0;
 top: 0;
 width: 275px;
 height: 14px;
 background: url(skins/Winamp2Classic/eqmain.png) no-repeat 0 -134px;
 cursor: url(skins/Winamp2Classic/eqtitle.cur), auto;
 }

/* equalizer close button:
cursor: url(skins/Winamp2Classic/eqclose.cur), pointer;
*/

#eq_buttonscontainer {
 position: absolute;
 top: 18px;
 left: 14px;
 height: 11px;
 width: 58px;
 }

#eq_onbutton {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 width: 24px;
 background: url(skins/Winamp2Classic/eqmain.png) -10px -119px;
 }

#eq_autobutton {
 position: absolute;
 left: 24px;
 bottom: 0;
 right: 0;
 top: 0;
 background: url(skins/Winamp2Classic/eqmain.png) -34px -119px;
 }

#eq_onbutton.on {
 background-position: -69px -119px;
 }
#eq_autobutton.on {
 background-position: -93px -119px;
 }
#eq_onbutton.on:active {
 background-position: -187px -119px;
 }
#eq_autobutton.on:active {
 background-position: -211px -119px;
 }
#eq_onbutton.off:active {
 background-position: -128px -119px;
 }
#eq_autobutton.off:active {
 background-position: -152px -119px;
 }


#eq_display {
 display: block;
 position: absolute;
 left: 86px;
 top: 18px;
 border: 0;
 background: magenta url(skins/Winamp2Classic/eqmain.png) 0 -294px;
 }

#eq_preamp {
 position: absolute;
 left: 17px;
 top: 38px;
 height: 64px;
 width: 18px;
 cursor: url(skins/Winamp2Classic/eqslid.cur), pointer;
 }

#eq_barsfullbutton {
 position: absolute;
 left: 39px;
 top: 35px;
 width: 35px;
 height: 20px;
 cursor: url(skins/Winamp2Classic/eqslid.cur), pointer;
 }

#eq_barsneutralbutton {
 position: absolute;
 left: 39px;
 top: 60px;
 width: 35px;
 height: 20px;
 cursor: url(skins/Winamp2Classic/eqslid.cur), pointer;
 }

#eq_barslowbutton {
 position: absolute;
 left: 39px;
 top: 85px;
 width: 35px;
 height: 17px;
 cursor: url(skins/Winamp2Classic/eqslid.cur), pointer;
 }

#eq_bars {
 position: absolute;
 left: 74px;
 top: 38px;
 height: 64px;
 width: 180px;
 }

div.eq_bar {
 position: relative;
 float: left;
 width: 14px;
 height: 63px;
 margin-left: 4px;
 background: url(skins/Winamp2Classic/eqmain.png);
 background-position: -73px -164px;
 cursor: url(skins/Winamp2Classic/eqslid.cur), pointer;
 }

#eq_bars.drag div.eq_bar.drag div.eq_slider,
#eq_preamp div.eq_bar:active div.eq_slider,
#eq_preamp div.eq_slider:active {
 background: url(skins/Winamp2Classic/eqmain.png) no-repeat 0 -176px;
 }

div.eq_slider {
 position: absolute;
 left: 1px;
 top: 0px;
 height: 11px;
 width: 11px;
 background: url(skins/Winamp2Classic/eqmain.png) no-repeat 0 -164px;
 }



#eq_presetsbutton {
 position: absolute;
 top: 18px;
 right: 14px;
 width: 44px;
 height: 12px;
 background: url(skins/Winamp2Classic/eqmain.png) no-repeat -224px -164px;
 }
#eq_presetsbutton:focus,
#eq_presetsbutton:active {
 background-position: -224px -176px;
 }


#presets {
 display: none;
 position: absolute;
 left: 50%;
 top: 50%;
 width: 100%;
 height: 100%;
 z-index: 1000000;
 }

#presetsinner {
 display: block;
 position: absolute;
 width: 50%;
 height: 50%;
 top: -25%;
 left: -25%;
 }
#presetsshader {
 display: none;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 999999;
 background: black;
 opacity: .5;
 }

#presetsbody {
 display: block;
 position: absolute;
 overflow: auto;
 list-style: none;
 left: 10px;
 right: 8px;
 top: 20px;
 bottom: 14px;
 margin: 0;
 padding: 1px;
 }

#presetsbody li {
 white-space: nowrap;
 -moz-border-radius: 4px;
 overflow: hidden;
 margin: 0;
 padding: 0;
 padding-left: 3px;
 padding-right: 3px;
 }

#presetsbody li:hover {
 background: rgb(40,40,66);
 color: rgb(0,128,255);
 }
