@charset "utf-8";
body {
	min-height: 101%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
body, html {
	margin: 0;
	padding: 0;
}
#item {
	display: block;
}
#item .photo {
	float: left;
}	
#menu-left {
	position: absolute;
	z-index: 1;
	display: block;
}

.details .merk, .details .model, .details .modelnr, .details .model2 {
	display: inline;
}
.details .merk {
	font-weight: bold;
}
.details .merk a {
	text-decoration: none;
}
.details .modelnr{
	font-style: italic;
}
.details .beschrijving, .details .name, .details .collectie_beschrijving{
	margin-top: 10px;
}
H1 {
	margin: 0px;
	padding: 0px;
}
H2 {
	font-size: 1.4em;
}
H3 {
	font-size: 1.2em;
}
#debug{
/*	position: absolute;
	top: 1200px;*/
	margin-top: 100px;
}

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.notop {
	margin-top: 0px;
}
.clear {
	clear: both;
}

.error {
	display: block;
	margin: 1em;
	font-style: italic;
	font-weight: bold;
	color: #f00;
}

#algemene-voorwaarden h3, #algemene-voorwaarden blockquote {
	margin-bottom: 0;
}
#algemene-voorwaarden blockquote, #algemene-voorwaarden ol, #algemene-voorwaarden p {
	margin-top: 0;
}
.factuur .beschrijving {
	margin-left: 2em;
}
.eigenschappen {
    margin-top: 10px;
}
.eigenschappen table {
	font-size: 0.8em;
}
.eigenschappen table  th {
	text-align: left;
	padding-right: 30px;
	padding-bottom: 0.2em;
}
.eigenschappen table  th, .eigenschappen table  td {
	height: auto;
}
.eigenschappen table th.toelichting span {
	border-bottom: 1px dotted #DAB593;
}
.eigenschappen table th.toelichting {
	background-image: url(/img/toelichting.png);
	background-position:right top;
	background-repeat:no-repeat;
	cursor: help;
}

.opties {
    margin-top: 10px;
	font-size: 0.8em;
}
.opties table  th {
	text-align: left;
	padding-right: 30px;
	padding-bottom: 0.2em;
}
.opties table  th, .opties table  td {
	height: auto;
}
.opties table th.toelichting span {
	border-bottom: 1px dotted #DAB593;
}
.opties table th.toelichting {
	background-image: url(/img/toelichting.png);
	background-position:right top;
	background-repeat:no-repeat;
	cursor: help;
}



form#zoeken {
	font-size: 0.9em;
}
div#zoek_tabs {
	overflow:auto;
}
div#zoek_tabs div {
	float: left;
	width: 150px;
}

div#zoek_opties {
/*	position: relative;
	height: 10em; 
	z-index: 999; */
}
div#zoek_accordion {
	position: relative;
	top: 0px;
	width: 730px;
	margin-bottom: 1em;
}
div#zoek_opties .ui-widget {
	font-size: 1em !important;
}

div#zoek_accordion.ui-accordion .ui-accordion-header .ui-icon {
	right:0.5em;
	left: auto;
}

div#zoek_accordion  .ui-accordion-header {
	padding: 0px 4px;
}

div#zoek_accordion .ui-state-default, div#zoek_accordion .ui-widget-content .ui-state-default, div#zoek_accordion .ui-widget-header .ui-state-default, div#zoek_accordion .ui-state-active, div#zoek_accordion .ui-widget-content .ui-state-active, div#zoek_accordion .ui-widget-header .ui-state-active , div#zoek_accordion .ui-widget-content {
	border:1px solid;
	font-weight:normal;
}

div#zoek_accordion .ui-accordion-header.ui-state-active {
	border-bottom:0 none !important;
}

div#zoek_accordion.ui-accordion .ui-accordion-content {
	border-top:0 none !important;
	padding: 0px 4px;
	padding-left: 100px;
}

div#zoek_accordion .zoeken_kop {
	display: inline-block;
	width: 100px;
}

div#zoek_status, div#zoekresultaat_pager, div#zoekresultaat_pager2 {
	clear: left;
	font-size: 0.9em;
}

#archief {
	clear: both;
	padding-top: 2em;
}
#archief>ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#archief ul li {
	padding: 0;
	margin: 0;
	float: left;
	width: 140px;
	margin-right: 5px;
}

#bedankt {
	border: 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-border-radius: 5px;
	padding:5px;	
	text-decoration:none;
	text-align: center;
	width: 450px;
	margin: 0 auto; 
}


.voorpagina_merk {
	margin-top: 30px; 
	width: 732px;
	height: 264px;
}

div.merk_foto {
	width: 242px;
	height: 242px;
	margin: 1px;
	float: left;
}
div.merk_tekst {
	width: 222px;
	height: 242px;
	margin: 1px 10px;
	float: left;
	overflow: hidden;
}
div.merk_artikelen {
	width: 244px;
	height: 244px;
	float: left;
	position: relative;
}

.merk_merk {
	margin-top: 0;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

.merk_merk a{
	text-decoration: none;
}

.merk_intro {
	font-size: 13px;
	line-height: 15px;
}
.merk_intro p {
	margin-top: 0;
	margin-bottom: 5px;
}

.merk_meer {
	padding-top: 4px;
	padding-right: 4px;
	clear: both;
	text-align: right;
	font-size: 12px;
}
.merk_meer a {
	text-decoration: none;
	border-bottom: 1px dotted;
}
.merk_meer a:hover {
	border-bottom: 1px solid;
}

#archieflink {
	padding-top: 10px;
	text-align: right;
	font-size: 0.9em;
	
}
dl.openingstijden {

}
dl.openingstijden dt{
	width:  260px;

}
dl.openingstijden dd{
	width: 200px;

}
.winkel dl.openingstijden dt{
	width:  210px;

}

#overige_merken_lijst ul {
	width: 200px;
	float: left;
}

.lijstweergave {
}
.lijst-item {
	display: block;
	clear: left;
	position: relative;
}
.lijst-item .photo {
	float: none !important;
}
.lijst-item .details {
	position: absolute;
	top: 0px;
	margin-left: 130px;
	min-height: 0;
	width: 602px;
}
.lijst-item .details .prijs {
	width: 602px;
}

/* Winkelmandje */
#mandje_overzicht {
}
.mandje_item {
	position: relative;
	clear: both;
}
.mandje_item .foto {
	position: absolute;
	top: 0px;
	left: 0px;
}
.mandje_item .omschrijving {
	margin-left: 65px;
	width: 400px;
	margin-bottom: 10px;
	min-height: 60px;
}
.mandje_item.totaal .omschrijving {
	min-height: 0px;
}
.mandje_item .prijs {
	font-size: inherit;
	font-weight: inherit;
	position: absolute;
	top: 0px;
	left: 470px;
}
.mandje_item .prijs .euroteken {
	display: inline-block;
	width: 15px;
	text-align: left;
}
.mandje_item .prijs .euro {
	display: inline-block;
	width: 60px;
	text-align: right;
}

.mandje_item .prijs .cent {
	display: inline-block;
	width: 25px;
	text-align: left;
}
.mandje_item .knoppen {
	font-size: inherit;
	font-weight: inherit;
	position: absolute;
	top: 0px;
	left: 570px;
}

#mandje_overzicht {
	
}
#mandje_overzicht .optelling {
	margin-left: 470px;
	width: 100px;
}
#bestellen {
	clear: left;
}
