/** Popup Declarations **/
div.popup {
	background-repeat: no-repeat;
	float:left;
	position: relative;
	top: 260px;
	_top: 257px;
	/*top: 257px;*/
	height: 24px;
	overflow: hidden;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
div.popup-body {
	height: 248px;
	margin-top: 5px;
	_margin-top: 25px;
	padding-left: 15px;
}
div.popup-body-spacer {
	padding: 5 0 0 0;
}

#popup-folder {
	background-image: url(../images/popup-folder-x_2.png);
	left: 0px;
	width:243px;
	margin-right: 1px;
	margin-top: -284px;
}
#popup-folder-body {
	background-color: #AACFEC;
	width:243px;
}
#popup-folder-body-left {
	float: left;
	width: 285px;
}
#popup-folder-body-right {
	float: left;
	width: 160px;
}
	
#popup-nieuws {
	background-image: url(../images/popup-nieuws-x_2.png);
	left: 244px;
	_left: 0px;
	width:470px;
	margin-right: 1px;
	margin-top: -284px;
}
#popup-nieuws-body {
	background-color: #FFF;
	width:470px;
}
	
#popup-acties {
	background-image: url(../images/popup-aanbieding-x_2.png);
	left: 715px;
	_left: 0px;
	width: 238px;
	margin-top: -284px;
}
#popup-acties-body {
	background-color: #FADF03;
	width: 238px;
	
}

a.popup-title {
	font-weight: bold;
	padding: 0px auto;
	margin: 7px 0 0 15px;
	position:absolute;
	z-index: 200;
}
	
a.popup-title:active {
	font-weight: bold;
	padding: 0px auto;
	margin: 7px 0 0 15px;
	position:absolute;
	z-index: 200;
}
	
a.popup-title:hover {
	font-weight: bold;
	padding: 0px auto;
	margin: 7px 0 0 15px;
	position:absolute;
	z-index: 200;
}