
#shopp {
	font-size: 13px;
}

#shopp h3 {
	padding: 0 0 10px;
	color: #342001;
	font-size: 17px;
	border-bottom: 1px dashed #342001;
}

#shopp .price {
	color: #9d0e26;
}

/* Category Grid */
	#shopp ul.products li .details {
		margin: 10px 0 0;
	}
	#shopp .addtocart {
		width: 96px;
		height: 25px;
		margin: 0 0 10px;
		background: url(../images/button-cart.jpg) no-repeat 0px 0px;
		border: none;
		cursor: pointer;
		outline: none;
		text-indent: -9999px;
	}
	#shopp .addtocart:hover {
		background-position: 0px -25px;
	}
	
/* Product Details */
	#shopp h3.price {
		padding: 0;
		color: #9d0e26;
		border: none;
	}
	#shopp .gallery {
		margin: 0 20px 10px 0 !important;
	}

/* Shopping Cart */
	#shopp #cart th, #shopp #cart td {
		padding: 5px 3px !important;
		border-bottom: 1px dashed #342001;
	}
	#shopp #cart th {
		color: #342001;
	}
	#shopp #cart .shopp_cart_total {
		color: #9d0e26;
	}





