$(document).ready(function(){
	if(!$.support.cssProperty('boxShadow')){
		//no css3 support, so you must be Internet Explorer <= 8
		$('#proddetail table tr:nth-child(even)').addClass('even');
	}
});

