body {
	margin: 0 auto;
	padding: 0;
	font: 100%/120% 'Lucida Grande', Geneva, Arial, Trebuchet, Verdana, Helvetica, sans-serif;
	_font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 11px;
	color: #000;
	background: #fff;
}

body.back_valentijn {
	margin: 0 auto;
	padding: 0;
	background: url(/images/background/background_valentijn.jpg) no-repeat fixed;
	background-position: bottom left;
	z-index: -1;
}

/* General settings */

img { 	border: 0px; } /* geen borders bij plaatjes */

.center { text-align: center; } /* uitlijning in het midden */

.strike { /* iets rood doorstrepen */
	text-decoration: line-through;
	color: red;
}

.column	{	float: left; 	/* deel de pagina op in tweeen */
			width: 190px;
			list-style-image: url(/images/arrow-next.gif); 
			margin: 0;
			padding: 5px;
}

.tiny {		font-size: 9px;
}

A:LINK , A:visited, A:active { 	color: #006699; 
								text-decoration: none; 
} 

A:HOVER  { 	color: #FF0000; 
			text-decoration: underline;
} 

div#container{
	display: block;
	width: 800px;
	margin: 0 auto;
}

div#container_small{
	display: block;
	width: 380px;
	margin: 0 auto;
}

.container{
	display: block;
	width: 800px;
	margin: 0 auto;
}
/* layout binnen de container */

div#topbalk { /* header */
	display: block;
	width: 800px;
	height: 140px;
	background: url(/images/back-top.gif) no-repeat 0 0 white;
	font-family: Helvatica, Arial;
}

div#topbalk_small { /* header */
	display: block;
	width: 400px;
	height: 140px;
	background: url(/images/back-top_small.gif) no-repeat 0 0 white;
	font-family: Helvatica, Arial;
}
div#menu { /* menu */
	float: left;
	width: 150px;
	margin: 15px 15px 0 0;
	padding: 0;
}
div.midcol { /* middenkolom */
	float: left;
	margin: 15px 15px 0 0;
	padding: 0;
	width: 400px;
}
div.midcol_camera { /* middenkolom */
	float: left;
	margin: 15px 15px 0 0;
	padding: 0;
	width: 620px;
}

div.rightcol { /* recht kolom*/
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	width: 220px;
}
div#footer { /* footer */
	clear: both;
	/*display: block;*/
	width: 800px;
	height: 73px;
	background: url(/images/back-footer.png) no-repeat 0 0 white;
	margin: 0;
}

div#footer_small { /* footer */
	clear: both;
	/*display: block;*/
	width: 400px;
	height: 73px;
	background: url(/images/back-footer_small.png) no-repeat 0 0 white;
	margin: 0;
}
div#footer .footer, div#footer_small .footer {
	text-align: center;
}


/* header layout /*

/* layout binnen de topbalk en header */
a.logo {
	float: left;
	width: 100px;
	height: 100px;
	background: url(/images/logo.gif) no-repeat 20px 11px;
	padding-right: 18px;
}
div.header {
	display: block;
	width: 600px;
	_width: 500px;
	margin: 0;
	padding: 0;
}
div.header h1 {
	font-size: 24px;
	font-weight: bolder;
	line-height: 24px;
	margin: 0;
	padding: 11px 0 0 0;
}
div.header h2 {
	font-size: 18px;
	font-weight: lighter;
	line-height: 21px;
	margin: 0;
	padding: 5px 0 0 0;
}
div.logo span, div#maintext {
	display: none;
}
div.subheader {
	display: block;
	width: 800px;
	_width: 500px;
	margin: 0;
	padding: 0;
}

div.subheader form {
	margin: 0;
	padding: 0 0 0 150px;
	width: 275px;
	height: 20px;
	_padding: 20px 0 0 150px;
}

.addthis {
	float: right;
	margin: 0;
	padding: 1px 0 0 0;
	width: 125px;
	height: 16px;
	margin-right: 10px;
    margin-top: 30px;
	z-index: 2;
}

/* Search box voor de camera vergelijken.
*/
.camera_search {
	float: left;
	margin: 0;
	width: 275px;
	height: 20px;
}

.search {
    border: none;
    background: url('/images/icon_search.png') no-repeat top left;
    padding: 1px 8px;
	margin: 0 0 0 5px;
	width: 100px;
	color: #006699; 
	font-weight: bold;
	line-height: 18px; 
	_line-height: 16px; 
}

