.sidebar .widget.cart_preview {
	background: url(../../../images/icons/cart.png) no-repeat center left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	height: 40px;
}
.sidebar .cart_items  {
	float:right;
	margin: -33px 10px 0 140px;
	width:53px;
	list-style:none;
}
.sidebar .widget.cart_preview .title {
	padding-left:30px;
}

