﻿.foo {}  /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* Music Movie Promo Styles ------------------------------------------------------------------ */
.promoTitle{
	font-size: small;
	font-weight: bold;
	color: #b12e24;
}
.promotionlink{
	color: #b12e24;
	font-size: x-small;
	text-align:center;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	
}
a.promotionlink:link,
a.promotionlink:visited
{
	color: #b12e24;
	text-decoration: none;
	border:thin #b12e24 solid;
}
a.promotionlink:hover
{
	color: white;
	background-color: #b12e24;
	border:thin #b12e24 solid;	
}
.DescriptionPromo{
	font-size: x-small;
	font-family: Arial, Helvetica;
	max-height: 90px;
	overflow:hidden;
	line-height: 15px;
	/*
	border-bottom:thin #b12e24 dotted;
	border-top:thin #b12e24 dotted;	
	*/
}
.ProductPromo{
	border:thin black dotted;
}
table.ProductPromo
{
	width: 200px;
	background-color:white;
}

.artistPromo
{
	font-size: xx-small;
	font-weight: bold;
	color: #b12e24;

}

.titlePromo,
.pricePromo,
.formatPromo
{
	font-size: xx-small;
	font-weight: bold;
}