.search:hover {	background: url('/images/icon_search.png') no-repeat 0 -21px;
				color: #FFFFFF; 
				text-decoration: none; 
				font-weight: bold; 
				}
				
.query	{	border: 1px solid #006699;
			background: #FFFFFF;
}

/* menu informatie */
div#menu ul{
	margin: 0;
	padding: 0;
}

div#menu li{
	list-style: none;
	margin: 0;
	padding: 1px 0 2px 5px;
	background: #eee;
	line-height: 17px;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	position: relative;
}

div#menu li.ulheadhome {
	padding: 2px 0 3px 18px;
	background: url(/images/home-white.gif) no-repeat 4px 5px #bbb;	
}
div#menu li.ulheadinfo {
	padding: 2px 0 3px 18px;
	background: url(/images/arrow-white.gif) no-repeat 4px 7px #bbb;	
}
.right {
	float: right;
	border: 0;
	padding: 4px 5px 0 0;
	z-index: 0;
}

div#menu a{
	color: #777777;
	text-decoration: none;
}
div#menu a:visited{
	color: #777777;
	text-decoration: none;
}
div#menu a:hover{
	color: #ff0000;
	text-decoration: underline;
}
div#menu li.ulhead a:visited, div#menu li.ulhead a:hover {
	color: #000;
	text-decoration: none;	
}

/* sub menu styles */
ul li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

.submenu {
	width: 150px;
}
.submenu_large {
	width: 200px;
}
li:hover ul  { display: block; } /* The magic */


/* omlijning cellen */
.kader {
	margin: 0 0 15px 0;
	padding: 10px;
	border: 1px solid #ddd;
	width: 378px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: visible;
}

fieldset {
	margin: 0 0 15px 0;
	padding: 10px;
	border: 1px solid #ddd;
	width: 378px;
}

fieldset {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


fieldset legend {
	font-size: 18px;
	font-weight: bolder;
	margin-left: 5px;
	padding: 0 5px;
}

fieldset p {
	margin: 5px 20px 15px 5px;
}



/* fieldset inhoud calculator */
.calculator ol {
	margin: 20px 0 20px 37px;
	padding: 0;
	display: block;
	width: 300px;
}

.calculator ol li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
	border-bottom: none;
	clear: both;
	text-align: center;
	background: #fff;
}

.calculator ol li.first {
	padding: 4px 0;
	background: #eee; /* #fb0 */
	line-height: 1.6;
}

.calculator ol li span.first {
	float:left;
	width: 148px;
	font-weight: bolder;
}
.calculator ol li span.last {
	float: none;
	width: 148px;
	font-weight: bolder;
}

.calculator ol li label {
	margin: 0;
	padding: 8px 0 10px 0;
	float: left;
	width: 148px;
	line-height: 0.7;
	_line-height: 1.0;
	border-right: 1px solid #ddd;
}

.calculator ol li label.line {
	margin: 0;
	padding: 2px 0 5px 0;
	float: left;
	width: 148px;
	line-height: 0.2;
	_line-height: 0.5;
	border-right: 0px;
}
.calculator ol li label.big {
	margin: 0;
	padding: 8px 0 10px 0;
	float: left;
	width: 296px;
	line-height: 0.7;
	_line-height: 1.0;
	border-right: 0px;
}

.calculator ol li input {
	width: 30px;
	font-size: 11px;
	margin: 5px 0;
}
.calculator ol li select {
	font-size: 11px;
	margin: 5px 0;
}
.calculator ol li option {
	font-size: 11px;
	margin: 5px 0;
}
.calculator ol li input.bereken {
	width: 80px;
	margin: 5px 0 5px 148px;
	font-size: 12px;
}
.calculator ol li.last {
	padding: 3px 0;
	background: #def;
	border: 1px solid #ddd;
}

.calculator H1 {	color: #000000; 
						font-size: 18pt;
						font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
						margin: 0;
						text-align: center
}


/* inhoud div tell a friend */
.tellafriend {
	background: url(/images/tell-a-friend.gif) no-repeat 65px 57px;
}

.tellafriend table {
	margin-left: 170px;
}
.tellafriend table td {
	border: none;
}
.tellafriend table td.text {
	text-align: left;
	width: 30px;
	padding-left: 5px;
}
.tellafriend table td input {
	width: 130px;
}

