

/* Algemeen */

#debug
{
	position:absolute;
}

html
{
	overflow-y:scroll;
	height:100%;

}

html, body, div, p, form
{
	margin:0px;
	padding:0px;
	position:relative;
}



a
{
	color:#000;
	text-decoration:none;
}

a:hover
{
	color:#000;
	text-decoration:underline;
}

div, td, a, a:hover, span, p, select
{
	font-family: Verdana, Arial;
	color: #484747;
	font-size: 11px;
}

input
{
	font-size:1em;
}

select
{
	font-size:1em;
}


div#loading
{
	position:absolute;
	width:100%;
	height:100%;
	_height:1000px;
	_width:170px;
	background-color:#ffffff;;
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
	z-index:100;
}

div#loading_content
{
	position:absolute;
	width:100%;
	height:100%;
	_height:1000px;
	_width:648px;
	background-color:#fff;
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
	z-index:100;
}


div#loading_icon_container
{
	position:absolute;
	width:100%;
	height:100%;
	_height:1000px;
	_width:648px;
	text-align:center;
	z-index:110;
}


img#loading_icon
{
	position:relative;
	top:175px;
}
	


/* Stramien basis */

div.stramien
{
	position:relative;
	left:0px;
	top:0px;
	overflow:hidden;
	font-weight:normal;
}

div.stramienitem
{
	position:absolute;
	overflow:hidden;
	cursor:default;
}

/* Opmaak algemeen */

div.outercontainer,
div.outercontainer-login
{
	position:relative;
	margin:0px auto;
	width:990px;

	border-width:0px 1px 0px 1px;
	border-style: solid;
	border-color: #c3c3c3;
	overflow:hidden;
	background-color:#ffffff;;
	
	
}

div.outercontainer-login
{
	border-width:0px;
	width:988px;
}

div.header
{
	background-color:#ffffff;
	position:relative;
	width:100%;
}

div.header h1,
div.header h3
{
	margin:0px;
	font-size:1em;
	font-weight:normal;
}

div.header div.mailordersolutions
{
	position:absolute;
	top:0px;
	right:0px;
	width:388px;
	height:46px;
	overflow:hidden;
	text-align:right;
}

div.header div.menu
{
	position:absolute;
	bottom:0px;
	right:0px;
	height:50%;
	height:31px;
	border-top:1px solid #c3c3c3;
	_width:400px;
}

div.header div.menu a
{
	text-decoration:none;
}

a.menulink
{
	color:#ffffff;
}

div.header div.menu a:hover
{
	text-decoration:underline;
}

div.menu li>a
{
	visibility:hidden;
}

