/*NL*/
body, table {
	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;
/*	position: relative;*/
	z-index: -1;
}

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

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

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

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

.back_kerst {
	background: url(/images/background/background_kerst.jpg) no-repeat fixed;
	background-position: bottom left;
}

.back_sint {
	background: url(/images/background/background_sinterklaas.jpg) no-repeat fixed;
	background-position: bottom left;
}

/* General settings */

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

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

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

.red	{	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;
}

.column_full {	
			float: left; 	/* deel de pagina op in een deel */
			width: 400px;
			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;
} 

.button {
	background-color: #F79646;
	color: #FFFFFF;
	font-weight: bold;
    border-radius: 6px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 5px 20px;
	border-style: none;
	cursor: pointer;
	font-family: arial;
	width: auto !important;
}

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

.container{
	display: block;
	max-width: 800px;
	margin: 0 auto;
}

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


/* layout binnen de container */

div#topbalk { /* header */
	display: block;
	max-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;
}
nav#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.midcol_artikel { /* middenkolom voor artikelen */
	float: left;
	margin: 15px 15px 0 0;
	padding: 0;
	width: 620px;
	font-size: 12px;
	font-family: Arial;
}

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;
	float: left;
}

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;
	max-width: 675px;
	/*_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.header span.titel1 {
	font-size: 24px;
	font-weight: bolder;
	margin: 10px 0 0 0;
	padding: 11px 0 0 0;
	float: left;
}
div.header span.titel2 {
	font-size: 18px;
	font-weight: lighter;
	line-height: 21px;
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
}
div.logo span, div#maintext {
	display: none;
}
div.subheader {
	display: block;
	max-width: 800px;
	/*_width: 500px;*/
	margin: 0;
	padding: 0;
}

div.subheader form {
	margin: 0;
	padding: 25px 0 0 150px;
	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;
	width: 100px;
	color: #006699; 
	font-weight: bold;
	line-height: 18px; 
	/*_line-height: 16px;*/
	float: left;
	margin: -19px 0 0 30px !important;
}

.search:hover {	
	background-position: 0 -21px;
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold; 
}
				
.query	{	
	border: 1px solid #006699;
	background: #FFFFFF;
}

.right {
	float: right;
	border: 0;
	padding: 4px 5px 0 0;
	z-index: 0;
}

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

nav#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;
}

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

nav#menu a{
	color: #777777;
	text-decoration: none;
	display: block;
	width:100%; /* IE */
}
nav#menu a:visited{
	color: #777777;
	text-decoration: none;
}
nav#menu a:hover{
	color: #ff0000;
	text-decoration: underline;
	width:100%; /* IE */
}
nav#menu li.ulhead a:visited, nav#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: 175px;
}
.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;
	background: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: visible;
}

.kader_groot {
	margin: 0 0 15px 0;
	padding: 10px;
	border: 1px solid #ddd;
	width: 600px;
	background: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: visible;
}

.kaderfirst {
	margin: 0 0 15px 0;
	padding: 10px;
	border: 1px solid #ddd;
	width: 378px;
	background: #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: visible;
}

.kader_top {
    margin: 0 5px 15px 0;
    padding: 10px;
    border: 1px solid #ddd;
    width: 173px;
    background: #FFFFFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: visible;
    float: left;
    min-height: 50px;
    display: block;
}

.kader_top .aanbieders_small {
    margin-left: 10px;
}

.kader_top_naam {
    margin-left: 20% !important;
}

.kader_top_prijs a {
    font-size: 19px !important;
    color: #006699 !important;
}

.kader_top_prijsdiv {
    margin: 15px 0 0 45px;
}

.kader_top_center {
    margin: 10px 34px 0 0 !important;
}

.kader_top .nr {
	display: block;
    background: url(/images/icon_no.png) no-repeat 0 0;
    width: 25px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    box-sizing: border-box;
    font-weight: bold;
    color: #fff;
    float: left;
    margin: -20px 0 0 0;
}

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

fieldset {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	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: 0;
}
.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: 0;
}

.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
}

