#iframe {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 100%;
	overflow: auto;
	z-index: 0;
	}
	
#swfbottom {
	visibility: visible;
	position: absolute;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	z-index: 1000;
	}
	
A, a, A:hover, A:visited {
	color: red;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	text-decoration: underline;
	}
	
BODY, body  {
	color: black;
	background-color: white;
	letter-spacing: 0;
	  margin-left: 0px;
  margin-top: 0px;
	/* margin: 0.1in 0.03in; */
	cursor: auto;
	}
	
/* background:ThreeDFace;} */
div.one {
	position: relative;
	width: 800px;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	visibility: visible;
	}

div.two {
	position: absolute;
	width: 800px;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	visibility: visible;
	}

DIV, div {
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	text-decoration: none;
	}

H1, h1 {
	color: black;
	font-style: normal;
	font-weight: 700;
	font-size: 12pt;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	text-decoration: none;
	}

H2, h2, TD, td {
	color: black;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	text-decoration: none;
	}

H3, h3 {
	color: black;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	text-decoration: none;
	}

H4, h4 {
	color: black;
	font-style: italic;
	font-weight: 300;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	text-decoration: none;
	}

H5, h5 {
	color: black;
	font-style: italic;
	font-weight: 700;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	text-decoration: none;
	}

H6, h6 {
	color: black;
	font-style: normal;
	font-weight: 300;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	text-decoration: none;
	}

H7, h7 {
	color: black;
	font-style: normal;
	font-weight: 700;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	text-decoration: none;
	}

HR, hr   {
	color: #cccccc;
	background-color: white;
	width: 100%;
	height: 1px;
	border: dotted;
	}

IMG, img   {
	border-style: none;
	}

P, p {
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	text-decoration: none;
	text-indent: 0;
	}

SPAN {
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	text-decoration: none
	}

td {
	vertical-align: top;
	}

.frame300 {
	width: 200px;
	height: 300px;
	background-image: url(../pics/Frame300.png);
	background-repeat: no-repeat;
}

.TBG {
	background-image: url(../pics/InfoPanelFrontEmpty.png);
	}

.TBox {
	background-color: white;
	background-image: url(../pics/blank.gif);
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: black;
	border-right: #FF9900 1px solid;
	border-top: #FF9900 1px solid;
	border-left: #FF9900 1px solid;
	border-bottom: #FF9900 1px solid;
	}

/* Table Tab control */
.dynamic-tab-panel-control.tab-panel {
	background-image: url( "../pics/tabbg.png" );
	background-repeat: no-repeat;
	position: relative;
	width: 100%;		/* width needed weird IE bug */
	margin-right: -4px;	/* to make room for the shadow */
	}

.dynamic-tab-panel-control .tab-row .tab {
	width: 80px;
	height: 16px;
	background-image: url( "../pics/tab.png" );
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: default;
	margin: 1px -1px 0px 1px;
	padding: 2px 0px 0px 0px;
	border: 0;
	z-index: 1;
	font: 12px;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	white-space: nowrap;
	text-align: center;
	}

.dynamic-tab-panel-control .tab-row .tab.selected {
	width: 84px !important;
	height: 18px !important;
	background-image: url( "../pics/tab.active.png" ) !important;
	background-repeat: no-repeat;
	border-bottom-width: 0;
	z-index: 3;
	padding: 2px 0px 0px 0px;
	margin: 1px -2px -2px 0px;
	top: -2px;
	font: 12px;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	}

.dynamic-tab-panel-control .tab-row .tab a {
	font: 12px;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	color: Black;
	text-decoration: none;
	cursor: default;
	}

.dynamic-tab-panel-control .tab-row .tab.hover {
	font: 12px;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	width: 80px;
	height: 16px;
	background-image: url( "../pics/tab.hover.png" );
	background-repeat: no-repeat;
}


.dynamic-tab-panel-control .tab-page {
	clear: both;
	border: 0px solid rgb( 145, 155, 156 );
	background: rgb( 252, 252, 254);
	z-index: 2;
	position: relative;
	top: -2px;
	font: 12px;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	color: black;
	padding: 0px;
	}

.dynamic-tab-panel-control .tab-row {
	z-index: 1;
	white-space: nowrap;
	}

div.top {
	position: absolute; 
	color: #ffffff;
	background-color:#000000;
	font-style: italic; 
	font-weight: bold;
 	font-size: 48pt;
	padding-top: 0px;
	margin-bottom: -10px;
	}
div.tagline {
	position: absolute; 
	font-family: monospace;
	font-size: 9pt;
	text-align: left;
	letter-spacing: .12mm;
	color: gray;
	}

