
.widget.cart_preview {
	background: url(../../../images/vyn_flowers/icons/cart.gif) no-repeat left center;
	padding:5px 10px 5px 27px;
	width:160px;
	border:none;
	color:#666;
	float:right;
	margin-top:20px;
}
.widget.cart_preview .title {
	float:left; 
	margin-bottom:-20px;
}
.cart_items  {
	float:right;
	margin:0;
	width:57px;
	list-style:none;
}
.cart_items a {
	color: #A3AA1A;
	text-decoration:underline;
}
.cart_items a:hover {
	text-decoration:none;
}

