/* ================================
    CSS STYLES FOR Module MiniShoppingCart
   ================================
*/
#theRealMiniCart a{
	background: url('images/shoppingcart.png') no-repeat;
	background-position: 0 0;
	height: 16px;
	padding: 0 0 0 23px;
	width: 15px;
}
#theRealMiniCart a:hover{
	background-position: 0 -18px;
	text-decoration: none;
}