.cart {
	margin-top: 20px !important;
}

/* make the price block so it goes on a separate line */
.cart .price {
	display:block;
}

/* total of the cart */
.cart .total,
.cart .subtotal {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	width: 90%;
}
.cart .total {
	font-weight: bold;
}

/* nudge the message left a bit so it looks better in black candy */
.noItems {
	padding-left: 7px; width: 120px; text-align: right;
}

/* buy products link to buy the items in your cart */
.buyProducts {
	font-weight: bold;
}
#ShoppingCart { float: right;}
#ShoppingCart ul { margin: 0; width: 120px; text-align: right;}
#ShoppingCart ul img {border: 0;}
#ShoppingCart h3 { float:right;}
#ShoppingCart h2 { width: 120px;}
#ShoppingCart ul li {color: #666666; font-size: .9em; border: dotted 1px #eee;  }