div.header div.menu ul
{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

div.header div.menu li
{
	display:block;
	float:left;
	cursor:default;
	text-align:center;
	height:31px;
	line-height:31px;
	padding:0px 0px;
}

div.header div.menu li a
{
	padding:0px 15px;
	font-size:0.9em;
	font-weight:bold;
}

div.header div.menu li a.menuitemborders
{
	border-left:2px solid #000;
	border-right:2px solid #000;
}

li#winkelwagentje
{
	padding-right:2px;
	font-size:0.9em;
	width:400px;
	text-align:right;
}

li#winkelwagentje img
{
	margin-top:5px;
	margin-right:3px;
	z-index:0px;
	border:0px;
	vertical-align:middle;
	padding-bottom:6px;
}

li#winkelwagentje span
{
	line-height:31px;
}

span#naardekassa
{
	display:none;
}

li#winkelwagentje a
{
	padding:0px;
	font-size:1em;
}

span#aantalproducten
{
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;	
}

a.resultaten-link {
	text-decoration:none;
	margin-right:20px;
}

div.menubalk
{
	position:relative;
	width:100%;
	height:25px;
	line-height:25px;
	background-color:#b00931;
}

div.menubalk table.menubalk
{
	width:100%;
	height:25px;
	position:relative;
	margin:0px;
	padding:0px;
}

div.menubalk td.menuitem
{
	width:204px;
	height:25px;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	
	border-left:1px solid #da4367;
	border-right:1px solid #7a001d;
}

div.menubalk a
{
	display:block;
	width:100%;
	text-decoration:none;
	font-size:1.2em;
	color:#ffffff;
}

div.menubalk a:hover
{
	text-decoration:underline;
}

div.zoekbalk
{
	position:relative;
	width:100%;
	height:34px;
	line-height:34px;
	background-color:#fff;
	padding-left:5px;
}

div.zoekbalk span
{
	padding-left:5px;
	line-height:34px;
}

div.zoekbalk select
{
	_margin-top:5px;
	margin-left:5px;
	width:200px;
	height:20px;
}

div.zoekbalk input#zoekentrefwoord
{
	width:200px;
	margin-left:5px;
}

div.zoekbalk input#ZoekButton
{
	margin-left:5px;
}


div.banner-top
{
	position:relative;
	width:100%;
	border-width:1px 0px 1px 0px;
	border-style: solid;
	border-color: #c3c3c3;
	z-index:0;
}

div.banner-top img
{
	z-index:0;
}

.innercontainer,
.innercontainer-login
{
	background-color:#ffffff;;
	position:relative;
  clear:both;
  width:990px;
  overflow:hidden;
}

.leftcontainer,
.leftcontainer-login

{
	background-color:#ffffff;;
	position:relative;
	float:left;
	width:170px;
	overflow:hidden;
}

.leftcontainer-login
{
}

.borders
{
	position:absolute;
	top:0px;
	left:170px;
	width:648px;

	height:100%;
	_height:3000px;
	
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	
}

div.filters
{
	padding-top:10px;
}

div.filters ul
{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

div.filters div.title
{
	clear:both;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:3px;
}

div.filters li
{
	display:block;
	width:100%;
	line-height:20px;
	position:relative;
	padding-left:20px;
}

div.filters li h3
{
	margin:0px;
	padding:0px;
	font-size:1em;
	font-weight:normal;
}

div.filters li input
{
	margin:0px;
	padding:0px;
	line-height:20px;
	position:absolute;
	top:0px;
	left:10px;
	height:20px;
}

div.filters li a
{
	cursor:pointer;
	display:block;
	text-align:left;
	line-height:20px;
	padding:0px 0px;
	font-weight:normal;
	padding-left:10px;
	text-decoration:none;
	cursor:pointer;
}

div.filters li a:hover
{
	text-decoration:underline;
}


div.filters li.disabled a
{
	color:#c3c3c3;
	cursor:default;
}

div.filters li.disabled a:hover
{
	text-decoration:none;
}

div.filters ul.categorieen
{
	
}

div.filters ul.categorieen li
{
	clear:both;
	padding-left:0px;
}

div.filters ul.categorieen li a 
{
}

div.filters ul.categorieen li.actief a,
div.filters ul.categorieen li.actief a h3
{
	background-color:#eaeaea;
	font-weight:bold;
}

div.filters ul.subcategorieen
{
	padding-left:0px;
}

div.filters ul.subcategorieen li
{
	background-color:#eaeaea;
	clear:both;
	padding-left:10px;
	display:normal;
}

div.filters ul.subcategorieen li a
{
	background-image: url(http://static.fonq.nl/img/algemeen/content-onderdelen/bullet.gif);
	background-repeat:no-repeat;
	font-weight:normal;
	padding-left:12px;
}

div.filters ul.subcategorieen li.actief a,
div.filters ul.subcategorieen li.actief a h3
{
	font-weight:bold;
	text-decoration:underline;
}


div.designercontainer
{
	padding-top:2px;
}

div.designercontainer ul
{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

div.designercontainer div.title
{
	clear:both;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:3px;
}

div.designercontainer li
{
	display:block;
	width:100%;
	line-height:20px;
	position:relative;
	padding-left:10px;
}

div.designercontainer li h3
{
	margin:0px;
	padding:0px;
	font-size:1em;
	font-weight:normal;
}

div.designercontainer li input
{
	margin:0px;
	padding:0px;
	line-height:20px;
	position:absolute;
	top:0px;
	left:10px;
	height:20px;
}

div.designercontainer li a
{
	cursor:pointer;
	display:block;
	text-align:left;
	line-height:20px;
	padding:0px 0px;
	font-weight:normal;
	padding-left:10px;
	text-decoration:none;
	cursor:pointer;
}

div.designercontainer li a:hover
{
	text-decoration:underline;
}


div.designercontainer li.disabled a
{
	color:#c3c3c3;
	cursor:default;
}

div.designercontainer li.disabled a:hover
{
	text-decoration:none;
}

div.designercontainer ul.designers
{
	
}

div.designercontainer ul.designers li
{
	clear:both;
}

div.designercontainer ul.designers li a 
{
	padding-left:0px;
}

div.designercontainer ul.designers li.alldesigners a
{
	font-weight:bold;
}

div.topproductencontainer
{
	padding-top:4px;
}

div.topproductencontainer ul
{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

div.topproductencontainer li
{
	display:block;
	width:100%;
	line-height:18px;
	position:relative;
	padding-left:4px;
}

div.topproductencontainer li a
{
	cursor:pointer;
	display:block;
	text-align:left;
	line-height:18px;
	padding:0px 0px;
	font-weight:normal;
	padding-left:10px;
	text-decoration:none;
	cursor:pointer;
}

div.topproductencontainer li a:hover
{
	text-decoration:underline;
}

div.topproductencontainer ul.topproducten li
{
	clear:both;
}

div.topproductencontainer ul.topproducten li a 
{
	padding-left:0px;
}

div.uitklap
{
	display:none;
}

li.meertonen,
li.mindertonen
{
	padding-left:10px !important;
}

a.meertonen
{
	background:url(http://static.fonq.nl/img/algemeen/meertonen.gif) -1px 1px no-repeat;
	padding-left:20px !important;
}

a.mindertonen
{
	background:url(http://static.fonq.nl/img/algemeen/mindertonen.gif) no-repeat;
	padding-left:20px !important;
}


.contentcontainer,
.contentcontainer-login
{
/*
	--position:absolute;
	--top:213px;
	--left:170px;
	*/
	
	float:left;
	margin-left:1px;
	position:relative;
	width:648px;
	overflow:hidden;
	border:none;
	font-weight:normal; 
}

.contentcontainer-login
{
	margin-left:0px;
}

div.banners
{
	position:relative;
	clear:both;
	width:100%;
	height:103px;
}

.rightcontainer,
.rightcontainer-login
{
	background-color:#ffffff;;
	position:relative;
	width:170px;
	float:right;
	margin:0px;
	margin-left:1px;
	border:0px none;
}

.rightcontainer-login
{
	margin-left:0px;
	float:left;
}

.rightcontainer
{
	_position:absolute;
}

div.footer
{
	clear:both;
	position:relative;
	width:100%;
	border-bottom:1px solid #c3c3c3;
	border-top:1px solid #c3c3c3;
}

div.footerborders
{
	position:absolute;
	top:16px;
	bottom:16px;
	left:216px;
	_height:190px;
	_width:199px;
	bottom:16px;
	right:570px;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
}

div.afbeeldingenfooter
{
	clear:both;
	position:relative;
	width:100%;
	border-bottom:1px solid #c3c3c3;
	height:65px;
	background-color:#eaeaea;
}

div.textfooter,
div.textfooter-puntenshop
{
	clear:both;
	position:relative;
	width:100%;
	border-bottom:1px solid #c3c3c3;
	height:20px;
	background-color:#dedede;
}

div.textfooter-puntenshop
{
	border-top:1px solid #c3c3c3;
}


div.contentheader
{
	display:block;
	background-color:#d7d7d7;
	color:#0;
	height:24px;
	line-height:24px;
	text-align:left;
	padding-left:10px;
	width:100%;
	font-weight:bold;
}

a.link
{
	display:block;
	width:100%;
	line-height:24px;
	
	color:#484747;
	text-decoration:none;
	padding-left:5px;
}

a.link:hover
{
	color:#484747;	
	text-decoration:underline;
}

div.merkencontainer
{
	width:100%;
	background-color:#fff;
	color:#000;
	margin-left:-2px;
	margin-right:-2px;
}

div.merkencontainer .merk
{
	float:left;
	width:78px;
	height:42px;
	line-height:42px;
	border-bottom:1px solid #c3c3c3;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	background-color:#fff;
	padding:2px 0px;
	padding-left:2px;
	
}

div.merkencontainer .merkalternate
{
	margin-left:5px;
	border-right:1px solid #c3c3c3;
	padding-right:2px;
}

div.merkencontainer img
{
	border:0px;
	z-index:0;
	padding-top:2px;
}

a.allemerken
{
	display:block;
	clear:both;
	margin:0px 5px;
	line-height:24px;
	
	color:#484747;
	text-decoration:underline;
	border-bottom:1px solid #c3c3c3;
}

a.allemerken:hover
{
	color:#484747;
	text-decoration:underline;
}


div.seperator
{
	position:relative;
	width:100%;
	height:100%;
}

div.seperator div
{
	position:relative;
	top:50%;
	margin:0px 5px;
	height:2px;
	border-top:1px solid #c3c3c3;
}

div.laatstbekekencontainer
{
	width:100%;
	background-color:#fff;
	color:#484747;
}

div.topproducten
{
	width:100%;
	background-color:#fff;
	color:#484747;
}

div.topproductenafbeeldingen
{
	width:100%;
	height:50px;
	background-color:#fff;
	color:#484747;
}

.topproductenlinks
{
	padding:1px;
	padding-top:5px;
}

span.tekst
{
 display:block;
 padding:0px 5px;
 padding-top:2px;
 color:#484747;
 background:transparent;
}

.tekst a
{
	 line-height:16px;
}

.poulebannercontainer
{
	width:100%;
	height:100%;
	position:relative;
	padding-left:4px;
}

.poulebanner
{
	position:relative;
	clear:both;
	width:208px;
	height:84px;
	color:#000;
	font-size:28px;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
}

.mailingcontainer
{
	padding:0px 4px;
}

.mailingcontainer input
{
	width:95%;
}

.mailingcontainer img
{
	margin-top:4px;
	cursor:pointer;
}

.contactformuliercontainer
{
	padding-left:11px;
	width:100px;
}

.contactformuliercontainer img
{
	cursor:pointer;
	border:0px;
}

.contactformuliercontainer .captcha
{
	display:none;
}

.contactformuliercontainer .error
{
	color:#f00;
	width:250px;
}

.contactformuliercontainer .contact-input
{
	border:1px solid #a8acaf;
	color:#656565;
	padding:2px 8px;
	background-color:#eaeaea;
	font-size:12px;
	font-family: Verdana, Arial;
}

.contactformuliercontainer textarea
{
	margin-bottom:2px;
	line-height:15px;
	padding-top:4px;
}

.contactformuliercontainer .contact-input-text
{
	border:1px solid #a8acaf;
	color:#656565;
	padding:2px 8px;
	background-color:#eaeaea;
	font-size:12px;
	font-family: Verdana, Arial;
	height:18px;
	margin-bottom:2px;
}



/* Filterpagina */

div.productkaartje
{
	position:relative;
	background-color:#fff;
	border:1px solid #cecece;
	width:153px;
	height:260px;
	float:left;
	z-index:40;
	margin-left:5px;
	margin-bottom:5px;
	padding:2px 0px;
}

div.productkaartje div
{
	font-size:9px;
}

.productencontainer
{
	clear:both;
	position:relative;
	width:100%;
}

.productencontainer .header
{
	clear:both;
	height:38px;
	line-height:38px;
}

.productencontainer .vergelijk
{
	height:100%;
	float:right;
	margin:8px;
	
}

.productencontainer .vergelijk img
{
	cursor:pointer;
}

.productencontainer .header .productaantal {
	float:left;
	margin-left:8px;
}

.productkaartjes
{
	padding:0px;
	clear:both;
	width:100%;
	position:relative;
	padding-left:2px;
	padding-top:3px;
}

.productkaartje
{
	font-weight:normal;
} 

.stramien .productkaartje
{
	width:150px;
}

.productkaartje .opties
{
	position:absolute;
	top:4px;
	left:2px;
	height:14px;
	line-height:14px;
	width:100%;
}

.productkaartje .opties input
{
	margin:0px; 
	padding:0px; 
	height:14px;
	line-height:14px;
	position:absolute;
}

.productkaartje .opties span
{
	padding-left:20px;
	cursor:pointer;
}

.productkaartje .meerdetails
{
	position:absolute;
	top:4px;
	right:2px;
	padding:0px 2px 1px 2px;
	width:72px;
	height:14px;
	line-height:14px;
	background-color:#fff;
	color:#fff;
	text-align:center;
	cursor:pointer;
	display:none;
	text-align:right;
	z-index:100;
}

.productkaartje .meerdetails img
{
	border:0px;
}


.productkaartje .meerdetails a
{
	color:#fff;
	text-decoration:none;
}

.productkaartje .afbeelding
{
	position:absolute;
	width:100%;
	height:100px;
	padding-top:10px;
	--line-height:100px;
	text-align:center;
	vertical-align:top;
	top:16px;
	left:0px;
	cursor:pointer;
}

.productkaartje .afbeelding img
{
	position:relative;
	line-height:100px;
}

.productkaartje .naam
{
	position:absolute;
	top:145px;
	height:50px;
	padding:0px 4px;
	line-height:15px;
	cursor:pointer;
	height:30px;
	overflow:hidden;
}

.productkaartje .naam h3
{
	font-weight:normal;
	margin:0px;
}

.productkaartje .naam a
{
	text-decoration:none;
}

.productkaartje .voorraad
{
	position:absolute;
	bottom:40px;
	left:4px;
	width:100%;
	height:20px;
	line-height:20px;
	letter-spacing:-1px;
}

.productkaartje .reviews
{
	color:#575757;
	position:absolute;
	bottom:70px;
	left:0px;
	vertical-align:middle;
	height:17px;
	width:149px;
	padding-left:4px;
	line-height:17px;
	padding-top:3px;
}

.productkaartje .reviews img
{
	position:relative;
	top:3px;
}

.productkaartje .reviews img.ster
{
	width:12px;
	height:12px;
	vertical-align:baseline;
}

.productkaartje .reviews .video
{
	position:absolute;
	right:4px;
	top:0px;
	height:20px;
	width:41px;
}

.productkaartje .reviews .video img
{
	border:0px;
}

.productkaartje .prijzen
{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	line-height:18px;
	font-weight:bold;
	background-color:#cecece;
}

.productkaartje .prijzen
{
	position:absolute;
	width:100%;
	height:31px;	
	padding-top:3px;
	bottom:0px;
	left:0px;
	background-color:#d9d9d9;
	font-size:1em;
	cursor:default;
}

.productkaartje .vanprijs
{
	position:absolute;
	left:5px;
	top:1px;
	text-decoration:line-through;

	font-size:1em;
	font-weight:normal;
	
	color:#000;
}

.productkaartje .prijs
{
	position:absolute;
	bottom:4px;
	left:5px;

	font-size:1em;
	font-weight:bold;
	
	line-height:11px;
	color:#cd000c;
}

.productkaartje .prijzen .meerinfo
{
	background-image: url(http://static.fonq.nl/img/algemeen/content-onderdelen/sprites/productpagina-sprite.gif);
	background-position: -10px -134px;
	position:absolute;
	right:4px;
	bottom:3px;
	width:62px;
	height:17px;
	border:0px;
}

.productkaartje .prijzen img
{
	border:0px;
}

.productkaartje .prijzen .meerinfo

.productnavigatie
{
	width:100%;
	height:30px;
	line-height:30px;
	background-color:#eaeaea;
	color:#484747;
	font-weight:bold;
	margin-bottom:4px;
}

.productnavigatiebottom
{
	margin-top:4px;
	height:25px;
}

.productnavigatie select
{
	
}

.sortering
{
	float:left;
	width:300px;
	padding-left:8px;
	line-height:30px;
}

.paginering
{
	position:absolute;
	top:0px;
	right:0px;	
	padding-right:8px;
	width:400px;
	text-align:right;
	line-height:30px;
}
.paginering div { display:inline; }
a.paginering_selected,
a.paginering_unselected {
	font-weight:normal;
	text-decoration:none;
	line-height:18px;
	font-size:13px;
	padding:0px 1px;
}
a.paginering_selected { font-weight:bold; }


/* Reviews */
.reviews-header {
	margin-top:20px;
	line-height:30px;
	height:30px;
	background-color:#eaeaea;
	clear:both;
}


.reviews-beoordelingen {
	font-weight:bold;
	text-indent:8px;
	line-height:20px;
}
.reviews-paginering {
	padding-right:8px;
}
.review_block {
	padding:0px 0px 4px 0px;
	border-bottom:1px solid #eaeaea;
}

.reviews-gemiddeld {
	height:25px;
	line-height:18px;
	border-bottom:1px solid #eaeaea;
	text-indent:8px;
	background-color:#fafafa;
	margin-bottom:4px;
}

.review-beoordeling-naam
{
	padding-left:8px;
	font-weight:bold;
}

.review-beoordeling {
	display:block;
	float:left;
	width:95px;
	height:15px;
	padding-left:8px;
	padding-top:0px;
}

.review-naam {
	display:block;
	float:left;
	font-weight:bold;
	vertical-align:bottom;
	
}
.review-mening {
	clear:both;
	padding-left:8px;
	padding-top:4px;
}

/* Dropdown menus */

.dropdownmenu
{
	position:absolute;
	top:0px;
	left:0px;
	line-height:30px;
	height:30px;
	display:none;
	z-index:100;
	padding:0px;
	margin:0px;
	display:none;
	font-weight:normal;
	
}

.dropdownmenu ul
{
	color:#ffffff;
	display:block;
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	list-style-type: none;
	border-top:1px solid #da4367;
	border-bottom:1px solid #7a001d;;
	border-left:1px solid #da4367;
	border-right:1px solid #7a001d;
	z-index:100;
}

.dropdownmenu ul li
{
	display:block;
	vertical-align:bottom;
	padding:0px;
	margin:0px;
	z-index:100;
	width:100%;
	line-height:30px;
	background-color:#e5345e;
	color:#ffffff;
}
	

.dropdownmenu ul li a
{
	line-height:30px;
	display:block;
	padding:0px;
	margin:0px;
	padding-left:8px;
	text-decoration:none;
	z-index:100;
	background-color:#e5345e;
	color:#ffffff;
}

.dropdownmenu ul li a:hover
{
	text-decoration:underline;
}

iframe.iframe_underlay
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:90;
}

/* Productpagina */

.upselling
{
	position:relative;
	color:#000;
}

.breadcrumb
{
	height:25px;
	line-height:25px;
	/*background-color:#eaeaea;*/
	color:#626262;
}

.breadcrumb span
{
	color:#626262;
	font-size:10px;
	font-weight:lighter;
	padding-left:8px;
}

.breadcrumb a
{
	color:#626262;
	font-size:10px;
	font-weight:lighter;
}

.technischedetailscontainer
{
	margin:0px 8px 8px 8px;
	width:auto;
}

table.technischedetails
{
	width:100%;
}

table.technischedetails tr
{
	height:16px;
}

table.technischedetails tr.alternate td
{
	background-color:#eaeaea;
}

table.technischedetails td
{
	vertical-align:top;
	line-height:20px;
}

/* winkwlwagen */

.winkelwagen
{
	width:100%;
}

.winkelwagen-kop
{
	margin:8px;
}

.winkelwagen-kop h1
{
	font-size:1.4em;
	display:inline;
}

.winkelwagen-kop img
{
	vertical-align:middle;
	margin-right:8px;
}

.winkelwagen-producten
{
	border:1px solid #c2c2c2;
	margin:0px 8px;	
}

.uwgegevens table.producten
{
	
}

.winkelwagen-producten tr.verzendkosten td
{
	border-top:1px solid #ebebeb;
	font-weight:normal;
}

.winkelwagen-producten th, .winkelwagen-producten td
{
	color:#000;
	line-height:24px;
	padding:0px;
	padding-left:4px;
	font-weight:normal;
	vertical-align:middle;
}

.winkelwagen-producten td.naam img
{
	width:50px;
	vertical-align:top;
}

.winkelwagen-producten table.producten td.naam
{
	line-height:15px;
	vertical-align:middle;
}


.winkelwagen-producten th
{
	text-align:left;
	background-color:#ebebeb;
	font-weight:bold;
}

.winkelwagen .buttons
{
	margin:8px 0px;
	line-height:23px;
	text-align:center;
	position:relative;
	height:23px;
}

.winkelwagen .buttons img
{
	vertical-align:middle;
	cursor:pointer;
	border:0px;
}

.winkelwagen .verder-winkelen
{
	position:absolute;
	top:0px;
	left:8px;
}

.winkelwagen .verder-winkelen img
{
	margin-right:8px;
}

.winkelwagen .verder-winkelen a
{
	font-weight:bold;
}

.winkelwagen-producten tr.totaal-row td
{
	font-weight:bold;
	background-color:#ebebeb;
}

.cadeaucode-kop
{
	margin-top:32px;
	font-weight:bold;
	background-color:#ebebeb;
	line-height:24px;
	height:24px;
	padding-left:4px;
}

.cadeaucode
{
	padding:4px;
	line-height:24px;
	font-weight:normal;
}

.cadeaucode img
{
	cursor:pointer;
}

.cadeaucode input, .cadeaucode img
{
	vertical-align:middle
}

.winkelwagen-producten-mini
{
	margin:0px 8px;
} 

.winkelwagen-mini-producten-uitklap th
{
	border-bottom:1px solid #ebebeb;
	font-weight:normal;
}

.winkelwagen-mini-producten-uitklap td
{
	vertical-align:top;
	font-weight:normal;
}

.winkelwagen-mini-producten-uitklap img
{
	width:50px;
	margin:4px 0px;
}

.winkelwagen-mini-header,
.uwgegevens-mini-header
{
	background-color:#d7d7d7;
	color:#0;
}

.winkelwagen-mini-header a,
.uwgegevens-mini-header a
{
	color:#0;
}


.winkelwagen-mini-container-uitklap
{
	width:200px;
	border:1px solid #c3c3c3;
	position:absolute;
	right:4px;
	
	top:78px;
	
	background-color:#fff;
	display:none;
	z-index:100;
}

.winkelwagen-mini-container-uitklap div.naardekassa
{
	 text-align:center;
	 margin-top:4px;
}

.winkelwagen-mini-container-uitklap div.naardekassa img
{
	border:0px;
	margin:8px;
}

/* Ordertraject */

.uwgegevens-mini-header
{
	background-color:#d7d7d7;
	color:#0;
}

.ordertraject
{
	margin:8px;
}

.ordertraject .stappen-balk span
{
 	font-size:1em;
}

.ordertraject .stappen-balk 
{
	text-align:center;
	font-weight:bold;
	margin-bottom:8px;
}

.ordertraject .stappen-balk td.actief
{
	color:#000;
}

.ordertraject .stappen-balk td.nietactief
{
	color:#b1b1b1;
}


.ordertraject .stappen-balk h2
{
	font-size:1.8em;
	margin:0px auto;
	font-weight:bold;
}

.ordertraject table.uwgegevens
{
	width:100%;
	border:1px solid #c2bebf;
} 

.ordertraject table.uwgegevens td
{
	background-color:#f2f2f2;
	padding-left:8px;
}

.ordertraject table.uwgegevens td.titel
{
	font-size:1.3em;
	font-weight:bold;
	line-height:21px;
	padding:3px 8px;
}

table.uwgegevens table.data
{
	margin-top:8px;
}

table.uwgegevens table.data td
{
	padding:1px;
	font-weight:normal;
}


.ordertraject .buttons
{
	margin:16px 0px;
	line-height:23px;
	text-align:center;
	position:relative;
	height:23px;
}

.ordertraject .buttons img
{
	vertical-align:middle;
	cursor:pointer;
	border:0px;
}

.ordertraject .verder-winkelen
{
	position:absolute;
	top:0px;
	left:8px;
}

.ordertraject .verder-winkelen img
{
	margin-right:8px;
}

.ordertraject .verder-winkelen a
{
	font-weight:bold;
}

div.foutmelding
{
	padding:8px;
	margin:8px 0px;
	border:1px solid #f00;
	color:#f00;
	font-weight:bold;
}

.ordertraject table.producten td
{
	padding-left:0px;
	font-weight:normal;
	vertical-align:top;
}


/* merken */

.merken
{
	margin:8px;
	position:relative;
}

.merken .merk
{
	display:block;
	position:relative;
	text-align:center;
	float:left;
	width:33%;
	height:130px;
	border-bottom:1px solid #d4d4d4;
	cursor:pointer;
}

.merken .merk div
{
	width:100%;
	cursor:pointer;
	height:20px;
	text-align:center;
	position:absolute;
	bottom:0px;
	left:0px;
	font-weight:bold;
	padding-bottom:2px;
}

.merken .merk img
{
	border:1px solid #d4d4d4;
	margin:8px 0px;
	margin-top:30px;
}

/* designers */

.designers
{
	margin:8px;
	position:relative;
}

.designers .designer
{
	display:block;
	position:relative;
	text-align:center;
	float:left;
	width:33%;
	height:130px;
	border-bottom:1px solid #d4d4d4;
	cursor:pointer;
}

.designers .designer div
{
	width:100%;
	cursor:pointer;
	height:20px;
	text-align:center;
	position:absolute;
	bottom:0px;
	left:0px;
	font-weight:bold;
	padding-bottom:2px;
}

.designers .designer img
{
	border:1px solid #d4d4d4;
	margin:8px 0px;
	margin-top:30px;
}

/* Select & Compare */

.selectcompare
{
	position:relative;
	margin-top:8px;
	vertical-align:top;
	overflow-x:auto;
	overflow-y:hidden;
	padding-bottom:15px;
}

.selectcompare img
{
	border:0px;
}

.selectcompare td.info
{
	
	width:150px;
	vertical-align:top;
}


.selectcompare td.productcomparekaart
{
	vertical-align:top;
}

.selectcompare tr.eigenschap td
{
	background-color:#fff;
	padding-left:8px;
	line-height:20px;
	border-right:1px solid #c4c4c4;
	vertical-align:top;
	color:#565656;
}

.selectcompare tr.alternate td
{
	background-color:#eaeaea;
	padding-left:8px;
	line-height:20px;
	border-right:1px solid #c4c4c4;
	vertical-align:top;
	color:#565656;
}

.selectcompare tr td.eigenschap
{
	padding:0px 8px;
	line-height:20px;
	font-weight:bold;
	vertical-align:top;
	color:#000;
}

.selectcompare .kleuren-padding-top
{
	padding-top:8px
}

.selectcompare .info .terug
{
	background-color:#fff;
	text-align:center;
}

.selectcompare .info .print
{
	text-align:center;
	color:#999;
	padding-top:8px;
	padding-bottom:4px;
}

.selectcompare .info .print a
{
	color:#ababab;
}

.selectcompare .info .print img
{
	margin-right:4px;
	vertical-align:bottom;
	padding-bottom:3px;
}

.selectcompare .productinfo
{
	background-color:#eaeaea;
	font-weight:bold;	
	padding-top:4px;
	padding-left:8px;
}

.selectcompare .producten
{
	height:100%;
	margin-left:133px;
	position:relative;
	overflow-x:scroll;
	vertical-align:top;
}

.selectcompare .buttons
{
	padding:10px 0px;
	text-align:center;
}

.selectcompare .buttons a
{
	display:block;
	padding-top:8px;
}



.selectcompare .bericht
{
	border-bottom:1px solid #c4c4c4;
	width:100%;
	line-height:25px;
	padding-top:10px;
}

.selectcompare span
{
	padding-left:8px;
	color:#565656;
}


.productcomparekaart .verwijder
{
	background-color:#a2a2a2;
	height:22px;
	line-height:22px;
	position:relative;
	width:100%;
}

.productcomparekaart .verwijder img
{
	margin-right:4px;
	display:block;
	vertical-align:middle;
	position:absolute;
	top:6px;
	right:4px;
	cursor:pointer;
}

.productcomparekaart .verwijder a
{
	color:#fff;
	font-weight:bold;
	padding-left:8px;
	display:block;
	position:relative;
}

.productcomparekaart .product
{
	padding:4px;
	text-align:center;
	padding-bottom:4px;
}

.productcomparekaart .product .titel h2
{
	font-size:1.2em;
	margin:0px;
	text-align:left;
	color:#000;
}

.productcomparekaart .product .titel
{
	height:40px;
	
}


.productcomparekaart .product div
{
	font-weight:normal;
	font-size:1em;
	color:#7f7f7f;
	text-align:left;
}

.productcomparekaart .product img
{
	padding-top:4px;
	margin:0px auto;
}

.productcomparekaart .product div img
{
	padding-right:4px;
}


.productcomparekaart .product .kleurenselect
{
	clear:both;
	position:relative;
}

.productcomparekaart .product .foto
{
	height:100px;
	width:100%;
	text-align:center;
	line-height:100px;
	padding-top:8px
}

.productcomparekaart .kleurenselect
{
}

.productcomparekaart .product .kleurvariatie
{
	display:block;
	width:20px;
	height:20px;
	border:1px solid #c8c8c8;
	float:left;
	margin-top:4px;
	margin-right:4px;
	text-decoration:none;
	line-height:20px;
	position:relative;
}

.productcomparekaart .product .kleurvariatie .kleur
{
	width:20px;
	height:20px;
	cursor:pointer;
	float:left;
}

.productcomparekaart .product .kleurvariatie .kleurextra
{
	width:10px;
	cursor:pointer;
	float:left;
}

.productcomparekaart .productinfo
{
	font-weight:normal;
	color:#565656;
}

div.aanbevolenprijs
{
	color:#000;
}

div.onzeprijs
{
	color:#f70000;
}

div.onzeprijs span
{
	color:#f70000;
	font-size:1.1em;
	font-weight:bold;
}

.productcomparekaart .buttons
{
	padding:8px;
	padding-bottom:0px;
}

.productcomparekaart .buttons img
{
	margin-top:8px;
	border:0px;
}


/* FORMS */


.form-label {
	display:block;
	float:left;
	clear:both;
	width:120px;
}

.maildit .form-label {
	width:200px;
}

.maildit .form-input
{
	width:300px;
}

.review .form-label {
	width:100px;
}

.review .form-input
{
	width:300px;
}


.form-input {
	display:inline;
}
.form-fieldset {
display:block;
	clear:both;
	border:0px;
}

.form_error_message {
	display:block;
	clear:both;
	float:left;
	border:1px solid red;
	font-weight:bold;
	height:20px;
	line-height:20px;
	width:300px;
	padding:2px;
	padding-left:8px;
	margin:5px 0px;
	margin-left:8px;
}

/* Quickview */

#quickview-overlay
{
	position:absolute;
	width:100%;
	height:100%;
	_height:3000px;
	background-color:#ccc;
	opacity:.80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	z-index:100;
	
	visibility:hidden;
}

#quickview-product
{
	position:absolute;
	top:200px;
	left:50%;
	margin-left:-319px;
	width:636px;
	height:336px;
	background-color:#fff;

	opacity:1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
	
	z-index:110;
	visibility:hidden;
	border:0px solid #000;
}

#quickview-iframe
{
	position:absolute;
	top:0px;
	left:0px;
}

#quickview-product .kruisje
{
	position:absolute;
	top:4px;
	right:4px;
	width:15px;
	height:15px;
	cursor:pointer;
}

#quickview-product .kruisje img
{
	border:0px;
}

#quickview-product .sluiten
{
	position:absolute;
	cursor:pointer;
	top:5px;
	left:5px;
}

#quickview-details
{
	position:absolute;
	top:20px;
	padding:5px;
}

.productcontainer-quickview
{
	position:relative;
	margin:0px;
	padding:0px;
	font-weight:normal;
	width:636px;
	height:340px;
}

.productcontainer-quickview .productcontainer-quickview-inner
{
	clear:both;
	width:100%;
	height:255px;
}

.productcontainer .afbeelding,
.productcontainer-quickview .afbeelding
{
	width:49%;
	float:left;
	text-align:center;
	line-height:255px;
	margin:0px;
	padding:0px;
}

.productcontainer .informatie,
.productcontainer-quickview .informatie
{
	width:49%;
	float:left;
	margin:0px;
	padding:0px;	
	color:#999;
}

.productcontainer-quickview .informatie .merk
{
	position:absolute;
	width:25%;
	top:50px;
	right:8px;
	overflow:hidden;
	text-align:right;
}

.productcontainer h1,
.productcontainer-quickview h2, .productcontainer-quickview h1
{
	font-weight:bold;
	font-size:1.1em;
	color:#000;
	margin:16px 0px;
	padding:0px;
}

.productcontainer h1,
.productcontainer-quickview h1
{
	font-size:1.4em;
	margin-top:16px;
}


.productcontainer-quickview .aanbevolenprijs
{
	line-height:15px;
	font-weight:bold;
}

.productcontainer-quickview .onzeprijs
{
	font-weight:bold;
	color:#f00;
}

.productcontainer-quickview .bestellen
{
	clear:both;
	position:relative;
	margin-left:-5px;
	width:620px;
	height:40px;
	background-color:#eeeeee;
	padding:8px;
}

.productcontainer-quickview .bestellen  div
{
	margin-left:50%;
}

.productcontainer-quickview .bestellen div div
{
	margin:0px;
	padding:0px;
}


.productcontainer-quickview div.icon
{
	position:absolute;
	top:8px;
	right:8px;
	width:500px;
	height:21px;
	text-align:right;
}

.productcontainer-quickview div.icon div
{
	position:relative;
	top:0px;
	left:5px;
}

.productcontainer-quickview div.bestelbutton
{
	padding:0px;
	height:21px;
	line-height:21px;
	vertical-align:top;
	width:300px;
	text-align:right;
	position:absolute;
	right:8px;
	bottom:8px;
}

.productcontainer-quickview  .bestelbutton img
{
	vertical-align:bottom;
	cursor:pointer;
}


/* Meer fotos */

#meerfotos-product
{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-319px;
	width:636px;
	height:500px;
	background-color:#fff;

	opacity:1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
	
	z-index:110;
	visibility:hidden;
	border:1px solid #000;
}


#meerfotos-product .kruisje
{
	position:absolute;
	top:4px;
	right:4px;
	width:15px;
	height:15px;
	cursor:pointer;
}


#meerfotos-product .sluiten
{
	position:absolute;
	cursor:pointer;
	top:5px;
	left:5px;
}

#meerfotos-details
{
	position:absolute;
	top:20px;
	padding:5px;
}

.productcontainer-meerfotos
{
	position:relative;
	margin:0px;
	padding:0px;
	font-weight:normal;
	width:636px;
}

.productcontainer-meerfotos .productcontainer-meerfotos-inner
{
	clear:both;
	height:275px;
	width:100%;
}

.productcontainer-meerfotos .meer-fotos-afbeelding
{
	width:49%;
	float:left;
	text-align:center;
	line-height:400px;
	margin:0px;
	padding:0px;
}

.productcontainer-meerfotos .informatie
{
	width:49%;
	float:left;
	margin:0px;
	padding:0px;
	padding-top:16px;
}

.productcontainer-meerfotos .fotos
{
	clear:both;
	padding-top:16px;
	width:180px;
}

.productcontainer-meerfotos .fotos .foto
{
	width:50px;
	height:50px;
	float:left;
	border:1px solid #e6e6e6;
	margin-right:4px;
	margin-top:4px;
	overflow:hidden;
	cursor:pointer;
}

/* Upselling */

.upselling
{
	text-align:center;
	margin-bottom:8px;
}

.upselling .product
{
	display:block;
	position:relative;
	margin-top:10px;
}

.upselling p
{
	text-align:center;
	padding:4px 0px;
	color:#727272;
	line-height:15px;
}

.upselling p.image
{
	height:100px;
	z-index:50;
}


.upselling p.naam
{
	padding:0px;
	color:#525252;
}

.upselling p.prijs
{
	padding:0px;
	color:#ed0c06;
	font-weight:bold;
}


.upselling .product .meerdetails
{
	position:absolute;
	top:0px;
	right:4px;
	padding:0px 2px 1px 2px;
	width:72px;
	height:14px;
	line-height:14px;
	background-color:transparent;
	color:#fff;
	text-align:center;
	cursor:pointer;
	display:none;
	text-align:right;
	z-index:100;
}

.upselling .product .meerdetails img
{
	border:0px;
	z-index:100;
}


.upselling .product .meerdetails a
{
	color:#fff;
	text-decoration:none;
}


/* Crossselling */

.meebestellen
{
	width:100%;
	position:relative;
	padding-top:16px;
	padding-bottom:16px;
}

.meebestellen p
{
	font-weight:bold;
	color:#000;
	padding:8px 0px;
}

.meebestellen .producten
{
	width:100%;
	position:relative;
}

.meebestellen .producten .product
{
	width:150px;
	height:150px;
	float:left;
	text-align:center;
	display:block;
	position:relative;
}

.meebestellen p.image
{
	height:100px;
	margin-top:8px;
	z-index:50;
}


.meebestellen p.naam
{
	padding:0px;
	color:#525252;
	font-weight:normal;
}

.meebestellen p.prijs
{
	padding:0px;
	color:#ed0c06;
	font-weight:bold;
}

.meebestellen .product .meerdetails
{
	position:absolute;
	top:0px;
	right:4px;
	padding:8px 2px 1px 2px;
	width:72px;
	height:14px;
	line-height:14px;
	background-color:#transparent;
	color:#fff;
	text-align:center;
	cursor:pointer;
	display:none;
	text-align:right;
	z-index:100;
}

.meebestellen .product .meerdetails img
{
	border:0px;
	z-index:100;
}


.meebestellen .product .meerdetails a
{
	color:#fff;
	text-decoration:none;
}

/* Laatst bekeken */


.laatstbekekencontainer
{
	padding:8px 0px;
}

.laatstbekekenproduct
{
	margin:4px 8px;
	height:50px;
	position:relative;
	border-bottom:1px solid #e2e2e2; 
}

.laatstbekekenproduct p
{
	font-size:0.9em;
	font-weight:normal;
	margin-bottom:8px;
}

.laatstbekekenthumb
{
	position:absolute;
	top:0px;
	left:0px;
	height:50px;
	width:50px;
}

.topproductenthumb
{
	height:50px;
	margin-left:3px;
	margin-top:1px;
	margin-bottom:2px;
	float:left;
	width:50px;
}

.laatstbekekendetails
{
	position:relative;
	margin-left:54px;
	padding-top:0px;
}

.laatstbekekenproduct p.naam
{
	color:#535353;
}

.laatstbekekenproduct p.bestellen
{
}

.laatstbekekenproduct p.bestellen a
{
	font-weight:bold;
	text-decoration:underline;
}

/* Offerte */
.offertecontainer
{
	padding:16px;
}

.offertecontainer td
{
	text-align:left;
	font-weight:normal;
}

.flashbanner
{
	background-color:#efefef;
	z-index:10;
}

a.filterinfolink
{
	text-decoration:none;
	cursor:pointer;
	padding:4px;
	margin-left:8px;
	background:url(http://static.fonq.nl/img/algemeen/vraagteken.jpg) no-repeat 0px 2px;
}

a.filterinfolink:hover
{
	text-decoration:none;
}

.filterinfo
{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:200px;

	padding:0px;
	color: #484747;
	background-color:#7a001d;
	border:1px solid #999;

	font-weight:normal;
	z-index:300;
}

.filterinfocontent
{
	padding:8px;
	color: #484747;
	background-color:#ffffff;
	border:2px solid #b00931;
}

.form-fieldset
{
	width:auto;
	padding:8px;
}

.form-fieldset input,
.form-fieldset label,
.form-fieldset textarea
{
	margin:4px 0px;
}


/* RESTYLE PRODUCTPAGINA, WINKELWAGEN, ORDERTRAJECT 2009 */

.productpagina
{
	width:auto;
	border:0px;
	position:relative;
	background-color:#fff;
	margin-bottom:8px;
	color:#3a3a3a;
}

.productpagina a
{
	text-decoration:none;
	cursor:pointer;
	color:#3a3a3a;
}

.productpagina a:hover
{
	text-decoration:underline;
}

.productcardheader
{
	position:relative; 
	background:url(http://static.fonq.nl/img/algemeen/content-onderdelen/titelbackground.gif) top left repeat-x; 
	height:47px;
	width:auto;
	padding:0px;
	margin:0px;
}

.productcardheader .titel
{
	position:absolute;
	left:8px;
	top:5px;
	width:auto;
	height:21px;
}

.productcardheader .titel h1
{
	font-size:1.5em;
	color:#000;
	margin:0px;
	padding:0px;
}

.productcardheader .reviews
{
	position:absolute;
	left:8px;
	bottom:2px;
	width:280px;
	line-height:15px;
	height:15px;
}

.productcardheader .review a
{
	color:#3a3a3a;
}

.productcardheader .reviews img
{
	vertical-align:middle;
	height:15px;
	border:0px;
}

.productcardheader .alleproducten
{
	position:absolute;
	bottom:2px;
	left:274px;
	width:auto;
	height:15px;
}

.alleproducten a
{
	color:#3a3a3a;
}

.productcardheader .merklogo
{
	position:absolute;
	right:8px;
	top:0px;
	margin:0px;	
	padding:0px;
	

	text-align:right;
	vertical-align:middle;
	overflow:hidden;
	height:47px;
	line-height:47px;
}

.productcardheader .merklogo .link
{
	padding-left:0px !important;
	width:auto !important;
}

.productcardheader .merklogo img
{
	vertical-align:middle;
	margin-top:4px;
	border:0px;
}

.productdetails
{
	position:relative;
	clear:both;
	width:auto;
	margin:8px;
	margin-bottom:0px;
	margin-top:2px;
	padding:8px 0px;
	padding-bottom:0px;
}

.productdetails .afbeeldingcontainer
{
	position:relative;
	width:250px;
	height:271px;
	border:1px solid #cecece;
	overflow:hidden;
}

.productkaartje .afbeelding a
{
	z-index:200;
}

.productkaartje .afbeelding div.productcardnieuwproductbutton
{
	z-index:200;
}

.productcardnieuwproductbutton
{
	position:absolute;
	right:4px;
	top:4px;
	cursor:hand;
}

.productcardnieuwproductbutton img
{
	border:0px;
}

.afbeeldingcontainer .afbeelding 
{
	width:250px;
	height:250px;
	overflow:hidden;
	cursor:default;
	line-height:250px;
	vertical-align:middle;
}

.afbeeldingcontainer .afbeelding img
{
	line-height:250px;
	cursor:crosshair;
}

.product-zoom-window
{
	position:absolute;
	top:0px;
	left:0px;
	width:50px;
	height:45px;
	border:1px solid #000;
	background-color:transparent;
	visibility:hidden;
	cursor:crosshair;
	ttbackground-color:#fff;
	ttopacity:.50;
	ttfilter: alpha(opacity=50); 
	tt-moz-opacity: 0.5;
}


.afbeeldingcontainer .video
{
	position:absolute;
	left:4px;
	top:4px;
	width:47px;
	height:16px;
	
	cursor:pointer;
	z-index:200;
}


.afbeeldingcontainer a.videolink
{ 
	/*background:url(/img/algemeen/buttons/button-video.gif) no-repeat scroll 0px top;*/
	background-image: url(http://static.fonq.nl/img/algemeen/content-onderdelen/sprites/productpagina-sprite.gif);
	background-position: -10px -211px;
	background-repeat:no-repeat;
	display:block;
	border:0px;
	width:47px;
	height:16px;
	cursor:pointer;
}

.afbeeldingcontainer .actiebutton
{
	position:absolute;
	right:4px;
	bottom:4px;
	z-index:0;
	cursor:default;
}

.afbeeldingcontainer .actiebutton img
{
	display:block;
	border:0px;
}

.productkaartactiebutton
{
	position:absolute;
	right:4px;
	bottom:4px;
	
	cursor:hand;
}

.productkaartactiebutton img
{
	display:block;
	border:0px;
}

.nieuwproductbutton 
{
	position:absolute;
	right:4px;
	top:4px;
	cursor:default;
	line-height:0px;
}

.nieuwproductbutton img
{
	border:0px;
}

.productdetails .zoomtext
{
	/*background:url(/img/algemeen/content-onderdelen/zoom.gif) 1px 1px no-repeat;*/
	background-image: url(http://static.fonq.nl/img/algemeen/content-onderdelen/sprites/productpagina-sprite.gif);
	background-position: -9px -406px;
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:19px;
	line-height:17px;
	border-top:1px solid #cecece;
	padding-left:20px;
	font-size:0.9em;
	color:#646464;
}

.productdetails .details
{
	position:absolute;
	left:265px;
	top:8px;
	width:365px;
	
	height:272px;
	padding-top:0px;
	margin:0px;
	
	border-bottom:1px solid  #cecece;
	color:#3a3a3a;
}

.productdetails .details .product-zoom-container
{
	position:absolute;
	left:0px;
	top:0px;
	border:1px solid #cecece;
	background-color:#fff;
	width:365px;
	height:271px;
	overflow:hidden;
	visibility:hidden;
	z-index:210;
}
.productdetails .details .product-zoom-afbeelding
{
	position:absolute;
	left:0px;
	top:0px;
	width:500px;
	height:500px;	
	background-repeat:no-repeat;
	background-position:top left;
	z-index:220;
	background-color:#fff;
}

.product-zoom-iframe
{
	position:absolute;
	left:0px;
	top:0px;
	width:300px;
	height:300px;
	z-index:200;
}


.productdetails .details .product-zoom-afbeelding img
{
	visibility:hidden;
	display:relative;
}

.productdetails table.eigenschappen
{
	margin-top:16px;
	height:auto;
}

.productdetails table.eigenschappen td
{
	line-height:15px;
}

.productdetails .details .aanbieding .aanbiedingtekst
{
	float:left;
}

.productdetails .details .aanbieding .aanbiedingbutton
{
	float:left;
	margin-left:8px;
}

.productdetails .details .aanbieding .aanbiedingbutton a.aanbiedingbuttonlink
{
	/*background:url(/img/algemeen/buttons/button-in-winkelwagen-small.gif) no-repeat scroll 0px top;*/
	background-image: url(http://static.fonq.nl/img/algemeen/content-onderdelen/sprites/productpagina-sprite.gif);
	background-position: -10px -10px;
	background-repeat:no-repeat;
	display:block;
	height:20px;
	width:26px;
}

.productdetails .details .aanbieding
{
	position:relative;
	left:0px;
	padding-bottom:5px;
	height:20px;
}

.productdetails .details .aanbieding span
{
	font-weight:bold;
	font-size:1.0em;
	line-height:20px;
}

.productdetails .details .aanbieding span.vanprijs
{
	font-size:1.0em;
	text-decoration: line-through;
}

.productdetails .details .aanbieding span.onzeprijs
{
	color:#c90000;
	font-weight:bold;
	font-size:1.0em;
	line-height:20px;
}

.productdetails .details .variaties
{
	position:absolute;
	left:0px;
	bottom:4px;
	width:auto;
	padding-bottom:2px;
}

.productdetails .details .variaties .actie
{
	color:#3A3A3A;
	margin-bottom:4px;
}


.productdetails .details .b2b
{
	height:20px;
}

.productdetails .details .b2b img
{
	border:0px;
}

.productdetails .details .b2b a.b2bbutton
{
	/*background:url(/img/algemeen/buttons/button-b2b.gif) no-repeat scroll 0px top;*/
	background-image: url(http://static.fonq.nl/img/algemeen/content-onderdelen/sprites/productpagina-sprite.gif);
	background-position: -10px -247px;
	background-repeat:no-repeat;
	display:block;
	height:20px;
	line-height:16px;
	padding-left:35px;
}

.uitvoeringen
{
	
}

.productdetails .details .uitvoeringen form
{
	padding:0px;
	margin:0px;
	display:inline;
}

.meerfotosbutton
{
	position:absolute;
	top:81px;
	right:15px;
	width:50px;
	height:50px;
}

.meerfotosbutton img
{
	border:0px;
	cursor:pointer;
}

.meerfotos
{
	display:none;
}

.uitvoeringen p, .extrafotos p
{
	clear:both;
	position:relative;
	padding-top:8px;
	padding-bottom:8px;
	font-size:1.1em;
	font-weight:bold;
	margin:0px;
	line-height:20px;
	color:#3a3a3a;
}

.productdetails .fotos .minifoto
{
	width:40px;
	height:40px;
	border:1px solid #cecece;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	overflow:hidden;
}

.productdetails .fotos .minifoto img
{
	width:100%;
	height:100%;
	cursor:pointer;
	border:0px;
}

#meerfotosbutton img
{
	width:40px;
	height:40px;
}


.fotosenbestelinfo
{
	width:100%;
	position:relative;
}

.fotos
{
	float:left;
	width:259px;
	padding-bottom:8px;
}

.productdetails .bestelinformatie
{
	float:left;
	margin-left:6px;
	width:365px;
	padding-bottom:8px;
}

.bestelinformatie .voorraadicoon
{
	padding:8px 0px;
	--color:#000;
	color:#0d8e00;
	/*width:60%;*/
	/*width:55%;*/
	position:relative;
}

.bestelinformatie .verzendkostenactie
{
	float:right;
	width:200px;
	text-align:right;
	padding-top:9px;
	color:#000;
	padding-bottom:4px;
}

.bestelinformatie .voorraadicoon a
{
	display:block;
	color:#3a3a3a;
}

.voorraad,
.voorraad .opvoorraad
{
	color:#0d8e00;
	letter-spacing:-1px;
}

.voorraadicoon .opvoorraad
{
	color:#0d8e00;
	font-weight:bold;
}

.levertijdrow .opvoorraad
{
	color:#3da80e !important;
}

.bestelinformatie .bestellen
{
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
	background-color:#e6e6e6;
	color:#3a3a3a;
	height:60px;
	width:auto;
	line-height:30px;
	padding:4px 0px;
	padding-left:20px;
}

.bestelinformatie .bestellen .valuta img
{
	display:block;
	float:left;
}

.bestelinformatie .bestellen a.winkelwagenbutton
{
	/*background:url(/img/algemeen/buttons/button-in-winkelwagen.gif) no-repeat scroll 0px top;*/
	background-image: url(http://static.fonq.nl/img/algemeen/content-onderdelen/sprites/productpagina-sprite.gif);
	background-position: -10px -50px;
	background-repeat:no-repeat;
	display:block;
	height:28px;
	float:right;
	margin-left:5px;
	width:175px;
}

.bestelinformatie .bestellenbundel
{
	border-bottom:1px solid #cecece;
	background-color:#d0d0d0;
	height:20px;
	width:auto;
	line-height:20px;
	padding:5px 0px;
	padding-left:8px;
	color:#000;
}

.bestelinformatie .bestellenbundel .bundelbutton
{
	float:left;
	width:12%;
	margin-left:10px;
}

.bestelinformatie .bestellenbundel .bundelbutton a.bestelbuttonlink
{
	/*background:url(/img/algemeen/buttons/button-bundel.gif) no-repeat scroll 0px top;*/
	background-image: url(http://static.fonq.nl/img/algemeen/content-onderdelen/sprites/productpagina-sprite.gif);
	background-position: -10px -96px;
	background-repeat:no-repeat;
	display:block;
	height:19px;
	width:29px;
}

.bestelinformatie .bestellenbundel .percentage
{
	float:left;
	width:80%;
}

.bestelinformatie .bestellenbundel img
{
	vertical-align:middle;
	border:0px;
}

.bestelinformatie .bestellenbundel .bundelvoordeel
{
	font-weight:bold;
}

.bestelinformatie .bestellen .vanprijs
{
	text-decoration:line-through;
}

.bestelinformatie .bestellen .onzeprijs
{
	color:#c90000;
	font-weight:bold;
	font-size:1.5em;
	line-height:20px;
}

.bestelinformatie .bestellen .aantal
{
	margin:0px;
	padding:0px;
	height:26px;
	line-height:26px;
	vertical-align:baseline;
	text-align:right;
	padding-right:15px;
	color:#3A3A3A;
}

.bestelinformatie .bestellen .aantal .aantalinput
{
	float:left;
	display:block;
	text-align:right;
	width:45%;
}

/* AddThis Button BEGIN */
.addthis_toolbox .hover_effect{width: 100%;padding: 0px 0px 0px 6px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.addthis_toolbox .hover_effect div{float: left;}
.addthis_toolbox .hover_effect a{border: 2px solid #fff;padding: 2px 2px 2px 16px;position: relative;text-decoration: none;}
/*.addthis_toolbox .hover_effect a:hover{border: 2px solid #105CB6;-moz-border-radius: 4px;-webkit-border-radius: 4px;background: #B4D3F8;color: #105CB6;text-decoration: none;}*/
.addthis_toolbox .hover_effect span{position: absolute;width: 16px;height: 16px;top: 2px;left: 1px;}
/* AddThis Button END */

.bestelinformatie .bestellen .aantal img
{
	vertical-align:middle;
	position:relative;
	top:-2px;
}

.bestelinformatie .bestellen input
{
	width:20px;
	margin:0px;
}


.bestelinformatie .printmail
{
	padding-top:6px;
	line-height:20px;
	height:40px;
}

.bestelinformatie .printmail td
{
	vertical-align:middle;
	height:20px
}

.bestelinformatie .printmail a
{
	display:block;
	height:20px;
	line-height:20px;
	padding-left:15px;
}

.printmail a.maildit
{
	/*background:url(/img/algemeen/content-onderdelen/maildit.gif) 1px top no-repeat;*/
	background-image: url(http://static.fonq.nl/img/algemeen/content-onderdelen/sprites/productpagina-sprite.gif);
	background-position: -9px -285px;
	background-repeat:no-repeat;
}

.printmail a.verlanglijst
{
	background:url(http://static.fonq.nl/img/algemeen/content-onderdelen/verlanglijst.gif) left top no-repeat;
}

.printmail a.zakelijk
{
	/*background:url(/img/algemeen/content-onderdelen/zakelijk.gif) left top no-repeat;*/
	background-image: url(http://static.fonq.nl/img/algemeen/content-onderdelen/sprites/productpagina-sprite.gif);
	background-position: -10px -366px;
	background-repeat:no-repeat;
}

.printmail a.printdit
{
	/*background:url(/img/algemeen/content-onderdelen/printdit.gif) left top no-repeat;*/
	background-image: url(http://static.fonq.nl/img/algemeen/content-onderdelen/sprites/productpagina-sprite.gif);
	background-position: -10px -326px;
	background-repeat:no-repeat;
}

.productopties
{
	position:relative;
	clear:both;
	overflow:hidden;
	width:auto;
	margin:8px;
	margin-top:0px;
	margin-bottom:4px;
	padding:2px 0px;
	border-top:1px solid #cecece;
	line-height:25px;
}

.productopties .bookmarks img
{
	vertical-align:middle;
}

.productopties .reviewschrijven
{
	position:absolute;
	height:25px;
	width:auto;
	top:2px;
	right:0px;
}

.kopbalk
{
	
}

.kopbalk h2
{
	background:url(http://static.fonq.nl/img/algemeen/content-onderdelen/kopbalk-achtergrond.gif) left top repeat-x;
	height:25px;
	padding-left:8px;
	padding-top:2px;
	width:auto;
	font-size:1.3em;
	font-weight:bold;
	margin:0px;
}

.kopbalk p
{
	width:auto;
	padding:8px;
	padding-bottom:0px;
	margin:0px;
	color:#000;
	clear:both;
}

.kopbalk ul
{
	margin:1em;
}

.kopbalk img
{
	position:relative;
}

.productomschrijving img
{
}

.productomschrijving p,
.productomschrijving p div,
.productomschrijving div,
.productuitvoering p,
.productuitvoering p div,
.productuitvoering div
{
	padding:0px 8px;
	width:auto;
}

.productomschrijving div,
.productuitvoering div
{
	margin-bottom:8px;
}

.externemedia
{
	padding-bottom:8px;
}

.productpagina .beoordelingen
{
	position:relative;
}

.review-totaal
{
	background-color:fff;
	border-bottom:1px solid #cecece;
	padding:8px 0px;
	margin:0px 8px;	
	padding-top:4px;
	vertical-align:middle;
	height:20px;
	line-height:20px;
	position:relative;
}

.review-totaal img
{
	width:15px;
	height:15px;
}

.beoordeling-header
{
	height:20px;
	line-height:20px;
	font-weight:bold;
	padding:4px 0px 2px 0px;
	position:relative;
}

.beoordeling-header img
{
	position:relative;
	top:2px;
}

.beoordeling-header span
{
	padding-left:16px;
}

.beoordeling .mening
{
	margin:0px;
	line-height:20px;
	padding-bottom:4px;
}

.productpagina .beoordelingen .review-paginering
{
	position:absolute;
	top:0px;
	right:12px;
	z-index:1;
	height:25px;
	line-height:25px;
	text-align:right;
}

.productpagina .beoordelingen .review-paginering span.LINK,
.productpagina .beoordelingen .review-paginering .paginering_selected,
.productpagina .beoordelingen .review-paginering .paginering_unselected
{
	padding:0px 2px;
}

.productpagina .beoordelingen .review-paginering .paginering-review
{
	color:#575757;
	position:relative;
	float:left;
	margin-left:10px;
	margin-right:2px;
}

.productpagina .beoordelingen .review-paginering .info
{
	color:#575757;
	/*position:absolute;
	left:0px;
	top:0px;*/
	position:relative;
	float:left;
}

.productpagina .beoordelingen .sterren
{
	display:inline;
}

.productpagina .beoordelingen .sterren img
{
	width:15px;
	height:15px;
}


.beoordelingen .beoordeling
{
	margin:0px 8px;
	border-bottom:1px solid #cecece;
}

.beoordeling-footer
{
	position:relative;
	height:30px;
	line-height:30px;
	margin:0px 8px;
	padding-top:4px;
	margin-bottom:8px;
	background:url(http://static.fonq.nl/img/algemeen/content-onderdelen/reviewfooter-achtergrond.gif) repeat-x bottom left;
	border-bottom:1px solid #cecece;
}

.beoordeling-footer a.schrijfreview
{
	/*background:url(/img/algemeen/buttons/button-schrijf-review.gif) no-repeat scroll 0px top;*/
	background-image: url(http://static.fonq.nl/img/algemeen/content-onderdelen/sprites/productpagina-sprite.gif);
	background-position: -10px -171px;
	display:block;
	height:30px;
	width:84px;
	line-height:40px;
}

.beoordeling-footer img
{
	position:relative;
	top:3px;
}

.productpagina .beoordeling-footer .review-paginering 
{
	position:absolute;
	text-align:right;
	right:0px;
	height:35px !important;
	line-height:35px !important;
}

.beoordeling-footer .review-paginering td a,
{
	display:block;
	height:30px !important;
	line-height:30px !important;
}

.clearfix
{
	position:relative;
	clear:both;
	font-size:1px;
	line-height:1px;
}

/* Bundel Style */

.bundelcontainer
{
	width:auto;
	padding: 8px 8px;
	padding-top:0px;
}

.bundelcontainer .voorraad
{
	font-weight:normal;
	font-size:1em;
}

.bundelcontainer h3
{
	margin-bottom:3px;
}

.bundelcontainer .bundelomschrijving
{
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	background-color: #E6E6E6;
	padding: 8px 12px 12px 12px;
	height: 100%;
	overflow:hidden;
}

.bundelcontainer .bundelomschrijving .toelichting
{
	float:left;
	width: 65%;
	height: 100%;
	line-height:15px;
}

.bundelcontainer .bundelomschrijving .bestel
{
	float:right;
	width: 35%;
	height: 100%;
	line-height: 20px;
	text-align:right;
}

.bundelcontainer .bundelomschrijving .bestel a.winkelwagenbutton
{
	/*background:url(/img/algemeen/buttons/button-in-winkelwagen.gif) no-repeat scroll 0px top;*/
	background-image: url(http://static.fonq.nl/img/algemeen/content-onderdelen/sprites/productpagina-sprite.gif);
	background-position: -10px -50px;
	display:block;
	height:28px;
	float:right;
	margin-left:5px;
	width:175px;
}

.productkaartje-bundel .productafbeelding
{
	border: 1px solid #CECECE;
	padding: 2px;
	height: 75px;
	width: 75px;
}

.bundelcontainer .bundelomschrijving .bestel .prijsbundel
{
	margin-top:0px;
	padding-top:0px;
	margin-bottom:4px;
	position:relative;
	top:-4px;
}

.bundelcontainer .bundelomschrijving .bestel .prijsbundel .onzebundelprijs
{
	color:#c90000;
	font-weight:bold;
	font-size:1em;
}


.bundelcontainer .bundelomschrijving .bestel .prijsbundel .onzeprijs
{
	color:#000;
	font-size:1em;
	line-height:10px;
	text-decoration:line-through;
	margin-right:4px;
}

.bundelcontainer .bundelomschrijving .bestel .prijsbundel .korting
{
	color:#000;
	font-size:1em;
	line-height:20px;
	margin-right:4px;
	margin-bottom: 4px;
}

.trustpilotcontainer
{
	margin-left:-3px;
}

.productkaartje-bundel
{
	float:left;
	/*margin:8px;*/
	padding:2px 0;
	width: 90px;
	height:110px;
	margin-top:8px;
	margin-bottom:10px;
}

.productkaartje-bundels .bundelspacer
{
	float:left;
	font-size:2.0em;
	margin-right: 8px;
	font-weight:bold;
	height:100px;
	padding-top:30px;
}

.productkaartje-bundel .teksten
{
	text-align: center;
}

.productkaartje-bundel .productafbeelding
{
	border: 1px solid #CECECE;
	height: 75px;
	width: 75px;
}

.productkaartje-bundel .productafbeelding img
{
	height: 75px;
	width: 75px;
}

.productkaartje-bundels
{
	margin-bottom: 10px;
	width: 100%;
}

/* Eind Bundel Style */


/* wijzigingen voor op productpagina */

.ookbekeken .productkaartje
{
	display:block;
	float:left;
	margin-right:4px;
	
	border:0px;
	text-align:center;
	height:210px;
	margin:0px;
	width:135px;
	height:205px;
	background-color:#fff;
	margin-right:20px;
}

.ookbekeken, 
{
	padding-bottom:8px;
}

.ookbekeken .productkaartjes
{
	padding-left:15px;
}

.ookbekeken .productkaartje .productafbeelding,
.ookbekeken .productkaartje .afbeelding
{
	padding-top:0px;
	top:0px;
}

.ookbekeken .productkaartje .naam
{
	position:absolute;
	left:0px;
	top:110px;
	height:28px;
	overflow:hidden;
}

.ookbekeken .productkaartje .reviews
{
	position:absolute;
	left:0px;
	top:140px;
	padding-left:0px;
}

.ookbekeken .productkaartje .uitvoeringen,
.ookbekeken .productkaartje .levertijd,
.ookbekeken .productkaartje .voorraad,
.ookbekeken .productkaartje .opties,
.ookbekeken .productkaartje .video
{
	display:none;
}

.ookbekeken .productkaartje .prijzen
{
	background-color:#fff;
	position:absolute;
	left:0px;
	bottom:0px;
	width:135px;
	padding:0px;
	height:45px;
}

.ookbekeken .productkaartje  .prijzen .vanprijs
{
	display:inline;
	position:relative;
	left:0px;
	top:0px;
	bottom:0px;
	height:20px;
	margin:0px;
	padding:0px;
	margin-right:8px;
	line-height:15px;
	color: #666;
}

.ookbekeken .productkaartje .prijzen .prijs
{
	display:inline;
	position:relative;
	left:0px;
	top:0px;	
	line-height:15px;
	bottom:0px;
	height:20px;
	margin:0px;
	padding:0px;
	color: #000000;
}

.ookbekeken .productkaartje .prijzen .bestellen
{
	display:block;
	position:relative;
	bottom:0px;
	right:0px;
	height:17px;
	margin:auto;
	margin-bottom:0px;
	margin-top:4px;
}

.ookbekeken .productkaartje .prijzen a.meerinfo
{
	/*background:url(/img/algemeen/buttons/button-meerinfo.gif) no-repeat scroll 0px top;*/
	background-image: url(http://static.fonq.nl/img/algemeen/content-onderdelen/sprites/productpagina-sprite.gif);
	background-position: -10px -134px;
	height:17px;
	width:62px;
	display:block;
	position:relative;
	bottom:0px;
	right:0px;
	margin:auto;
	margin-bottom:0px;
	margin-top:4px;
}

.ookbekeken .productkaartje .prijzen .bestellen
{
	width:95px;
}

/* Nieuwe winkelmandje */
.winkelmandje-linkerkolom
{
	padding-top:8px;
	padding-left:2px;
}

.ordertraject-linkerkolom
{
	border-right:1px solid 
}

.winkelmandje-linkerkolom .verder-winkelen
{
	border:0px;
}

.winkelmandje-rechterkolom
{
	width:170px;
	vertical-align:top;
	padding-left:4px;
	padding-right:8px;
}

.winkelwagen-container
{
	--border-top:1px solid #bfbfbf;
	
	margin-bottom:8px;
	background-color:#fff;
	font-size:11px;
	width:auto;
}

.winkelwagen-container .ordertraject-header
{
	text-align:center;
	padding-left:12px;
}

.winkelwagen-container h1
{
	padding-left:12px;
	margin:12px 0px;
	color:#c93d00;
	font-size:1.3em;
}

.winkelwagen-container p.tekst
{
	margin:0px;
	padding:0px 12px;
}

.winkelwagen-container .button-container
{
	padding:12px;
}
	
table.winkelwagen tr td,
table.winkelwagen tr th
{
	border-bottom:1px solid #bfbfbf;
	background-color:#fff;
	font-size:11px;
	color:#000;
}

table.winkelwagen tr td.abonnee,
table.winkelwagen tr th.abonnee
{
	background-color:#f4f4f4;
	color:#d13f16;
	padding-left:4px;
}

table.winkelwagen span
{
	color:#000;
}

table.winkelwagen select,
table.winkelwagen input
{
	font-size:10px;
}

table.winkelwagen tr.noline td
{
	border-bottom:0px;
	padding-bottom:0px;
}

table.winkelwagen tr.kortingcode td
{
	padding-bottom:8px;
	padding-top:3px !important;
}

table.winkelwagen td,
table.winkelwagen th
{
	line-height:15px;
	padding-top:8px;
	padding-bottom:8px;
	line-height:15px;
}

table.winkelwagen td
{
	text-align:center;
	vertical-align:top;
	background-color:#fff;

}

table.winkelwagen td input
{
}

td.prodnaam .winkelwagenbundel
{
	text-decoration: underline;
}

.checkbox,
tr.winkelwagenproducten td.prodnaam img
{
	border:0px;
}
tr.winkelwagenproducten td.bundelproduct
{
	height:30px;
	margin:0px;
	padding:0px;
}

tr.winkelwagenproducten td.winkelwagenkolom
{
	height:30px;
	margin:0px;
	padding:0px;
}

tr.winkelwagenproducten td.winkelwagenkolom td.whitespace
{
	width:50px;
	border:0px;
	width:50px;
}

.prodnaam .checkbox
{
	margin-left:-1px;
}

.prodnaam select
{
	
}

tr.winkelwagenproducten td.prodnaam img
{
	vertical-align:bottom;
}

tr.winkelwagenproducten td.prodnaam .tekst
{
	text-align:left; font-weight:bold;
}

.uitleg
{
	font-style:italic;
	font-weight:normal;
	color:#666666;
	line-height:18px;
	font-size:10px !important;
}

.non-italic
{
	font-style:normal;
}

.non-bold
{
	font-weight:normal !important;
}


tr.winkelwagenproducten td.prodnaam
{
	text-align:left;
}

/*tr.winkelwagenproducten td.prodnaam .button-bereken
{
	background-image: url(/img/algemeen/buttons/button-bereken.gif);
	display:inline-block;
	height:20px;
	line-height:20px;
	width:68px;
} */

tr.winkelwagenproducten td.subtotaal
{
	font-size:11px;
}

tr.winkelwagenproducten td.subtotaal,
tr.winkelwagenproducten td.totaal
{
	font-weight:bold;
	text-align:right;
}


tr.winkelwagenproducten td.subtotaal-bedrag,
tr.winkelwagenproducten td.korting-bedrag,
tr.winkelwagenproducten td.totaal-bedrag
{
	font-weight:bold;
}

tr.winkelwagenproducten td.totaal,
tr.winkelwagenproducten td.totaal-bedrag
{
	font-size:14px;
}

tr.winkelwagenproducten td.foto,
tr.winkelwagenproducten th.foto
{
	padding:0px 4px 0px 0px;
}

tr.winkelwagenproducten td.foto img
{
	width:50px;
}

td.winkelwagen-verwijder img
{
	border:0px;
	margin-top:1px;
}

td.winkelwagen-verwijder a.prullenbak
{
	/*background-image: url(/img/algemeen/content-onderdelen/prullenbak.gif);*/
	background-image: url(http://static.fonq.nl/img/algemeen/content-onderdelen/sprites/winkelwagen-sprite.png);
	background-position: -10px -10px;
	background-repeat: no-repeat;
	display:block;
	height:14px;
	width:13px;
}

td.kortingcode 
{
	
}

td.kortingcode img
{
	border:0px;
	padding-bottom:3px;
}

td.marketingactie
{
	text-align:right !important;
	color:#666666;
	font-size:10px;
}

.winkelwagen-button
{
	text-align:left !important;
}

.winkelwagen-button img
{
	border:0px;
	margin:8px 0px;
}

.winkelwagen-container .winkelwagen-button img
{
	margin:8px;
}

.winkelwagen-button .button-verder-winkelen
{
	/*background-image: url(/img/algemeen/buttons/button-verder-winkelen-wit.gif);*/
	background-image: url(http://static.fonq.nl/img/algemeen/content-onderdelen/sprites/winkelwagen-sprite.png);
	background-position: -10px -84px;
	background-repeat: no-repeat;
	display:block;
	height:26px;
	width:182px;
	margin:8px;
}

.winkelwagen-button .button-naar-uw-gegevens
{
	/*background-image: url(/img/algemeen/buttons/button-naar-uw-gegevens.gif);*/
	background-image: url(http://static.fonq.nl/img/algemeen/content-onderdelen/sprites/winkelwagen-sprite.png);
	background-position: -10px -130px;
	background-repeat: no-repeat;
	display:block;
	height:26px;
	width:288px;
	margin:8px;
	float:right;
}

.button-bereken
{
	/*background-image: url(/img/algemeen/buttons/button-bereken.gif);*/
	background-image: url(http://static.fonq.nl/img/algemeen/content-onderdelen/sprites/winkelwagen-sprite.png);
	background-position: -10px -44px;
	background-repeat: no-repeat;
	display:block;
	height:20px;
	width:68px;
}

.rechts
{
	text-align:right !important;
	padding-right:4px;
}

.links
{
	text-align:left !important;
}

.prodnaam .error
{
	color:red;
}


.opvoorraad
{
	color:#308601 !important;
}

.lesserpadding td
{
	padding-top:4px;
	padding-bottom:4px;
}

.kassakoopjes
{
	width:auto;
	margin-top:16px;
}

.kassakoopjes .productkaartje
{
	float:left;
	margin-right:2px;
}

.kassakoopjescontainer 
{
	width:auto;
	padding-left:3px;
	margin-bottom:8px;
}

/* Mini winkelwagen */

.winkelwagen-mini-container
{
	padding:0px 0px 0px 0px;
	background-color:#fff;
}

.winkelwagen-mini-header
{
	position:relative;
	height:25px;
	line-height:25px;
	padding:0px 4px;
	font-weight:bold;
	width:auto;
}

.wijzig-winkelwagen
{
	position:absolute;
	right:0px;
	top:0px;
	line-height:25px;
	height:25px;
	padding:0px 4px;
	font-weight:bold;
}

.wijzig-winkelwagen a
{
	font-size:9px;
	text-decoration:underline;
}

.winkelwagen-mini-producten
{
	border-style:solid;
	border-color:#bfbfbf;
	border-width:0px 0px 1px 0px;
	padding:2px;
	padding-top:0px;
}

.winkelwagen-mini
{
	width:100%;
}


.winkelwagen-mini td,
.winkelwagen-mini th
{
	font-weight:normal;
}

.winkelwagen-mini th
{
	height:20px;
	line-height:20px;
	border-bottom:1px solid #ebebeb;
	color:#000;
}

.winkelwagen-mini td
{
	color:#6e7074;
}




.winkelwagen-mini .prijs
{
	padding-right:4px;
	--font-size:9px;
}

.winkelwagen-mini tr.productrow td.afb img
{
	width:50px;
}

.winkelwagen-mini tr.verzendkostenrow td,
.winkelwagen-mini tr.totalenrow td,
.winkelwagen-mini tr.levertijdrow td
.winkelwagen-mini tr.te-besteden-row td
{
	color:#000;
	height:20px;
	line-height:20px;
}

.winkelwagen-mini tr.actierow td
{
	color:#6e7074;
	height:15px;
	line-height:15px;
	border-bottom:1px solid #ebebeb;
	padding:2px 4px;
}

.winkelwagen-mini tr.productrow td
{
	padding:4px;
}

.winkelwagen-mini tr.linebottom td
{
	border-bottom:1px solid #ebebeb;
}


.winkelwagen-mini tr.verzendkostenrow td
{
	border-top:1px solid #ebebeb;
	text-align:justify;
	color:#6e7074;
}

.winkelwagen-mini tr.levertijdrow td
{
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}

.winkelwagen-mini-container .te-besteden
{
	background-color:#ebebeb;
	line-height:21px;
	width:auto;
	padding:0px 4px;
}

.winkelwagen-mini-container .te-besteden .prijs
{
	text-align:right;
	font-weight:bold;
}

.winkelwagen-mini-container .naar-overzicht
{
	background-color:#d7d7d7;
	color:#0;
	padding:4px;
	text-align:center;
}

.winkelwagen-mini-container .naar-overzicht img
{
	border:0px;
	margin:4px;
}

.te-besteden .underline td
{
	border-bottom:1px solid #000;
}


.winkelwagen-mini tr.totalenrow td
{
	font-weight:bold;
}

.winkelwagen-mini-melding
{
	color:#000;
	background-color:#fff;
	border:0px;
}

.actieheader
{
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	color:#666;
	font-size:11px;
	padding:2px 0px;
}

/* Ordertraject */

.popup-container
{
	border:1px solid #bfbfbf;
	padding:0px 25px 25px 25px;
	margin:25px;
}

.popup-container .popup-container-afbeelding
{
	text-align:center;
	padding-top:10px;
}

.popup-container .popup-container-afbeelding img
{
	border:0px;
}

.popup-container .popup-container-tekst
{
	padding:20px;
	text-align:center;
}

.popup-container .popup-container-tekst span
{
	font-size:12px;
	font-weight:bold;
}

.ordertraject-container
{
	border:1px solid #bfbfbf;
	margin-bottom:8px;
	padding:0px 6px;
	text-align:left;
}

.ordertraject-container .error
{
	border:1px solid #f00;
	color:#f00;
	text-align:center;
	font-weight:bold;
	margin:8px 0px;
	padding:4px;
}

.ordertraject-header
{
	width:auto;
	padding-top:8px;
	text-align:center;
	margin-bottom:16px;
}

.winkelwagen-container .ordertraject-header
{
	margin-bottom:0px;
}

.ordertraject-container h2
{
	margin:12px 0px 6px 0px;
	color:#c93d00;
	font-size:14px;
	width:auto;
}

.ordertraject-container h3
{
	margin:12px 0px 12px 0px;
	color:#000;
	font-size:14px;
	width:auto;
}

.ordertraject-container h3 img
{
	vertical-align:middle;
}


.ordertraject-container p
{
	margin:0px;
	padding:0px;
}

.ordertraject-container table.formulier
{
	width:100%;
}

.ordertraject-container table.formulier td
{
	border-bottom:1px solid #ebebeb;
	padding:4px 0px;
}

.ordertraject-container table.formulier td img.status
{
	
	vertical-align:middle;
	display:none;
}


.ordertraject-container .label,
.ordertraject-container label
{
	width:150px;
	font-weight:bold;
	vertical-align:middle;
	font-size:10px;
}

.ordertraject-container input,
.ordertraject-container select
{
	vertical-align:middle;
	font-size:11px;
}

.ordertraject-container textarea
{
	margin:0px 0px;
}

.ordertraject-container #extra-afleveradres
{
	display:none;
}

.ordertraject-container #kaartje-meesturen
{
	display:block;
}

.ordertraject-container  tr.noline td
{
	border-bottom:0px;
	padding-bottom:0px;
}

p.ophalen-filiaal
{
	width:auto;
	padding:8px 4px;
}

ordertraject-container .formulierveld-status-container
{
	padding:0px;
	margin:0px;
	vertical-align:middle;
}


.ordertraject-container .formulierveld-status-container img
{
	vertical-align:middle;
	position:relative;
	margin-right:4px;
}

.ordertraject-container .kaartjes-container
{
	position:relative;
	padding:8px 0px;
}

.ordertraject-container .kaartjes-container .kaartje
{
	float:left;
	width:140px;
	height:100px;
	margin:0px;
	margin-right:4px;
	text-align:center;
	padding:0px;
}

.ordertraject-container .kaartjes-container .kaartje img
{
	vertical-align:middle;
	margin-bottom:8px;
	border:1px solid #999;
}


/* Uw gegevens mini */
.uwgegevens-mini-container
{
	padding-top:16px;
}

.uwgegevens-mini-header
{
	position:relative;
	height:25px;
	line-height:25px;
	padding:0px 4px;
	font-weight:bold;
	width:auto;
}

.wijzig-uwgegevens
{
	position:absolute;
	right:0px;
	top:0px;
	line-height:25px;
	height:25px;
	padding:0px 4px;
	font-weight:bold;
}

.wijzig-uwgegevens a
{
	font-size:9px;
	text-decoration:underline;
}

.uwgegevens-mini-producten
{
	border-style:solid;
	border-color:#bfbfbf;
	border-width:0px 0px 1px 0px;
	padding:2px;
	padding-top:0px;
}

.uwgegevens-mini
{
	width:162px;
}


.uwgegevens-mini td,
.uwgegevens-mini th
{
	font-weight:normal;
}

.uwgegevens-mini th
{
	height:20px;
	line-height:20px;
	border-bottom:1px solid #ebebeb;
	color:#000;
}

.uwgegevens-mini td
{
	color:#6e7074;
	padding:4px;
	border-bottom:1px solid #ebebeb;
}

.uwgegevens-mini td.noline
{
	border-bottom:0px;
}

.uwgegevens-mini .header
{
	font-weight:bold;
	background-image:url(http://static.fonq.nl/img/algemeen/content-onderdelen/veld-akkoord.gif);
	background-repeat:no-repeat;
	background-position:top right;
}


.uwgegevens-mini .fout
{
	background-image:url(http://static.fonq.nl/img/algemeen/content-onderdelen/veld-fout.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

.giftcard-restbedrag
{
	color:#5c5c5c;
}

/* algemeen */
.bold
{
	font-weight:bold;
}

.no-bold
{
	font-weight:normal;
}

.narrow
{
	letter-spacing:-1px;
}

.small
{
	font-size:10px;
}

.smaller
{
	font-size:9px;
}

.italic
{
	font-style:italic;
}

.actie
{
	color:#666;
	font-size:11px;
}

.actieveacties
{
	border-bottom:1px solid #bfbfbf;
	padding-bottom:16px;
	padding-top:16px;
}

.actieveactie
{
	width:auto;
	padding-left:12px;
	line-height:25px;
	font-weight:bold;
}

.actieveactie .actietitel
{
	color:#308601;
	font-size:12px;
	font-weight:bold;
}

.actieveactie .actietekst
{
	color:#303030;
	font-size:11px;
}

.Agisklantnummer,
.AchmeaVerzekeraar
{
	line-height:20px;
	padding-top:4px;
}

table.achmea tr td
{
	text-align:left !important;
}

th.winkelwagen-kop
{
	text-align:center;
}

th.kop-omschrijving
{
	text-align:left;
}

th.kop-prijs
{
	text-align:right;
}

.kortincode-uitleg
{
	cursor:pointer;
}

/* Stramien productkaartje fix*/

.stramienitem .productkaartje
{
	height:254px !important;
}
   
/* Kassakoopjes en meebestellen linkkerkant winkelwagentje */
.winkelmandje-kassakoopjes .productcardnieuwproductbutton
{
	display:none;
}

.winkelmandje-kassakoopjes .productkaartje
{
	height:80px;
	margin-bottom:16px;
}

.winkelmandje-kassakoopjes .afbeelding
{
	position:absolute;
	top:8px;
	left:8px;
	width:50px;
	height:50px;
}

.winkelmandje-kassakoopjes .naam
{
	position:absolute !important;
	left:60px !important;
	text-align: left;
	top:0px !important;
	width:100px;
	height:32px !important;
}

.winkelmandje-kassakoopjes .reviews
{
	display:none;
}

.winkelmandje-kassakoopjes .prijzen
{
	text-align:right !important;
	width:150px !important;
}

.winkelmandje-kassakoopjes .bestelbutton
{
	position:absolute;
}

.ookbekeken .meebestelbutton
{
	text-align:right;
	width:120px;
	line-height:20px;
	margin-top: 5px;
	float: right;
}

.ookbekeken .meebestelbutton
{
	text-align:right;
	line-height:20px;
	margin-top: 5px;
	float: right;
	top: 60px;
	display:block;
	position:absolute;
	right:0px;
	margin-left:30px;
	margin-right:-20px;
	z-index:101;
}

.ookbekeken .meebestelbutton img
{
	border: 0px;
}

.ookbekeken .meebestelbutton a.button-meebestel
{
	/*background-image: url(/img/algemeen/buttons/button-meebestel.gif);*/
	background-image: url(http://static.fonq.nl/img/algemeen/content-onderdelen/sprites/winkelwagen-sprite.png);
	background-position: -10px -176px;
	background-repeat: no-repeat;
	display:block;
	height:25px;
	padding-left:28px;
}

.ookbekeken .meebestelbutton .bestelbuttontekst
{
	float:left;
	z-index:9999;
}

.ookbekeken .meebestelbutton .bestelbuttonimg
{
	float:right;
}

.levertijdrow .voorraadindicatie,
.marketingactie .voorraadindicatie
{
	color:#0d8e00 !important;
}

#DebugTimer
{
	position:absolute;
	right:0px;
	top:126px;
	border:solid 5px #ff0000;
	background-color:white;
	z-index:100;
	color:#000000;
	padding:5px;
}

#menu_iframe {
	z-index: 249;
	position: absolute;
	display: none;
}




.underline
{
	text-decoration:underline;
}

.no-decoration
{
	text-decoration:none;
}

.bold
{
	font-weight:bold;
}

.no-border
{
	border:0px !important;
	background:transparent;
}

.no-border-bottom
{
	border-bottom:0px !important;
	background:transparent;
}

.pix
{
	font-size:1px;
	height:1px;
}

.float-left
{
	float:left;
}

.text-align-left
{
	text-align: left !important;
}

.text-align-center
{
	text-align: center;
}

.login-container
{
	background-color:#ffffff;
	padding:16px 0px;
}

.padding-left-eigenschappen
{
	padding-left:8px;
}

.login-form
{
	background-color:#d7d7d7;
	color:#0;
	padding:16px;
	padding-right:64px;
	margin-left:170px;
	text-align:right;
}

.login-form span
{
	color:#0;
	font-weight:bold;
}

.login-form input
{
	font-size:1.2em;
	margin:0px 2px;
	text-align:center;
}

