$(function(){
	$('.infoBoxContents .categories li').last().addClass('last_list');
	$('.infoBoxContents .information li').last().addClass('last_list');
	$('.infoBoxContents .bestsellers li').last().addClass('last_list');
	$('.contentPadd h3').first().addClass('first_h3');
	$('.contentPadd.loginPage h3').addClass('first_h3');
	$('.contentInfoText, .contentInfoBlock').last().addClass('marg-bottom');
	$('.loginPage .contentInfoText').addClass('marg-top');
	
	//$('#piGal ul.thumbs li').remove()//first().css('margin-left','0px');
	//$('.thumbs li').eq(0).css('margin-left','0px')

	$('.cart th').last().css('border-right','0px');
	$('.cart_prods').css('border-width','0px 1px 1px 0px');
	$('.cart_update').css('border-width','0px 1px 1px 0px');
	$('.cart_price').css('border-width','0px 0px 1px 0px');	
	$('.cart_total td:nth-child(2)').css('border-width','0px 1px 0px 0px');
	$('.desc p').first().css('padding-top','0px');
	$('.infoBoxWrapper.box3').corner("round 6px");						

});

		$(function(){
DD_roundies.addRule('.main_menu', '6px', true);
DD_roundies.addRule('.infoBoxWrapper.list', '6px', true);
DD_roundies.addRule('.infoBoxWrapper.box2', '6px', true);
DD_roundies.addRule('.wrapper_prods	', '6px', true);
DD_roundies.addRule('ul.sub_categories li ', '6px', true);
DD_roundies.addRule('.infoBoxWrapper.box6', '6px', true);
DD_roundies.addRule('.infoBoxWrapper.cart_box ', '6px', true);
DD_roundies.addRule('.infoBoxWrapper.box3	', '6px', true);
DD_roundies.addRule('.contentPadd.extra-3', '8px', true);
DD_roundies.addRule('.contentPadd.extra-4', '8px', true);
DD_roundies.addRule('.contentPadd.extra-10', '8px', true);
DD_roundies.addRule('.contentPadd.extra-5', '8px', true);
DD_roundies.addRule('.contentPadd.un.sub', '8px', true);
DD_roundies.addRule('.title-t', '8px', true);
DD_roundies.addRule('.listing', '8px', true);
DD_roundies.addRule('h3', '8px 8px 0px 0px', true);
});	

