
div#productswrap div#productswrap_m
{
	border: 1px solid white;
	margin: 2px 20px 10px 13px;
}

div#productswrap div.item1
{
	position: relative;
	border: 0px dotted #cfcfcf;
	width: 355px;
	height: 300px;
	margin: 0 11px 10px 0;
	float: left;
	overflow: hidden;
}
div#productswrap div.item1 div.txt h2
{
	font-size: 16px;
	color: #000000;
	display: inline;
}
div#productswrap div.item1 div.txt p
{
	font-size: 11px;
	color: #000000;
	display: inline;
}
div#productswrap div.item1 div.img
{
	position: absolute;
	top: 8px;
	left: 2px;
	width: 210px;
	height: 250px;
	overflow: hidden;
	border: 0px dotted orange;
}

div#productswrap div.item1 div.txt
{
	position: absolute;
	top: 8px;
	left: 220px;
	width: 130px;
	height: 200px;
	overflow: hidden;
	border: 0px dotted red;
	float: left;
}
div#productswrap div.item1 div.price, div#productswrap div.item1 div.price-aanbieding
{
	position: absolute;
	top: 205px;
	left: 260px;
	width: 91px;
	height: 92px;
	font-size: 22px;
	font-weight: normal;
	color: #222222;
	float: right;
	letter-spacing: 1px;
}
div#productswrap div.item1 div.normal
{
	background-image: url('/Images/price-background.gif');
	background-repeat: no-repeat;
}
div#productswrap div.item1 div.aanbieding
{
	background-image: url('/Images/price-background-aanbieding.gif');
	background-repeat: no-repeat;
}

div#productswrap div.item1 div.price div.pricewrap
{
	width: 91px;
	height: 92px;
	overflow: hidden;
}
div#productswrap div.item1 div.price div.pricewrap div.pricetext
{
	position: absolute;
	top: 43px;
	left: 16px;
	width: 74px;
	height: 26px;
	overflow: hidden;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	border: 0px dotted red;
	text-align: center;
}
div#productswrap div.item1 div.price div.pricewrap div.pricetext span
{
	vertical-align: top;
}
div#productswrap div.item1 div.catlink
{
	position: absolute;
	top: 283px;
	left: 2px;
	z-index: 1000;
}
div#productswrap div.item1 div.catlink a
{
	font-size: 11px;
	font-weight: bold;
	color: #FF8000;
}
div#productswrap div.item1 div.txt p
{
	width: 129px;
	margin: 0;
	padding: 0;	
}

div#productswrap div.item2
{
	position: relative;
	border: 1px dotted #b0b0b0;
	width: 172px;
	height: 400px;
	margin: 0 10px 10px 0;
	float: left;
	overflow: hidden;
}
div#productswrap div.item2 div.img
{
	position: absolute;
	top: 1px;
	left: 6px;
	width: 160px;
	height: 180px;
	overflow: hidden;
	border: 0px dotted silver;
}
div#productswrap div.item2 div.txt
{
	position: absolute;
	top: 185px;
	left: 4px;
	width: 168px;
	height: 105px;
	overflow: hidden;
	border: 0px dotted red;
}

div#productswrap div.item2 div.txt h2
{
	display: inline;
	font-size: 14px;
	color: #000000;
	margin: 0;
}
div#productswrap div.item2 div.txt p
{
	display: inline;
	font-size: 11px;
	color: #000000;
	margin: 0;
}

div#productswrap div.item2 div.price
{
	position: absolute;
	top: 280px;
	left: 77px;
	width: 91px;
	height: 92px;
	float: right;
	letter-spacing: 1px;
	border: 0px dotted red;	
}
div#productswrap div.item2 div.normal
{
	background-image: url('/Images/price-background.gif');
	background-repeat: no-repeat;
}
div#productswrap div.item2 div.aanbieding
{
	background-image: url('/Images/price-background-aanbieding.gif');
	background-repeat: no-repeat;
}
div#productswrap div.item2 div.price div.pricewrap
{
	width: 91px;
	height: 92px;
	overflow: hidden;
}
div#productswrap div.item2 div.price div.pricewrap div.pricetext
{
	position: absolute;
	top: 43px;
	left: 16px;
	width: 74px;
	height: 26px;
	overflow: hidden;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	border: 0px dotted red;
	text-align: center;
}
div#productswrap div.item2 div.price div.pricewrap div.pricetext span
{
	vertical-align: top;
}
div#productswrap div.item2 div.catlink
{
	position: absolute;
	top: 383px;
	left: 2px;
	z-index: 1000;
}
div#productswrap div.item2 div.catlink a
{
	font-size: 11px;
	font-weight: bold;
	color: #FF8000;
}
div#productswrap div.item2 div.txt p
{
	width: 170px;
	margin: 0;
	padding: 0;	
}
