.cart {
	margin-top: 0 !important;
}

/* make the price block so it goes on a separate line */
.cart .price {
	/*display:block;*/
  font-size: 1.1em;
}

#Sidebar #ShoppingCart ul li .itemdetails {
  font-size: 0.9em;
  text-decoration: none;
}

/* total of the cart */
.cart .total,
.cart .subtotal {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	width: 90%;
}
.cart .total {
	font-weight: bold;
}

.cart .subtotal #Cart_Order_SubTotal ,
.cart .total #Cart_Order_Total {
  text-align: right;
  display: block;
  float: right;
}


/* 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;
}