/* 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;
	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: 0;
}

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

.tube {
	background: url(/images/tubes.png) no-repeat 0 0;
	width: 55px;
	height: 10px;
	margin: 0 0 0 0;
	float: left;
}

.tube_class0 {
	background-position: 0 0;
}
.tube_class1 {
	background-position: 0 -10px;
}
.tube_class2 {
	background-position: 0 -20px;
}
.tube_class3 {
	background-position: 0 -30px;
}
.tube_class4 {
	background-position: 0 -40px;
}
.tube_class5 {
	background-position: 0 -50px;
}
.tube_class6 {
	background-position: 0 -60px;
}
.tube_class7 {
	background-position: 0 -70px;
}
.tube_class8 {
	background-position: 0 -80px;
}
.tube_class9 {
	background-position: 0 -90px;
}
.tube_class10 {
	background-position: 0 -100px;
}

.container_aanbieder, .container_aanbieder_canvas, .container_aanbieder_album {
	width: 100%; 
	float:left; 
	display:none;
	height: 0;
	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) 0 4px no-repeat;
	margin: 0 0 5px 0; 
}

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

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

/* 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 0 5px;
	padding: 0 0 0 8px;
}

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

#container_overzicht	{	
	width: 400px;
	margin: 0;
	clear: both;
}

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

#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: 0;
}

#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: 0;
	background: #FFFFFF;
}

#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;
}

.kader_top ul.actie {
    width: 175px;
    list-style: none;
    margin: 0;
    padding: 0;
}

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

/* 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: 30px 0 0 -150px;
	float: left;
}

/* 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: 0;
	left: 0;
	margin: 0 0 5px 0;
	text-align: center;
	line-height: 18px; 
	/*_line-height: 16px; */
	color: #006699; 
	text-decoration: none; 
}

.knoppen a.normaal:hover{
	background-position: 0 -21px;
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold; 
}

.knoppen_actie a.bestel, .knoppen a.bestel, #container_overzicht .link_list_foto a.bestel {
	background: url('/images/back_knoppen_oranje.gif') no-repeat;
}

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

.knoppen a.bestel:hover{
	background-position: 0 -21px;
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold; 
}

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

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

/* popup screen voor verzendkosten */
.verzendkosten {
	min-width: 375px;
	width: 100%;
}

tr.first {
	margin: 0;
	padding: 0;
	background: #eee;
	font-weight: bold;
}
tr.typeheader {
	margin: 10px 0 0 0;
	padding: 0;
	background: #006699;
	font-weight: bold;
	color: #FFFFFF;
}
table.verzendkosten tr.row {
	background-color: #FFF;
}

td.verzendprijs {
	text-align: right;
}

table.verzendkosten tr.row:hover { 
	background-color: #FFFF99; 
}
/* zieook overzicht op detail pagina's */
ul.zieook {
	margin: 10px 0 20px 0;
	padding: 0;
	display: block;
	max-width: 375px;
	list-style: none;
}

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

ul.zieook li:not(.first) {
	min-height: 60px;
}

ul.zieook li.first{
	margin: 0; /*needed?*/
	padding: 0;/*needed?*/
	clear: both;/*needed?*/
	background: #eee;
	font-weight: bold;
}

ul.zieook li label {
	padding: 5px 0;
	float: left;
	width: 100px;
	line-height: 0.6;
	/*_line-height: 1.0;*/
	font-size: 10px;
	font-family: Verdana;
}



/* 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;
}

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: 150px;
	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 0;
	float: left;
	width: 100px;
	line-height: 1;
	/*_line-height: 1.0;*/
	font-size: 10px;
	font-family: Verdana;
}

ul.fprijzen label.info_header, ul.fprijzen label.info_details {
	padding: 2px 0 0 25px !important;
	width: 320px !important;
}

ul.fprijzen label.info_header div, ul.fprijzen label.info_details div {
	float: left;
	line-height: 1;
	padding: 0 5px 0 0;
	width: 75px;
}
ul.fprijzen label.info_header div {
	font-weight: bold;
}
ul.fprijzen label.info_details div img {
	width: 10px;
	height: 10px;
}
ul.fprijzen li span.info_prijzen {
	width: 70px;
	font-size: 10px;
	text-align: right;
	display:block;
	float: left;
	font-family: Verdana;
	margin: 0;
	padding: 4px 0 0 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;
}

li.last_line {
	border-bottom: dashed 1px #000;
}

/* 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;
	margin: 0 0 5px;
	width: 300px;
	font-size: 10px;
	text-align: left;
	display:block;
	float: left;
	font-family: Verdana;
	background-color: #eee;
	border-bottom: 1px solid #CCCCCC;
}

.comment{
	margin: 0;
	padding: 2px 0 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;
}

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;
	width: 100%;
}

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

/* actie details */

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

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

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

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

.sponsored {
	background-color: #DDECEF;
}

.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: 0;
	left: 0;
	margin: 0 5px 5px 0;
	text-align: center;
	line-height: 18px; 
	/*_line-height: 16px; */
	color: #006699; 
	text-decoration: none; 
}

.knoppen_actie a:hover{	
	background-position: 0 -21px;
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold; 
}
					
.knoppen_actie a.bestel:hover{
	background-position: 0 -21px;
}

.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 div {
    display: inline-block;
}

ol li span.stars {
	margin: 0;
	padding: 0 60px 0 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: 0 0 5px 0; 
	float: left;
	text-align: left;
	background:url(/images/back_right.gif) 0 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;
}

/* social media */
.social {
    display: block;
    float: right;
    margin: -30px 0 0;
    width: 150px;
}

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

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

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;
	width: 200px;
	height: 200px
}

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; 
}

