$(document).ready( function() {
	
	// AUSTRALIA #13522
	if ( $('.powermail_all').length ) {
		$('#c31717,#c31719').hide();
	}
	if ( $('.tx-powermail-pi1_thx').length ) {
		$('#c31717,#c31719').hide();
	}
	
	// AUSTRALIA #13522
	$('#powermaildiv_uid206,#powermaildiv_uid207,#powermaildiv_uid208,#powermaildiv_uid209,#powermaildiv_uid210').hide();
	$('.powermail_check_inner_uid205_0 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid206' ).show();
			$( '.powermail_check_inner_uid205_1' ).find('.error').remove();
			$( '.powermail_check_inner_uid205_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid250_3' ).find('.error').remove();  
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
	    } else {
	      	$( '#powermaildiv_uid206' ).hide();
	      	$( '.powermail_check_inner_uid205_0' ).find('.error').remove();
	    }
	});
	
	$('.powermail_check_inner_uid205_1 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid207' ).show();
			$( '.powermail_check_inner_uid205_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid205_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid205_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid207' ).hide();
			$( '.powermail_check_inner_uid205_1' ).find('.error').remove();
		}
	});
	
	$('.powermail_check_inner_uid205_2 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid208' ).show();
			$( '.powermail_check_inner_uid205_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid205_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid205_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid208' ).hide();
			$( '.powermail_check_inner_uid205_2' ).find('.error').remove();
		}
	});
	
	$('.powermail_check_inner_uid205_3 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid209,#powermaildiv_uid210' ).show();
			$( '.powermail_check_inner_uid205_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid205_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid205_2' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid209,#powermaildiv_uid210' ).hide();
			$( '.powermail_check_inner_uid205_3' ).find('.error').remove();
		}
	});
		
	////////////////////////////////////
	
	// BE DEUTSCH #13521
	if ( $('.powermail_all,').length ) {
		$('#c31712,#c31714').hide();
	}
	if ( $('.tx-powermail-pi1_thx').length ) {
		$('#c31712,#c31714').hide();
	}
	
	// BE DEUTSCH #13521
	$('#powermaildiv_uid167,#powermaildiv_uid168,#powermaildiv_uid169,#powermaildiv_uid170,#powermaildiv_uid171').hide();
	$('.powermail_check_inner_uid166_0 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid167' ).show();
			$( '.powermail_check_inner_uid166_1' ).find('.error').remove();
			$( '.powermail_check_inner_uid166_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid166_3' ).find('.error').remove();  
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Bitte beachten:<br />Die Produkte einer zusätzlich ausgewählten Kategorie werden der Liste zugefügt.</p></div>');
	    } else {
	      	$( '#powermaildiv_uid167' ).hide();
	      	$( '.powermail_check_inner_uid166_0' ).find('.error').remove();
	    }
	});
	
	$('.powermail_check_inner_uid166_1 input').change(function() {
		if ($(this).is(':checked')) {
			alert('bgm');
			$( '#powermaildiv_uid168' ).show();
			$( '.powermail_check_inner_uid166_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid166_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid166_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Bitte beachten:<br />Die Produkte einer zusätzlich ausgewählten Kategorie werden der Liste zugefügt.</p></div>');
		} else {
			$( '#powermaildiv_uid168' ).hide();
			$( '.powermail_check_inner_uid166_1' ).find('.error').remove();
		}
	});
	
	$('.powermail_check_inner_uid166_2 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid169' ).show();
			$( '.powermail_check_inner_uid166_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid166_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid166_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Bitte beachten:<br />Die Produkte einer zusätzlich ausgewählten Kategorie werden der Liste zugefügt.</p></div>');
		} else {
			$( '#powermaildiv_uid169' ).hide();
			$( '.powermail_check_inner_uid166_2' ).find('.error').remove();
		}
	});
	
	$('.powermail_check_inner_uid166_3 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid170,#powermaildiv_uid171' ).show();
			$( '.powermail_check_inner_uid166_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid166_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid166_2' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Bitte beachten:<br />Die Produkte einer zusätzlich ausgewählten Kategorie werden der Liste zugefügt.</p></div>');
		} else {
			$( '#powermaildiv_uid170,#powermaildiv_uid171' ).hide();
			$( '.powermail_check_inner_uid166_3' ).find('.error').remove();
		}
	});
	
	////////////////////////////////////
	
	// ENGLISH #13533
	if ( $('.powermail_all').length ) {
		$('#c31762,#c31764').hide();
	}
	if ( $('.tx-powermail-pi1_thx').length ) {
		$('#c31762,#c31764').hide();
	}
	
	// ENGLISCH #13533
	$('#powermaildiv_uid585,#powermaildiv_uid586,#powermaildiv_uid587,#powermaildiv_uid588,#powermaildiv_uid589').hide();
	$('.powermail_check_inner_uid584_0 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid585' ).show();
			$( '.powermail_check_inner_uid584_1' ).find('.error').remove();
			$( '.powermail_check_inner_uid584_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid584_3' ).find('.error').remove();  
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
	    } else {
	      	$( '#powermaildiv_uid585' ).hide();
	      	$( '.powermail_check_inner_uid584_0' ).find('.error').remove();
	    }
	});
	
	$('.powermail_check_inner_uid584_1 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid586' ).show();
			$( '.powermail_check_inner_uid584_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid584_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid584_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid586' ).hide();
			$( '.powermail_check_inner_uid584_1' ).find('.error').remove();
		}
	});
	
	$('.powermail_check_inner_uid584_2 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid587' ).show();
			$( '.powermail_check_inner_uid584_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid584_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid584_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid587' ).hide();
			$( '.powermail_check_inner_uid584_2' ).find('.error').remove();
		}
	});
	
	$('.powermail_check_inner_uid584_3 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid588,#powermaildiv_uid589' ).show();
			$( '.powermail_check_inner_uid584_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid584_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid584_2' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid588,#powermaildiv_uid589' ).hide();
			$( '.powermail_check_inner_uid584_3' ).find('.error').remove();
		}
	});
	
	////////////////////////////////////
	
	// FRENCH #13534
	if ( $('.powermail_all').length ) {
		$('#c31766,#c31768').hide();
	}
	if ( $('.tx-powermail-pi1_thx').length ) {
		$('#c31766,#c31768').hide();
	}
		
	// FRENCH #13534
	$('#powermaildiv_uid619,#powermaildiv_uid620,#powermaildiv_uid621,#powermaildiv_uid622,#powermaildiv_uid623').hide();
	$('.powermail_check_inner_uid618_0 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid619' ).show();
			$( '.powermail_check_inner_uid618_1' ).find('.error').remove();
			$( '.powermail_check_inner_uid618_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid618_3' ).find('.error').remove();  
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
	    } else {
	      	$( '#powermaildiv_uid619' ).hide();
	      	$( '.powermail_check_inner_uid618_0' ).find('.error').remove();
	    }
	});
	
	
	$('.powermail_check_inner_uid618_1 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid620' ).show();
			$( '.powermail_check_inner_uid618_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid618_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid618_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid620' ).hide();
			$( '.powermail_check_inner_uid618_1' ).find('.error').remove();
		}
	});
	
	
	$('.powermail_check_inner_uid618_2 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid621' ).show();
			$( '.powermail_check_inner_uid618_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid618_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid618_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid621' ).hide();
			$( '.powermail_check_inner_uid618_2' ).find('.error').remove();
		}
	});
	
	$('.powermail_check_inner_uid618_3 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid622,#powermaildiv_uid623' ).show();
			$( '.powermail_check_inner_uid618_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid618_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid618_2' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid622,#powermaildiv_uid623' ).hide();
			$( '.powermail_check_inner_uid618_3' ).find('.error').remove();
		}
	});
	
	////////////////////////////////////
	
	// ENGLISH #13523
	if ( $('.powermail_all').length ) {
		$('#c31721,#c31723').hide();
	}
	if ( $('.tx-powermail-pi1_thx').length ) {
		$('#c31721,#c31723').hide();
	}
		
	// ENGLISH #13523
	$('#powermaildiv_uid240,#powermaildiv_uid241,#powermaildiv_uid242,#powermaildiv_uid243,#powermaildiv_uid244').hide();
	$('.powermail_check_inner_uid239_0 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid240' ).show();
			$( '.powermail_check_inner_uid239_1' ).find('.error').remove();
			$( '.powermail_check_inner_uid239_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid239_3' ).find('.error').remove();  
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
	    } else {
	      	$( '#powermaildiv_uid240' ).hide();
	      	$( '.powermail_check_inner_uid239_0' ).find('.error').remove();
	    }
	});	
	
	$('.powermail_check_inner_uid239_1 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid241' ).show();
			$( '.powermail_check_inner_uid239_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid239_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid239_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid241' ).hide();
			$( '.powermail_check_inner_uid239_1' ).find('.error').remove();
		}
	});	
	
	$('.powermail_check_inner_uid239_2 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid242' ).show();
			$( '.powermail_check_inner_uid239_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid239_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid239_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid242' ).hide();
			$( '.powermail_check_inner_uid239_2' ).find('.error').remove();
		}
	});
	
	$('.powermail_check_inner_uid239_3 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid243,#powermaildiv_uid244' ).show();
			$( '.powermail_check_inner_uid239_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid239_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid239_2' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid243,#powermaildiv_uid244' ).hide();
			$( '.powermail_check_inner_uid239_3' ).find('.error').remove();
		}
	});
	
	////////////////////////////////////
	
	// FRENCH #13524
	if ( $('.powermail_all').length ) {
		$('#c31725,#c31727').hide();
	}
	if ( $('.tx-powermail-pi1_thx').length ) {
		$('#c31725,#c31727').hide();
	}
		
	// FRENCH #13524
	$('#powermaildiv_uid274,#powermaildiv_uid275,#powermaildiv_uid276,#powermaildiv_uid277,#powermaildiv_uid278').hide();
	$('.powermail_check_inner_uid273_0 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid274' ).show();
			$( '.powermail_check_inner_uid273_1' ).find('.error').remove();
			$( '.powermail_check_inner_uid273_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid273_3' ).find('.error').remove();  
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
	    } else {
	      	$( '#powermaildiv_uid274' ).hide();
	      	$( '.powermail_check_inner_uid273_0' ).find('.error').remove();
	    }
	});	
	
	$('.powermail_check_inner_uid273_1 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid275' ).show();
			$( '.powermail_check_inner_uid273_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid273_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid273_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid275' ).hide();
			$( '.powermail_check_inner_uid273_1' ).find('.error').remove();
		}
	});	
	
	$('.powermail_check_inner_uid273_2 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid276' ).show();
			$( '.powermail_check_inner_uid273_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid273_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid273_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid276' ).hide();
			$( '.powermail_check_inner_uid273_2' ).find('.error').remove();
		}
	});
	
	$('.powermail_check_inner_uid273_3 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid277,#powermaildiv_uid278' ).show();
			$( '.powermail_check_inner_uid273_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid273_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid273_2' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid277,#powermaildiv_uid278' ).hide();
			$( '.powermail_check_inner_uid273_3' ).find('.error').remove();
		}
	});
	
	////////////////////////////////////
	
	// IN-INI #13526
	if ( $('.powermail_all').length ) {
		$('#c31734,#c31736').hide();
	}
	if ( $('.tx-powermail-pi1_thx').length ) {
		$('#c31734,#c31736').hide();
	}
		
	// IN-INI #13526
	$('#powermaildiv_uid347,#powermaildiv_uid348,#powermaildiv_uid349,#powermaildiv_uid350,#powermaildiv_uid351').hide();
	$('.powermail_check_inner_uid346_0 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid347' ).show();
			$( '.powermail_check_inner_uid346_1' ).find('.error').remove();
			$( '.powermail_check_inner_uid346_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid346_3' ).find('.error').remove();  
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
	    } else {
	      	$( '#powermaildiv_uid347' ).hide();
	      	$( '.powermail_check_inner_uid346_0' ).find('.error').remove();
	    }
	});	
	
	$('.powermail_check_inner_uid346_1 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid348' ).show();
			$( '.powermail_check_inner_uid346_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid346_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid346_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid348' ).hide();
			$( '.powermail_check_inner_uid346_1' ).find('.error').remove();
		}
	});	
	
	$('.powermail_check_inner_uid346_2 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid349' ).show();
			$( '.powermail_check_inner_uid346_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid346_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid346_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid349' ).hide();
			$( '.powermail_check_inner_uid346_2' ).find('.error').remove();
		}
	});
	
	$('.powermail_check_inner_uid346_3 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid350,#powermaildiv_uid351' ).show();
			$( '.powermail_check_inner_uid346_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid346_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid346_2' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid350,#powermaildiv_uid351' ).hide();
			$( '.powermail_check_inner_uid346_3' ).find('.error').remove();
		}
	});
	
	////////////////////////////////////
	
	// IN-INI #13527
	if ( $('.powermail_all').length ) {
		$('#c31738,#c31740').hide();
	}
	if ( $('.tx-powermail-pi1_thx').length ) {
		$('#c31738,#c31740').hide();
	}
		
	// IN-INI #13527
	$('#powermaildiv_uid381,#powermaildiv_uid382,#powermaildiv_uid383,#powermaildiv_uid384,#powermaildiv_uid385').hide();
	$('.powermail_check_inner_uid380_0 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid381' ).show();
			$( '.powermail_check_inner_uid380_1' ).find('.error').remove();
			$( '.powermail_check_inner_uid380_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid380_3' ).find('.error').remove();  
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
	    } else {
	      	$( '#powermaildiv_uid381' ).hide();
	      	$( '.powermail_check_inner_uid380_0' ).find('.error').remove();
	    }
	});	
	
	$('.powermail_check_inner_uid380_1 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid382' ).show();
			$( '.powermail_check_inner_uid380_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid380_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid380_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid382' ).hide();
			$( '.powermail_check_inner_uid380_1' ).find('.error').remove();
		}
	});	
	
	$('.powermail_check_inner_uid380_2 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid383' ).show();
			$( '.powermail_check_inner_uid380_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid380_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid380_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid383' ).hide();
			$( '.powermail_check_inner_uid380_2' ).find('.error').remove();
		}
	});
	
	$('.powermail_check_inner_uid380_3 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid384,#powermaildiv_uid385' ).show();
			$( '.powermail_check_inner_uid380_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid380_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid380_2' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid384,#powermaildiv_uid385' ).hide();
			$( '.powermail_check_inner_uid380_3' ).find('.error').remove();
		}
	});
	
	
	////////////////////////////////////
	
	// IN-INI #13528
	if ( $('.powermail_all').length ) {
		$('#c31742,#c31744').hide();
	}
	if ( $('.tx-powermail-pi1_thx').length ) {
		$('#c31742,#c31744').hide();
	}
		
	// IN-INI #13528
	$('#powermaildiv_uid415,#powermaildiv_uid416,#powermaildiv_uid417,#powermaildiv_uid418,#powermaildiv_uid419').hide();
	$('.powermail_check_inner_uid414_0 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid415' ).show();
			$( '.powermail_check_inner_uid414_1' ).find('.error').remove();
			$( '.powermail_check_inner_uid414_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid414_3' ).find('.error').remove();  
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
	    } else {
	      	$( '#powermaildiv_uid415' ).hide();
	      	$( '.powermail_check_inner_uid414_0' ).find('.error').remove();
	    }
	});	
	
	$('.powermail_check_inner_uid414_1 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid416' ).show();
			$( '.powermail_check_inner_uid414_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid414_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid414_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid416' ).hide();
			$( '.powermail_check_inner_uid414_1' ).find('.error').remove();
		}
	});	
	
	$('.powermail_check_inner_uid414_2 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid417' ).show();
			$( '.powermail_check_inner_uid414_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid414_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid414_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid417' ).hide();
			$( '.powermail_check_inner_uid414_2' ).find('.error').remove();
		}
	});
	
	$('.powermail_check_inner_uid414_3 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid418,#powermaildiv_uid419' ).show();
			$( '.powermail_check_inner_uid414_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid414_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid414_2' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid418,#powermaildiv_uid419' ).hide();
			$( '.powermail_check_inner_uid414_3' ).find('.error').remove();
		}
	});
	
	////////////////////////////////////
	
	// ITALIA #13529
	if ( $('.powermail_all').length ) {
		$('#c31746,#c31748').hide();
	}
	if ( $('.tx-powermail-pi1_thx').length ) {
		$('#c31746,#c31748').hide();
	}
		
	// ITALIA #13529
	$('#powermaildiv_uid449,#powermaildiv_uid450,#powermaildiv_uid451,#powermaildiv_uid452,#powermaildiv_uid453').hide();
	$('.powermail_check_inner_uid448_0 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid449' ).show();
			$( '.powermail_check_inner_uid448_1' ).find('.error').remove();
			$( '.powermail_check_inner_uid448_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid448_3' ).find('.error').remove();  
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
	    } else {
	      	$( '#powermaildiv_uid449' ).hide();
	      	$( '.powermail_check_inner_uid448_0' ).find('.error').remove();
	    }
	});	
	
	$('.powermail_check_inner_uid448_1 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid450' ).show();
			$( '.powermail_check_inner_uid448_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid448_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid448_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid450' ).hide();
			$( '.powermail_check_inner_uid448_1' ).find('.error').remove();
		}
	});	
	
	$('.powermail_check_inner_uid448_2 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid451' ).show();
			$( '.powermail_check_inner_uid448_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid448_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid448_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid451' ).hide();
			$( '.powermail_check_inner_uid448_2' ).find('.error').remove();
		}
	});
	
	$('.powermail_check_inner_uid448_3 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid452,#powermaildiv_uid453' ).show();
			$( '.powermail_check_inner_uid448_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid448_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid448_2' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid452,#powermaildiv_uid453' ).hide();
			$( '.powermail_check_inner_uid448_3' ).find('.error').remove();
		}
	});
	
	
	////////////////////////////////////
	
	// AUSTRIA #13520
	if ( $('.powermail_all').length ) {
		$('#c31707,#c31709').hide();
	}
	if ( $('.tx-powermail-pi1_thx').length ) {
		$('#c31707,#c31709').hide();
	}
		
	// AUSTRIA #13520
	$('#powermaildiv_uid128,#powermaildiv_uid129,#powermaildiv_uid130,#powermaildiv_uid131,#powermaildiv_uid132').hide();
	$('.powermail_check_inner_uid127_0 input').change(function() {

		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid128' ).show();
			$( '.powermail_check_inner_uid127_1' ).find('.error').remove();
			$( '.powermail_check_inner_uid127_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid127_3' ).find('.error').remove();  
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
	    } else {
	      	$( '#powermaildiv_uid128' ).hide();
	      	$( '.powermail_check_inner_uid127_0' ).find('.error').remove();
	    }
	});	
	
	$('.powermail_check_inner_uid127_1 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid129' ).show();
			$( '.powermail_check_inner_uid127_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid127_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid127_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid129' ).hide();
			$( '.powermail_check_inner_uid127_1' ).find('.error').remove();
		}
	});	
	
	$('.powermail_check_inner_uid127_2 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid130' ).show();
			$( '.powermail_check_inner_uid127_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid127_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid127_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid130' ).hide();
			$( '.powermail_check_inner_uid127_2' ).find('.error').remove();
		}
	});
	
	$('.powermail_check_inner_uid127_3 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid131,#powermaildiv_uid132' ).show();
			$( '.powermail_check_inner_uid127_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid127_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid127_2' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid131,#powermaildiv_uid132' ).hide();
			$( '.powermail_check_inner_uid127_3' ).find('.error').remove();
		}
	});
	
	
	////////////////////////////////////
	
	// SINGAPORE #13530
	if ( $('.powermail_all').length ) {
		$('#c31750,#c31752').hide();
	}
	if ( $('.tx-powermail-pi1_thx').length ) {
		$('#c31750,#c31752').hide();
	}
		
	// SINGAPORE #13530
	$('#powermaildiv_uid483,#powermaildiv_uid484,#powermaildiv_uid485,#powermaildiv_uid486,#powermaildiv_uid487').hide();
	$('.powermail_check_inner_uid482_0 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid483' ).show();
			$( '.powermail_check_inner_uid482_1' ).find('.error').remove();
			$( '.powermail_check_inner_uid482_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid482_3' ).find('.error').remove();  
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
	    } else {
	      	$( '#powermaildiv_uid483' ).hide();
	      	$( '.powermail_check_inner_uid482_0' ).find('.error').remove();
	    }
	});	
	
	$('.powermail_check_inner_uid482_1 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid484' ).show();
			$( '.powermail_check_inner_uid482_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid482_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid482_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid484' ).hide();
			$( '.powermail_check_inner_uid482_1' ).find('.error').remove();
		}
	});	
	
	$('.powermail_check_inner_uid482_2 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid485' ).show();
			$( '.powermail_check_inner_uid482_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid482_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid482_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid485' ).hide();
			$( '.powermail_check_inner_uid482_2' ).find('.error').remove();
		}
	});
	
	$('.powermail_check_inner_uid482_3 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid486,#powermaildiv_uid487' ).show();
			$( '.powermail_check_inner_uid482_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid482_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid482_2' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid486,#powermaildiv_uid487' ).hide();
			$( '.powermail_check_inner_uid482_3' ).find('.error').remove();
		}
	});
	
	
	////////////////////////////////////
	
	// UK #13531
	if ( $('.powermail_all').length ) {
		$('#c31754,#c31756').hide();
	}
	if ( $('.tx-powermail-pi1_thx').length ) {
		$('#c31754,#c31756').hide();
	}
		
	// UK #13531
	$('#powermaildiv_uid517,#powermaildiv_uid518,#powermaildiv_uid519,#powermaildiv_uid520,#powermaildiv_uid521').hide();
	$('.powermail_check_inner_uid516_0 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid517' ).show();
			$( '.powermail_check_inner_uid516_1' ).find('.error').remove();
			$( '.powermail_check_inner_uid516_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid516_3' ).find('.error').remove();  
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
	    } else {
	      	$( '#powermaildiv_uid517' ).hide();
	      	$( '.powermail_check_inner_uid516_0' ).find('.error').remove();
	    }
	});	
	
	$('.powermail_check_inner_uid516_1 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid518' ).show();
			$( '.powermail_check_inner_uid516_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid516_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid516_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid518' ).hide();
			$( '.powermail_check_inner_uid516_1' ).find('.error').remove();
		}
	});	
	
	$('.powermail_check_inner_uid516_2 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid519' ).show();
			$( '.powermail_check_inner_uid516_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid516_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid516_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid519' ).hide();
			$( '.powermail_check_inner_uid516_2' ).find('.error').remove();
		}
	});
	
	$('.powermail_check_inner_uid516_3 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid520,#powermaildiv_uid521' ).show();
			$( '.powermail_check_inner_uid516_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid516_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid516_2' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid520,#powermaildiv_uid521' ).hide();
			$( '.powermail_check_inner_uid516_3' ).find('.error').remove();
		}
	});
	
	
	////////////////////////////////////
	
	// USA #13532
	if ( $('.powermail_all').length ) {
		$('#c31758,#c31760').hide();
	}
	if ( $('.tx-powermail-pi1_thx').length ) {
		$('#c31758,#c31760').hide();
	}
		
	// UK #13532
	$('#powermaildiv_uid551,#powermaildiv_uid552,#powermaildiv_uid553,#powermaildiv_uid554,#powermaildiv_uid555').hide();
	$('.powermail_check_inner_uid550_0 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid551' ).show();
			$( '.powermail_check_inner_uid550_1' ).find('.error').remove();
			$( '.powermail_check_inner_uid550_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid550_3' ).find('.error').remove();  
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
	    } else {
	      	$( '#powermaildiv_uid551' ).hide();
	      	$( '.powermail_check_inner_uid550_0' ).find('.error').remove();
	    }
	});	
	
	$('.powermail_check_inner_uid550_1 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid552' ).show();
			$( '.powermail_check_inner_uid550_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid550_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid550_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid552' ).hide();
			$( '.powermail_check_inner_uid550_1' ).find('.error').remove();
		}
	});	
	
	$('.powermail_check_inner_uid550_2 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid553' ).show();
			$( '.powermail_check_inner_uid550_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid550_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid550_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid553' ).hide();
			$( '.powermail_check_inner_uid550_2' ).find('.error').remove();
		}
	});
	
	$('.powermail_check_inner_uid550_3 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid554,#powermaildiv_uid555' ).show();
			$( '.powermail_check_inner_uid550_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid550_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid550_2' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid554,#powermaildiv_uid555' ).hide();
			$( '.powermail_check_inner_uid550_3' ).find('.error').remove();
		}
	});
	
	////////////////////////////////////
	
	// CHINA #13538
	if ( $('.powermail_all').length ) {
		$('#c31779,#c31781').hide();
	}
	if ( $('.tx-powermail-pi1_thx').length ) {
		$('#c31779,#c31781').hide();
	}
		
	// CHINA #13538
	$('#powermaildiv_uid653,#powermaildiv_uid654,#powermaildiv_uid655,#powermaildiv_uid656,#powermaildiv_uid657').hide();
	$('.powermail_check_inner_uid652_0 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid653' ).show();
			$( '.powermail_check_inner_uid652_1' ).find('.error').remove();
			$( '.powermail_check_inner_uid652_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid652_3' ).find('.error').remove();  
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
	    } else {
	      	$( '#powermaildiv_uid653' ).hide();
	      	$( '.powermail_check_inner_uid652_0' ).find('.error').remove();
	    }
	});	
	
	$('.powermail_check_inner_uid652_1 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid654' ).show();
			$( '.powermail_check_inner_uid652_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid652_2' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid652_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid654' ).hide();
			$( '.powermail_check_inner_uid652_1' ).find('.error').remove();
		}
	});	
	
	$('.powermail_check_inner_uid652_2 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid655' ).show();
			$( '.powermail_check_inner_uid652_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid652_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid652_3' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid655' ).hide();
			$( '.powermail_check_inner_uid652_2' ).find('.error').remove();
		}
	});
	
	$('.powermail_check_inner_uid652_3 input').change(function() {
		if ($(this).is(':checked')) {
			$( '#powermaildiv_uid656,#powermaildiv_uid657' ).show();
			$( '.powermail_check_inner_uid652_0' ).find('.error').remove();
			$( '.powermail_check_inner_uid652_1' ).find('.error').remove(); 
			$( '.powermail_check_inner_uid652_2' ).find('.error').remove(); 
			$(this).after('<div class="error hinweis" style="position:absolute;left:200px;top:-5px"><p>Products of an additional selected category will be added to the list. </p></div>');
		} else {
			$( '#powermaildiv_uid656,#powermaildiv_uid657' ).hide();
			$( '.powermail_check_inner_uid652_3' ).find('.error').remove();
		}
	});

});
