/* SMART SHORTIES */
/* SIFR Configurations
----------------------------------------------------------------------------- */


/* HELVETICA ROUNDED
----------------------------------------------------------------------------- */


	var helveticarounded = { src: asset_host + '/fonts/helveticarounded.swf' };

	sIFR.activate(helveticarounded);


/* SIFR REPLACEMENT SELECTORS
----------------------------------------------------------------------------- */


	sIFR.replace(helveticarounded, {

		selector: 'div.widget-account.modify h3, #legal h3',
		wmode: 'transparent',
		selectable: 'false', 
		css: '.sIFR-root { color: #4eaf40; }'

	});

	sIFR.replace(helveticarounded, {

		selector: 'div.widget-order ul.orders h4',
		wmode: 'transparent',
		selectable: 'false', 
		css: '.sIFR-root { color: #000000; }'

	});

	sIFR.replace(helveticarounded, {

		selector: 'h2, div.widget-order h3, div.widget-order h4, div.widget-item.browse h3',
		wmode: 'transparent',
		selectable: 'false', 
		css: 'strong { font-weight: normal; }, a { color: #ffffff; text-decoration: none; } a:hover { color: #ffffff; text-decoration: none; } .sIFR-root { color: #ffffff; }'

	});