/**************************************************
/*	BODY - WRAP
/*************************************************/

body, html{
	margin:0px;
	padding:0px;
	background-image:url("../img/gradient.jpg");
	background-repeat:repeat-x;
	background-color:#abada8;
	color:#000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
}

body{
	min-width:767px;

}

#wrap{
	background-color:#edfae3;
	margin:0 auto;
	width:767px;
}

a{
	color: #337500;
}
a:hover{
	color: #ff9900;
}

/**************************************************
/*	HEADER
/*************************************************/

#header{
	height:126px;
	background-image:url("../img/site/top_bar.jpg");
	background-repeat:no-repeat;
}
#nav{
	position:absolute;
	top:78px;
}

#nav img{
	margin:0 0 0 1px;
	float:left;
}

#nav ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#nav li{
	display:inline;
	margin:0px;
	padding:0px;
}

#underNav{
	width:767px;
	position:absolute;
	top:107px;
}

#time{
	float:right;
	margin: 2px 10px 0 0;

}

#lang{
	float:left;
	margin: 0 0 0 3px;
}

#lang a img{
	border:0px;
	margin:0 2px 0 1px;
}

#flashcontent{
	/*border:1px solid black;*/
	width: 200px;
	height: 90px;	

}

/**************************************************
/*	CONTENTVLAK
/*************************************************/

#main{
	vertical-align:text-top;
	/*min-height:500px;*/
	background-color:#edfae3;
	float:right;
	width:630px;
	border-right:1px solid black;
	overflow:auto;
}

#mainHead{
	margin:0px 6px 0px 6px;
	font-weight:bold;
	padding:3px;
	font-size:13px;
	/*background-color:#ff9900;*/
	border-top:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
}

#mainHeadContent{
	margin:0px 0px 0px 0px;
	font-weight:bold;
	padding:3px;
	border-top:1px dotted black;
	border-bottom:1px dotted black;
}

#mainText{
	margin:0px 4px 0px 4px;
	width:590px;
	padding:3px;
	float:left;
}

#mainTextOffer{
	width:400px;
	margin:0px 0px 0px 4px;
	padding:3px;
	float:left;
}

#mainOffer{
	margin:2px 10px 2px 2px;
	width:180px;
	float:right;
}

#offerTop{
	font-weight:bold;
	text-align:center;
	padding:2px;
	margin-bottom:3px;
	color:#fff;
	font-size:17px;
	line-height:21px;
}

#offerBottom{
	margin-top:1px;
	text-align:center;
	padding:2px;
	color:#fff;
	font-size:13px;
}

#columnLeft{
	width:188px;
	padding:3px;
	float:left;
	text-align:center;
}

#columnRight{
	width:200px;
	float:right;
	text-align:center;
}

#columnLeft img, #columnRight img{
	border:1px solid black;
}

#columnLeft img:hover, #columnRight img:hover{
	border:1px solid black;
}

#pager{
	float:right;
	display:inline;
}
#pager a{
	color:#000;
}

/**************************************************
/*	PRODUCTEN
/*************************************************/

#productcont{
	clear:both;
}

#prodhead{
	font-size:13px;
	font-weight:bold;
	margin-top:5px;
	padding:3px 5px 3px 5px;
}

#linetop{
	/*width:584px;*/
	padding:1px;
	height:1px;
	line-height:1px;
	margin-bottom:-6px;
	border-top:1px solid #a0a0a0;
}

#linebottom{
	/*width:584px;*/
	padding:1px;
	height:1px;
	line-height:1px;
	border-bottom:1px solid #a0a0a0;
}

#prodleft{
	padding:3px 5px 3px 5px;
	width:380px;
	float:left;
	text-align:left;
}

#prodmid{
	padding:3px 5px 3px 5px;
	
	float:left;
	text-align:left;
}

#growleft{
	padding:3px 5px 3px 5px;
	width:380px;
	float:left;
	text-align:left;
}

#prodright{
	margin:4px 0px 0px 0px;
	width:180px;
	float:right;
	text-align:center;
}

#prodrightcare{
	margin:4px 0px 0px 0px;
	width:180px;
	float:right;
	text-align:right;
}

#specsholder{
	width:300px;
}
#specsleft{
	border:1px solid black;
	/*padding:3px 5px 3px 5px;*/
	width:150px;
	float:left;
	text-align:left;
}

#specsright{
	border:1px solid black;
	/*margin:4px 0px 0px 0px;*/
	width:150px;
	float:right;
	text-align:left;
}

#productcont img{
	border:1px solid black;
}

#productcont img:hover{
	border:1px solid black;
}

/**************************************************
/*	LINKER NAVIGATIE
/*************************************************/

#sidebar{
	background-image:url("../img/site/side_bar_float.gif");
	background-position:bottom;
	background-repeat:no-repeat;
	min-height:500px;
	height:100%;
	background-color:#edfae3;
	float:left;
	width:133px;
	border-left:1px solid black;
	border-top:1px solid black;
	border-right:1px solid black;
	display:table-cell;
}

#bottomimage{
	
	position:relative;
	width:133px;
	height:256px;
	z-index:1;
	/*border:1px solid red;*/
}

#tooltip {
	position: absolute;
	top:300px;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div {
	margin:0;
}


#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 240px; text-align: center; }

#tooltip.fancy {
	background: url("../img/site/shadow2.png");
	padding-top: 5em;
	height: 125px;
	border:0px;
}

#sidebar ul tips{
	margin:0 0 0 16px;
	padding:0px;
	
}
.tips{
	margin:0 0 0 16px;
	padding:0px;
	
}

#sidebar p{
	padding:0 10px 0 10px;
}

#sideHead{
	font-weight:bold;
	padding:3px 5px 3px 5px;
	background-color:#f28d01;
	border-bottom:1px solid black;
}

