/*css for banner in compact page*/

div.rightSide div.promotion{
	display:block;
	/*background:url(appProxy/site/home/promotion/promotionBanner.gif) top no-repeat;*/
	width:659px;
	height:179px;
	margin:0 auto;

}
div.rightSide div.promotionBanner{
	display:block;
	background:url(appProxy/site/home/promotion/promotionBannerGET.gif) top no-repeat;
	width:674px;
	height:254px;
	margin:0 auto;
}
div.rightSide div.promotionGB{
	background:url(appProxy/site/home/promotion/promotionBannerGB.gif) top no-repeat;
}

div.rightSide div.promotionFR{
	background:url(appProxy/site/home/promotion/promotionBannerFR.gif) top no-repeat;
}

div.rightSide div.promotionEU{
	/*background:url(appProxy/site/home/promotion/promotionBannerEU.jpg) top no-repeat;*/
	height:270px;
}
div.rightSide div.promotionEU input.closePromotion{
	float:left;
	margin:15px;
}
div.rightSide div.promotionEU a.promotionRedirect{
	height:260px;
}
div.rightSide a.promotionRedirect{
	width:659px;
	height:154px;
	display:block;
}
div.rightSide div.promotionBanner a.promotionRedirect{
	width:659px;
	height:674px;
	display:block;
}
div.rightSide input.closePromotion{
	width:32px;
	height:26px;
	/*background:url(appProxy/site/home/promotion/closeBtn.png) no-repeat;*/
	border:none;
	cursor:hand;
	cursor:pointer;
	float:right;
	margin:5px;
	position:relative;
	z-index:200;
}
div.rightSide div.promotionBanner input.closePromotion{
	width:40px;
	height:37px;
	background:url(appProxy/site/home/promotion/closeBtnGET.png) no-repeat;
	border:none;
	cursor:hand;
	cursor:pointer;
	float:right;
	margin:5px;
	margin-top:214px;
	position:relative;
	z-index:200;
}

div.rightSide div.promotionFR input.closePromotion, div.rightSide div.promotionEU input.closePromotion{
	background:url(appProxy/site/home/promotion/closeBtnGET.png) no-repeat;
	height:37px;
	width:40px;
}
