/* undertheroof.com */
jQuery(function(){
	jQuery.awpDynamicPricing({
			'removeOptionPrices'		: false,
			'itemParentSel'				: '#item-form',
			'itemPriceSel'				: '.price, .regular-price',
			'itemSalePriceSel'			: '.sale-price',
			'sectionParentSel'			: '#contents-table td',
			'sectionPriceSel'			: '.price, .regular-price',
			'sectionSalePriceSel'		: '.sale-price',
			'optionSel'					: 'select',
			'quantitySel'				: '.quantity-input',
			'extendedPriceSel'			: '.total-price',
			'priceSaveAmountSel'		: '.price-save .price',
			'priceSavePercentSel'		: '.price-save .percent'
	});
});

