$(document).ready(function(){

	$(".wishlist li:even").css("background-color" , "#ffffcc");

});