html, body {
	background:#eeeeee;	
}

#bbt_bttnbox {
	width:100%;
	height:50px;
	margin-bottom:10px;
	line-height:50px;
	text-align:right;
}

#dialogMoveToForum {
	margin-left:auto;
	margin-right:auto;
	width:500px;
	padding-top:40px;
	text-align:center;
	font-family:Tahoma;
	font-size:13px;
}

#divbttnReply2 {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	/* width:1220px; */
	height:70px;
	text-align:right;
}

.divBannerShop {
	margin-top:70px;
	margin-bottom:20px;
	text-align:center;	
}

.divBannerShop img {
	max-width:100%;
}

.divBannerPdt {
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;	
}

.divBannerPdt img {
	max-width:100%;
}

.boxcontent {
	margin-top:10px;	
}

#banner_ad_big {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	overflow:hidden;
}

#banner_ad_medium {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	display:none;
}

#banner_ad_medium img {
	max-width:100%;
}

#banner_ad_small {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	display:none;
}

#banner_ad_small img {
	max-width:100%;
}

@media only screen and (max-width:958px) {

	#banner_ad_big {
		display:none;
	}
	
	#banner_ad_medium {
		display:block;
	}
	
	#banner_ad_small {
		display:none;
	}

}

@media only screen and (max-width:540px) {

	#banner_ad_big {
		display:none;
	}
	
	#banner_ad_medium {
		display:none;
	}
	
	#banner_ad_small {
		display:block;
	}

}