.sidenav {
	position: absolute; 
	color: #ffffff;
	background-color: #000000;
	font-style: normal; 
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 08pt;
	padding: 0px;
	margin: 0px;
	}	

.topnav {
	position: absolute; 
	color: #ffffff;
	background-color: #000000;
	font-style: normal; 
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size:08pt;
	padding:2px;
	margin: 5px 0px 5px 0px;
	}
	
div.botnav {
	color: #000000;
 	background-color: #ffffff;
    border-style: outset;
    border-width: thin;
    border-color: #e8e8e8;
	font-size: 08pt;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	}
	
div.right80 {
	text-align: center;
	position: absolute;
	background: transparent;
	}
	
div.center {
	position: absolute;
	padding-left: 10px;
	color: #000000;
	text-decoration: none;
	}

div.centertext {
	text-align: center;
	position: absolute;
	padding-left: 10px;
	color: #000000;
	text-decoration: none;
	}
	
div.column {
	position: absolute;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #a8a8a8; 
	border-width: thin;
	margin-left: 10px;
	margin-right: 20px;
	padding-right: 10px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	}

.red {
	color: #ff0000;
	}
	
.gray {
	color: #e8e8e8;
	}
	
.price {
	color: #ff0000;
	font-size: 18pt;
	font-weight: bold;
	padding-top: 2px;
	}
 				
.f01  {
	font-size: 10pt;
	color: #000000;
	padding-top: 2px;
	}
	
.f02  {
	font-size: 8pt;
	color: #000000;
	font-size: 08pt;
	padding-top: 2px;
	}
               
.f03  {
	font-size: 10pt;
	color: #000000;
	padding-top: 2px;
	}
	
.f04  {
	font-size: 10pt;
	color: #000000;
	padding-top: 2px;
	font-weight: bold;
	}

.f05  {
	font-size: 8pt;
	color: #000000;
	padding-top: 2px;
	text-align: center;
	}
	
.mithome_bg_b { 
	background-color: #0066CC;
	}

/* google search top band link colors */
a.mithome:link {
	color: #CCFF66;
	}
	
a.mithome:hover {
	color: #ffffff;
	}

a.mithome:active {
	color: #CCFF66;
	}

a.mithome:visited {
	color: #CCFF66;
	}

.RedText {
	color: #F00;
	font-weight: bold;
	}

.WhiteText {
	color: #FFF;
	}
	
.TopTXT {
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	color: #06C;
	}
	
.LargeTXT {
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: 800;
	font-variant: normal;
	color: #000;
	}

.MediumTXT {
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: 800;
	font-variant: normal;
	color: #000;
	}
	
#buffer {
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	}
	
#display { 
  width: 750px;
  height: 520px;
  margin-left: 0px;
  margin-top: 0px;
  background-color: white;
  overflow: auto;
  }
  
.TempDiagram {
	width: 350px;
	height: 45px;
	border: none;
	border-spacing: 0px;
	background-image: url( "../slaapzakken/TempDiagramBG.png" );
	background-repeat: no-repeat;
	}

.TempDTxtWht {
	font-size: 9px;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	font-weight: bold;
	text-wrap: none;
	color: white;
	vertical-align: middle;
	}

.TempDTxtBlk {
	font-size: 9px;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	font-weight: bold;
	color: black;	
	vertical-align: auto;
	}
	
.TempDTxt {
	font-size: 9px;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	font-weight: normal;
	color: black;
	vertical-align: auto;
	}

.ProductHeader {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	font-weight: bold;
	color: #ff9900;
	text-align: left;
	left: 0;
}

.PriceFooterReg {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	font-weight: normal;
	color: #000000;
	text-align: right;
}
.PriceFooterBold {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
.mainTable {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
	vertical-align:top;
	text-align:center;
	width:800px;
	border:none;
	margin-top:0;
} 
.head_hr_bg {
	width: 100%;
	height: 19px;
	background-image: url( "../pics/Head_HR.png" );
	background-repeat: repeat-x;
	background-color:transparent;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: none;
	vertical-align: top;
}
strong {
	font-weight:bold
}
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../pics/transparent.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:600px;		
	
	/* some padding to layout nested elements nicely  */
	padding:20px;

	/* a little styling */	
	font-size:11px;
	
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../pics/apple-close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:28px;
	width:28px;
}
	
	/* container for external content. uses vertical scrollbar, if needed */
	div.contentWrap {
		margin-top:25px;
		margin-left:0px;
		height:450px;
		overflow-y:auto;
	}	
