/**
 * MAIN STYLES
 */
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
body {
	background-color:#FFFFFF;
}
div.wrapper{
	width:475px;
}
div.faqs{
	border:1px solid #98b9d8;
}
p{
	padding-top:5px;
	padding-bottom:5px;
}

img {
	border:none;
}

h1,h2,h3,h4,h5,h6{
	cursor:pointer;
}

div.expand {
	display:none;
	background-color:#E5EEF5;
	padding-left:10px;
}

/**
 * HEADERS AND TEXT
 */
div.title{
	background-color:#98b9d8;
	background-image:url(http://static.bvpb.nl/faq/img/imagestvfilm/hoek.gif);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:18px;
	font-weight:bold;
	padding:0.4em 0 0.3em 1em;
}
h1{
	background-image:url(http://static.bvpb.nl/faq/img/imagestvfilm/arrowredright.gif);
	background-repeat:no-repeat;
	background-position:14px 12px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	color:#b50220;
	padding:0.6em 2em 0.8em 1.8em;
}

h1.selected{
	background-image:url(http://static.bvpb.nl/faq/img/imagestvfilm/arrowreddown.gif);
}

span.category h2{
	background-image:url(http://static.bvpb.nl/faq/img/imagestvfilm/arrowblueright.gif);
	background-position:23px 13px;
	background-repeat:no-repeat;
	color:#6995c2;
	font-weight:bold;
	font-size:13px; 
	margin:1px 0 1px 0;
	padding:0.8em 0 0.6em 2.5em;
}

span.category h2.selected{
	background-image:url(http://static.bvpb.nl/faq/img/imagestvfilm/arrowbluedown.gif);
}

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/imagestvfilm/arrowblackright.gif);
	background-position:25px 5px;
	background-repeat:no-repeat;
	color:#000000;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	padding:0.2em 0 0.4em 3em;	
}

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/imagestvfilm/arrowblackdown.gif);
}

div.solution{
	font-size:12px;
	color:#666666;
	padding:0.4em 2em 0.6em 2em;
}