/* fieldssets voor advert ruimte */
fieldset.advert {
	margin: 0 0 0 0;
	padding: 10px;
	border: 1px solid #ddd;
	width: 200px;
}

fieldset.advert {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


fieldset.advert legend {
	font-size: 12px;
	font-weight: bolder;
	margin-left: 5px;
	padding: 0 5px;
}


/* rating columns */
.container_rating {
	width: 100%; 
	float:left;
	text-align: center;
}

.container_rating_hide {
	width: 100%; 
	float:left; 
	display:none;
	height: 0px;
}

.container_rating_column1 {
	float: left; 
	width: 65%; 
	text-align: left;
	height: 14px;
}
.container_rating_column2 { 
	float: left; 
	width: 30%;
}

.tube_class0 {
	background: url(/images/tubes.png) no-repeat 0px 0px;
	width: 55px;
	height: 10px;
	margin: 0 0 0 0;
	float: left;
}
.tube_class1 {
	background: url(/images/tubes.png) no-repeat 0px -10px;
	width: 55px;
	height: 10px;
	margin: 0 0 0 0;
	float: left;
}
.tube_class2 {
	background: url(/images/tubes.png) no-repeat 0px -20px;
	width: 55px;
	height: 10px;
	margin: 0 0 0 0;
	float: left;
}
.tube_class3 {
	background: url(/images/tubes.png) no-repeat 0px -30px;
	width: 55px;
	height: 10px;
	margin: 0 0 0 0;
	float: left;
}
.tube_class4 {
	background: url(/images/tubes.png) no-repeat 0px -40px;
	width: 55px;
	height: 10px;
	margin: 0 0 0 0;
	float: left;
}
.tube_class5 {
	background: url(/images/tubes.png) no-repeat 0px -50px;
	width: 55px;
	height: 10px;
	margin: 0 0 0 0;
	float: left;
}
.tube_class6 {
	background: url(/images/tubes.png) no-repeat 0px -60px;
	width: 55px;
	height: 10px;
	margin: 0 0 0 0;
	float: left;
}
.tube_class7 {
	background: url(/images/tubes.png) no-repeat 0px -70px;
	width: 55px;
	height: 10px;
	margin: 0 0 0 0;
	float: left;
}
.tube_class8 {
	background: url(/images/tubes.png) no-repeat 0px -80px;
	width: 55px;
	height: 10px;
	margin: 0 0 0 0;
	float: left;
}
.tube_class9 {
	background: url(/images/tubes.png) no-repeat 0px -90px;
	width: 55px;
	height: 10px;
	margin: 0 0 0 0;
	float: left;
}
.tube_class10 {
	background: url(/images/tubes.png) no-repeat 0px -100px;
	width: 55px;
	height: 10px;
	margin: 0 0 0 0;
	float: left;
}

.container_aanbieder, .container_aanbieder_canvas, .container_aanbieder_album {
	width: 100%; 
	float:left; 
	display:none;
	height: 0px;
	list-style-type: square;
	list-style-position: inside;
}

.container_aanbieder_column1 {
	float: left; 
	width: 100%; 
	text-align: left;
	height: 14px;
	background:url(/images/back_right.gif) 0px 4px no-repeat;
	margin: 0px 0px 5px 0px; 
}



/* nieuws opmaak */
#page_navigation .page_link		{	width: 18px;
									height: 18px;
									color: #006699;
									background:url(/images/nieuws_back.gif) no-repeat 0 0;
									Float: left;
}
#page_navigation .active_page 	{	font-weight: bold;
									text-decoration: none;
									color: #FFFFFF;
									font-weight: bold;
									background:url(../images/nieuws_back.gif) no-repeat 0 -18px;
									width: 18px;
									height: 18px; 
									Float: left;
}
					
#page_navigation	{	text-align: center;
						margin-left: 75px;
						display: block;
}

ul.nieuws		{	list-style-image: url(/images/arrow-next.gif); 
					margin-left: 0em; 
					padding-left: 1em; 
				}
HR.nieuws		{	width: 60%; }
.nieuws_actie	{	text-align: right;font-size: 10px; }
.nieuws_block	{	font-size: 11px; }

/* Foto overzicht */
ul.foto_overzicht	{	list-style: none;
						margin: 0;
						padding: 0 0 0 15px;
					}
					
