$(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');
	
	$('.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');
});
$(document).ready(function(){
	DD_roundies.addRule('.contentPadd.txtPage,  .cart, .ui-progressbar, .ui-datepicker, .result1_top, .result2_top, .contentInfoText.un, .contentInfoBlock, .cart_products_options, #ui-progressbar, #piGal ul.thumbs li', '15px', true);	
	DD_roundies.addRule('h3', '15px 15px 0px 0px', true);
	DD_roundies.addRule('.contentInfoText', '0px 0px 15px 15px', true);		
	DD_roundies.addRule(' .title-t, .listing', '15px', true);			
	
	DD_roundies.addRule('.footer', '15px 15px 0px 0px' , true);
	DD_roundies.addRule('.contentContainer, .infoBoxHeading, .infoBoxWrapper ', '15px', true);
	
	DD_roundies.addRule('.bg_button22 .button-t	', '9px', true);
	DD_roundies.addRule('.bg_button22-act .button-t	', '9px', true);
	DD_roundies.addRule('.bg_button2 .button-t	', '9px', true);
	DD_roundies.addRule('.bg_button2-act .button-t	', '9px', true);
	
	DD_roundies.addRule('.button_un .bg_button22 .button-t	', '0px 9px 9px 0px', true);
	DD_roundies.addRule('.button_un .bg_button22-act .button-t	', '0px 9px 9px 0px', true);
	DD_roundies.addRule('.button_un .bg_button2 .button-t	', '9px 0px 0px 9px', true);
	DD_roundies.addRule('.button_un .bg_button2-act .button-t	', '9px 0px 0px 9px', true);	
	
});	

	

