.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;
}
#ShoppingCart { 
	width: 180px; 
	/*float: right;  
	margin: 10px 0 0 0;*/
	padding: 0;
}

#ShoppingCart ul {
	/*margin: 0px 5px 5px;*/
	border: 1px solid #B0B0AF;
	/*padding-left: 5px;*/
	width:178px;
	float: left;
	padding:0;
	background: #F6F6F6;
}
#ShoppingCart li {
	margin: 8px 2px;
	list-style: none;
	clear:both;
}

/* total of the cart */
#ShoppingCart .cart .total,
#ShoppingCart .cart .subtotal,
#ShoppingCart .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 {
	

	background:#F6F6F6 none repeat scroll 0 0;
	border:1px solid #B0B0AF;
	float:left;
	padding:7px;
	width:164px;
}

/* 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 #999;
	background-color:#02679a;
	color:#FFF;
}

.navbarheading {
	padding:10px;
	float: left;
}

.title a {
	color: #02679a;
	text-decoration:none;
	display: block;
	border-bottom: 1px Solid #B0B0AF;
	margin-bottom: 4px;
}

.title a:hover {
	font-style: italic;
}