
#voorpagina {
	position: relative;
	margin-top: 5px;
	height: 740px;
}

/* products */
.productblok {
	position: absolute;
	width: 160px;
	height: 260px;
	overflow: hidden;
	padding: 1px;
	border: 1px solid #bbb;
}

.col1 {
	left: 0;	
}
.col2 {
	left: 175px;
}
.col3 {
	left: 350px;
}
.col4 {
	left: 525px;
}


.row1 {
	top: 200px;	
}
.row2 {
	top: 475px
}

#dagactie {
	position: absolute;
	width: 510px;
	height: 185px;	
	overflow: hidden;
	padding: 1px;
	border: 1px solid #bbb;
	top: 0;
	left: 0;
}

#banner_top {
	position: absolute;
	width: 160px;
	height: 185px;
	top: 0;
	left: 525px;
}

.producttitle {
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	width: 145px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	white-space: nowrap;
}
.producttitle a {
	color: #000000;
	text-decoration: none;
}
.productimage {
	margin-left: 5px;
	margin-top: 5px;
	padding-left: 5px;
	width: 145px;
}

.productdata {
	position: absolute;
	top: 165px;
	left: 5px;
	width: 155px; 
	height: 100px;
}

.productdata .productspecs {
	list-style: none;	
}
.productdata .productspecs li {
	margin-left: 0;
	overflow: hidden;
	white-space: nowrap;
}

.productvoorraad {
	position: absolute;
	text-align: right;
	right: 5px;
	bottom: 30px;
	color: #00A6E8;
	white-space: nowrap;
}
.hasVoorraad {
	color: #CE00AA;
}

.productprice {
    position: absolute;
    bottom: 8px;
    right: 5px;
	height: 22px;
	text-align: right;
	line-height: 22px;
	font-size: 21px;
	font-weight: bold;
}
.productprice a {
	color:#00A6EB;
	text-decoration: none;	
}

#sidebar {
	float: right;
	width: 220px;
	position: relative;
	margin-top: 5px;
	margin-right: 20px;
}

.usp  h2 {
	font-size: 14px;
	margin-top: 14px;
}
.usp ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.usp ul li {
	font-size: 11px;
	margin: 0;
	padding-left: 20px;
	line-height: 2;
	background: url(/site/ins/img/shop/internetshop_icon.gif) no-repeat center left;
}
.usp ul li a {
	color: #000;
}

#dagactie h3 {
	height: 24px;
	width: 350px;;
	position: absolute;
	margin-left: 165px;
	margin-top: 5px;
	background: url(/site/ins/img/shop/dagactie_icon.jpg);
}
#dagactie h3 span {
	display: none;
}
#dagactie .dagactieimg {
	background-color: #fff;
	text-align: center;
	width: 150px;
	height: 150px;
	margin-left: 2px;
	margin-top: 15px;
}

#dagactie .dagactiedata {
	width: 335px;
	position: absolute;
	top: 35px;
	left: 170px;
	height: 145px;
}
#dagactie .dagactiedata strong {
	margin-bottom: 0px;
	}
#dagactie .dagactiedata strong a {	
	font-size: 12px;
	}
#dagactie .dagactiedata strong a:hover {
	text-decoration: underline;
	}	
#dagactie .dagactiedata a {
	color: #000;
	font-size: 9px;
	line-height:13px;
	text-decoration: none;
	}

#dagactie .dagactiedata .prices {
	position: absolute;
	right: 0;
	bottom: 0;
}
#dagactie .dagactiedata .prices a {
	color: #00A6EB;
}

#dagactie .dagactiedata .prices .old {
	display: block;
	position: absolute;
	right: 0;
	bottom: 35px;
	font-weight: bold;
	text-decoration: line-through;
	color: #000;
	}
#dagactie .dagactiedata .prices .new {
	display: block;
	line-height: 29px;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	}
#dagactie .dagactiedata .prices .new a,
#dagactie .dagactiedata .prices .new a:hover {
	display: block;
	height: 32px;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	margin-top: 5px;
	text-decoration: none;
	}

