$(function() {
	
	$('.MODULE_MARKETINGADBLOCK .test_ads:first').css({
		'margin' : '0 20px 0 2px',
		'padding-left' : '10px'
	});
	
	if ( $('#Zone5 > *').length > 0 ) {
		$('.Zone5').css('border-bottom', '1px solid #999999');
		$('.Content').css('border-bottom', 'none');
	}

	$('#Zone3 .Module h1').css('display', 'none');
	
});
