#ShoppingCart span.remove {
	background: #fee7f9 url(http://www.ambucs.com/themes/ambucs_ecommerce/images/menu_l1.png) no-repeat top;
	color: #ababab;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 4px 8px;
	font-size: 0.9em;
	line-height: 1.5;
}
	#ShoppingCart span.remove a {
		display: inline;
		background: none;
		padding: 0;
	}
		#ShoppingCart span.remove a img { border: none; }
	#ShoppingCart span.remove a:hover { background: none; }

/* make the price block so it goes on a separate line */
.cart .price {
	display:block;
	background-color: #FEE7F9;
	font-size: 0.9em;
	padding: 0 8px;
}

/* total of the cart */
.cart .total,
.cart .subtotal {
	padding: 0 8px;
	font-size: 0.9em;
	font-weight: bold;
}
.cart .subtotal {
	font-weight: normal;
	padding-top: 4px;
}

/* nudge the message left a bit so it looks better in black candy */
.noItems {
	padding-left: 7px;
}

/* buy products link to buy the items in your cart */
.buyProducts {
	font-weight: bold;
}