// LEADERBOARD BRANDING FIX //
$("#WNHeader").ready(function(){
	if (($("#WNAd46").length) || ($("#WNAd41").length)){
		$("body").css({"background-position": "left 102px"});
	}
});

// BEGIN WN LIFESTYLE PROMO RESTYLE //
$("#WNAd44").ready(function(){
	if($("#WNAd44 table").html() != null){
		$("#WNAd44 table").css({"background": "url('http://ftpcontent.worldnow.com/kalb/custom/wnPromo_bg.gif') top left no-repeat", "border": "0px solid rgb(255, 255, 255)"});
		$("#WNAd44 table td:first").html("<div>"+ $("#WNAd44 table td:first").html() +"</div>")
		$("#WNAd44 table td:first div").css({"margin-left": "10px", "margin-top": "0px", "color": "#000000", "font": "bold 14.667px Arial", "text-transform": "uppercase", "width": "270px", "height": "15px", "overflow": "hidden"});
		$("#WNAd44 table td:last").css({"width": "190px"});
	}
	
	if($(".wnPromo2C_300x150").html() != null);
		$(".wnPromo2C_300x150").css({"background": "url('http://ftpcontent.worldnow.com/kalb/custom/wnPromo_bg.gif') top left no-repeat", "border": "0px solid rgb(255, 255, 255)"});
		$(".wnPromo2C_300x150 .wnPromoHeader").css({"margin-left": "10px", "color": "#000000", "font": "bold 14.667px Arial", "text-transform": "uppercase", "width": "270px", "height": "15px", "overflow": "hidden"});
		$(".wnPromo2C_300x150 a").css({"color": "#0a3e87"});
});
// END WN LIFESTYLE PROMO RESTYLE //