ul.foto_overzicht li	{	background: url(/images/arrow-next.gif) no-repeat;
						padding: 0 0 0 8px;
}

ul.foto_overzicht label	{	width: 150px;
							float: left;
							z-index: -1;
						}
ul.foto_overzicht label.small	{	width: 50px;
							float: left;
							z-index: -1;
						}

div#container_overzicht	{	width: 400px;
margin: 0px;

}

#container_overzicht .first	{
	padding: 4px 0 0 0;
	list-style: none;
	background-color: #eee;
	height: 30px;
	margin: 0px;
}

#container_overzicht  .aanbieder {
	font-weight: bold;
	width: 140px;
	float: left;
	clear: both;
}

#container_overzicht  .details {
	font-weight: bold;
	text-align: center;
	width: 50px;
	float: left;
	margin: 0px;
}

#container_overzicht  .rating {
	font-weight: bold;
	width: 70px;
	float: left;
}

#container_overzicht  .prijs {
	font-weight: bold;
	width: 75px;
	float: left;
}

#container_overzicht  .link {
	font-weight: bold;
	width: 60px;
	float: left;
}

#container_overzicht .list	{
	padding: 0;
	list-style: none;
	margin: 0px;
}

#container_overzicht  .aanbieder_list {
	width: 140px;
	float: left;
	clear: both;
}

#container_overzicht  .prijs_list {
	width: 75px;
	float: left;
}

#container_overzicht  .link_list{
	width: 60px;
	float: left;
}

#container_overzicht  .link_list a{
		/*color: #f79a4d;	*/
		/*font-weight: bold;*/
}

#container_overzicht .box {
	display: none; 
	height: 0;
}

fieldset.overzicht {
	margin: 0;
	width: 380px;
	clear: both;	
}

#container_overzicht .first_small	{
	padding: 0;
	margin: 0;
	background-color: #eee;
	font-weight: bold;
	display: block;
}

#container_overzicht .type_small{
	width: 140px;
	float: left;
	clear: both;
}

#container_overzicht .prijs_small {
	width: 100px;
	float: left;
}

#container_overzicht .aantal_small {
	width: 40px;
	float: left;
}

#container_overzicht .subtotaal_small {
	width: 100px;
	float: left;
	text-align: center;
}

#container_overzicht .totaal_small {
	width: 100px;
	float: left;
	text-align: center;
	background-color: #eee;
	font-weight: bold;
}

#container_overzicht .details_small	{
	padding: 0;
	list-style: none;
}

#container_overzicht .verzend_small{
	width: 280px;
	float: left;
	text-align: right;
}
#container_overzicht .spacer_small {
	width: 100px;
	height: 1px;
	border-bottom: 2px solid #000;
	float: left;
}
#container_overzicht .actie {
	width: 380px;
	float: left;
	list-style: none;
	padding: 0;
}

.album_naam 	{	font-style: italic;
				font-size:	9px;
				padding: 0 0 0 25px;			
}

/* breadcrumps */
.breadcrumbs {
	margin:0 0 11px;
	padding:0;
	list-style:none;
	height:15px;
	overflow:hidden;
	font-size:10px;
}
.breadcrumbs li {
	color:#000;
	float:left;
	padding-right:6px;

}
.breadcrumbs li a {
	background:url(/images/arrow-next.gif) no-repeat 100% 50%;
	color:#666;
	padding-right:12px;
	
}
.breadcrumbs li a:hover {
	color : #FF0000;
	text-decoration : none;
}

/* error/info/ok message style */

.message_0 {     color: #006699;                  /* all ok message */
				font-size: 10px;
				font-weight: bold;
				font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
				list-style-image: url(/images/button_green_check.gif); /* Changed name */
}

.message_1 {     color: #006699;                  /* error message */
				font-size: 10px;
				font-weight: bold;
				font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
				list-style-image: url(/images/button_error.gif);               /* Changed name */
}

.message_2 {     color: #006699;                  /*  information button */
				font-size: 10px;
				font-weight: bold;
				font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
				list-style-image: url(/images/button_info.gif);                 /* Changed name */
}

.message_2_nb {	color: #006699;					/* information button voor acties */
			font-size: 10px;
			font-style: italic; 
			font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
			list-style-image: url(/images/button_info.gif);
}


/* aanbieder overzicht
// 
*/
fieldset.aanbieders legend {
	font-size: 14px;
}

