.product_listing
{
	padding: 0 0 17px 0;
	border-bottom: 1px solid #dad2d1;
	margin: 0 0 17px 0;
	float: left;
	width: 100%;
}

.last
{
	border: 0;
}

.thumb
{
	float: left;
	display: inline;
	width: 61px;
	height: 61px;
	margin: 0 18px 0 4px;
	border: 2px solid #a19893;
	background: url("/images/store/general/album_artwork_unavailable_61x61.jpg") 0 0 no-repeat;
}

.thumb img
{
	border: 0;
	float: left;
	width: 61px;
	height: 61px;
}

.artists
{
	font-family: Futura, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
}
.artists a
{
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
	color: inherit;
}

.artists a:hover
{
	text-decoration: underline;
}

.title a
{
	color: inherit;
	text-decoration: none;
}

.title a:hover
{
	text-decoration: underline;
}

.product_listing .artists,
#cart_table .artists
{
	padding-top: 8px;
}

.product_listing .artists a
{
	color: #302e2c;
}

.product_listing .title
{
	color: #56514e;
	font: 11px/1em Arial, Helvetica, sans-serif;
	margin: 0;
}

.product_details
{
	margin: 0;
}

.actions
{
	padding-top: 4px;
	clear: both;
}

.actions form, .actions a
{
	float: left;
}

#content .cart_actions
{
	float: left;
	margin: 0 10px 20px 0;
}

#content a.cart_actions
{
	padding-top: 1px;
}

