#customer-service.list {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#customer-service.list li {
	display: block;
	width: 310px;
	float: left;
	margin: 10px 0;
	padding: 0 0 10px;
    list-style: none;

    min-height: 140px;
    height: auto !important;
    height: 150px;
}

#customer-service.list li.left {
	clear: both;
}

#customer-service.list li.row {
	padding-top: 10px;
	border-top: 1px solid #ccc;
	margin-top: 0;
}

#customer-service.list li h2 a {
	background-repeat: no-repeat;
	padding-left: 35px;
	color: #646464;
	font-size: 16px;
	display: inline-block;
	height: 27px;
}

#customer-service.list li h2 {
	margin: 0;
}

#customer-service.list li li {
	float: none;
	width: auto;
	margin: 3px 0;
	padding: 0;
    height: auto;
    min-height: 0;
}

#customer-service.list li li a {
	color: #646464;
}

#customer-service.content {
	margin-top: 10px;
}

#customer-service.content h1{font-size:16px}
#customer-service.content h2{font-size:15px}
#customer-service.content h3{font-size:13.5px}
#customer-service.content h1,#customer-service.content h2,#customer-service.content h3{margin:5px 0}
#customer-service.content h4{font-size:13px}
#customer-service.content h5{font-size:12px}
#customer-service.content h1,#customer-service.content h2,#customer-service.content h3,#customer-service.content h4,#customer-service.content h5,#customer-service.content h6,#customer-service.content strong{font-weight:bold;display:inline}
#customer-service.content h1,#customer-service.content h2,#customer-service.content h3,#customer-service.content h4,#customer-service.content h5,#customer-service.content h6{
	color:#9BAA39;
	display:block;
	padding:0px;
	margin:0px;
}
#customer-service.content a{
	text-decoration:underline;
}

#customer-service.content ul.nav {
	float: right;
	padding: 5px;
	padding-bottom: 15px;
	margin: 0 15px 15px;
	border: 2px solid #ccc;
	background-color: #f8f8f8;
	list-style: none;
	width: 230px;
	height: 100%;
}

div.break { width:100%; text-align:right; font-size:10px; }
div.break.hr { background: url(../images/other/groen/line.png) repeat-x; }
div.breakcs { border-top: 1px solid #d6d6d6; }

