@charset "utf-8";

#products_holder {
	width: 700px;
	float:left;
}

.product_info {
	width: 690px;
	min-height:120px;
	position:relative;
	top: 8px;
	margin: 0px auto;
	margin-top:4px;
	float:left;
	color:#000000;
	margin-bottom:20px;
}

#productPageingTop {
	position:relative;
	bottom:5px;
	clear:both;
}

.productPageingBottom {
	position:relative;
	top:5px;
	height:25px;
	clear:both;
}

.productImage {
	float:right;
	border:1px solid #666666;
}

.productImageWrapper {
	float:left;
	width:160px;
	text-align:center;
}

.productName {
	width:330px;
	float:left;
	position:relative;
	top: 0px;
	text-align:left;
	left:13px;
}

.productPrice {
	width:180px;
	float:right;
	position:relative;
	left:20px;
}

.prijs {
	float:left;
	height:60px;
	position:relative;
	color:#64148F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

a.productLink, a.paginas {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	color: rgb(73, 118, 196);
	}

a.productLink:visited, a.paginas:visited {
	color: rgb(73, 118, 196);
}

a.productLink:hover, a.paginas:hover {
	color: rgb(73, 118, 196);
	text-decoration:underline;
}

.cart {
	float:right;
	position: relative;
	margin-top:10px;
	width:100px;
}

.moreProductInfo {
	font-size:12px;
	color:#64148F;
}

.moreProductInfo:visited {
	color:#64148F;
}

.moreProductInfo:hover {
	color:#64148F;
	text-decoration:underline;
}

.week_aanbieding {
	margin-bottom: 20px;
}




