/*
* musicroom.com affiliate product feed style sheet. Use this
* in conjunction with the JavaScript product feed.
*/

/* This is placed around the whole output of the product feed */
.musicroombox
{
	padding: 4px;
	margin: 4px;
	text-align: center;
	background: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

/* The table containing the items */
.musicroomtable
{
	width: 95%;
	margin: 2px;
	text-align: center;
	border: 1px solid #E8E8E8;
	padding: 2px;
	color: #000000;
	background: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
/* The title at the top of the table (if included) */
.musicroomtitle
{
	margin: 2px;
	text-align: center;
	padding: 2px;
	color: #000000;
	background: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
/* Product descriptions etc. */
.musicroomitem 
{
	padding: 2px;
	margin: 2px;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

/* Allows the price to have it's own format (if included) */
.musicroomprice
{
	text-align: center;
	padding: 2px;
	margin: 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
}

/* The main category links for the 'Browse All Stores' feed */
.musicroomMainCategoryLink 
{
	color:#A20F0F;
	font-weight:bold;
	text-decoration:underline;
}

a.musicroomMainCategoryLink :link
{
	color:#A20F0F;
	font-weight:bold;
	text-decoration:underline;
}

a.musicroomMainCategoryLink :active
{
	color:#A20F0F;
	font-weight:bold;
	text-decoration:underline;
}

a.musicroomMainCategoryLink :visited
{
	color:#725420;
	font-weight:bold;
	text-decoration:underline;
}

a.musicroomMainCategoryLink :hover
{
	color:#CC3333;
	font-weight:bold;
	text-decoration:underline;
}


/* The main category links for the 'Browse All Stores' feed */
.musicroomSubCategoryLink 
{
	font-weight:normal;
}

