$(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");						
	$('.listing').corner("round 8px");
	$('h3').corner("round 8px tr tl");	

});
$(function(){
DD_roundies.addRule('.site_nav', '6px', true);
DD_roundies.addRule('.title-t', '4px', true);
DD_roundies.addRule('.infoBoxWrapper', '4px', true);
DD_roundies.addRule('.infoBoxContents.box2', '0px 0px 4px 4px', true);
DD_roundies.addRule('.infoBoxWrapper.cart_box .infoBoxContents', '0px 0px 4px 4px', true);
DD_roundies.addRule('.infoBoxWrapper.box3 .infoBoxContents', '0px 0px 4px 4px', true);
DD_roundies.addRule('.infoBoxWrapper.box11 .infoBoxContents', '0px 0px 4px 4px', true);
DD_roundies.addRule('.infoBoxWrapper.box-extra .infoBoxContents', '0px 0px 4px 4px', true);
DD_roundies.addRule('.infoBoxContents.box-extra1', '0px 0px 4px 4px', true);
DD_roundies.addRule('.contentPadd.extra-10', '8px', true);
/*DD_roundies.addRule('.bg_button2 .button-t', '6px', 'hover:true');
DD_roundies.addRule('.bg_button2-act .button-t', '6px','hover:true');
DD_roundies.addRule('.bg_button22 .button-t', '6px','hover:true');
DD_roundies.addRule('.bg_button22-act .button-t', '6px','hover:true');*/
});	

