/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.boxTextDT { font-family: Verdana, Arial, sans-serif; font-size: 12px; } /* Speciaal toegevoegd om de eigenschappen van de catagorie box aan te passen.*/
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

*
{
	font-size	: 11px;
	font-family	: Verdana;
}

BODY {
        background: #ffffff;
/*  background: url("images/Background.gif");*/
  color: #000000;
  margin: 0px;
}
H1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000/*#9a9a9a*/;
}

h3
{
	font-family	: Verdana, Arial, sans-serif;
	font-size	: 14px;
	font-weight	: bold;
	margin-top	: 15px;
}
h4 {
	margin: 5px 0 0 0;
}
h2.voorpagina {
	font-size: 14px;
}
.grijs {
	color: #666;
}
.NM1 {
	position: absolute;
	top: 120px;
	left: 200px;
	}
A, .link {
  color: #000000;
  text-decoration: none;
  cursor	: pointer;
}

A:hover, .link:hover 
{
  color	: #AABBDD;
  text-decoration: underline;
  cursor	: pointer;
}

FORM {
        display: inline;
}

img
{
	border		: 0;
}

TR.header {
  background: url("images/header_background.gif");
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #E80096; /*#bbc3d3;*/
  color: #ffffff;
  font-weight : bold;
  padding		:3px;
}



A.headerNavigation {
  color: #FFFFFF;
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;/*#bbc3d3;*/
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #E80096; /*#bbc3d3;*/
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #CBEDFC;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #AFE4FA;
  color: #000000/*#ffffff*/;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
/* --------------- Nieuwe style voor "toppers" box -----------------*/
.infoBoxDT {
  background: #AFE4FA;
}

.infoBoxDTContents {
  background: #FFFFFF; /*#CBEDFC;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.infoBoxDTNotice {
  background: #FF8E90;
}

.infoBoxDTNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxDTHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #AFE4FA;
  color: #000000;
}

TD.infoBoxDT, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* ----------------------------------------------------------------*/

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #FFFFFF; /*#f8f8f9;*/
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #AFE4FA; /*#b6b7cb;*/
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #AFE4FA; /*#b6b7cb;*/
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000/*#9a9a9a*/;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #00d93d;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
/*.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }*/
.moduleRowOver { background-color: #E9F4FC; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* --------------- DukeStore Styles -----------------*/

TD.DukeToyFooterLarge {
  font-family: Gill Sans Ultra Bold, Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #FFFFFF;
  color: #E80097;
  font-weight : normal;
  text-align : left;
}

TD.DukeToyFooterSmall {
  font-family: Verdana;/*Tahoma, Verdana, Arial, sans-serif;*/
  font-size: 10px;
  background: #FFFFFF;
  color: #00B7F2;
  font-weight : bold;
  text-align : left;
}

TD.headerDT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
/*  background: #E80096; #bbc3d3;*/
  color: #E80097;
  font-weight : bold;
}

TD.mainDT, P.mainDT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #E80097;
}
TD.mainDT2, P.mainDT2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #E80097;
  font-weight : bold;

}

/* --------------- DukeStore Styles -----------------*/

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
/* VJ Links Manager v1.13 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #afe4fa;
  color: #000000;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}

.linkFeatured {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
/* VJ Links Manager v1.13 end */
TD.all_products {
  font-family: Verdana;/*Tahoma, Verdana, Arial, sans-serif;*/
  font-size: 10px;
  background: #FFFFFF;
  color: #00B7F2;
  text-align : left;
}
table.product_extra_images {
  background-color:#CCCCCC;
  border:none;
  width:200px;
}

TD.infoBoxDTHeading h3{ 
	margin:0;
	padding:0;
	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
  	background: #AFE4FA;
  	color: #000000;
	}
	

a
{
	outline		: none;
}

