
div.genre {
	font-size:15px;
	line-height:22px;
	float:left;
	width:20%;
}

div.genre a {
	text-decoration:none;
	
}
div.genre a:hover {
	text-decoration:underline;
}

div.topten					{ font-size:11px; text-align:center; width:20%; float:left; margin:4px 0; }
div.topten div				{ margin:0 auto; }
div.topten img				{ display:block; text-align:center; margin:0 auto 6px auto; }
div.topten a				{ color:#000; text-decoration:none; }
div.topten a.title			{ color:#000; text-decoration:none; }
div.topten a.title:hover	{ text-decoration:underline; }
div.topten a.artist			{ color:#8f0303; font-weight:bold; }
div.topten a.artist:hover	{ text-decoration:underline; }

div.newestsale					{ float:left; width:200px; font-size:11px; margin-bottom:10px; }
div.newestsale .packshot		{ width:60px; text-align:center; float:left; margin-right:8px; }
div.newestsale a.artist			{ color:#8f0303; font-weight:bold; text-decoration:none; }
div.newestsale a.title			{ text-decoration:none; color:#000; }


div#spotlight {
	width:620px;
	margin-bottom:15px;
}

#spotlightLarge {
	height:195px;
	margin-bottom:2px;
}
#spotlightLarge img {
	position:absolute;
	display:none;
}

#spotlightThumbs {
	position:relative;
	width:620px;
	height:49px;
}

#spotlightThumbs img {
	float:left;
	cursor:pointer;
}
	
#spotlightShadow {
	z-index:4;
	position:absolute;
}
	
#spotlightMarker {
	z-index:5;
	position:absolute;
	left:63px;
}

