jQuery(document).ready(function() { 
	jQuery("table.productable tr td:odd").css({'color':'#AF0505'});
})

