#playlistCont{
	position: fixed;
	bottom: 0px;
	z-index: 9070;
	background-image: url(../images/basics/plstat_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 25px;;
	margin: 0px auto;
}


#playstats{
	position: absolute;
	top:0px;	
	width: 634px;
	height: 25px;
	vertical-align: bottom;
	float: left;
	background-image: url(../images/basics/plstat_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#playstats div{
	padding: 6px 0px 0px 0px;
	margin: 0px;	
}

#plPlayerConf{
	width: 200px;
	float: left;
	padding-left: 20px;
	height: 17px;	
}

#PL_TL_slide{
	width: 420px;
	float: left;
	overflow: hidden;
	height: 17px;
	float: left;
}
#plSonginfo{
	height: 17px;
	white-space: nowrap;
	color: #62208B;
}

#listing{
	position: absolute;
	top: 0px;
	z-index: 9090;
	width: 366px;
	left: 634px
}

#playlist_head{
	color:#FFFFFF;
	margin-top: 2px;
	font-weight: bold;
	background-image: url(../images/basics/pl_head.png);
	background-position: bottom;
	background-repeat: repeat-x; 
	height: 23px;
}



#plHeadText{
	padding: 3px 5px;	
	width: 200px;
	float: left;
}



#plToggle{
	position: absolute;
	right: 0px;	
	display: block;
	width: 35px;
	height: 23px;
	background-image: url(../images/basics/pl_open_toggle.png);
	background-repeat: no-repeat;
}

#playlist_sc{
	height: 350px;
	overflow-y: scroll;
	display: none;
	background-color: #d9d8d6;
}

#playlist{
	background-color: #d9d8d6;
}
ul#playlist li{
	padding: 0px 10px;
		
}

ul#playlist li div{
	float: left;
	height: 19px;
	border-bottom: 1px solid #FFFFFF;
	padding-right: 10px;
	padding-top: 3px;

}

ul#playlist li.active div{
	background-color: #512a6f;	
	color: #FFFFFF;
}
ul#playlist li.active div.col_1{
	background-color: transparent;	
}

#playlist li div.col_1{width:10px;}
#playlist li div.col_2{width:20px; color:#828280; text-align: right;}
#playlist li div.col_3{width:190px; overflow: hidden; cursor: pointer; white-space: nowrap;}
#playlist li div.col_4{width:45px; color:#828280}
#playlist li div.col_5{width:20px;padding-right:2px;text-align: right;}

#playlist li div.col_5 .plCartBut{
	display:block;
	width: 11px;
	height: 13px;
	background-image: url(../images/basics/pl_cart_purple.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
ul#playlist li.active div.col_5 .plCartBut{
	background-image: url(../images/basics/pl_cart_white.png);
}

ul#playlist li div.col_5 .plCartButInCart,
ul#playlist li.active div.col_5 .plCartButInCart{
	display:block;
	width: 11px;
	height: 13px;
	background-image: url(../images/basics/pl_cart_green.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#pl_actions{
	background-color: #FFD800;	
	color:#AA9000;
	height: 23px;
	display: none;
	padding: 3px 10px;
}
#pl_actions a{
	color:#65308A;	
}


/* Cart Hint */
#cartHint{
	position:absolute;
	top:0px;
	right:0px;
	width:250px;
	background-color: #636363;
	color:#FFF;
	padding:5px;
	display:none;
	z-index: 5842;
}


