#ShoppingCart {
	min-height: 150px;
	background-image: url(../images/catalog_side_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 375px;
}

#ShoppingCart li {
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-size: 10px;
	margin-right: 80px;
	margin-left: 45px;
	list-style-type: none;
}

#ShoppingCart h3 {
	color: #7f7f7f;
	margin-left: 35px;
	margin-top: 20px;
	font-size: 15px;
}
#ShoppingCart a {
	text-decoration: none;
}
.noItems {
	font-size: 10px;
	margin-right: 80px;
	margin-left: 45px;
}
.price {
	visibility: hidden;
	font-size: 9px;
	color: #7f7f7f;
}
.price strong {
	color: white;
}

.total {
	color: #bfbfbf;
}

#Cart_GrandTotal {
	color: white;
}

.buyProducts a {
	background-repeat: no-repeat;
	display: block;
	height: 17px;
	width: 72px;
	background-image: url(../images/check_out.png);
	text-indent: -9999px;
}

