$(document).ready(function(){
$(".dR").mouseover(function() {$(this).addClass("dRover");}).mouseout(function() {$(this).removeClass("dRover");});
$(".dR").click(function() {window.location.assign(this.getElementsByTagName("a")[0].href);});
$(".dR:even").addClass("dR-e");
$(".dR:odd").addClass("dR-o");
$(".productsTable th:first").css("padding-left", "10px");



});



