// Bold Fonts
Cufon.set('fontFamily', 'myraid-pro-bold');
Cufon.replace('.cf')
             ('button.button')
             ('.product-main-info .price-box .price')
             ('.cf-link', { hover: { color:'black' } })
             ('.cf-link-alt', { hover: { color:'white' } })
             ('.cf-link-bl', { color:'#808183', hover: { color: '#b0b1b3'} })
             ('.cf-link-wh', { hover: { color:'white' } })
             ('.page-title')
             ('#shopping-cart-totals-table .total-cell')
             ('#shopping-cart-totals-table .subtotal-cell')
             ('.shopping-cart-totals-table-alt .total-cell')
             ('.shopping-cart-totals-table-alt .subtotal-cell')
             ('.review-totals .total-cell')
             ('.opc label:not(.no-cf)')
             ('.giftcard-form label')
             ('.opc .step-title')
             ('.account-create label:not(.no-cf)')
             ('.forgot-password label')
             ('.my-preferences label:not(.no-cf)')
             ('.form-list-3 label:not(.no-cf)')
             ('.footer-links li.title')
	     ('#newsletter-signup .title')
             ('#newsletter-signup .success')
             ('.promo-label')
             ('.promo-label-hover')
             ('.config-price .price-label')
             ('.special-price-box .price-label')
             ('.price-box-bundle .price-label')
             ('.price-as-configured .price-label')
             ('.messages')
             ('.footer-links li a', { hover: { color:'black' } })
             ('.shopping-cart .crosssell .button-alt')
             ('.product-specifications dt')
             ('.athlet-specifications dt')
             ('.presale-item')
             ('.event-dates')
             ('.country-group-labels a');
             
// Regular Fonts
//Cufon.set('fontFamily', 'myraid-pro');
//Cufon.replace('.account-nav .cf')('.account-nav .cf-link', { hover: { color:'black' } });

