/* Playlist Module CSS*/

div#playlistbox {
	width: 630px;
	height: 250px;
	background: #b4b4b4 url('/static/images/playlistbox.png') no-repeat top left;
	z-index: 3;
	position: relative;
	padding: 0px;
	color: white;
	bottom: 0px;
}
div#playlistbox div.title {
	padding: 8px 0px 0px 12px;
	color: white;
	font-family: tahoma, sans-serif;
	font-size: 14pt;
	text-transform: uppercase;
	font-weight: bold;
}

div#playlistbrowse {
	margin: 20px auto;
	width: 610px;
	height: 190px;
	background: transparent;
	color: white;
	font-family: tahoma, sans-serif;
	font-size: 9pt;
	-moz-border-radius: 3px 3px 3px 3px;
	overflow-x: scroll;
	overflow-y: hidden;
	z-index: 10;
}

div#playlistbrowse table{
	margin: 0;
	padding-top: 5px;
	list-style: none;
	max-height: 180px;
	white-space: nowrap;
}

div#playlistbrowse table tr td {
	margin: 0px;
	padding: 0px 6px 0px 0px;
}
div#playlistbrowse table tr td img{
	height: 160px;
	max-width: 160px;
}

.playlistlabel{
	position: relative;
	height: 40px;
	max-width: 160px;
	overflow: hidden;
	background: transparent url('/static/images/playlistlabel.png') repeat top left;
	color: white;
	text-align: center;
	bottom: 50px;
	padding: 5px 5px 5px 0px;
	color: white;
	font-family: tahoma, sans-serif;
	font-size: 9pt;
	text-transform: normal;
	font-weight: normal;
}