/*
 * Define all the custom fonts.
 */ Cufon.replace('h1,h2,h3,h4,h5,.btn,.btnText,.btnAlt,.btnGray,.formactions button,.bttn button,#globalNav ul li.lidropdown a.level2anchors,#titleContent .productCount,#titleContent .itemLabel,.ui-dialog .ui-dialog-title,.cart .cartfooter .ordertotals .ordertotal td,.ui-dialog-title,.checkoutprogressindicator span,.searchrefinements ul.refineattributes li.categorylandinglink a,.thankyoumessage p.placeoder,ul.myAccountLeftNav li a,.font,.wishlist .wishlistsearchform .divider,table.wishlistresultstable th,ul.customerserviceLeftNav li .subcontent,#pdpTabsList li a, ul.customerserviceLeftNav li a,.playerClubContent .playername,.emptyshoppingcart,.submitBtn,#titleContent .storeLabel,.nothitrecommendation .name a', {fontFamily: 'Conduit ITC Pro Black'});
	 Cufon.replace('.FaceBookSignIn,.createbenefits h4,.no_orders,ul.customerserviceLeftNav li .subcontent a,.cartemptyrightstuff,.paypalclick ', {fontFamily: 'Conduit ITC Pro Medium'});
	 Cufon.replace('.categoryStoreLink .catStoreLabel,#leftcolumn #titleContent.heading h1,.searchrefine .sortby label,.navgroup h3,#SearchName h2,.productdetail .itemNo,.productdetail .promotion,.productdetail .price .salesprice,.productdetailcolumn .variationattributes .label,.nohits .nohitsmessage,.productdetail .storeNotice,.pdpSlotContent .htmlslotcontainer,.cart table.carttable th,.cart .cartfooter .ordertotals .ordersalestax td,.cart .cartfooter .ordertotals .ordershipping .shippingname,.cartfooter .ordertotalstable .ordertotals .ordershipping .value,.cart .cartfooter .ordertotals .ordersubtotal td,.cart .cartfooter .ordertotals .ordershippingdiscount td,.cart .cartfooter .ordertotals .ordershipping td .value,.cart .cartfooter .ordertotals .orderDiscount td,.checkoutLoginBanner p strong,.checkoutLoginBanner p strong,.guestcontinue h4,.checkoutsummaryheader,.checkoutminisummary h3,.email-signup .gray-box h2,.checkoutsummaryheader, .header,.checkoutplaceorder table.placeordertable th,.ordershipment table.ordershipmenttable td.heading,.thankyoumessage p.placeoder a,.compareshow .label,.fontpro,.customerService h3,.orderpayment h5,h5.picksport,.miniaddress div.addressname,.minicreditcard .type,.wishlistempty .wishlistemptymessage,.wishlistLoginBanner h4,.whysign h3,.playersClubHeader p,#pdpRecommendation .name a,#pdpRecommendation .productpricing,#recentlyViewed .productName,.attributecontentlink,#categoryRecommendation .name a,#categoryRecommendation .price', {fontFamily: 'Conduit ITC Pro'});
	 Cufon.replace('#searchrefinements .categorytoggleimage,.nohits .nohitsmessage .nohitssearchterm,.nohits .nohitsmessage .didyoumean a', {fontFamily: 'Conduit ITC Pro Black'});

	 Cufon('.producttile .name',{fontFamily:'Conduit ITC Pro Black',
		 hover: {color:'#ccc',fontFamily:'Conduit ITC Pro Black'}
		 });
	 Cufon.replace('.producttile .name', {fontFamily: 'Conduit ITC Pro Black'});

	Cufon('.styleNo #pdpFullDetailsLink',{fontFamily:'Conduit ITC Pro',
		 hover: {color:'#B71419',fontFamily:'Conduit ITC Pro'}
		 });
	 Cufon.replace('.styleNo #pdpFullDetailsLink', {fontFamily: 'Conduit ITC Pro'});
	 
	 Cufon('.productactions li',{fontFamily:'Conduit ITC Pro',
		 hover: {color:'#B71419',fontFamily:'Conduit ITC Pro'}
		 });
	 Cufon.replace('.productactions li', {fontFamily: 'Conduit ITC Pro'});

	 Cufon('td.detailscolumn .name',{fontFamily:'Conduit ITC Pro',
		 hover: {color:'#666',fontFamily:'Conduit ITC Pro'}
		 });
	 Cufon.replace('td.detailscolumn .name', {fontFamily: 'Conduit ITC Pro'});
	 Cufon.replace('#leftcolumn #titleContent.heading h1.landing', {fontFamily: 'Conduit ITC Pro Black'});
	 Cufon('#customerCareLanding  h2',{fontFamily:'Conduit ITC Pro Black',
		 hover: {color:'#fff',fontFamily:'Conduit ITC Pro Black'} 
		 });
	 Cufon.replace('#customerCareLanding  h2', {fontFamily: 'Conduit ITC Pro Black'}); 
	 
	 jQuery(".btnGray,.findWishlist .formactions button").mouseover(function(){
		 Cufon.replace(this, {fontFamily: 'Conduit ITC Pro Black',color:'#666'});
		}).mouseout( function() { 
		Cufon.replace(this,{fontFamily:'Conduit ITC Pro Black', color:'#000'});
		});
 
	 jQuery(".btnGray.more").mouseover(function(){
		 Cufon.replace(this, {fontFamily: 'Conduit ITC Pro Black',color:'#666'});
		}).mouseout( function() { 
		Cufon.replace(this,{fontFamily:'Conduit ITC Pro Black', color:'#fff'});
		});