#sideText{
	padding:5px 5px 3px 5px;
}

/**************************************************
/*	FOOTER
/*************************************************/

#footer{
	text-align:center;
	height:20px;
	background-image:url("../img/site/bottom_bar_new.jpg");
	background-repeat:repeat-y;
	clear:both;
	border:1px solid black;
}

#footer p{
	padding:2px;
	margin:0;
}

/**************************************************
/*	GALLERY
/*************************************************/

#galleryleft{
	float:left;
	width:180px;
	height:230px;
	padding:5px;
}

#gallerymid{
	float:left;
	width:180px;
	height:230px;
	padding:5px;
}

#galleryright{
	float:left;
	width:180px;
	height:230px;
	padding:5px;
}

#galleryline{
	float:left;
	height:200px;
	padding:5px;
}

td.border {
	border:1px #808080 solid;
	font-size:8pt;
	padding:1px;
}
#maintext td ul li{
	padding-left:10px;
}
table {
	border-collapse: collapse;
}

.page {
	text-decoration:none;
}

a.page:hover {
	text-decoration:underline;
	color:#000099;
}

.spacer {
	border:1px #808080 solid;
	font-size:8pt;
	background-color:#E2E2E2;
}

.boldText {
	font-weight: bold;
	font-size:8pt; 
}

a.albums {
	font-size:12pt; 
	color:#0000FF;
	text-decoration:none;
}

a.albums:hover {
	text-decoration:underline;
	color:#000099;
}

.currentAlbum {
	font-size:12pt; 
	color:#000000;
	text-decoration:underline;	      
}

.small {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	text-decoration: none; 
	background-color: white; 
	border:#b5cbad 1px solid;
	
}

.submitbutton {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	font-weight: bold; 
	background-color: transparent; 
	text-align: left; 
	font-weight: bold; 
	cursor: pointer; 
	border: 0px solid green; 
	padding-top: 1px;
}
.submitbutton:hover {
	text-decoration: underline; 
}
	
.submit {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	font-weight: bold; 
	background-color: #ffffff; 
	text-align: center; 
	font-weight: bold; 
	cursor: pointer; 
	border: none; 
	padding-top: 1px;
}

/**************************************************
/*	ORDER
/*************************************************/

#orderregel{
	padding:0px 0px 0px 0px;
	height:20px;
}

.orderleft{
	float:left;
	/*width:170px;*/
}

.ordermid{
	padding:0 0 0 5px;
	float:left;
}
.orderright{
	float:right;
}

#cartholder{
	width:600px;
	background-color:#ababab;
	padding:1px;
	line-height:1px;
}

#cartregel{
	height:26px;
	border-bottom:1px solid #ababab;
	line-height:16px;
}
.cartkop{
	color:#fefefe; /*676767;*/
}
#cartregelbottom{
	height:17px;
	padding-top:2px;
	background-color:#cdcdcd;
	border-bottom:1px solid #ababab;
	line-height:16px;
}
#cart{
	float:left;
	width:100px;
	padding:2px;
}
#cartmid{
	float:left;
	margin-left:2px;
	padding:2px;
	width:386px;
}
#cartright{
	margin-left:39px;
	float:left;
	padding:2px;
	width:70px;
}

#cartright1{
	margin-left:39px;
	float:left;
	padding:2px;
	width:440px;
}

#cartover{
	/*display:none;*/
	float:left;
	width:10px;
}
#cartidkop{
	background-color:#8da96d;
	float:left;
	width:70px;
	padding:5px 2px 6px 4px;
	line-height:16px;
	height:16px;
}

#cartid{
	background-color:#c6eb9c;
	float:left;
	width:70px;
	padding:5px 2px 6px 4px;
	line-height:16px;
	height:16px;
}

#cartdesckop{
	background-color:#84957e;
	float:left;
	width:240px;
	padding:5px 2px 6px 4px;
	line-height:16px;
	height:16px;
}

#cartdesc{
	background-color:#b5cbad;
	float:left;
	width:240px;
	padding:5px 2px 6px 4px;
	line-height:16px;
	height:16px;
}

#cartquantitykop{
	background-color:#a4b696;
	float:left;
	width:100px;
	padding:5px 2px 6px 4px;
	height:15px;
	line-height:16px;
}
#cartquantity{
	background-color:#cee3bd;
	float:left;
	width:100px;
	padding:5px 2px 6px 4px;
	height:16px;
	line-height:16px;
}
#cartquantity input{
	background-color:#cee3bd;
	margin-top:-1px;
	margin-bottom:-2px;
	padding:0px 0px 0px 4px;
	height:13px;
	line-height:16px;
}
#cartquantity input:hover{
	background-color:#fefefe;
	margin-top:-1px;
	margin-bottom:-2px;
	padding:0px 0px 0px 4px;
	height:13px;
	line-height:16px;
	height:16px;
}
#cartremovekop{
	background-color:#8bb65e;
	float:left;
	width:90px;
	padding:5px 2px 6px 4px;
	line-height:16px;
	height:16px;
}
#cartremove{
	background-color:#afe377;
	float:left;
	width:90px;
	padding:6px 2px 5px 4px;
	height:16px;
	line-height:16px;
}
#cartremove input{
	background-color:#afe377;
	margin-top:-3px;
	margin-bottom:0px;
	line-height:16px;
	height:16px;
}
#cartpricekop{
	background-color:#a3c480;
	float:left;
	width:70px;
	padding:5px 2px 6px 4px;
	line-height:16px;
	height:16px;
}
#cartprice{
	background-color:#bde394;
	float:left;
	width:70px;
	padding:5px 2px 6px 4px;
	line-height:16px;
	height:16px;
}

#buy{
	margin:10px;
}
