#tooltip{
    position:absolute;
    border:1px solid #333;
    background:#f7f5d1;
    padding:2px 5px;
    color:#333;
    display:none;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    z-index: 100;
}

#playerarea {
    width:560px;
/*     height:300px !important; */
    margin:0px;
    float: left;
}
#playerdiv {
    width:375px;
    height:300px !important;
    margin:0px;
    padding-bottom: 0px;
    display: block;
    float: left;
    border: 1px solid #e0e0e0;
    border-bottom: 0px;
}
/*playlist controls ---------------------------------*/
#controls {
    width:158px;
    height: 20px !important;
    display: block;
/*     border-bottom: 1px solid #e0e0e0; */
    padding: 2px 5px;
    padding-bottom: 0px;
    background-color:#e0e0e0;
margin: 0 !important;
}
#controls div.control, #controls div.control a {
    overflow: hidden;
/*     border: 1px solid red; */
    width: 20px !important;
    height: 20px !important;
    display: block;
}
#controls .title {
    float: left;
/*     font-size: 13px; */
    font-weight: bold;
    padding: 1px;
    padding-bottom: 0px;
    margin: 0px;
    margin-right: 20px;
/*     font-family: arial, helvetica, sans-serif; */
}
#controls div.control {
    float: right;
}
#controls div.control a {
    padding-left: 22px;
    background-repeat:no-repeat;
}
#controls div.control a#previous {
    background-image: url(img/flowplayer/previous20.png);
}
#controls div.control a#next {
    background-image: url(img/flowplayer/next20.png);
}
#controls div.control a.repeatoff {
    background-image: url(img/flowplayer/loop-off20.png);
}
#controls div.control a.repeaton {
    background-image: url(img/flowplayer/loop-on20.png);
}
#controls div.control a.shuffleoff {
    background-image: url(img/flowplayer/shuffle-off20.png);
}
#controls div.control a.shuffleon {
    background-image: url(img/flowplayer/shuffle-on20.png);
}
#controls div.control a#clearlist {
    background-image: url(img/flowplayer/clear-black20.png);
}

div#repeat {
    background-image: url(img/flowplayer/pl-add.png);
/*     background-repeat:no-repeat; */
    padding-left: 15px;
}
/*playlist items ------------------------------------*/
div#playlist {
    width:160px;	
    height:271px !important;
    overflow: auto;
    padding: 0px;
    padding: 3px;
/*     background: #070707 url(img/flowplayer/playlist-bg.png) repeat-x; */
    border: 1px solid #e0e0e0;
    background-color:#fafafa;
    float: left;
}
.pl-item {
    width: 135px;
    border: 1px solid #a0a0a0;
    background: #f9f9f9;
    padding: 3px;
    margin-bottom: 5px;
}
.pl-item a {
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: black;
    /*no dotted outline from browser*/
    outline:none;
    -moz-outline-style:none;
}
.pl-item .clipimgwrapper {
    display: none;
}
.pl-item .clipimgwrapper img {
    float: left;
    width: 42px;
    height: 42px;
    border: 0px;
    margin-right: 5px;
}
.pl-item .pl-title {
    height: 24px; /* this also keeps the icons at the bottom */
    overflow: hidden;
}
.pl-item .pl-item-inner {
    height: 42px;
}
.pl-item .icon {
    border: 0px;
    margin-right: 2px;
    margin-top: 0px;
}
.pl-item .iconremove {
    margin-right: 4px;
}
.playlist_active {
    background: #ddedfd;
}