fieldset.aanbieders img.aanbieders {
	float: right;
	width: 200px;
}

fieldset.aanbieders img.aanbieders_small {
	float: right;
	width: 100px;
}

fieldset.aanbieders p {
	margin-bottom: 2px;
}
fieldset.aanbieders p a {
	font-size: 11px;
}

/* search box foto gebied
*/
img.aanbieders_small {
	width: 100px;
}
img.seach_aanbieders {
	float: left;
}

ul.search_aanbieders {
	list-style:none;
	height: 50px;
	margin: 0;
	padding: 0;
}

.search_aanbieders li {
	float:left;
	margin: 0 10px;
	
}

.searchbox {
	margin: 0;
	padding: 10px;
}

form.searchbox input {
	margin: 19px 0 0 10px;
}


/* knoppen opmaak
// 
*/
.knoppen {
	float: right;
	margin: 0;
	width: 100px;
}

.knoppen a.normaal {
	float: right;
	width: 99px;
	height: 19px;
	background: url('/images/back_knoppen.gif') no-repeat;
	top: 0px;
	left: 0px;
	margin: 0 0 5px 0;
	text-align: center;
	line-height: 18px; 
	_line-height: 16px; 
	color: #006699; 
	text-decoration: none; 
}

.knoppen a.normaal:hover{
	background: url('/images/back_knoppen.gif') no-repeat 0 -21px;
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold; 
}

.knoppen a.bestel {
	float: right;
	width: 99px;
	height: 19px;
	background: url('/images/back_knoppen_oranje.gif') no-repeat;
	top: 0px;
	left: 0px;
	margin: 0 0 5px 0;
	text-align: center;
	line-height: 18px; 
	_line-height: 16px; 
	color: #006699; 
	text-decoration: none; 
}

.knoppen a.bestel:hover{
	background: url('/images/back_knoppen_oranje.gif') no-repeat 0 -21px;
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold; 
}

.knoppen a img {
	padding: 5px 10px 0 5px;
	width: 5px;
	height: 5px;
	float: right;
}

/* prijs overzicht op detail pagina's */

ul.prijzen {
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
	width: 300px;
	list-style: none;
}

ul.prijzen li {
	margin: 0;
	padding: 0;
	clear: both;
	background: #fff;
	border-bottom: 1px solid #eee;
}

ul.prijzen li.first{
	margin: 0;
	padding: 0;
	clear: both;
	background: #eee;
	font-weight: bold;
	width: 300px;
}

ul.prijzen li label {
	margin: 0;
	padding: 5px 0;
	float: left;
	width: 148px;
	line-height: 0.6;
	_line-height: 1.0;
	font-size: 10px;
	font-family: Verdana;
}

ul.prijzen li label.normal {
	margin: 0;
	padding: 5px 0;
	float: left;
	width: 148px;
	line-height: 1.0;
	_line-height: 1.0;
	font-size: 10px;
	font-family: Verdana;
}

ul.prijzen li span.prijzen {
	width: 125px;
	font-size: 10px;
	text-align: right;
	display:block;
	float: left;
	font-family: Verdana;
}
ul.prijzen li span.verzend {
	width: 76px;
	font-size: 10px;
	text-align: center;
	display:block;
	float: left;
	font-family: Verdana;
}



/* Fotoalbum prijs overzicht op detail pagina's */

ul.fprijzen {
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
	width: 370px;
	list-style: none;
}

ul.fprijzen li {
	margin: 0;
	padding: 0;
	clear: both;
	background: #fff;
}

ul.fprijzen li.first{
	margin: 0;
	padding: 0;
	clear: both;
	background: #eee;
	font-weight: bold;
	width: 370px;
}

ul.fprijzen li label {
	margin: 0;
	padding: 5px 0;
	float: left;
	width: 270px;
	line-height: 0.6;
	_line-height: 1.0;
	font-size: 10px;
	font-family: Verdana;
}
ul.fprijzen li label.first {
	margin: 0;
	padding: 5px 0;
	float: left;
	width: 270px;
	line-height: 0.6;
	_line-height: 1.0;
	font-size: 10px;
	font-family: Verdana;
	color: #006699;
	font-weight: bold;
}

ul.fprijzen li label.info {
	margin: 0;
	padding: 5px 0 0 25px;
	float: left;
	width: 230px;
	line-height: 1;
	_line-height: 1.0;
	font-size: 10px;
	font-family: Verdana;
}

