﻿div.wimpyplayerplaylist {
    background-image: url( 'playlist_bg.gif' );
    width: 271px;
    height: 107px;
}

div.playlist {
    width: 271px;
    height: 91px;
	position: relative;
	overflow: hidden;	
}

div.playlist div.items {
    padding-left: 15px;
    position: absolute;
    height: 20000em;	
    margin: 3px 0px 0px 0px;
}

div.wimpyplayerplaylist div.items div {
    height: 17px;   
    line-height: 17px;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 10px;
    cursor: pointer;
    width: 215px;
	text-align: left;
    overflow: hidden;
	color: #3c3c3c;
}

div.track div.menucontrol {
    float: left;
    width: 11px;
    margin-left: 5px;  
    height: 10px;
    line-height: 10px;
    vertical-align: bottom; 
    cursor: pointer;
}
 
div.track div.menucontrol img {
    padding-top: 3px;
}
				
div.menu div.top {
    width: 110px;
    height: 2px;
    background: url('menu_top.gif') no-repeat;   
}

div.menu div.bottom {
    width: 110px;
    height: 2px;
    background: url('menu_bottom.gif') no-repeat;   
}

div.menu div.middle {
    width: 110px;
    background: url('menu_middle.gif') repeat-y;  
    padding-top: 2px; 
    padding-bottom: 2px;
}

div.menu div.middle div.separator {
    width: 100px;
    height: 1px;
    background-color: #d0dcee;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
}

div.menu div.middle a {
    display: block;
    font-size: 11px;
    color: #5a7db3;
    font-family: Tahoma;
    text-decoration: none;
    line-height: 15px;
    width: 102px;
    padding-left: 8px;
}

div.menu div.middle a:hover {
    background-color: #84a5d8;
    color: #ffffff;
}