#voorpagina {
	position: relative;
	height: 725px;
}

/* products */
.productblok {
	position: absolute;
	width: 225px;
	height: 125px;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 1px;
	background-color: #fff;
}

.centerproduct {
	border-color: #666;	
}
.bottomproduct {
	border-color: #0072b9;
}
.col1 {
	left: 0;	
}
.col2 {
	left: 239px;
}
.col3 {
	left: 478px;
}

.row1 {
	top: 0;	
}
.row2 {
	top: 290px;	
}
.row3 {
	top: 425px
}
.row4 {
	top: 590px;
}

#centertitle {
	top: 265px;
	position: absolute;		
	font-size: 14px;
	height: 15p;
	color: #333333;
}

#bottomtitle {
	top: 565px;
	position: absolute;		
	font-size: 14px;
	height: 15p;
	color: #333333;
}

.producttitle {
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	padding-left: 5px;
	overflow: hidden;
}

.producttitle a {
	color: #0072B9;
	text-decoration: none;
}

.centerproduct .producttitle {
	background-color: #fff;
}
.centerproduct .producttitle a {
	color: #0072b9;
}
.bottomproduct .producttitle {
	background-color: #0072b9;	
}
.bottomproduct .producttitle a {
	color: #fff;
}

.productimage {
	position: absolute;
	
	left: 4px;
	top: 25px;
	width: 90px;
	height: 90px;
}

.productdata {
	position: absolute;
	top: 21px;
	left: 100px;
	width: 125px; 
	height: 105px;
	padding-left: 1px;
 	background-color: #ffffff;	
}

.productdata .productspecs {
	list-style: none;
	color: #666666;	
}

.productdata .productspecs li {
	margin-left: 0;
	overflow: hidden;
	white-space: nowrap;
}

.productvoorraad {
	position: absolute;
	text-align: right;
	right: 5px;
	bottom: 42px;
	color: #999;
	white-space: nowrap;
}

.productprice {
    position: absolute;
    bottom: 4px;
    right: 5px;
    background-color: #fff;
    border: 1px solid #f00; 
    padding: 2px;
    height: 30px;
    width: 75px;
    
    cursor: pointer;
}

.productprice .newprice {	
    font-weight: bold;
    position: absolute;
    bottom: 1px;
    right: 2px;
}

.productprice .newprice .euro {
	font-size: 18px;	
	float: left;
	line-height: 18px;
}

.productprice .newprice .cent {
	font-size: 12px;
	display: block;
	float: right;
	line-height: 12px;
}

.productprice .newprice a {
	color:#000000;
	text-decoration: none;	
}
.productprice .oldprice {
	font-size: 10px;
	text-decoration: line-through;
	text-align: right;	
	line-height: 10px;
}

/* banner */
.bannerblok {
	position: absolute;
	overflow: hidden;	
	height: 255px;
}

#top1 {
	width: 470px;
}
#top2 {
	width: 230px;
}
