var formatPrice = '';
$(function(){


	$("#header li").each(function(index){$(this).addClass('a'+index);})
	$(".middle_content .menu li").each(function(index){$(this).addClass('a'+index);})
	$("#footer .wrapper p a").each(function(index){$(this).addClass('a'+index);})
	$('#footer .wrapper p a:nth(2)').css('margin-right', '0');
	$(".home .other-guides .book:last").css('margin', '0');
	$(".content .spinner .books img:first").css('margin-left', '30px');
	$(".buying-selling .content ol").each(function(index){
		$(this).find("li").each(function(index){$(this).addClass('a'+index);});
	})
$("#productform a, .selling a").click(function(){
if($("#productform").length)
$("#productform").submit();
else
window.location.href = "/index.php?/buy-now"
return false;
})
if($("#productform").length==0)
    $("form").each(function(){$(this).validate();})

$("input[type='hidden']").hide();
$(".moving-kit a").click(function(){
  $(".moving-kit form").submit();
})
Cufon.replace(".font-h-white, #footer .banners a");
Cufon.replace(".content .left-column .download-free a");
Cufon.replace(".in-press h1, .other-guides h1, .content .other-guides p, .in-press h2");
Cufon.replace(".advert-box h2, .spinner h1, .spinner .books span.new-guides")
Cufon.replace(".middle_content h1, .middle_content h2");
Cufon.replace(".home .middle_content h1, .about-author-text h1");
Cufon.replace(".others-saying, .take-a-glimpse");
Cufon.replace(".quiz .left-column h2");
Cufon.replace(".contact .left-column .download-free p");
Cufon.replace(".tips-for-buying-and-selling-request .content p b");
Cufon.replace(".content .banner p");
Cufon.replace(".tips-for-buying-and-selling-request .content h1");
Cufon.replace(".tips-for-buying-and-selling-thank-you .content a");
Cufon.replace(".thank_you_pages .content h1");
Cufon.replace(".buy-now-page .content h1");
Cufon.replace("div.tips-buying h2 , div.tips-selling h2");
Cufon.replace("h2.tips-selling, h2.tips-buying", {
	color: '-linear-gradient(#587eb2, #0d1b2e)'
});
Cufon.replace(".chapters h1");


})