/* NEW ADDITIONS MODULE */
div.newAdditions
{
	width					: 746px;
	
	_padding-top			: 0px;
}

div.newAdditions table.items
{
	width					: 94%;
	margin-left				: 15px;
}

div.newAdditions table.items a
{
	font-weight				: normal;
	text-decoration			: none;
}

div.newAdditions table.items a:hover
{
}

div.newAdditions table.items a:hover font.artistName
{
	color					: #FF9900;
}

div.newAdditions table.items td.item
{
	height					: 75px;
	width					: 373px;
}

div.newAdditions table.items td.item td
{
	padding 				: 3px;
	margin 					: 0px;
}

div.newAdditions table.items td.item td.image
{	
	width					: 75px;
	height					: 75px;	
	
	padding 				: 0px;
		
	border					: 1px solid #669ACC;
	
	text-align				: center;
	vertical-align			: middle;
}

div.newAdditions table.items td.image img
{	
	max-width				: 75px;
	max-height				: 75px;

	_width					: 75px;
	_height					: 75px;
	
	text-align				: center;
	vertical-align			: middle;
}

div.newAdditions table.items font.artistName
{
	text-transform			: uppercase;
	color					: #669ACC;
	font-weight				: bold;
}

div.newAdditions table.items font.genreName
{
	color					: #000000;
}

/* NEW ADDITIONS BLOCK */
div.newAdditionsBlock table.items
{
	width					: 94%;
	margin-left				: 15px;
}

div.newAdditionsBlock table.items a
{
	font-weight				: normal;
	text-decoration			: none;
}

div.newAdditionsBlock table.items a:hover
{
}

div.newAdditionsBlock table.items a:hover font.artistName
{
	color					: #FF9900;
}

div.newAdditionsBlock table.items td.item
{
	height					: 75px;
}

div.newAdditionsBlock table.items td.item td
{
	padding 				: 3px;
	margin 					: 0px;
}

div.newAdditionsBlock table.items td.item td.image
{	
	width					: 75px;
	height					: 75px;	
	
	padding 				: 0px;
		
	border					: 1px solid #669ACC;
	
	text-align				: center;
	vertical-align			: middle;
}

div.newAdditionsBlock table.items td.image img
{	
	max-width				: 75px;
	max-height				: 75px;
	
	_width					: 75px;
	_height					: 75px;	
	
	text-align				: center;
	vertical-align			: middle;
}
}

div.newAdditionsBlock table.items font.artistName
{
	text-transform			: uppercase;
	color					: #669ACC;
	font-weight				: bold;
}

div.newAdditionsBlock table.items font.genreName
{
	color					: #000000;
}
