/* 
    Document   : overide-player
    Created on : Mar 27, 2009, 10:53:31 AM
    Author     : Bizon
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.sm2playlist .bd {
    background: url(../images/bkg-playlist.png);
    _background: #222222;
    padding: 5px;
    margin-left: 2px;
    /*min-height: 50px;*/
    color: #fff;
}

.sm2playlist .bd p { margin: 0px; }

.sm2player .right .no-hover { cursor: default; }

.sm2player .right .no-hover:hover {
    background:none;
}

.sm2player #song-description { font-size: 11px;  zoom: 1; filter: alpha(opacity=90); }
.sm2player #song-description a { color: #CC3526; }

