/**
 * shopp.css
 * Generic layout & styles for Shopp pages
 *
 * @author Jonathan Davis
 * @package shopp
 **/

/* Generic Shopp Styles */

#shopp {
}

#shopp .s_category {
	margin-bottom: 15px;
}

#shopp .popular-songs {
	margin-left: 15px;
}

#shopp .s_category h2 {
	font-size: 100%;
}

ul.s_products li.s_item {
	margin-bottom: 25px !important;
}

ul.s_products li.s_item .s_description {
	width: 390px;
	float: left;
	border-right: 1px solid #d5d5d5;
	padding-right: 20px;
}

ul.s_products li.s_item .s_meta {
	width: 150px;
	float: right;
	margin-right: 10px;
}

.addtocart, .update-button, .remove {
	border: 1px solid #d5d5d5;
	font: inherit;
	padding: 1px;
	-moz-border-radius: 5px;
	float: left;
}

ul.s_products li.s_item .price {
	font-weight: bold;
	color: #990000;
	float: left;
	margin-right: 10px;
}

.audioplayer_container {
}

table {
	margin-bottom: 10px;
}

.s_prodleft {
	width: 500px;
	float: left;
}

.s_prodright {
	float: right;
	width: 110px;
	border: 1px solid #d5d5d5;
	padding: 10px;
	-moz-border-radius: 5px;
}

.s_prodprice {
	font-weight: bold;
	color: #990000;
	text-indent: 9px;
	margin-bottom: 10px;
}

.s_shopcart input {
	border: 1px solid #d5d5d5;
	font: inherit;
	padding: 1px;
	-moz-border-radius: 5px;
}

h3.shopitem {font-size: 160%; margin-bottom: 10px; margin-top: 10px;}

table p {
	margin-bottom: 0px !important;
}