/* $Id: style.css, v2.1 2008/15/06  $ <! -- Bassmintmusic.TV -->

*/

body
{
    background-color: #000000;
    background-image: url( '/' );
    background-repeat: no-repeat;
    background-position: 50px 25px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
}
li.c1
{
    list-style: none;
}


div.playlist
{
    xfloat: left;
    margin-top: 5px;
    xposition: relative;
    xoverflow: scroll-y;
    height: 470px !important;
}

div.clip
{
    
}

div.clip:hover
{
    background-color:Gray !important;
}

div.playlist, div.clips
{
    xwidth: 640px;
}

div.clips
{
    position: absolute;
    height: 20000em;
    text-align: left;
}

div.clips a
{
    position: relative;
    display: block;
    background-color: #fefeff;
    padding: 3px 0 3px 5px;
    margin-bottom: 2px;
    height: 63px;
    width: 633px;
    font-family: Verdana;
    font-size: 12px;
    border: 1px solid #ccc;
    text-decoration: none;
    letter-spacing: -1px;
    color: #000;
}

/*}}}*/


/*{{{ general settings */

div.clips div.header
{
    padding-bottom: 5px;
    font-weight: bold;
}

div.clips a.playing, div.clips a.paused, div.clips a.progress
{
    background-color: #eeeeff;
}

div.clips a.progress
{
    opacity: 0.6;
}

div.clips img.thumb
{
    width: 80px;
    height: 60px;
    border: solid 1px black;
    float: left;
    margin-right: 5px;
}

div.clips a.paused
{
    background-position: 0 0;
}

div.clips a span
{
    display: block;
    font-size: 11px;
    color: #666;
    margin-bottom: 4px;
}

div.clips a em
{
    position: absolute;
    bottom: 3px;
    font-style: normal;
    color: #f00;
}

div.clips a:hover
{
    background-color: #f9f9fa;
}

div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover
{
    background-color: transparent !important;
}
/*}}}*/


/*{{{ go buttons */

a.go
{
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

a.go.up:hover, a.go.down:hover
{
    background-position: 0px -18px;
}
a.go.up
{
    background: url(images/up.png) no-repeat;
    left: 632px;
    top: 390px;
}
a.go.down
{
    background: url(images/down.png) no-repeat;
    left: 632px;
    top: 590px;
}

a.go.disabled
{
    visibility: hidden;
}