ul.categories
{
	list-style-type	: none;
	padding		: 0;
	margin			: 0;
	background-color	: #cbedfc;
	font-family		: Verdana;	
	border			: 0px solid #b6b7cb;
	border-top-width	: 1px;
}

	ul.categories li
	{

	}

	ul.categories a
	{
		line-height		: 14px;
		display		: block;
		text-decoration	: none;
		margin			: 0;
		font-size		: 12px;
		padding		: 1px;
		padding-left		: 10px
		
	}
	
		ul.categories a:hover
		{
			text-decoration	: underline;
			color			: #000000;
		}

	
	ul.categories li.current
	{
		font-weight		: bold;
		background-color	: #afe4fa;
	}
	
		ul.categories li.current a
		{
			padding		: 2px;
			padding-left		: 10px;
		}
	
	ul.categories li.subcats a:hover, ul.categories li.subcats a.current, ul.categories li.subcats a
	{
		background	: url('images/arrow-down.png') right center no-repeat;
	}	
	
		ul.categories li.tree_1 a
		{
			padding		: 2px;
			padding-left		: 20px;
			background-color	: #e1f2fa;
		}		

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

	ul.products li.product
	{
		margin	 		: 0;
		padding		: 0;
		list-style-type	: none;
		float			: left;
		width			: 270px;
		height			: 150px;
		border			: 1px solid #afe4fa;
		position		: relative;
		margin-right		: 10px;
		margin-bottom		: 10px;
		font-family		: Verdana;
		font-size		: 12px;
	}	
	
	
		ul.products li.product span.name
		{
			position		: absolute;
			top			: 5px;
			left			: 10px;
			right			: 10px;
		}
		
			ul.products li.product span.name a
			{
				display		: block;
				font-weight		: bold;
				text-decoration	: none;
				color			: #0091d8;
				font-size		: 14px;

			}
			
			ul.products li.product div.name a
			{
				display		: block;
				font-weight		: bold;
				text-decoration	: none;
				color			: #0091d8;
				font-size		: 14px;
				margin: 0;
				padding: 0;

			}
			
			ul.products li.product span.name a:hover
			{
				display		: block;
				font-weight		: bold;
				text-decoration	: underline;
				color			: #0091d8;
				font-size		: 14px;

			}
	
		ul.products li.product span.image
		{
			position		: absolute;
			top			: 40px;
			left			: 10px;
			width			: 110px;
			text-align		: center;
		}
	
		ul.products li.product span.price
		{
			position		: absolute;
			bottom			: 45px;
			right			: 10px;
			font-weight		: bold;
			font-family		: Trebuchet MS;
			font-size		: 18px;
			color			: #00a02d;
		}		
		
			ul.products li.product span.price s
			{
				font-size		: 12px;
				font-weight		: normal;
				color			: red;
			}
			
			ul.products li.product span.price span.productSpecialPrice
			{
				color			: #00a02d;
			}
	
		ul.products li.product span.score
		{
			position		: absolute;
			top			: 30px;
			right			: 10px;
		}
	
		ul.products li.product span.quantity
		{
			position		: absolute;
			bottom			: 35px;
			right			: 10px;
			font-size		: 10px;
		}
					
		ul.products li.product span.in_cart
		{
			position		: absolute;
			right			: 10px;
			bottom			: 10px;
		}



ul.cats li.cat
{
	width		: 150px;
}
		
						
div.notice
{
	padding	: 10px;
	border		: 1px solid #008024;
	background	: #f5fff8;
}

div.description
{
	margin-right		: 250px;
}

.c
{
	clear		: both;
}

.strong
{
	font-weight	: bold;
}

table.product_info
{
	width		: 100%;
}

	table.product_info td
	{
		vertical-align	: top;
	}

div.product_image
{
	/*float		: left;*/
	text-align	: center;
	width		: 180px;
	text-align	: center;
	margin-top	: 15px;
}

	div.product_image img
	{
		width		: 150px;
	}

div.product_info
{
	/*float		: left;*/
	line-height	: 18px;
}

