/* CSS Document */

/* product-index pagina rules */

#productlink {
margin: 0;
margin-top: 5px;
border: 1px solid black;
width: 460px;
height: 135px;
right: 0;
background-color: transparant;
position: relative;
}

#productinfo {
margin: 0;
margin-left: 230px;
margin-right: 10px;
right: 0;
background-color: grey;
}

#productinfo p {
font-weight: 500;
line-height: 18px;
text-align: justify;
font-size: 10px;
}

#productimagepatiowarmers {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 220px;
	margin:0;
	background-color: transparant;
	background-image: url(../site%20plaatjes/productindex/brandmetblauwelucht3_small.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	height: 125px;
}

#productimagebamboe {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 220px;
	margin:0;
	background-color: transparant;
	background-image: url(../site%20plaatjes/productindex/bamboe.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	height: 125px;
}

#productimagebeelden {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 220px;
	margin:0;
	background-color: transparant;
	background-image: url(../site%20plaatjes/productindex/beelden.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	height: 125px;
}

#productimagehoorns {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 220px;
	margin:0;
	background-color: transparant;
	background-image: url(../site%20plaatjes/productindex/hoorns.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	height: 125px;
}
