/*
.cart {
	margin-top: 20px !important;
}
*/

.cart li {
	font-size:10px;
}

/* make the price block so it goes on a separate line */
.cart .price {
	display:block;
	text-align:right;
}

/* total of the cart */
#Sidebar .cart .total,
#Sidebar .cart .subtotal,
#Sidebar .cart .ordermodifier {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin: 8px 0 8px 2px;
	text-align:right;
}
.cart .total {
	font-weight: bold;
}

/* nudge the message left a bit so it looks better in black candy */
.noItems {
	padding: 7px;
	border: 1px solid black;
	margin-top:0;
	margin-left: 5px;
	margin-right: 5px;
}

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

.cart .itemdetails {
	float: left;
	width: 176px;
	margin-top:10px;
}

.cart .remove {
	margin-left:5px;
	width: 20px;
}

.cart .quantity {
	display:block;
}

a.checkoutButton, a.checkoutButton:link, a.checkoutButton:visited {
	padding:5px;
	text-decoration: none;
	border: 1px solid #000;
	background-color:#DC1A24;
	color:#FFF;
}

#ShoppingCart .navheading {
	margin-top:0;
}
