jQuery.noConflict();
jQuery(document).ready(function() {
	jQuery(".big-text .ztxt").css({ 'color' : '#A50021', 'font-family' : 'Arial Black'});
	jQuery(".big-text").css({ 'text-align' : 'center', 'margin-bottom' : '10px', 'font-size' : '26px', 'margin' : '0'});
	jQuery(".text_links a:last").after(' | <a href="http://www.suppliesforcandlemaking.com">blog</a>');
	
	jQuery("td[width=176] .box_padbottom .box_border .box_content > div[align='center']").parent().html('<a style="display: block; padding: 2px 3px;" href="http://twitter.com/candlemakerstor" target="_blank"><img border="0" src="http://www.suppliesforcandlemaking.com/images/cms-twitter.jpg" /></a><a style="display: block; padding: 2px 3px;" href="http://www.facebook.com/TheCandlemakersStore" target="_blank"><img src="http://www.suppliesforcandlemaking.com/images/cms-facebook.jpg" border="0" /></a><a style="display: block; padding: 2px 3px;" href="http://www.suppliesforcandlemaking.com" target="_blank"><img border="0" src="http://www.suppliesforcandlemaking.com/images/cms-contest.jpg" /></a><div class="box_header box_title" style="margin-top: 5px; margin-bottom: -4px; border: 1px solid #D8DCDB;">FREE AUDIO CD</div><p style="padding: 0px 3px;">A new audio CD download has been recorded to answer the most commonly asked questions we hear about <a href="http://www.thecandlemakersstore.com/category/starter_kits/">candle making</a>.</p><p style="padding: 0px 3px;">This audio download is only available to newsletter subscribers.</p><p style="padding: 0px 3px; color: #a50021; font-weight: bold;">If you have not subscribed yet, please fill out your name and email in the box above to get your free copy.</p><p style="padding: 0px 3px;">You can unsubscribe at any time and we will never share your contact information.</p>');
	jQuery("td[width=176] .box_padbottom .box_border .box_content > div[align='center']").parent().children("a").css({ "display" : "block", "padding" : "5px 0" });
	

	var coupon_container = jQuery("div.ztxt:contains('aic25off')");
	var coupon_text = coupon_container.html();
	coupon_container.parent().prepend('<p class="ztxt">' + coupon_text + '</p>');
	coupon_container.remove();
});
