
#cartTabel {
	width:100%;
	border:0px;
	border-right:1px solid #a6aa9f;
	border-bottom:1px solid #a6aa9f;
	background-color:#ffffff;
}

#cartTabel img {
	border:0px;
}
#cartTabel td {
	border-left:1px solid #a6aa9f;
	border-top:1px solid #a6aa9f;
	padding-right:3px;
	padding-left:5px;
}

#cartTabel td
{
	color: #363636;	
}


#cartTabel .prijs, #cartTabel .aantal, #cartTabel .bedrag {
	text-align:right;
}

#cartTabel .product
{
	width: 500px;
}

#cartTabel #totaal, #cartTabel #totaalAantal,#cartTabel #totaalPrijs, #cartTabel #totaalVerwijderen {
	background-color:#a6aa9f;
	border-left-color:#a6aa9f;
	font-weight:bold;
}

#cartTabel .productImg {
	text-align:center;
	background-color:white;
	width:120px;
}




#cartButtons {
	padding-top:10px;
	width:100%;
	text-align:right;	
}
.bestelKnop {
	width:130px;
}


#cartTabel #aantallenTd {
	text-align:center;
}

#cartTabel #aantallenTd .aantallenKnop {
	width:160px;	
}


#cartTabel .verwijderen {
	width:16px;
}
#cartTabel .prijs, #cartTabel .bedrag, #cartTabel .aantal {
	width:100px;
}


#cartTabel input {
	width:20px;
}
#cartProblems {	
	color:#363636;
	background:#a6aa9f; 
	padding:5px; 
	margin:5px; 
	border: 1px solid #6f706c;
}
