.knop { 
	color:white;
	display: block;
	background-color: #555;
	padding: 10px 15px;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: none;
	border-radius: 6px;
	font-size: 14px;
}


a { 
	color:#555;
	text-decoration: none;		
}
			
h3{ 
	color:#555; 
	font-weight: normal; 
	line-height: 20px;
	margin: 15px 10px 0 10px;
}
			
.boxgrid { 
	background-color: white;
	width: 229px; 
	height: 280px; 
	margin: 8px; 
	float:left; 
	overflow: hidden; 
	position: relative;
	-moz-box-shadow: 0 2px 2px #CCC; 
	-webkit-box-shadow: 0 2px 2px #CCC; 
	box-shadow: 0 2px 2px #CCC; 			
	border-radius: 5px;
	text-align: center;
}

	.boxgrid a {
		height: 100%;
    	width: 100%;
    	display: block;
	}

	.boxgrid a:hover h3 {
		color: black;
	}

		.boxgrid a:hover .boxcaption {
			background: #CCC;
		}

.box_detail_login {
	border: 1px solid #aaa;
	width: 955px; 
	height: auto; 
	margin: 100px auto;
	background:#ffffff; 
	overflow: hidden; 
	position: relative;
	-moz-box-shadow: 0 2px 5px #999; 
	-webkit-box-shadow: 0 0 5px #999; 
	box-shadow: 0 2px 5px #999; 	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}

	.box_detail_login .logo {
		width: 100%;
	    padding: 0;
	    margin: 0 0 0 0;
	}
			
.box_detail{ 
	border: 1px solid #aaa;
	width: 955px; 
	height: auto; 
	margin: 100px auto;
	background:#ffffff; 
	overflow: hidden; 
	position: relative;
	-moz-box-shadow: 0 2px 5px #999; 
	-webkit-box-shadow: 0 0 5px #999; 
	box-shadow: 0 2px 5px #999; 	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
}
			
	.img_container {
		min-height: 250px;
		float: left;
	}

	.box_detail img {
		max-height: 285px;
	    float: left;
	    margin: 20px;
	    max-width: 350px;
	    height: auto;
	}
			
			
.boxgrid_artikelen { 
	width: 240px; 
	height: 190px; 
	margin:10px; 
	float:left; 
	background:#8c8c8c; 
	overflow: hidden; 
	position: relative;
	-moz-box-shadow: 0 0 5px black; 
	-webkit-box-shadow: 0 0 5px black; 
	box-shadow: 0 0 10px black; 	
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-radius: 6px 6px 0 0;
}
					
	.helper {
	    display: inline-block;
	    vertical-align: middle;
	}

	.multipleOrders {
	    background: #E78644;
	    border-radius: 15px;
	    bottom: 60px;
	    color: white;
	    font-size: 12px;
	    padding: 10px;
	    position: absolute;
	    right: 10px;
	}

	.multipleOrders-details {
	    background: #E78644;
	    border-radius: 15px;
	    color: white;
	    float: left;
	    font-size: 12px;
	    margin-left: 20px;
	    padding: 10px;
	    position: relative;
	}

	.points {
	    background: #E78644;
	    border-radius: 15px;
	    color: white;
	    float: left;
	    font-size: 12px;
	    margin: -42px 0px 0px 10px;
	    padding: 10px;
	    position: relative;
	}

	.points-detail {
	    background: #E78644;
	    border-radius: 15px;
	    color: white;
	    float: left;
	    font-size: 12px;
	    padding: 10px;
	    position: relative;
	}

	.boxgrid img { 
		margin: auto;
		max-height: 228px;
		width: auto;
		max-width: 100%;
	}

	.boxgrid p { 
		color:#fff; 
		font-weight:bold; 
		padding-left: 10px;
	}
				
	.boxcaption{ 
		float: left; 
		width: 100%; 
		opacity: .8; 
		/* For IE 5-7 */
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
		/* For IE 8 */
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
 				
	.captionfull .boxcaption {
		left: 0;
		top: 260px;
	}

	.caption .boxcaption {
		background: #EEE;
		border-top: 1px solid #CCC;
		position: absolute;
		bottom: 0;
		width: 100%;
	}