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

th{
	height: 40px;
}

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

#titleArtistsOnCompilation{
	margin:0; padding: 0;
	text-align: left;
	vertical-align: text-top;
	font-size: 9px;
	width: 610px;
	background: #000 url(../images/grfx/title_somefeatureartists.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;
}

#titleRelatedRelease{
	margin:0; padding: 0;
	text-align: left;
	vertical-align: text-top;
	font-size: 9px;
	width: 280px;
	background: #000 url(../images/grfx/title_relatedrelease.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: auto;
	background-color: #FFFFFF;
}

.desc p{
	margin:0; padding: 10px 0 0 10px;
	display: block;
	text-align: justify;
	width: 390px;
	height: 210px;
}

.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;
}

/* ARTISTS */
.artistImage{
	margin: 0 0 10px 0;
}

.artistDesc{
	display: block;
	width: 420px;
	height: 170px;
	margin-bottom: 10px;
	font-size: 10px;
	background-color: #FFFFFF;
}

.artistDesc h4{
	float: left;
	margin: 10px 0 8px 10px;
	font-size: 10px;
	width: 270px;
}
.artistDesc p{
	float: left;
	margin:0; padding: 0 10px 0 10px;
	display: block;
	text-align: justify;	
	overflow: auto;
	width: 400px;
	height: 140px;
}

.artistRelease {
	display: block;
	float: right;
	margin: 0 0 10px 0;
	padding: 20px 0 0 20px;
	width: 260px;
	height: 150px;
	background-color: #FFFFFF;
}

.artistRelease img{
	float: left;
}

.artistRelease #recordMenu{
	float: left;
	width: 50px;
	height: 100px;
}

.artistRelease h4, .artistRelease h5, .artistRelease p{
	float: left;
	margin: 0;
	width: 230px;
	font-size: 10px;
}

.artistRelease h4{
	margin-top: 5px;
}

.artistDesc a{
	color: #fff;
	text-decoration: none;
	background-color: #000000;
}

.artistDesc a:hover{
	color: #ffff00;
}