$("#cart_informer").mouseenter(function(){
$('.tooltip_cart').stop().fadeIn('fast');
}).mouseleave(function(){
$('.tooltip_cart').stop().fadeOut('slow');
});
$('.tooltip_cart').mouseenter(function(){
$('.tooltip_cart').stop().fadeIn('fast');
}).mouseleave(function(){
$('.tooltip_cart').stop().fadeOut('slow');
});