jQuery(function($) {
	if($('#wpsc-main-search').length > 0) {
		$('#wpsc-main-search').appendTo($('#leader .margin'));
		$('#wpsc-main-search').removeAttr('class').addClass('new_wpsc_product_search');
	}
});
