/*
====================================
OPMAAK TRANSPORTTRAYS
====================================
*/
.item_container{
	width: 158px;
	height: 390px;
	float: left;
	border: 1px solid #f58c8c;
	margin-left: 5px;
	margin-top: 5px;
	position: relative;
	}
.item_image{
	width: 158px;
	height: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.item_productnummer{
	width: 60px;
	height: 20px;
	background-color: #d35555;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
}
.item_productinfo{
	width: 158px;
	height: 270px;
	background-color: #f58c8c;
	position: absolute;
	left: 0px;
	top: 120px;
}
.item_td2{
	width: 40px;
	font-family: Helvetica;
	font-size: 12px;
}
.item_td2{
	width: 110px;
	font-family: Helvetica;
	font-size: 12px;
}
	