/**
* @section product
* @version 0.1
* --------------------------------------------------------------------------------------------------
*/
#content {}


/**
* @subsection Product Details
* --------------------------------------------------------------------------------------------------
*/
#product p.price {
	margin-top: 1.5em; margin-bottom: 1em;
}
	
#product ul.action {
	float: left;
	width: 125px;
}

#product dl dd {
	margin-left: 80px;
}
#product dl dd.tracklisting ul {
	padding: 0; margin: 0;
	list-style: none;
}

#product ul.notify {
	width: 200px;
	margin-left: 530px; margin-top: -30px; padding: 0;
	list-style: none;
}
	#product ul.notify a {
		padding: 0 10px 0 0;
		line-height: 18px; text-decoration: underline;
		background: url(../img/misc/arrows/red.right.gif) no-repeat 100% 3px;
	}
	#product ul.notify a:focus,
	#product ul.notify a:hover,
	#product ul.notify a:active {
		text-decoration: none;
	}


/**
* @subsubsection Other Product Information - Related Products - Artist & Label
* --------------------------------------------------------------------------------------------------
*/
#content .related {}
#product-related-artist {}
#product-related-label {}

#content .related .products {
	margin: 0;
}

.related p.view-all {
	height: 30px;
	margin: 0 -20px -1px; padding: 5px 15px;
	background: url(../img/layout/wide-line-repeat.gif) repeat-x 0 0;
}
	.related p.view-all a {
		height: 30px; width: 260px;
		margin: 0 0 0 auto;
		background: url(../img/misc/view-all.gif) no-repeat -100px -100px;
	}
	
	#product-related-artist p.view-all a {
		background-position: 0 0;
	}
	#product-related-artist p.view-all a:focus,
	#product-related-artist p.view-all a:hover {
		background-position: 0 -30px;
	}
	#product-related-artist p.view-all a:active {
		background-position: 0 -60px;
	}
	
	#product-related-label p.view-all a {
		background-position: -300px 0;
	}
	#product-related-label p.view-all a:focus,
	#product-related-label p.view-all a:hover {
		background-position: -300px -30px;
	}
	#product-related-label p.view-all a:active {
		background-position: -300px -60px;
	}
