#ShoppingCart{
	width: 170px;
	float: right;
	font-size: 1.2em;
	padding: 5px;
	line-height: 1.8em;
	}
	#shoppingCart h3{
		font-weight: normal;
	}
	#ShoppingCart ul{
		padding-left: 0;
		margin-left: 0;
	}
	#ShoppingCart ul li{
		list-style: none;
	}

.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;
}

/* buy products link to buy the items in your cart */
.buyProducts {
	text-align: center;
}

.checkoutButton{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	text-align: center;
	padding: 5px;
	border: 1px #990000 solid;
	color: #fff;
}