﻿.foo {}  /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* Music Movie Summary Styles */
.summaryContainer
{
	vertical-align: top;
	float: left; 
	padding-bottom: 15px; 
	padding-right: 15px;
}

.musicMovieTitleSummary
{
	padding: 5px;
	width: 200px;
	/*height: 320px;*/
	min-height: 250px;
	max-height: 320px;
	background-color: #282823;
}
.artistSummary
{
	font-size: small;
	font-weight: bold;
	color: #a7211e;
}
a.artistSummary:link,
a.artistSummary:visited
{
	color: #a7211e;
	text-decoration: none;
}
a.artistSummary:hover 
{
	color: white;
	background-color: #a7211e;	
}
.titleSummary
{
	font-size: small;
	font-weight: bold;
	color: #fffdcc;	
}
a.titleSummary:link,
a.titleSummary:visited
{
	color: #fffdcc;
	text-decoration: none;
}
a.titleSummary:hover {
	color: black;
	background-color: #fffdcc;
}
.releasedSummary {
	font-size: x-small;
	color:white;
}
.discsSummary
{
	font-size: x-small;	
	color: white;
}
.summaryLabel
{
	font-weight: bold;
}
.formatSummary{
	font-size: small;
	font-weight: bold;
}
.descriptionSummary
{
	font-size: x-small;
	font-family: Arial, Helvetica;
	max-height: 85px;
	overflow:hidden;
	line-height: 17px;
	border-bottom:thin #e0d9b8 dotted;
	border-top:thin #e0d9b8 dotted;	
	line-height: 100%;	
	color: #fffdcc;	
}


.descriptionSummary h4,
.descriptionSummary h3,
.descriptionSummary h2,
.descriptionSummary h1
{
	font-size: x-small;
	line-height: 100%;	
	margin-top: 0em; 
	margin-bottom: 0em;
	color: #fffdcc;
}
.descriptionSummary p 
{ 
	margin-top: 0em; 
	margin-bottom: 0em;
	color: #fffdcc;	
} 


.priceSummary{
	font-size: small;
	font-weight: bold;
}
.srpriceSummary{
	font-size: small;
	font-weight: bold;
	text-decoration:line-through;
}

.salepriceSummary{
	font-size: small;
	font-weight: bold;
	color: #a7211e;
}


