$(document).ready(function(){
	$(".carBoxes li:nth-child(odd)").css({
		'padding-right':	'1px',
		'border-right':	'1px dotted #e5e5e5'
	});	
	
	$(".priceList tr:nth-child(odd)").css({
		'background-color':	'#d7d7d7'
	});	
});