/* setting for the example image on the canvas page */
.example_image	{	
	width: 225px;
	height: 150px;
	background: url(/images/canvas_example/livingroom.gif) no-repeat 0 0 white;
	margin: 0 0 0 80px;
}

.example_image img { 
	/*margin: 0 auto;*/
	float:left;
	margin: 0 0 0 50px;
}

/* color table settings */

table.main_table {	
	margin: 0 auto;
	padding: 0;
}

tr.row_header { 	
	background-color: #FFD000;
	font-weight: bold;
}
tr.row 		{ 	
	background-color: #FFFF99;
	vertical-align: top;
}
				
/* Kerst details */
table.kerst	{	
	width: 100%;
	border-collapse:collapse;
	text-align: center;
}

table.kerst .table_left	{	
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	height: 35px;
}	

table.kerst .table_right	{	
	border-bottom: 1px solid #CCC;
	height: 35px;
}

table.kerst .table_bottom_left	{	
	border-right: 1px solid #CCC;
	height: 35px;
}	

table.kerst .table_bottom_right	{	
	height: 35px; 
}

table.kerst tr.row { 
	background-color: #FFFFFF;
	vertical-align: middle;
}
table.kerst tr.row:hover { 
	background-color: #FFFF99; 
}

.tooltip {
	display: none;
	position: absolute;
	border: 2px solid #0D9DE5;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	color: #FF9900;
	font-size: 11px;
	z-index: 10;
	max-width: 150px;
}
						
/* new layout foto overzicht */

#container_overzicht .list_foto {
    background: none repeat scroll 0 0 #FFFFFF;
    list-style: none outside none;
    margin: 0;
    padding: 0;
	min-height: 40px;
	border-bottom: 1px dotted #DDDDDD;
	overflow: hidden;
}

#container_overzicht .aanbieder_list_foto {
    float: left;
    width: 140px;
}

#container_overzicht .aanbieder_list_foto_div a {
    clear: both;
    float: left;
	margin: 5px 0 0 5px;
	font-size: 12px;
}

#container_overzicht .details_foto {
    float: left;
    width: 40px;
	padding: 15px 0 0 0;
}

#container_overzicht .prijs_list_foto {
    float: left;
    height: 35px;
    width: 110px;
	padding: 5px 0 0 0;
}

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

#container_overzicht .link_list_foto a.bestel {
	/*background: url("/images/back_knoppen_oranje.gif") no-repeat scroll 0 0;*/
	width: 99px;
	line-height: 18px;
	margin: 10px 0 5px;
	text-align: center;
	float: right;
}

#container_overzicht .link_list_foto a.bestel:hover{
	background-position: 0 -21px;
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold; 
}

#container_overzicht .totaalprijs a, .totaalprijs a{
    color: #F79646;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 18px;
}

#container_overzicht .back_coupon {
	background: url("/images/back_codes.png") no-repeat scroll 0 -63px;
	color: #FFFFFF;
	display: inline-block;
	height: 17px;
	padding: 0 13px 0 15px;
	margin: 3px 0 0 -7px;
	text-align: center;
	text-transform: capitalize;
	font-weight: normal;
}


#container_overzicht .aanbieder_fotoh {
    clear: both;
    float: left;
    font-weight: bold;
    margin: 0 0 0 5px;
    width: 100px;
}			

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

#container_overzicht .prijs_fotoh {
    float: left;
    font-weight: bold;
    width: 110px;
}

#container_overzicht .link_fotoh {
    float: left;
    font-weight: bold;
    width: 90px;
	text-align: center
}

/* Responsive design -- */
/*----- Toggle Button -----*/
.toggle-nav {
    display: none; 
}

@media all and (max-width: 799px){
/* rechterkolom op hide */
	.top_right_div, .rightcol {
		visibility: hidden !important;
	}
	.rightcol, .top_right_div {
		width: 0 !important;
		height: 0 !important;
	}

	div#topbalk { /* header */
		background: url(/images/back-top_part.png) repeat-x 0 0 white;
		}
}

@media all and (max-width: 616px){
/* rechterkolom en menu op hide */
	.subheader form, nav#menu, .top_right_div, .rightcol {
		visibility: hidden !important;
	}
	nav#menu, .rightcol, .top_right_div {
		width: 0 !important;
		height: 0 !important;
	}
	div.midcol {
		float: none;
		margin: 15px auto;
		width: 400px;
	}
	div.header h1 {
		font-size: 16px;
	}
	div.header h2 {
		font-size: 12px;
	}
	.toggle-nav {
        padding: 10px;
        float: left;
        display: inline-block;
        box-shadow: 0 1px 1px rgba(0,0,0,0.15);
        border-radius: 3px;
        background: #303030;
        text-shadow: 0 1px 0 rgba(0,0,0,0.5);
        color: #777;
        font-size: 20px;
        transition:color linear 0.15s;
        margin: -18px 0 0 10px;
    }
}