html, body {
	margin: 0 auto;
	height:100%;
	width:100%;
	background-color:#e7e7ed;
	font-family:tahoma, arial, sans-serif;
	font-size:12px;
	text-align:left !important;
}

.container {
	margin: 0px auto;
	background-color:#e7e7ed;
	height:500px;
	width:760px;	
}

.top {
	width:760px;
	background-image:url(cmsfile/7197);
}

.left {
	background-image:url(/cmsfile/7193);
	background-repeat:no-repeat;
	width:200px;
	vertical-align:top;
	padding-top:50px;
}

.productImage {
	border:1px solid #1367AF;
}

.content {
	line-height:150%;
	color:#000000;
	vertical-align:top;
	width:560px;
	padding:46px 20px 20px 0px;
	background-color:#ffffff;
	font-size:10pt;
}
td {
	font-size:10pt;
}

.list_header_center {
	display:none;
}

/* Content styles */

#content h1{
	font-size: 18px;
	font-weight:bold;
	color:#1367AF;
}
#content h2{
	font-size:13px;
	font-weight:bold;
	color:#000;
}
#content a {
	color:#0271B6;
	text-decoration:none;
}
.productTable {
	border:1px solid #1367AF;
	width:100%; 
}
#productLabel {
	background-color:#1367AF;
	padding:2px; 
	color:#ffffff;
	padding:4px;
	font-size:12px;
	line-height:150%;
}
#productLabel a {
	color:#ffffff;
	text-decoration:none;
}
a.productLink {
	color:#FFFFFF;
	font-size:8pt;
	text-decoration:none; 
}
a.text {
	color:#1367AF;
	text-decoration:none; 
}
a.text:hover {
	color:#1367AF;
	text-decoration:underline; 
}
h3, h1 {
	color:#1367AF;
	font-size:12pt;
}

/* buttons */
a.knop{color:#fff !important;}
	.knop{
		border: 1px solid #DA7C0C;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		
		background-color: #f78d1d;
		color: #fef4e9;
		color: #fff;
		padding: 6 16;
		font-size: 13px;
		font-weight:700;
		cursor: pointer;
		-webkit-box-shadow: #AAA 1px 1px 4px;
		-moz-box-shadow: #AAA 1px 1px 4px;
		box-shadow: #AAA 1px 1px 4px;
		background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
		background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	}
 
	.knop:hover{
		background: #f47c20;
		background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
		background: -moz-linear-gradient(top,  #f88e11,  #f06015);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	}
 
	.knop:active {
		position: relative;
		top: 1px;
		color: #fcd3a5;
		background: -webkit-gradient(linear, left top, left bottom, from(#F47A20), to(#FAA51A));
		background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
	}
	
.info{background:#f0f4f8;border: 1px dotted #1367af; padding:5px;}	
.info h1{text-align:center;font-size:32px;}

.button{background:#1367af;color:#fff !important;padding:6px 18px;}
