#previousBox
{
	float:left;
	width: 178px;
	text-align:left;

}
#historyBack
{
	float:left;
	width: 178px;
	text-align:left;

}
#nextBox
{
	float:right;
	width: 163px;
	text-align:right;
	padding-right:15px;

}

#artikel
{
	
	width:550px;
	margin-top:15px;
	
}

#imageBox
{
	width:265px;
	position:relative;
	background-image:url('../images/artikel-image.png');
	background-repeat:no-repeat;
	float:left;
}

#imageBoxNone
{
	width:265px;
	float:left;
}


#contentBox
{
	width:265px;	
	float:right;
	margin-bottom:15px;
	

}

#contentBorder
{
	
}


#contentArtText
{
	width:225px;	
	background-color:#D6D3E5;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	text-align:left;
	font-size:11px;
	color: #47545B;
}

#contentText b
{
	color: #293133;
}

#contentArtText .artPrice
{
	color: #00A0C6; margin-left:0px; font-size:18px;	
}

#contentArtText .artPriceSmall
{
	color: #00A0C6; font-size:10px;	
}

#bekijk-box
{
	background-image:url('../images/bekijik-box.png');
	background-repeat:no-repeat;
	width:245px;
	height:100px;
	padding:10px;
	float:left;
}

#contact-box
{
	width:245px;
	height:100px;
	padding:10px;
	float:right;
	font-size:12px;
}


	
#title
{
	padding-left:25px;
	padding-top:7px;
}

.linkNormalGreen
{
	text-decoration:none;
	color:#91CE44;
	font-weight:bold;
}

/* Easy Slider */
#slider-content{
			position:relative;
			height:200px;
			background:url(../images/suggestion-box.png) no-repeat 0 0;	
			width:550px;
		}			

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		margin-top:2px;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:520px;
		height:241px;
		overflow:hidden; 
		margin-left:7px;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:0px;
		top:71px;
		z-index:1;
		}	
	#nextBtn, #slider1next{ 
		left:532px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/slideLeft.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/slideRight.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */


.inCart {
	background-image:url(../images/bestel-knop1.png);
	background-repeat:no-repeat;
	border:medium none;
	cursor:pointer;
	height:24px;
	width:110px;
}

