.cProductListPriv .artnr {
	width: 70px;
	vertical-align: top;
}

.cProductDetailsPriv {
	padding-top: 20px;
	margin: 0px;
}

.cProductDetailsPriv .data {
	padding-top: 10px;
}

.cProductDetailsPriv .table {
	width: 400px;
}

.cProductDetailsPriv .images {
	vertical-align: top;
}

.cProductDetailsPriv .images .img {
	border: 1px solid #00743c;
	background-color: white;
}

.cProductDetailsPriv .table .odd, 
.cProductDetailsPriv .table .even {
	height: 25px;
	vertical-align: middle;
}

.cProductDetailsPriv .table .odd {
	background-color: #FDF8DD;
}

.cProductDetailsPriv .odd .label {width: 200px;}
.cProductDetailsPriv .odd .value {width: 200px;}

