// JavaScript Document

$(document).ready(function(){	
	$('table.subproduct_list tr:even').css('backgroundColor','#f6ebd0');
	$('table.subproduct_list tr:odd').css('backgroundColor','#ffffff');
});
