@CHARSET "UTF-8";

.playlist
{
	position: absolute;
	top: 0;
	left: 0;
	background: #e6e6e6;
	width: 500px;
	height: 500px;
	display: none;
	z-index:100;
}

.playlist div.listContainer
{
	margin-top: 20px;
	margin-left: 32px;
	margin-right: 35px;
	height: 453px;
	width: 433px;
	clear: both;
}

.playlist legend
{
	display: none;
}

.playlist .container 
{
	overflow: hidden;
	border-bottom: 1px solid black;
	padding-bottom: 2px;
	margin-bottom: 4px; 
}

.playlist .cover 
{
	float:left;
	margin-right: 10px;
}

.playlist .cover img
{
	width: 24px;
	height: 24px;
}

.playlist .title 
{
	float:left;
	line-height: 14px;
	margin-top: -1px;
	width: 300px;
	white-space: nowrap;
	overflow: hidden;
}

.playlist .options 
{
	float:right;
	line-height: 14px;
	margin-top: -1px;
	text-align: right;
}

.playlist .options a
{
	background: transparent;
}

.playlist .options a.buy
{
	color: #ff0000;
}

.playlist .closePlaylist
{
	text-align: right;
	margin-right: 35px;
}