	*	{
		line-height: normal;
	}
		
	#items
	{
		float: left;
		width: 500px;
		/*border: 1px solid #f9f9f9;		*/
		
	}
	 
	#cart
	{
		float: right;
		
	/*	position:fixed;
		top: 330px;
		left: 700px;		*/
		
		background-color: #fff;		
		border: 2px solid #e9e9e9;
		padding-bottom: 50px;		
		border-right: 4px solid #ddd;
		border-bottom: 4px solid #ddd;
		/*background-color:transparent;*/
		background-image: url('../images/shopcart.png');
		background-repeat: repeat-y;
	
				
		width: 200px;
		
	}
	 
	#cart .info
	{
		position: relative ;
		bottom: 0;
		color: #444;
		font-size: 0.9em;
		text-align: center;
		font-weight: bold;
	}
	 
	.item {
		float: left;
		position: relative;
		width: 100px;
		height: 135px;
		border: 1px solid #eee;
		margin: 10px;
		border-right: 2px solid #5ecbf5;
		border-bottom: 2px solid #5ecbf5;
		background-color: #fff;
		background-position: left top;
		background-repeat: no-repeat;
		cursor: move;
		text-align:center;
	}
	
/*	.afbpro {
		cursor: help;
	}*/
		
	#cart .item {
		width: 75px;
		height: 130px;;
		margin: 5px;
		border-width: 1px;
		cursor: default;
		text-align:center;
	}		
	
	#cart .item img{
		height: expression(this.scrollHeight > 74 ? "75px" : "auto"); /* IE hack */
		max-height: 75px;
		width: expression(this.scrollHeight > 74 ? "75px" : "auto"); /*IE hack */
		max-width: 75px;
	}

	#cart .item span{		
		font-size: 0.7em;
		font-weight:900;
	}
	
	#cart .item .aantalletje{
		color: #006288;
		font-size: 0.7em;
	}
	 
	.item span
	{
		display: block ;
		margin-bottom: 0;
		bottom:0;
		font-size: 0.8em;
		font-weight: bold;
		width: 100%;
		text-align: center;	 
		color: #006288 ;
	}
	
	.item .aantalletje
	{
		color: white;	
		font-size: 0px;
	}
	
	.item img{
		height: expression(this.scrollHeight > 89 ? "90px" : "auto"); /* IE hack */
		max-height: 90px;
		width: expression(this.scrollHeight > 79 ? "80px" : "auto"); /*IE hack */
		max-width: 80px;
	}
	
	fieldset{
		border: 1px solid #00adef;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	
	legend{
		border: 1px solid #00adef;
		margin-left: 10px;
		padding-left: 2px;
		padding-right: 2px;
	}
	
	/* ********************** */
	
	.productuitleg-tip {
		background-color: #E2F6FF ;
		color: #FFFFFF;
		width: 350px;
	}
	
	.productuitleg-top {
		
	}
	
	.productuitleg-title {
		font-size: 12pt;
		font-weight: bolder;
		color: white;
	}
	
	.productuitleg-text {

	}
	
	.productuitleg-bottom {

	}
	
	