#playlist
{
padding:10px 0 10px 0;	
}

#playlist .fl 
{
float:left;
}

#playlist .fr 
{
float: right;
}
#playlist .clear { clear: both; line-height: 0px !important; font-size: 0px !important; height: 0 !important }




#playlist .duration 
{
    font-size:10px;
    color:#4F769F;
}

#playlist .btn.play 
{
    width:16px;
    height:17px;
    background-image: url(../images/play.gif);
    display: inline-block;
}

#playlist .btn.pause
{
    width:16px;
    height:17px;
    background-image: url(../images/pause.gif?2);
}

#playlist .btn.paused
{
    width:16px;
    height:17px;
    background-image: url(../images/play.gif?3);
    display: inline-block;
}


#playlist div.player 
{
    width:380px;
    height:14px;
    margin-top:-4px;
    padding-left:20px;
	margin-bottom:10px;

	
}

#playlist div.player.inactive
{
    margin-top:5px;
    margin-bottom:0px;
    border-top: dashed 1px #4E7498;
	
}



#playlist .item .title 
{
    -vertical-align:middle;
	color:#FFC500;
}

#playlist .item .title b 
{
    -vertical-align:middle;
	color:#FFF;
}

#playlist .item .btn 
{
    display:inline;
    float:left; 
    margin-right:5px;
    cursor:pointer;
}
