$(function(){
  $("ul#header_links li a").hover(function() {
    $(this).stop().animate({ marginTop: "-2px" }, 200);
  },function(){
    $(this).stop().animate({ marginTop: "0px" }, 300);
  });
  });

$(function(){
		$('div#categories_block_left ul.tree a ').hover( function(){$(this).stop().animate({paddingLeft:'10', marginLeft:'10px'},500,'easeOutElastic');}, function(){$(this).stop().animate({paddingLeft:'10', marginLeft:'0px'},500,'easeOutElastic');});

 });
$(function(){
		$('div.column div.block ul.bullet a  ').hover( function(){$(this).stop().animate({paddingLeft:'10', marginLeft:'10px'},500,'easeOutElastic');}, function(){$(this).stop().animate({paddingLeft:'10', marginLeft:'0px'},500,'easeOutElastic');});

 });

$(function(){
		$('div#categories_block_left ul.tree li ul li a ').hover( function(){$(this).stop().animate({paddingLeft:'10', marginLeft:'10px'},500,'easeOutElastic');}, function(){$(this).stop().animate({paddingLeft:'10', marginLeft:'0px'},500,'easeOutElastic');});

 }); 

$(function(){
$('div#featured-products_block_center ul li').eq(2).addClass('second');
$('div#featured-products_block_center ul li').eq(5).addClass('second');
});

$(function(){
$('div#featured-products_block_center ul li').eq(2).addClass('extra');
});


$(function(){
$('<li class="extra_li"></li>').insertAfter('div#featured-products_block_center ul li.extra');
});

$(function(){
$(".block_extra").hover(function() {
$(this).stop().animate({ backgroundColor: "#585858"}, 800);
},function() {
$(this).stop().animate({ backgroundColor: "#262626" }, 800);
});   
});



$(function(){
$("input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large").hover(function() {
$(this).stop().animate({ backgroundColor: "#daa885"}, 800);
},function() {
$(this).stop().animate({ backgroundColor: "#fff" }, 800);
});   
});

$(function(){
$("input.button_small, input.button, input.button_large, a.button_mini, a.button_small, a.button,").hover(function() {
$(this).stop().animate({ backgroundColor: "#ccc"}, 800);
},function() {
$(this).stop().animate({ backgroundColor: "#ee5310" }, 800);
});   
});

$(function(){
$("input.button_mini, a.button_large").hover(function() {
$(this).stop().animate({ backgroundColor: "#ee5310"}, 800);
},function() {
$(this).stop().animate({ backgroundColor: "#ccc" }, 800);
});   
});

$(function(){
$("form.pagination a ").hover(function() {
$(this).stop().animate({ backgroundColor: "#fff"}, 800);
},function() {
$(this).stop().animate({ backgroundColor: "#ee5310" }, 800);
});   
});
