$(function() {

	$("table.price").addClass("darktr");
	$("table.price tr:even").addClass("lighttr");

});
