*{
	padding: 0px;
	margin: 0px;
}
/* ANGEL IN DE CODE HIERONDER KUN JE DE ACHTERGROND VAN DE COMPLETE PAGINA AANPASSEN */
body{
	font-family: tahoma;
	height: 100%;
	font-size: 11px;
	background: ##fbf3f1;
	line-height: 18px;
	color: #404040;
	background: url('../achtergrond.png');
	background-color: #fbf3f1;
}

div#wrapper{
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 980px;
}

div#header{
	position: relative;
}

div#language{
	position: absolute;
	top: 0px;
	left: 830px;
}
/* ANGEL IN DE CODE HIERONDER KUN JE DE ACHTERGROND VAN HET WINKELKADER */

div#container{
	position: relative;
	margin-left: 4px;
	margin-right: 4px;
	background: #fddde4;
	height: 100%;
}

div#menu{
	position: relative;
	padding-top: 3px;
	height: 20px;
	width: 100%;
	background: #ffe9e9;
	z-index: 100;
}

div#menu img{
	position: relative;
	top: 1px;
	margin-right: 5px;
	z-index: 100;		
}

div#menu div
{
	position: absolute;
	z-index: 100;	
	visibility: hidden;
	padding: 5;
	background: #ffe9e9;
	border: 1px solid #fff;
}

div#menu div a:hover
{	
	background: #fcbbdd;
}

div#menu ul li{
	float: left;
	list-style: none;
}

div#menu ul li.home{
	margin-left: 4px;
	margin-right: 550px;
}

div#menu ul li.spacer{
	margin-left: 10px;
	margin-right: 10px;
	border-left: 1px solid #fff;
}

div#menu div a
{	
	position: relative;
	color: #999;
	z-index: 100;	
	font-weight: bold;
	padding: 5px;
	display: block;
	white-space: nowrap;
}

div#menu ul li a{
	color: #999;
}

div#menu ul li a{
	text-decoration: none;
}


/*
**
	Left column
**
*/

div#column_left{
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	height: 100%;
	width: 170px;
}

/*
**
	Content
**
*/

div#error_message{
	font-weight: bold;
	color: #ff0000;
}


div#content{
	position: relative;
	margin-left: 5px;
	float: left;
	height: 100%;
	width: 787px;
}

div.top_menu{
	position: relative;
	width: 130px;
	z-index: 1;
	background: #fff;
}

div.top_menu h2{
	font-size: 11px;
	color: #E3148D;
	padding-left: 5px;
	padding-top: 6px;
}

div.inhoud{
	padding-left: 4px;
}

/*
**		Kleuren en grootte
**		Headings
**
*/

div#content h1,
div#content h2{
	font-size: 11px;
}

/*
**
	Clear
**
*/

div.clear{
	clear: both;
}

/*
**
	Footer
**
*/

div#footer{
	position: relative;
	margin-left: 4px;
	margin-right: 4px;
}


/*
**
	includes/header.php
**
*/

div#breadcrums{
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

div#breadcrums a{
	text-decoration: none;
	color: #424242;
}

div#breadcrums a:hover{
	text-decoration: underline;
}

/*
**
	Boxen
**
*/
/* ANGEL IN DE CODE HIERONDER KUN JE DE ACHTERGROND VAN NUMMER 3 WIJZIGEN EN HIER KAN JE OOK DE RONDING AANPASSEN VAN DE BORDER*/
div.box{
	position: relative;
	margin-top: 15px;
	width: 170px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	
}

div.box_content{
	position: relative;
	padding: 5px;
	border: 2px solid #ffe9e9;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: White;
}

div.box_content img{
	max-width: 160px;
}

div.box ul li{
	padding-bottom: 5px;
	list-style: none;
}

/*
**
	includes/boxes/shopping_cart.php
**
*/

div#shopping_cart_box{
	position: relative;
	height: 100%;
	width: 141px;
}

div#shopping_cart_box a:hover {
	text-decoration: none;
}

div#shopping_cart_box .info_buttons_cart{
	position: relative;
	margin-top: 5px;
	text-align: center;
}

/*
**
	includes/boxes/loginbox.php
**
*/

div#account{
	position: relative;
	margin-top: 4px;
	height: 100%;
	width: 141px;
}

div#account ul li{
	padding-top: 5px;
	list-style: none;
}

/*
**
	includes/boxes/info_pages.php
**
*/

div#information{
	position: relative;
	margin-top: 4px;
	height: 100%;
	width: 141px;
}

div#information ul li{
	padding-top: 5px;
	list-style: none;
}

/*
**
	includes/boxes/guestbook.php
**
*/

div#guestbook{
	position: relative;
	margin-top: 4px;
	height: 100%;
	width: 141px;
}

div#guestbook ul li{
	padding-bottom: 5px;
	list-style: none;
}

div#guestbook .buttons img{
	position: relative;
	top: 5px;
	left: 2px;
}

/*
**
	includes/boxes/manufactures.php
**
*/

div#manufactures{
	position: relative;
	margin-top: 4px;
	height: 100%;
	width: 141px;
}

div#manufactures ul li{
	padding-top: 5px;
	list-style: none;
}

/*
**
	includes/boxes/newsletter.php
**
*/

div#newsletter{
	position: relative;
	margin-top: 4px;
	height: 100%;
	width: 141px;
}

/*
**
	linkermenu en rechtermenu
**
*/

div#menulinks{
	position: relative;
	margin-top: 4px;
	height: 100%;
	width: 141px;
}

div#menurechts{
	position: relative;
	padding: 5px;
	height: 100%;
	width: 120px;
}

div#manufacturers_small{
	position: relative;
	height: 100%;
	width: 130px;
}

div#manufacturers_small img{
	width: 130px;
	border: 0px;
}

