jQuery(document).ready(function(){
	jQuery('ul#topnav > li:last-child').css({'background':'none'});
	jQuery('.footerLinks ul:last-child').css({'background':'none'});
	jQuery('.urunDetayTabLink li:last-child').css({'border':'none'});
	jQuery('.urunDetayTabLink li:last-child > a').css({'padding':'0 36px'});
	jQuery('.productListItem:odd').css({'background':'#eeeeee'});
});
