
/*
.widget.cart_preview {
	background: url(../../../images/icons/cart.png) no-repeat left top;
	border: dashed 1px #666;
	padding:1px 0 0 25px;
	width:200px;
	float:right;
	color:#FFF;
}
*/
.widget.cart_preview  {
	background:transparent url(../../../images/rcpets_CF/icons/cart.png) no-repeat scroll left center !important;
	border:4px solid #eee;
	color:#666;
	margin-top:10px; 
	padding:0 0 5px 2px;
	height:18px !important;
	margin-left:10px;
}
.widget.cart_preview a { border:none; color:#E3790F; }
.widget.cart_preview a:hover { text-decoration:underline }

.cart_items  {
	float:left !important;
	list-style:none;
	margin:-33px 10px 0 80px !important;
	width:50px !important;
}
 
.widget.cart_preview .title {
	float:left;
	padding-top:5px;
	font-weight:normal;
	background:none;
	color:#333;
	padding-left:0px !important;
	margin-left:28px;
}
