//when click slidesdown 
jQuery(document).ready(function() {
			
	
	
	if(jQuery.browser.msie) {
				jQuery(".dvtColBoxYSelection  > ul").show(); 
				jQuery(".dvtColBox  > ul > li > div > div").show(); 
				jQuery(".dvtColBoxSearch > li > ul").show();
				jQuery(".dvtSearchColor > li > ul").show();
				
			} 
			
			else {
				jQuery(".dvtColBoxYSelection #dvSubMenu0").show(); 
				jQuery(".dvtColBox #dvSubMenu0").show(); 
				jQuery(".dvtColBoxSearch #dvSubMenu0").show();
				jQuery(".dvtSearchColor #dvSubMenu0").show(); 
			}
	

	jQuery(".dvtColBox > ul >  li > a").click(function() {
		//jQuery(this).not("#dvSubMenu0 li a").attr("href","#");
		jQuery(this).parent().find("#dvSubMenu0").slideToggle();
		jQuery(this).parent().toggleClass("dvtColBoxactive");
		return false;
	});	
	
jQuery(".dvtColBoxSearch > li > h2 > a").click(function() {        
			        jQuery(this).parent().parent().find("#dvSubMenu0").slideToggle();
				jQuery(this).parent().parent().toggleClass("dvtColBoxactive");	
				return false;
            });		
			
jQuery(".dvtColBoxYSelection > h2").click(function() {        
			        jQuery(this).parent().find("#dvSubMenu0").slideToggle();
				jQuery(this).toggleClass("dvtColBoxactive");	
				return false;
            });	
	

jQuery(".dvtSearchColor > li > h2 > a").click(function() {        
			        jQuery(this).parent().parent().find("#dvSubMenu0").slideToggle();
				jQuery(this).parent().parent().toggleClass("dvtColBoxactive");	
				return false;
            });				
			
});






$(document).ready(function() {
        // put all your jQuery goodness in here.
    
  	jQuery('#ctl00_ctl00_ffnpWucSEARCH1_txtSearch').attr('placeholder', 'Search').css('color','#a9a9a9');
	jQuery("#ctl00_ctl00_ffnpWucSEARCH1_txtSearch").click(function() {        
			 jQuery(this).css('color','#424237') ;
            });		

    if (jQuery.browser.webkit) {
    jQuery('.footer-email input[type="text"], .footer-email input[type="email"], .footer-email textarea').css( 'height','18px' );
	jQuery('#dvtLeft2c').css( 'top','-18px' );
	jQuery('#dvtShopNavSet .dvtColBox').css( 'top','-1px' );
	jQuery('#dvtShopNavSet .dvtColBox').css( 'position','relative' );
  }
 });
  
  
  