ul.fprijzen li label.info_red {
	margin: 0;
	padding: 5px 0 0 25px;
	float: left;
	width: 230px;
	line-height: 1;
	_line-height: 1.0;
	font-size: 10px;
	font-family: Verdana;
	color: red;
}

ul.fprijzen li label.details {
	margin: 0;
	padding: 5px 0 0 0px;
	float: left;
	width: 100px;
	line-height: 1;
	_line-height: 1.0;
	font-size: 10px;
	font-family: Verdana;
}

ul.fprijzen li span.info_prijzen {
	width: 70px;
	font-size: 10px;
	text-align: right;
	display:block;
	float: left;
	font-family: Verdana;
	margin: 0;
	padding: 0;
}

ul.fprijzen li span.fprijzen {
	width: 100px;
	font-size: 10px;
	text-align: right;
	display:block;
	float: left;
	font-family: Verdana;
	color: #006699;
	font-weight: bold;
}

ol.details {
	/*width: 275px;*/
	padding: 0 0 0 40px;
	margin: 0;
	display: block;
	list-style-image: url(/images/arrow-next.gif); 
}

ol.details label.details {
	float: left;
	display: block;
	width: 215px;
}




/* voor de ervaringen op de pagina */
.ervaring_container {
	background-color: #eee;
	float: left;
}

ul.ervaring {
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
	width: 375px;
	list-style: none;
}

ul.ervaring li label.naam {
	margin: 0;
	padding: 5px 0;
	float: left;
	width: 70px;
	font-size: 10px;
	font-family: Verdana;
	background-color: #eee;
	font-weight: bold;
	display: block;
}

ul.ervaring li div.ervaring {
	padding: 0 2px 0 0;
	width: 300px;
	font-size: 10px;
	text-align: left;
	display:block;
	float: left;
	font-family: Verdana;
	background-color: #eee;
}

.comment{
	margin: 0;
	padding: 2px 0px 28px 18px;
	background: url(/images/icon_comments.png) no-repeat 0 0 #fff;
	clear: both;
	font-weight: bold;
	width: 360px;
	text-align: center;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

ul.ervaring li.first{
	margin: 0;
	padding: 0;
	clear: both;
	background: #eee;
	font-weight: bold;
	width: 350px;
	text-align: center;
}

span.ervaring_datum {
	font-style: italic;
}

.score_container {
	float: left;
	display: block;
	padding: 5px 0 5px 0;
}

.score_titel {
	font-weight: bold;
	float: left;
	padding: 0 5px 0 5px;
}

/* actie details */

.type 			{	width: 378px;
				height: 27px;
				border-bottom: 2px solid #7690ac;
}
.type a			{	width: 115px;
				height: 25px;
				top: 0px;
				left: 0px;
				float:Left;
				padding: 10px 0px 0px 0px;
				margin: 0 1px 0px 0px;
				display: inline;
				text-align: center;
				background: url('/images/boogactie.gif') no-repeat;
}
	
.type a.selected { 	background-position: -115px 0px;
			color: #ffffff;
			font-weight: bold; 
}

.type a.notselected { 	background-position: 0px 0px;
			color: #006699; 
}

.type a:hover	{	background: url('/images/boogactie.gif') no-repeat;
			background-position: -115px 0px;
			color: #ffffff;
			font-weight: bold; 
}

.actie_knoppen {
	float: right;
	margin: 0;
	width: 100px;
}

.knoppen_actie {		display: inline;
					margin: 0;
					width: 375px;
				}

.knoppen_actie a {	float: right;
					width: 99px;
					height: 19px;
					background: url('/images/back_knoppen.gif') no-repeat;
					top: 0px;
					left: 0px;
					margin: 0 5px 5px 0;
					text-align: center;
					line-height: 18px; 
					_line-height: 16px; 
					color: #006699; 
					text-decoration: none; 
				}

.knoppen_actie a:hover{	background: url('/images/back_knoppen.gif') no-repeat 0 -21px;
						color: #FFFFFF; 
						text-decoration: none; 
						font-weight: bold; 
					}

.knoppen_actie a img {	padding-left: 5px; }




/* Titels */
.titel 	{ 	color: #000000; 
			font-size: 18pt;
			font-family: 'Lucida Grande', Geneva, Arial, Trebuchet, Verdana, Helvetica, sans-serif;
			margin: 0;
			text-align: center; 
			line-height: 100%;
}

.titel1 { 	color: #000000; 
			font-size: 15pt;
			font-family: 'Lucida Grande', Geneva, Arial, Trebuchet, Verdana, Helvetica, sans-serif;
			margin: 0;
			text-align: center;
			line-height: 120%;
}
	
.titel2	{ 	color: #000000; 
			font-size: 11pt;
			font-family: 'Lucida Grande', Geneva, Arial, Trebuchet, Verdana, Helvetica, sans-serif;
			margin: 0;
			text-align: center;
}
	
.titel3	{ 	color: #000000; 
			font-size: 10pt;
			font-family: 'Lucida Grande', Geneva, Arial, Trebuchet, Verdana, Helvetica, sans-serif;
			margin: 0;
			text-align: center;
}

.titel4	{ 	color: #000000; 
			font-size: 10pt;
			font-family: 'Lucida Grande', Geneva, Arial, Trebuchet, Verdana, Helvetica, sans-serif;
			margin: 0;
}

.titel5	{ 	color: #006699;
			font-size: 9pt;
			font-family: 'Lucida Grande', Geneva, Arial, Trebuchet, Verdana, Helvetica, sans-serif;
			margin: 0;
}

.titel2o {	color: #F79646;
			font-size: 12pt;
			font-family: 'Lucida Grande', Geneva, Arial, Trebuchet, Verdana, Helvetica, sans-serif;
			margin: 0;
			text-align: center;
}

.titel3o {	color: #F79646;
			font-size: 10pt;
			font-family: 'Lucida Grande', Geneva, Arial, Trebuchet, Verdana, Helvetica, sans-serif;
			margin: 0;
			text-align: center;
}

.titel4o { 	color: #F79646; 
			font-size: 10pt;
			font-family: 'Lucida Grande', Geneva, Arial, Trebuchet, Verdana, Helvetica, sans-serif;
			margin: 0;
}

ol li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: none;
	clear: both;
	text-align: left;
	background: #fff;
}