/*
**
	sitemap.php
**
*/

div.sitemap{
	position: relative;
	float: left;
	width: 160px;
}

div.sitemap ul{
	padding-left: 10px;
	margin-bottom: 10px;
}

div.sitemap ul li{
	list-style-image: url('../template/menu/categorieHeading.png');
}

/*
**
	product_info.php
**
*/

div#productinfo{
	position: relative;
	height: 100%;
}

div#productinfo p{
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#productinfo ul{
	position: relative;
	margin-bottom: -5px;
}

div#productinfo ul li{
	position: relative;
	left: 25px;
	padding-bottom: 5px;
}

div#productinfo_imagecontainer_meerdere{
	position: relative;
	float: left;
	height:100%;
	width: 310px;
	z-index: 1;
	border: 1px solid #ccc;
}

div#productinfo_imagecontainer{
	position: relative;
	float: left;
	height:100%;
	width: 310px;
	z-index: 1;
	border: 1px solid #ccc;
}

div#productinfo_price{
	position: absolute;
	top: 5px;
	left: 290px;
	text-align: center;
}

div#productinfo_description{
	position: relative;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 460px;
}

div#productinfo_bestelknop {
	position: absolute;
	top: 12px;
	left: 560px;
}

div#productinfo_buttons {
	position: relative;
	margin-top: 5px;
	height: 50px;
	width: 100%;
	text-align: right;
	background: #eaeaea;
	border: 1px solid #d1d1d1;
}

div#productinfo_options{
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#productinfo_name{
	position: relative;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 325px;
	height: 35px;
}

div#productinfo_name h1{
	color: #505050;
}

div#productinfo_previous_next{
	position: relative;
	margin-bottom: 10px;
	clear: both;
}

div#productinfo_dateavailable {
	position: relative;
}

div#productinfo_website {
	position: relative;
}

div#product_options {
	position: relative;
}

/*
**
**		Slideshow product_info.php
**
*/
 
#dhtmlgoodies_slideshow{
		width: 300px;
}

#previewPane{
	margin-bottom:5px;	
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	position:relative;
	height: 100%;			
}

#previewPane img{
	line-height: 350px;
}

#previewPane #largeImageCaption{
	font-style:italic;
	text-align:center;
	font-family: tahoma;
	font-size:0.9em;
}

#galleryContainer{
	position:relative;
	overflow:hidden;
	padding:1px;
	height: 102px;	
}

#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
}
#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;		
}
#theImages{
	position:absolute;
	height:100px;
	left: 40px;
	width:100000px;
}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
	height: 99px;
	width: 99px;
}

#waitMessage{
	display:none;
}

#theImages .imageCaption{
	display:none;
}
#vergroten{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

/*
**
**		producten product_listing_col.php
**
*/

div.products{
	position: relative;
	margin-bottom: 10px;
	float: left;
	height: 100%;
	width: 230px;
}

div.products_name{
	position: relative;
	text-align: center;
	
	
}

div.products_name a h1{
	font-weight: normal;
}

div.products_manufacturer{
	position: relative;
	text-align: center;
}

div.products_price{
	position: relative;
	font-size: 11px;
	text-align: center;
}

div.products_price span.normalPrice{
	font-weight: normal;
	color: #c491b9;
}

div.products_imagecontainer{
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

/* ANGEL IN DE CODE HIERONDER KUN JE DE ACHTERGROND VAN NUMMER 2 WIJZIGEN */
div.products_imagecontainer img{
	width: 225px;
}

div.products_description{
	position: relative;
	height: 50px;
	padding-left: 5px;
	padding-right: 5px;
}

div.products_buttons{
	position: relative;
	margin-top: 4px;
	width: 100%;	
	text-align: center;
}

/*
**
**		categorie
**
*/

div.categories {
	position: relative;
	margin: 6px;
	float: left;	
	height: 100%;
	width: 158px;
	border: 1px solid #afafaf;
}

div.categories_imagecontainer {
	position: relative;
	height: 100%;
	width: 158px;
	padding-top: 10px;
	text-align: center;
}

div.categories_name {
	position: relative;
	height: 45px;
	text-align: center;
	font-weight: bold;
}

div.categories_info img{
	max-width: 787px;
}

/*
**
**		Aanbevolen en alternatieve artikelen
**
*/

div.other{
	position: relative;
	margin-top: 25px;
}

div.products_other{
	position: relative;
	margin-bottom: 10px;
	float: left;
	height: 100%;
	width: 225px;
}

div.products_other_name{
	position: relative;
}

div.products_other_name a{
	text-decoration: none;
}

div.products_other_manufacturer{
	position: relative;
}

div.products_other_price{
	position: relative;
	color: #c491b9;	
}
/* ANGEL IN DE CODE HIERONDER KUN JE DE BORDERBREEDTE EN KLEUR VAN DE PRODUCTFOTOS WIJZIGEN */
div.products_other_imagecontainer{
	position: relative;
	width: 225px;
	border: 1px solid #ccc;
	text-align: center;
}

div.products_other_imagecontainer img{
	width: 220px;
}

/*
**
**		Overig
**
*/

a{
	color: #505050;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

span.inputRequirement{
	color: #ff0000;
}

a.categorieHeading{
	color: #505050;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.categoriesubHeading{
	position: relative;
	margin-left: 5px;
	color: #505050;
	font-weight: bold;
	text-decoration: none;
}

a.categoriesubHeading2{
	position: relative;
	margin-left: 10px;
	color: #505050;
	font-weight: bold;
	text-decoration: none;
}


.myimg{
	width: 150px;
}

.mycart
{
	width : 60px;
	border : none;
}

tr.background_buttons{
	background: #dbdfe6;
}
