.inactivePromo{
	border:0px solid white;
	display:none;
	height:0px;
}
.activePromo{
	border:0px solid white;
	display:block;
}
div.promotionContainer{
	display:table;
	width:640px;
	margin-bottom:7px;
	text-align:left;
	border:0px solid green;
}


div.buttonPromo{
	float:left; 
	display:table-cell; 
	width:40px; 
	height:18px; 
	text-align:center; 
	background-image:url(../shop/img/btn_pp_reclame_off.gif); 
	cursor: pointer;
}
div.buttonPromoSpacer{
	margin:1px;	
	margin-top:4px;
	width:5px; 
	height:18px; 
	border:0px solid blue;
	display:table-cell; 
	float:left; 
}
div.buttonPromoOn{
	margin:1px;	
	margin-top:4px;
	float:left; 
	border:0px solid blue;
	display:table-cell; 
	width:40px; 
	height:18px; 
	text-align:center; 
	background:url(../shop/img/btn_pp_reclame_on.gif) top left no-repeat; 
	cursor: pointer;
	padding-top: 2px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;

}
div.buttonPromoOff{
	margin:1px;	
	margin-top:4px;
	float:left; 
	border:0px solid blue;
	display:table-cell; 
	width:40px; 
	height:18px; 
	text-align:center; 
	background:url(../shop/img/btn_pp_reclame_off.gif) top left no-repeat; 
	cursor: pointer;
	padding-top: 2px;
	color: White;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}
div.promo{
	width:640px;
	border:1px solid red;
}
div.promo_menu_containter{
	border:0px solid red;
	margin:0px;
	width:640px;
	height:30px; 
	display:table-row;
}
div.promo_menu{
	border:1px solid red;
	width:540px;
	height:28px; 
}

div.promo_all_btn{
	border:0px solid red;
	color:blue;
	float:right; 
	margin-top:4px;
	/*margin-right:220px;*/
	padding-right:225px;
	display:table-cell; 
	width:115px; 
	height:18px; 	
	text-align:center;
}
a.promo_all_btn:link,a.promo_all_btn:visited,a.promo_all_btn:hover{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR: #536da4; 
	FONT-STYLE: normal;
	TEXT-DECORATION: none; 

}

.promo_image_container{
	border:0px solid red;
	height:240px;
}

