/* the faq */

DL {font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 100%;}

ul.topFAQs li {
	margin-bottom: 0.7em;
	margin-left: 1.4em;
	list-style-type: disc !important;
	list-style-position: outside;
}

ul.topFAQs li a {
  text-decoration: none;
}

ul.topFAQs li a:hover {
  text-decoration: underline;
  background-color: transparent;
}

.faqContent dl {
	
	margin: 0 0 0 0;
	
}

.faqContent.subtype dl {
	padding-top: 15px;
	margin-left: -15px;
}

.faqContent.overview dl.faqCollapsedList dt.hiddenQuestion,
.faqContent.overview dl.faqCollapsedList dd,
.faqContent.overview dl dd {
	display: none;
}

.faqContent.overview dl dd.faqExpanded {
	display: block;
	border-left: 2px solid #f39811;
}

.faqContent dl dt {
	margin: 0.3em 0 0 5px;
	padding: 0;
}

.faqContent dl dt a,
.faqContent dl dt a:visited {
	background-image: url("http://www.engenius.nl/images/picture/pijltjed04ca6.jpg") !important;
	background-position: left 5px;
	background-repeat: no-repeat;
	padding: 0 0 0 11px;
	display: block;
	text-decoration: none;
}

.faqContent dl dt.faqExpanded a {
	background-image: url("http://www.engenius.nl/images/picture/pijltjed04ca6.jpg") !important;
}

body div#LastWebsite div#LastContent div.faqContent dl dt a:hover {
	background-color: transparent;
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: left -1px;
}

/* Link styles for subcategories
   when they aren’t actually links */

.faqContent.subtype dl dt {
	padding: 0 0 0 11px;
}

.faqContent.subtype dl dt a {
	background-image: none;
	padding: 0;
}

body div#LastWebsite div#LastContent div.faqContent.subtype dl dt a:hover {
	background-color: transparent;
	color: #7EABDB;
}

.faqContent dl dd {
	margin: 0 0 0 15px;
	padding: 0.4em 0 0.5em 1em;
}

.faqContent div.faqSeeAll {
	margin-top: 0.5em;
	margin-bottom: 1.6em;
}

.faqContent h4,
.faqContent.subtype dl dt,
.faqContent.subtype dl dt a,
.faqContent.subtype dl dt a:visited {
	color: #9E9E9E;
	font-size: 13px;
	font-weight: bold;
	background-color: #FFF !important;
}

.faqContent h4 {
	margin-top: 1.6em;
	
	margin-bottom: 0.5em;
}

.faqContent h4 a,
.faqContent h4 a:hover,
.faqContent h4 a:visited {
	display: block;
	color: #9E9E9E;
	text-decoration: none;
	background: transparent;
	cursor: text;
}

.faqContent div.faqSeeAll a {
	padding-left: 11px;
	background-image: url("../images/vw_smallview_on.gif");
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	margin: 0 0 0 5px;
	font-size: 11px;
}

.faqContent div.faqSeeAll a.collapse {
	background-image: url("../images/vw_smallview_on.gif");

}

.faqContent div.faqSeeAll a span {
	font-weight: normal;
	color: #969696;
	background: transparent;
	line-height: 1.4;
}

.faqContent div.faqSeeAll a:hover span {
	font-size: 11px;
	color: #545454;
	background: #E8E8E8;
}


.faqCollapsedList .whitespace3 {
	height:15px;
}

