div.product_container{
	margin: 0px 0 0 350px;
	width: 560px;
	background: white;
	padding: 30px 10px;
	color: black;
}

h1,h3,p{
	color: #333;
}

a:link,a:visited{
	text-decoration:underline;
}

h1{
	text-decoration: underline;
}

div.meta{
	overflow:auto;
}

div.left{
	float:left;
	width: 200px;
}

div.image{
	width: 200px;
	border: 1px solid #666;
	padding: 3px;
}

div.image img{
	width: 200px;
	height: auto;
}

div.right{
	float:right;
	width: 335px;
}

div.share{
	text-align:center;
	padding: 10px;
}

div.checkout{
	padding: 5px;
	text-align: center;
}

blockquote.song_quote{
	font-size: 14px;
	font-weight: bold;
	margin: 1em 0;
}

div.checkout select{ font-size: 10px }

div#mc_message{
	color: #333;
}

div#store_sidebar{
	left:43px;
	position:absolute;
	top:324px;
}

div#store_sidebar p{
	color: #fff;
}

div#footer{
	display:none;
}