/* GENERAL */
html, body					{ height:100%; width:100%; margin:0; padding:0;  }
body						{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333;}
div							{ position:relative; margin:0; padding:0; }
div.clear					{ height:0; clear:both; overflow:hidden; margin:0; padding:0;}
div.buffer					{ height:10px; clear:both; overflow:hidden; margin:0; padding:0;}
form						{ padding:0; margin:0; }
textarea					{ width:250px; height:70px; }
td							{ padding:5px; }
iframe						{ background:none; height:40px; border:none; }
.bold						{ font-weight:bold; }

h1							{ color:#302203; padding:0; margin:0; }
h2							{ padding:0; margin:0; font-size:16px; color:#393F27;}
h3							{ padding:10px 0 0 0; margin:0; color:#5289B1; font-size:14px; }
h4							{ padding:3px 0 5px 0; margin:0; color:#393F27; font-size:11px; }
h5							{ padding:0; margin:0; }
h6							{ padding:0; margin:0; }

.container					{ padding:15px;  }
.row						{ float:left; width:220px; }
.rowBuffer					{ float:left; width:1px; height:500px; }
.btn						{ cursor:pointer;}
.results					{ color:#5289B1; width:181px; text-align:center; font-size:24px; font-weight:bold;}


a:link, a:visited			{ color:#0033CC; text-decoration:underline; }
a:hover						{ color:#cc0033; }

a.none:link, a.none:visited			{ text-decoration:none; }
a.none:hover						{ text-decoration:none; }
a.link:link, a.link:visited			{ color:#393F27; }
a.link:hover							{ color:#393F27; }
a.wit:link, a.wit:visited			{ color:#fff; }
a.wit:hover							{ color:#fff; }
a.zwart:link, a.zwart:visited			{ color:#000; }
a.zwart:hover							{ color:#000; }

a.price						{ font-size:14px; font-weight:bold;}
a.price:link, a.price:visited			{ color:#fff; text-decoration:none; }
a.price:hover						{ color:#fff; text-decoration:underline; }

.containerResults			{ padding:5px 0 0 7px; }

.containerResult			{ width:750px; margin-bottom:10px; color:#333;}
.containerResultTop			{ background:url(../images/boxtop.gif) top center no-repeat #DDE1CE; }
.containerResultBottom		{ background:url(../images/boxbottom.gif) top center no-repeat #fff; height:19px; overflow:hidden; }
.resultPicture				{ float:left; padding:20px 0 0 20px; width:100px; }
.resultContent				{ float:left; padding:20px 0 0 20px; width:450px; }
.resultLogo					{ float:left; padding:15px 0 0 20px; width:110px; color:#393F27; }
.pictureBox					{ padding:5px; background:#fff; overflow:visible; border:1px #65659A solid; }
#criteria					{ line-height:20px; }
.border						{ border:1px solid #666; }
.price						{ font-size:18px; font-weight:bold; }

.containerResultTop2		{ background:url(../images/boxtop2.gif) top center no-repeat #99A66E; }
.containerResultBottom2		{ background:url(../images/boxbottom2.gif) top center no-repeat #fff; height:19px; overflow:hidden; }
.resultContent2				{ padding:14px 0 0 20px; color:#fff; }


#iframeContainer {
	width:184px; 
	height:184px; 
	overflow:hidden;
	color:#585858;
	padding:5px;
	font-size:11px;
}

	#iframeContainer .left {
		float:left; width:92px; heigth:92px; 
	}

	#iframeContainer .right {
		float:left; width:82px; heigth:62px; padding:15px 5px; text-align:center; line-height:200%;
	}
	
	#iframeContainer h2 {
		color:#000;
		font-size:12px;
	}
	
	#iframeContainer .price {
		font-size:24px;
		color:#000;
	}











