
#header_user ul { list-style:none; margin:12px 0 0 0; }
#header_user li {float: right; }
#header_user #shopping_cart { margin-right:10px;}
#header_user #shopping_cart, #header_user #your_account { 	color:#a1f2b1;
 }
#header_user li#your_account {  }

#header_user #shopping_cart a, #header_user #your_account a {
	background-repeat: no-repeat;
	background-position: center left;
	padding: 2px 0 4px 22px;
	text-decoration: none;
	line-height:18px;
	color:#FFF;
	
}

#header_user  #shopping_cart a { background-image: url('../../../images/icons/20x20-cart.gif'); }
#header_user #your_account a { background-image: url('../../../images/icons/20x20-user.gif'); }


#header_user #shopping_cart a:hover,
#header_user #your_account a:hover	{ color:#a1f2b1; text-decoration:underline; }
