#voorpagina {
	position: relative;
	height: 610px;
}
#voorpagina div {
	position: absolute;
}

.col1 {
	width: 470px;
}
.col2 {
	width: 230px;
	left: 480px;
}
.subcol1 {
	width: 150px;
}
.subcol2 {
	width: 150px;
	left: 160px;
}
.subcol3 {
	width: 150px;
	left: 320px;
}

.row1 {
	height: 255px;
}
.row2 {
	height: 150px;
	top: 265px;
}
.row3 {
	height: 190px;
	top: 425px;
}

/* achtergrond */
.mainblok {
	background-color: #ffffff;
}
.productblok, .simpleproductblok, .uspblok {
	background-color: #ffffff;
	background-image: url(/site/snf/img/shop/sf-egg.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

/* title */
.productblok h2, .simpleproductblok h2, .uspblok h2 {
	margin-left: 23px;
	height: 23px;
	line-height: 23px;
	font-size: 11px;
	white-space: nowrap;
}
.productblok h2 a, .simpleproductblok h2 a, .uspblok h2 a {
	text-decoration: none;
	color: #000;
}


/* mainblok */
.mainblok {
	position: relative;
	overflow: hidden;
}

.mainblok .salestextbackground {
	position: absolute;
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	
	z-index: 1;
	
	background-color: #fff;
	
	left: 5px;
	bottom: 5px;
	height: 60px;
	width: 320px;
}
.mainblok .salestext {
	position: absolute;
	z-index: 2;
	
	padding: 5px;
	
	left: 5px;
	bottom: 5px;
	height: 50px;
	width: 310px;
	
	font-weight: bold;
}
.mainblok img.salesimage {
	position: absolute;
	z-index: 0;
}

/* productblok */
.productblok, .simpleproductblok {
	position: relative;
	overflow: hidden;
}

.productblok .salestextbackground {
	position: absolute;
	width: 50%;
	height: 100%;
	opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	
	z-index: 1;
	background-color: #ffffff;
}
.productblok .salestext {
	position: absolute;
	width: 50%;
	z-index: 2;
}
.productblok img.salesimage {
	position: absolute;
	top: 25px;
	right: 5px;
	z-index: 0;
}
.simpleproductblok img.salesimage {
	position: absolute;
	top: 25px;
	z-index: 0;		
}

/* Prijskaartje */
.pricebig, .pricesmall {
	position: relative;
}
.pricebig { 
	bottom: 65px;
	right: 137px;
}
.pricesmall {
	bottom: 42px;
	right: 85px;
}

.pricebig .old_price, .pricesmall .old_price {
	position: absolute;
	background: white;
	color: black;
	border: 3px solid #0072B9;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 3;
}
.pricebig .old_price a, .pricesmall .old_price a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000;
}


.pricebig .old_price {
	width: 124px;
	height: 16px;
	line-height: 16px;
	font-size: 10px;
}
.pricesmall .old_price {
	width: 74px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
}

.pricebig .new_price, .pricesmall .new_price {
	position: absolute;		
	background: #0072B9;		
	text-align: center;
	z-index: 3;
}
.pricebig .new_price {
	top: 20px;
	width: 130px;
	height: 40px;
	line-height: 40px;
}
.pricesmall .new_price {
	top: 15px;
	width: 80px;
	height: 22px;
	line-height: 22px;
}

.pricebig .new_price a, .pricesmall .new_price a {
	color: white;
	font-family: Impact, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.pricebig .new_price a {
	font-size: 28px;
}
.pricesmall .new_price a {
	font-size: 18px;
}

/* usp */
.uspblok ul li {
	list-style-image: url(/site/snf/img/shop/btn-plus.png);
	margin-left: 5px;
	margin-bottom: 1px;
}