ol li span.last {
	float: none;
	width: 148px;
	font-weight: bolder;
}

ol li label {
	margin: 0;
	padding: 8px 0 10px 0;
	float: left;
	width: 75px;
	line-height: 1.0;
	_line-height: 1.0;
	border-right: 1px solid #ddd;
}

ol li span.stars {
	margin: 0;
	padding: 0px 60px 0px 0;
	float: right;
	line-height: 1.0;
	_line-height: 1.0;
}

ol li input, ol li select, ol li textarea {
	font-size: 11px;
	margin: 0 0 0 10px;
}

/* Laagste prijs garantie */
.laagste_prijs {		width: 40%;
					height: 14px;
					margin: 0px 0px 5px 0px; 
					float: left;
					text-align: left;
					background:url(/images/back_right.gif) 0px 4px no-repeat;
}
.laagste_prijs_prijs {	width: 15%;
						border-bottom:1px solid #cccccc;
						float: left;
}
.laagste_prijs_check_OK {	width: 45%;
							border-bottom:1px solid #cccccc;
							color: green;
							font-weight: bold; 
							float: left;
}
.laagste_prijs_check_rood {	width: 45%;
							border-bottom:1px solid #cccccc;
							color: red;
							font-weight: bold; 
							float: left;
}

.valentijn {
	background: url(/images/back_valentijn.gif) no-repeat 200px 50px;
}

/* social media */
.social {
	float: right;
	margin: 0;
	width: 75px;
}

.social ul { 
	margin: 0px;
	list-style: none;
	padding: 0 0 0 0;
}

.social li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/* 
Top right float 
this is what we want the div to look like */
div.top_right_div 	{	
		display:block;
		/*set the div in the top right corner*/
		position:absolute;
		top: 5px;
		right:5px;
		width:225px;
		margin: 0 0 15px 0;
		padding: 10px;
		/*give it some background and border*/
		background:#fff;
		border:1px solid #ddd;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}

div.top_right_div .knoppen 	{	
	float: left;
	margin: 0 0 0 63px;
}

div.top_right_div img.main {
	display: block;
    margin-left: auto;
    margin-right: auto
}

a.close {
	background: url(/images/icon_close.gif) no-repeat 0 0 white;
	width: 20px;
	height: 20px;
	float: right;
	margin: -15px 0 0 0;
	padding: 0;
	cursor: pointer; 
}
