.cart {
	margin-top: 20px !important;
}

#ShoppingCart li {
    font-size: 1em; 
	margin: 5px 4px;
}

/* make the price block so it goes on a separate line */
#ShoppingCart .price {
	display:block;
}

/* total of the cart */
#ShoppingCart .total,
#ShoppingCart .subtotal {
	border-top: 1px solid #ccc;
	padding-top: 4px;
	margin-top: 10px;
	width: 90%;
}
#ShoppingCart .total {
	font-weight: bold;
}

/* nudge the message left a bit so it looks better in black candy */
#ShoppingCart .noItems {
	padding-left: 7px;
}

/* buy products link to buy the items in your cart */
#ShoppingCart .buyProducts {
	font-size: 1.2em;
	font-weight: bold;
}