.shopping_cart{
	margin:20px 0px;
	border-top: 1px dotted #AAA;
	font-size:12px;
	background:#f5edc8;
	float:left;
	padding:5px;
	width:400px;
}
.shopping_cart h2{
	font-size:14px;
	margin:0px;
}
.store_item{
	font-size:11px;
	float:left;
	padding:20px;
	margin-right:40px;
	width:345px;
	border-bottom: 1px dotted #AAA;
	margin-bototm:10px;
	height:110px;
}
.store_img{
	float:left;
}
.store_desc{
	padding:8px;
	float:left;
}
.album_title{
	font-style:italic;
	display:block;
}
.album_desc{
	display:block;
}
.wp_cart_checkout_button:hover{
	opacity:0.7;
}
.wp_cart_button{
	margin-top:10px;
}
.wp_cart_button:hover{
	opacity:0.7;
}
#pinfo{
	display: none; font-weight: bold; color: red;
}
#cart_table{
	width: 400px;
}
.store_entry p
{
	margin:0;padding:0;
}

