﻿.foo {}  /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* Music Movie Details Styles ------------------------------------------------------------------ */
.artistDetail,
.artistDetailNoLink 
{
	font-size: large;
	font-weight: bold;
	color: #a7211e;
}

a.artistDetail:link,
a.artistDetail:visited
{
	color: #a7211e;
	text-decoration: none;
}
a.artistDetail:hover {
	color: white;
	background-color: #a7211e;	
}

.titleDetail
{
	font-size: Medium;
	font-weight: bold;
	color: #fffdcc;
}

.formatDetailLabel,
.labelDetailLabel,
.genreDetailLabel,
.releasedDetailLabel,
.upcDetailLabel,
.discsDetailLabel
{
	font-size: small;
	font-weight: bold;
}

.formatDetail,
.labelDetail,
.genreDetail,
.releasedDetail,
.upcDetail,
.discsDetail
{
	font-size: small;
}

.descriptionDetail{
	font-size: small;
	font-family: Verdana, Arial;
	font-size: small;
	line-height: 100%;	
	margin-top: 0em; 
	margin-bottom: 0em;
	color: #fffdcc;
	
}
.descriptionDetail h4,
.descriptionDetail h3,
.descriptionDetail h2,
.descriptionDetail h1,
.descriptionDetail p
{
	font-size: small;
	line-height: 100%;	
	margin-top: 0em; 
	margin-bottom: 0em;
	color: #fffdcc;
}

span.productPriceDetail
{
	font-size: small;
	font-weight: bold;
	color: #fffdcc;
}

span.productPriceDetail span.srpPrice 
{
	text-decoration:line-through;
	padding-right: 4px;
}

span.productPriceDetail span.salePrice
{
	color: #a7211e;
	padding-right: 4px;
}

span.productPriceDetail span.savingsText,
span.productPriceDetail span.savingsAmount
{
	color: green;
}

span.productPriceDetail span.savingsAmount
{
	padding-left: 4px;
}


.RelatedTrackList div.AspNet-GridView
{
	min-width: 300px;
}

.RelatedTrackList div.AspNet-GridView table
{
	border-collapse: collapse;
	font-size: x-small;
	font-weight: bold;
	color: white;
	font-family: Verdana, Arial;
	line-height: 25px;
	vertical-align: middle;
	text-align: left;
	padding: 2px;
}

td.tracklist div
{
	line-height: 25px;
	vertical-align: middle;
}


td.tracklist div a img,
td.tracklist div img
{
	 float: left;
	 padding-right: 4px;
}

div.tracklistheader 
{
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	background-color: #a7211e;
	line-height: 30px;
	vertical-align: middle;
	text-align: left;
	padding: 0px 0px 0px 4px;
}	

.ProductVariantChooser{
	color: #a7211e;
	font-weight:bold;
}
.OutOfStockLabel{
	color: #a7211e;
	font-style:italic;
	font-weight:bold;
	padding-right:5px;
}


div.VariantSelectorDetail .AspNet-GridView table tbody tr td
{
	
}

div.VariantSelectorDetail .AspNet-GridView table tbody tr td.variantDetail
{
	padding: 2px;
	text-align: left;	
}

div.VariantSelectorDetail .AspNet-GridView table tbody tr td.variantPrice
{
	padding-left: 5px;
	padding-right: 2px;
	text-align: right;
}

div.VariantSelectorDetail .AspNet-GridView table tbody tr td.variantCart
{
	padding: 4px;
}

.buyDLLink,
.buyCDLink
{
	font-size: small;
	font-weight: bold;
	font-style:italic;
	font-variant:small-caps;
	text-align:center;
	color: black;
	background-color: #fffdcc;		
	border: none;
}
a.buyDLLink:link,
a.buyDLLink:visited,
a.buyCDLink:link,
a.buyCDLink:visited
{	
	text-decoration: none;		
}
a.buyDLLink:hover,
a.buyCDLink:hover
{
	color: #fffdcc;
	background-color: black;
	text-decoration: none;	
}


