jQuery(function() {
		   
		   
	jQuery('#page table.productTable').removeClass("tablesorter2");
		jQuery('#page table.productTable2').removeClass("tablesorter2");
		jQuery('#page table.contentpaneopen').removeClass("tablesorter2");
	
	
	
    jQuery('#page table.tablesorter2 tr:even').addClass('even');
	jQuery('#page table.tablesorter2 tr:odd').addClass('odd');
	jQuery('#page table.tablesorter2 td').addClass('customerDetails');
	jQuery('#page table.tablesorter2  tr:first-child').removeClass();
	jQuery('#page table.tablesorter2  tr:first-child td').removeClass();
	jQuery('#page table.tablesorter2  tr:first-child td').addClass('customerDetailsThead header');
	jQuery('#page table.tablesorter2  tr th').addClass('customerDetailsThead header');
	
	jQuery('#page table.productTable').attr('width', 650);
	
	jQuery('#page table.productTable tr:first-child td').attr('width', 200);
	jQuery('#page table.productTable tr:first-child td:first-child').attr('width', 350);
	jQuery('#page table.productTable tr:first-child td:last-child').attr('width', 100);
	
	jQuery('#page table.tablesorter2 tr:last-child td').css('border-bottom', '1px solid #cccccc');
	
	
	jQuery('#page table.productTable tr').removeClass();
	jQuery('#page table.productTable td').removeClass();
	
	
	
	jQuery('#page table.productTable2 tr:first-child td').attr('width', 150);
	jQuery('#page table.productTable2 tr:first-child td:first-child').attr('width', 350);
	jQuery('#page table.productTable2 tr:first-child td:last-child').attr('width', 150);
	
	
	
	
	
	jQuery('#page table.productTable2 tr').removeClass();
	jQuery('#page table.productTable2 td').removeClass();
	
	
	
	
		jQuery('#page table.contentpaneopen tr').removeClass();
	jQuery('#page table.contentpaneopen td').removeClass();
	
	

	
		
});

