#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: center;
}
#facebox td {
	color:#fff;
	font-size:13px;
	vertical-align:top;
	text-align:center;
}
#facebox .popup {
	position: relative;
}
#facebox .basketBody {
	width: 417px !important;
	height:241px;
	background-image:url(/images/skins/bordpladefabrikken/billige-terrassebraedder/modules/facebox/background.png);
	background-repeat:no-repeat;
}
#facebox .standardBody {
	width:417px !important;
	height:241px;
	background-image:url(/images/skins/bordpladefabrikken/billige-terrassebraedder/modules/facebox/background.png);
	background-repeat:no-repeat;
}
#facebox .beregnerBody {
	width:519px !important;
	height:534px;
}
#facebox .innerContent {
	margin:30px 0 0 0;
}
#facebox .content {
	width:417px;
	margin-top:8px;
}
.faceboxHeader {
	font-size:40px;
}
#facebox .reducePrice {
	font-size:12px;
}
#facebox img {
	border: 0;
	margin: 0;
}
#facebox .footer {
	margin-top: 15px;
}

#facebox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.facebox_hide {
	z-index: -100;
}
.facebox_overlayBG {
	background-color: #000;
	z-index: 99;
}
#firstLine {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#fff;
	font-weight:normal;
}
#todo {
	 margin:10px 0;
}
#secondLine {
	font-family:Arial, Helvetica, sans-serif;
	font-size:35px;
	margin-bottom:15px;
	color:#fff;
	line-height:23px;
}
#freeThresholdText {
	font-size:16px;
}
.hide {
	font-size:12px;
	vertical-align:middle;
}
* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}