div.product_data, div.prev_next
{
	/*float		: right;*/
	background	: #ffe0f4;
	border		: 1px solid #e80096;
	padding	: 10px;
	width		: 180px;
	margin-top	: 15px;
	text-align	: center;	
}

	div.product_data span.price, div.product_data span.special
	{
		font-family	: Trebuchet MS;
		font-size	: 22px;
		display	: block;
		margin-bottom	: 5px;
	}
	
	div.product_data span.advice, div.product_data span.normal
	{
		font-size	: 10px;
		display	: block;
	}
	
	div.product_data span.advice
	{
		color		: #757575;
	}
	
	div.product_data span.price span.special
	{
		font-family	: Trebuchet MS;
		font-size	: 22px;
	}

	div.product_data span.score
	{
		display	: block;
		margin-bottom	: 20px;
	
	}

h2.split
{
	margin-top	: 15px;
	font-size	: 14px;
	padding	: 5px;
	background	: #f6fcff;
	font-weight	: normal;
}

	h2.split .icon
	{
		float		: left;
		margin-right	: 10px;
	}

div.product_review
{
	margin-bottom	: 25px;
}

	div.product_review div.header
	{
		border-bottom	: 1px solid #afe4fa;
		height		: 20px;
		margin-bottom	: 6px;
	}

		div.product_review div.header span.score
		{
			float		: left;
			display	: block;
			height		: 16px;
			width		: 130px;
		}
		
		div.product_review div.header span.user
		{
			font-weight	: bold;
			float		: left;
			padding-left	: 20px;
			background	: url('images/user.png') no-repeat left;
			display	: block;
			height		: 16px;
		}

		div.product_review div.header span.time
		{
			float		: right;
			padding-left	: 20px;
			background	: url('images/time.png') no-repeat left;
			display	: block;
			height		: 16px;
			width		: 170px;
			color		: #a4a4a4;
		}

	div.product_review div.text
	{
		line-height	: 18px;
	}
























/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.sinterklaas {
  font-family: "Arial";
  font-size: 16px;
  color: #000000/*#9a9a9a*/;
}
.motoriek_0 { background:url(images/spriteGrade.gif) no-repeat 0 0; width:116px; height:47px;}
.motoriek_1 { background:url(images/spriteGrade.gif) no-repeat 0 -40px; width:116px; height:47px;}
.motoriek_2 { background:url(images/spriteGrade.gif) no-repeat 0 -80px; width:116px; height:47px;}
.motoriek_3 { background:url(images/spriteGrade.gif) no-repeat 0 -120px; width:116px; height:47px;}

.kennis_0 { background:url(images/spriteGrade.gif) no-repeat -303px 0; width:116px; height:47px;}
.kennis_1 { background:url(images/spriteGrade.gif) no-repeat -303px -40px; width:116px; height:47px;}
.kennis_2 { background:url(images/spriteGrade.gif) no-repeat -303px -80px; width:116px; height:47px;}
.kennis_3 { background:url(images/spriteGrade.gif) no-repeat -303px -120px; width:116px; height:47px;}

.creatief_0 { background:url(images/spriteGrade.gif) no-repeat -452px 0; width:116px; height:47px;}
.creatief_1 { background:url(images/spriteGrade.gif) no-repeat -452px -40px; width:116px; height:47px;}
.creatief_2 { background:url(images/spriteGrade.gif) no-repeat -452px -80px; width:116px; height:47px;}
.creatief_3 { background:url(images/spriteGrade.gif) no-repeat -452px -120px; width:116px; height:47px;}

.constructie_0 { background:url(images/spriteGrade.gif) no-repeat -605px 0; width:116px; height:47px;}
.constructie_1 { background:url(images/spriteGrade.gif) no-repeat -605px -40px; width:116px; height:47px;}
.constructie_2 { background:url(images/spriteGrade.gif) no-repeat -605px -80px; width:116px; height:47px;}
.constructie_3 { background:url(images/spriteGrade.gif) no-repeat -605px -120px; width:116px; height:47px;}

.samenspel_0 { background:url(images/spriteGrade.gif) no-repeat -151px 0; width:116px; height:47px;}
.samenspel_1 { background:url(images/spriteGrade.gif) no-repeat -151px -40px; width:116px; height:47px;}
.samenspel_2 { background:url(images/spriteGrade.gif) no-repeat -151px -80px; width:116px; height:47px;}
.samenspel_3 { background:url(images/spriteGrade.gif) no-repeat -151px -120px; width:116px; height:47px;}
