
div.release {
	float:left;
	width:305px;
}
div.cover {
	float:left;
}
div.details {
	float:right;
	width:185px;
	margin-right:10px;
}
div.details div.artist a {
	color:#8f0303;
	font-weight:bold;
	text-decoration:none;
}
div.details div.artist a:hover {
	text-decoration:underline;
}
div.details div.title a {
	text-decoration:none;
	color:#000;
}
div.details div.title a:hover {
	text-decoration:underline;
}
div.details div.price {
	color:#8f0303;
	margin-top:4px;
}
div.details span.format {
	color:#000;
	font-style:oblique;
	font-size:10px;
}

div.details div.description {
	font-size:11px;
	text-align:justify;
	margin:6px 0 8px 0;	
}
div.details table {
	font-size:11px;
	margin-bottom:4px;
}
