h2 {
	background:  url("../images/h2/buy_stuff.jpg") no-repeat bottom left;
	height:60px;
}

#add_to_cart {
	padding: 8px 7px !important;
	text-align: center;
	font-size: 13px;
}

#add_to_cart button {
	border: none;
	width: 83px;
	height: 21px;
	padding: 0;
	background: url("/images/media/btn-add_to_cart.png") no-repeat center center;
	text-align:center;
}

#album_info {
	float: left;
	width: 216px;
	font-size: 11px !important;
}

#album_info p{
	font-size: 12px !important;
}

#album_tracklist {
	float: right;
	width: 460px;
}

#copy_body {
	float:none;
	width: auto;
}

#copy_body #cover {
	margin-top: 0;
	margin:0;
	padding:0;
	border: 1px solid #fff;
}

#copy_body table {
	width: 100%;
	background-color: #ded6c7;
	font-size: 12px;
}

#copy_body table th {
	border: 1px solid #f5f0e6;
	padding: 2px 7px;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}

#copy_body table td {
	border: 1px solid #f5f0e6;
	padding: 4px 7px;
	vertical-align: middle;
}

#copy_body table td.preview {
	padding: 0 4px;
	width: 1%;
	text-align: center;
}

.preview a {
	display: block;
	height: 20px;
	width: 20px;
	background: url("/images/media/btn-play_sample.png") no-repeat;
}

tr.playing td.preview a {
	background: url("/images/media/btn-stop_sample.png") no-repeat;
}

tr.playing td {
	background-color: #BFDBE2;
}

.preview a span {
	display: none;
}

#copy_body table td.track {
	padding-left: 3px;
	padding-right: 0.35em;
	border-right: none;
	text-align: right;
	color: #6e8891;
}

#copy_body table .title {
	text-align: left;
}

#copy_body table td.title {
	padding-left: 0;
	border-left: none;
}

td.time,
td.price {
	text-align: right;
	color: #6e8891;
	font-size: 11px;
}

.product_preview {
	text-align: right;
	color: #6e8891;
	font-size: 11px;
}

table button {
	vertical-align: middle;
	cursor: pointer;
}

table button span {
	display: none;
}

.buy_song {
	text-align: center;
	width: 1%;
}

.buy_song button {
	border: none;
	width: 75px;
	height: 21px;
	padding: 0;
	background: url("/images/media/btn-download.png") no-repeat center center;
}

#download_album {
	padding: 8px 7px !important;
	text-align: right;
	font-size: 13px;
}

#buy_cd {
	padding: 8px 7px !important;
	text-align: right;
	font-size: 13px;
}

#download_album button {
	border: none;
	width: 115px;
	height: 21px;
	padding: 0;
	background: url("/images/media/btn-download_album.png") no-repeat center center;
	text-align:right;
}

#buy_cd button {
	border: none;
	width: 52px;
	height: 21px;
	padding: 0;
	background: url("/images/media/btn-buy_cd.png") no-repeat center center;
	text-align:right;
}

#copy_footer {
	clear: both;
}

/* Non-album products
*******************************************/

#product_image {
	text-align: center;
}
