
#voorpagina {
	position: relative;
	height: 508px;
}


/* products */
.smallcol1 {
	left: 0;	
}

.smallcol2 {
	left: 236px;
}
.smallcol3 {
	left: 472px;
}

.col1 {
	left: 0;	
}
.col2 {
	left: 178px;
}
.col3 {
	left: 355px;
}
.col4 {
	left: 533px;
}


.row1 {
	top: 0px;	
}
.row2 {
	top: 135px
}
.row3 {
	top: 245px;
}

.productblok, .largeblok {
	position: absolute;
	background: #ffffff;	
	overflow: hidden;
	border: 1px solid #ff5b00;
	padding: 1px;
}
.productblok {
	width: 225px;
	height: 125px;
}

.largeblok {
	width: 163px;
	height: 260px;
}

.productblock .producttitle {
	width: 214px;	
}
.largeblock .producttitle {
	width: 152px;	
}

.producttitle {
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	white-space: nowrap;
}
.producttitle a {
	color: #000000;
	text-decoration: none;
}

.productblok .productimage {
	margin-left: 4px;
	margin-top: 8px;
	width: 90px;
	height: 90px;
}

.productblok .productdata {
	position: absolute;
	top: 25px;
	left: 100px;
	width: 126px; 
	height: 100px;
}

.productblok .productdata .productspecs {
	list-style: none;	
}
.productblok .productdata .productspecs li {
	margin-left: 0;
	overflow: hidden;
	white-space: nowrap;
}

.productblok .productvoorraad {
	position: absolute;
	text-align: right;
	right: 5px;
	bottom: 30px;
	color: #444444;
	white-space: nowrap;
}
.productblok .productvoorraad .status_opvoorraad {
	color: #78b317;
	font-weight: bold;
}

.productblok .productprice {
    position: absolute;
    bottom: 4px;
    right: 5px;
	height: 22px;
	text-align: right;
	line-height: 22px;
	font-size: 22px;
	font-weight: bold;
}
.productblok .productprice a {
	color:#FF5B00;
	text-decoration: none;	
}

.largeblok .productimage {
	margin-left: 5px;
	margin-top: 5px;
	padding-left: 5px;
	width: 145px;
}

.largeblok .productdata {
	position: absolute;
	top: 165px;
	left: 5px;
	width: 155px; 
	height: 100px;
}

.largeblok .productdata .productspecs {
	list-style: none;	
}
.largeblok .productdata .productspecs li {
	margin-left: 0;
	overflow: hidden;
	white-space: nowrap;
}

.largeblok .productprice {
    position: absolute;
    bottom: 8px;
    right: 5px;
	height: 22px;
	text-align: right;
	line-height: 22px;
	font-size: 21px;
	font-weight: bold;
}
.largeblok .productprice a {
	color:#ff5b00;
	text-decoration: none;	
}


/* banners */
.bannerblok {
	position: absolute;
	overflow: hidden;	
}

#banner {
	left: 0;
	width: 700px;
	height: 100px;	
}

/* dagactie */
#dagactie {
	position: absolute;
	width: 230px;
	height: 231px;	
	overflow: hidden;
	padding: 1px;
	border: 1px solid #ff5b00;
	top: 0;
	left: 707px;
	background: #ffffff;
}

#dagactie h3 {
	background: url(/site/dig/img/shop/dealvandedag.png);
	behavior: url(/js/iepngfix.htc);
	height: 100px;
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
}
#dagactie h3 span {
	display: none;	
}

#dagactie .dagactieimg {
	text-align: center;	
}
#dagactie .dagactieimg img {
	vertical-align: bottom;	
}

#dagactie .dagactiedata {
	margin-left: 5px;
	margin-right: 5px;
	height: 88px;
	position: relative;
	font-size: 11px;
}
#dagactie .dagactiedata strong {
	margin-bottom: 0px;
	}
#dagactie .dagactiedata strong a {	
	font-size: 12px;
	color: #000;
	}
#dagactie .dagactiedata strong a:hover {
	text-decoration: underline;
	}	
#dagactie .dagactiedata p {
	color: #000;
	font-size: 9px;
	line-height: 14px;
	white-space: nowrap;
}

#dagactie .dagactiedata .prices {
	position: absolute;
	right: 0;
	bottom: 0;
}
#dagactie .dagactiedata .prices a {
	color: #FF5B00;
}
#dagactie .dagactiedata .prices .new a,
#dagactie .dagactiedata .prices .new a:hover {
	font-weight: bold;
	display: block;
	font-size: 30px;
	line-height: 31px;
	font-weight: bold;
	text-decoration: none;
}

/* usp */
#usp {
	position: absolute;
	width: 230px;
	height: 260px;	
	overflow: hidden;
	padding: 1px;
	border: 1px solid #ff5b00;
	top: 245px;;
	left: 707px;
	background: #ffffff url(/site/dig/img/shop/usp-back.png) no-repeat 1px;
}

#usp ul {
	margin-top: 60px;
	margin-right: 15px;
	list-style: none;
	text-align: right;
}
#usp ul li {
	margin-left: 0;
	font-size: 13px;
	line-height: 28px;
	font-weight: bold;
	color: #666;
}