/* CSS Document */
table{ float: left; }

th{
	height: 40px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFF00;
}

#titleReleases{
	margin:0; padding: 0;
	text-align: left;
	vertical-align: text-top;
	font-size: 9px;
	width: 180px;
	background: #000 url(../images/grfx/title_releases.gif) top left no-repeat;
}

#titleAlsoFeaturedOn{
	margin:0; padding: 0;
	text-align: left;
	vertical-align: text-top;
	font-size: 9px;
	width: 610px;
	background: #000 url(../images/grfx/title_alsoFeaturedOn.gif) top left no-repeat;
}

#titleSort{
	width: 430px;
	color: #FFFFFF;
	background-color: #000000;
}

#titleTracklist{
	margin:0; padding: 0;
	text-align: left;
	vertical-align: text-top;
	font-size: 9px;
	width: 280px;
	background: #000 url(../images/grfx/title_listenTracklist.gif) top left no-repeat;
}

.info{
	display: block;
	width: 170px;
	height: 240px;
	margin-bottom: 10px;
	background-color: #00FF00;
}

.info h4, .info p{
	float: right;
	width: 120px;
	font-size: 9px;
	margin:0;
}

.desc{
	display: block;
	width: 420px;
	height: 240px;
	margin-bottom: 10px;
	font-size: 10px;
	overflow: hidden;
	background-color: #FFFFFF;
}

.desc p{
	margin:0; padding: 10px 10px 0 10px;
	display: block;
	text-align: justify;
	width: 400px;
	/* height: 230px; */
	height: 217px;
	overflow: auto;
}

/*
.compilation{
	overflow: hidden;
}

.compilation p{
	height: 217px;
	overflow: hidden;
}
*/
.moreLink{
	float: right;
}

.tracklist{
	margin:0; padding:0;
	display: block;
	width: 280px;
	height: 240px;
	margin-bottom: 10px;
}

.tracklist ul{
	float: left;
	width: 280px;
	height: 197px;
	overflow: auto;
	margin:0; padding:0;
	list-style: none;
}

.tracklist li { 
	margin: 0 0 2px 10px; 
	width: 250px;
	font-size: 10px;
}

.tracklist ul a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.topLink {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	width: 55px;
	height: 13px;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
}

.topLink:hover{
	color: #000000;
	background-color: #FFFFFF;
}

#recordMenu{
	float: left;
	width: 50px;
	height: 70px;
	overflow: hidden;
}