img
{
	outline: none;
}

img a
{
	outline:none;
}

.linkPaars
{
	text-decoration:none;
	color:#3C1482;
	font-weight:bold;
}
.cartTop
{
	margin-bottom: 0px;	
}

.cartItems
{
	float: left;
	width: 100px;
}

.cartPrice
{
	float: left;
}

.cartBorder
{
	width: 100%;
	height: 2px;
	background: #dcddde;

}

/** Cart index classes **/
.cartTop
{
	display: block;
	margin-bottom: 15px;
}

	.cartDescription
	{
		width: 270px;
		font-weight: bold;
		float: left;
	}
	
	.cartDelivery
	{
		width: 100px;
		font-weight: bold;
		float: left;
	}
	
	.cartNumbers
	{
		width: 75px;
		font-weight: bold;
		float: left;
	}
	
	.cartPrices
	{
		width: 75px;
		font-weight: bold;
		float: left;
	}	

.cartItem
{
	margin-bottom: 20px;
}

.articelDescription
{
	width: 270px;
	float: left;
}

	.articelImage
	{
		float: left;
		margin-right: 10px;
	}
	
	.articelName
	{
		color: #bc9b6a;	
	}



.articelDelivery
{
	width: 100px;
	float: left;
}

.articelNumbers
{
	width: 75px;
	float: left;
}

.articelPrices
{
	width: 75px;
	float: left;
}	

.articelDelete
{
	float: left;
	width: 20px;
	padding-top: 3px;
}

.sliderBox
{
	background: #d1d3d4;
	width: 127px; 
	padding: 19px;  
	font-size: 0.8em; 
	color: #8a8c8e; 
	line-height: 17px; 
	margin-left: 1px; 
	margin-right: 1px; 
	float: left;	
}

.sliderBoxMiddle
{
	background: #e6e7e8; 
	width: 127px; 
	padding: 19px;  
	font-size: 0.8em; 
	color: #989a9d; 
	line-height: 17px; 
	float: left;	
}

.tablePaddingClient
{
	margin-top: 15px;	
}

.tablePaddingClient tr td
{
	padding-bottom: 15px;	
}

.cartInput
{
	width:200px;
	border:1px solid #837CB2;
}

.cartInputSmall
{
	width:100px;
	border:1px solid #837CB2;
}

.cartInputPostal
{
	width:60px;
	border:1px solid #837CB2;
}



/** Stappen **/

#steps
{
	border:1px solid #837CB2;
	padding-left:15px;
	margin-bottom:20px;
	color:#837CB2;
	width:543px;
	height:19px;
}


#steps a
{
	text-decoration:none;
	color:#837CB2;
}

#steps ul
{
	float:left;	
	margin:0px;
	padding:0px;
}

#steps li
{
	float:left;
	list-style:none;
	margin-right:20px;
}

.stepActive
{
	float:left;
	list-style:none;
	margin-right:20px;
	background-color:#837CB2;
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
}




