jQuery(document).ready(function() {

jQuery('div.textcol').css({'margin-left':'0px'});

jQuery('.imagecol').css({'margin-left':'0px'});

var emph3 = jQuery('#categorisation_group_3 > h4.wpsc_category_title').html();
jQuery('#categorisation_group_3 > h4.wpsc_category_title').html(emph3 + '<img src=\"http://prdarttrading.com/wp-content/themes/Painting_site_v01/images/navigate.png\" class=\"menu_head\ menu_head3" />');

var emph4 = jQuery('#categorisation_group_4 > h4.wpsc_category_title').html();
jQuery('#categorisation_group_4 > h4.wpsc_category_title').html(emph4 + '<img src=\"http://prdarttrading.com/wp-content/themes/Painting_site_v01/images/navigate.png\" class=\"menu_head\ menu_head4" />');

var emph5 = jQuery('#categorisation_group_5 > h4.wpsc_category_title').html();
jQuery('#categorisation_group_5 > h4.wpsc_category_title').html(emph5 + '<img src=\"http://prdarttrading.com/wp-content/themes/Painting_site_v01/images/navigate.png\" class=\"menu_head\ menu_head5" />');

jQuery('div.wpsc_product_price').css({'display':'none'});

jQuery("ul.wpsc_top_level_categories li:even").addClass("alt");

jQuery("ul.wpsc_top_level_categories").css({'list-style-image':'none','list-style-type':'none'});

jQuery("ul.wpsc_top_level_categories li").css({'background-image':'none','list-style-type':'none'});

jQuery('#categorisation_group_3 > h4.wpsc_category_title').click(function() {
jQuery('#categorisation_group_3 > ul.wpsc_top_level_categories').slideToggle('medium');
});

jQuery('#categorisation_group_4 > h4.wpsc_category_title').click(function() {
jQuery('#categorisation_group_4 > ul.wpsc_top_level_categories').slideToggle('medium');
});

jQuery('#categorisation_group_5 > h4.wpsc_category_title').click(function() {
jQuery('#categorisation_group_5 > ul.wpsc_top_level_categories').slideToggle('medium');
});

jQuery('ul.wpsc_top_level_categories li a').mouseover(function() {
jQuery(this).animate({ fontSize: "12px", paddingLeft: "10px" }, 50 );
});

jQuery('ul.wpsc_top_level_categories li a').mouseout(function() {
jQuery(this).animate({ fontSize: "12px", paddingLeft: "10px" }, 50 );
});

});



