/**
 * MAIN STYLES
 */
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
body {
	background-color:#FFFFFF;
}
div.wrapper{
	width:465px;
}
div.faqs{
	padding-left:15px;
}
p{
	padding-top:5px;
	padding-bottom:5px;
}

img {
	border:none;
}

h1,h2,h3,h4,h5,h6{
	cursor:pointer;
}

div.expand {
	display:none;
	/*background-image:url(http://static.bvpb.nl/faq/img/imageskromagazine/dottedline.gif);
	background-repeat:no-repeat;
	background-position:0 bottom;*/
}

/**
 * HEADERS AND TEXT
 */
div.title{
	background-image:url(http://static.bvpb.nl/bol/img/kromagazine/background.gif);
	background-repeat:no-repeat;
	background-position:6px top;
	padding:5px 0 3px 211px;
	font-family:Arial Black, Arial; 
	font-size:18px;
	font-weight:bold;
	visibility: hidden;
	/*background-image:url(http://static.bvpb.nl/faq/img/imageskromagazine/dottedline.gif);
	background-repeat:no-repeat;
	background-position:15px bottom;*/
}
span.category{
	background-image:url(http://static.bvpb.nl/faq/img/imageskromagazine/dottedline.gif);
	background-repeat:no-repeat;
	background-position:0 top;
	display:block;
}
h1{
	background-image:url(http://static.bvpb.nl/faq/img/imageskromagazine/arrowredright.gif);
	background-repeat:no-repeat;
	background-position:1px 11px;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color:#ac2d34;
	padding:0.6em 1em 0.5em 12px;
}

h1.selected{
	background-image:url(http://static.bvpb.nl/faq/img/imageskromagazine/arrowreddown.gif);
	background-repeat:no-repeat;
	background-position:0 12px;
}

span.category h2{
	background-image:url(http://static.bvpb.nl/faq/img/imageskromagazine/arrowblueright.gif);
	background-position:1px 11px;
	background-repeat:no-repeat;
	color:#11a8e1;
	font-weight:bold;
	font-size:13px;
	margin-left:10px;
	padding:0.6em 0 0.4em 12px;
}

span.category h2.selected{
	background-image:url(http://static.bvpb.nl/faq/img/imageskromagazine/arrowbluedown.gif);
	background-position:0 12px;
}

span.question h2,
span.question h3,
span.question h4,
span.question h5,
span.question h6,
span.category h3,
span.category h4,
span.category h5,
span.category h6{
	background-image:url(http://static.bvpb.nl/faq/img/imageskromagazine/arrowblackright.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	color:#000000;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	margin-left:10px;
	padding:0.2em 2em 0.4em 14px;
}

span.question h2.selected,
span.question h3.selected,
span.question h4.selected,
span.question h5.selected,
span.question h6.selected,
span.category h3.selected,
span.category h4.selected,
span.category h5.selected,
span.category h6.selected{
	background-image:url(http://static.bvpb.nl/faq/img/imageskromagazine/arrowblackdown.gif);
	background-position:0px 5px;
}


span.category h3,
span.category h4,
span.category h5,
span.category h6,
span.category h3.selected,
span.category h4.selected,
span.category h5.selected,
span.category h6.selected{
	background-color:white;
}
span.question h4,
span.category h4,
span.question h4.selected,
span.category h4.selected{
	margin-left:20px;	
}
span.question h5,
span.category h5,
span.question h5.selected,
span.category h5.selected{
	margin-left:30px;
}
span.question h6,
span.category h6,
span.question h6.selected,
span.category h6.selected{
	margin-left:40px;
}

div.solution{
	font-size:12px;
	color:#666666;
	margin-left:20px;
}
