
/*
.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;
}
*/
.sidebar .widget.cart_preview  { 
	float:none;
	background: url(/images/rcsports/icons/cart.png) no-repeat left;
	padding:0 0 0 15px;
	width:180px;
	border:none;
	margin:35px 0 5px 16px;
	color:#999;
	height:15px;

}
.sidebar  .cart_items  {
	float:right;
	margin:-21px 0 0 0;
	width:55px;
	list-style:none;
}

.sidebar .widget.cart_preview .title {
	float:left;
	padding:0 0 0 15px;
	font-weight:bold;
	color:#333;
	margin:0;
	width:105px;
}
.sidebar .widget.cart_preview a { 
	background-color:transparent;
	color:#069;
	border:none;
}
.sidebar .widget.cart_preview a:hover {
	text-decoration:underline;
}