

#playlist{
	position:absolute;
	background: #212121;
	width:200px;
	top:0px;
	overflow:hidden;

}
#playlistContent{
	position:absolute;
	background: #191919;
	top:0px;
	left:0px;
	width:100%;
    margin: 0px;
    padding: 0px;
}


.thumbnail_image{
    position: absolute;
    clear: left;
    width: 60px;
    height: 50px;
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0px 0px 2px #ccc;
}
.title {
    font-weight: bold;
    font-size: 14px;
    color: #46e5eb;
    margin:0px;
    padding-top: 0px ;
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
}
.description{
    font-size: 12px;
    color: #e4e4e4;
    margin:0px;
    padding: 0px;
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
}

dl, dd, dt, img, p
{
    margin: 0;
    padding: 0;
}
dt
{
    clear: left;
    width: 60px;
    height:50px;
    float: left;
    margin:  5px 5px 5px 5px;
}
dd
{
    position: absolute;
    margin:  5px 5px 0px 75px;

}
dd:after
{
    content: ".";
    visibility: hidden;
    clear: both;
    display: block;
    height: 0;
}
.item{
	width:100%;
	/*height:60px;*/
	background:#212121;
	border: 1px solid;
	border-top-color: #333333;
	border-left-color: #333333;
	border-bottom-color: #000000;
	border-right-color: #000000;
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    /*padding: 50px 50px 20px 10px;*/
}
.item:hover{
    width:100%;
    height:60;
    background: #353535;
    border: 1px solid #353535;
    border-top-color: #353535;
    border-left-color: #353535;
    border-bottom-color: #353535;
}
.itemSelected{
    position:absolute;

	width:100%;
	height:60px;
	background: #353535;
	border: 1px solid #353535;
	border-top-color: #353535;
	border-left-color: #353535;
	border-bottom-color: #353535;
}
.itemUnselected{
    position:absolute;

	width:100%;
	height:60px;
	background: #69ff2f;
	border: 1px solid #353535;
	border-top-color: #353535;
	border-left-color: #353535;
	border-bottom-color: #353535;
    opacity:0;
}




.myScrollbarV {
    position:absolute;
    z-index:100;
    width:8px;bottom:2px;top:2px;right:0px
}

.myScrollbarV > div {
    position:absolute;
    z-index:100;
    width:100%;

    background:#191919;
    border: 1px solid;
    border-top-color: #666666;
    border-left-color: #666666;
    border-bottom-color: #000000;
    border-right-color: #000000;
}


.item, .scrollbar, .scrollbarBg{
	cursor:pointer;
}

