.itemview {
	margin-bottom:10px;
	border-radius:5px;
	padding:10px;
	line-height:1.5;
	text-align: justify;
}

.itemview h2 {
	margin:0px 0px 10px;
	padding:0px;
	line-height:1;
	border:none;
	font: normal 18px/1 Helvetica, Arial, sans-serif;
	color: #000;
}

/* Tabelle in itemview */
.itemview table, .detailtext table {
	border-collapse: collapse;
	border:2px solid #abc;
	empty-cells: show;
}
.itemview table td, .itemview table.bordered td, .detailtext table td, .detailtext table.bordered td  {
	padding:2px;
}
.itemview table th, .detailtext table th {
	background: #9ab;
	color: #fff;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
}
.itemview table tr, .detailtext table tr {
	vertical-align: top;
}
.itemview table th, .itemview table td, .detailtext table th, .detailtext table td {
	border:1px solid #ccd;
}


#itemviewAngebotdetails {
	margin-bottom:10px;
}

#itemviewAngebotdetails h2 {
	margin-bottom:0px;
	background:#fff;
	border-style:solid;
	border-width:1px 0 1px 0;
	padding:1px 0 1px 3px;
}

#itemviewAngebotdetails h3 select {
	width:280px;
}

#itemviewAngebotdetails h3 {
	margin-bottom:8px;
	padding-bottom:0px;
	margin-top:3px;
	border:none;
	width:280px;
}

.itemviewAngebotpos td {
	height: 20px;
	padding-bottom:8px;
}

.itemviewAngebotpos ul {
	margin: 0 0 0 20px;
	padding: 0;
}

.itemviewdetails h3 {
	border-bottom:1px solid #CDD;
	margin:10px 0 0 0;
}

.itemviewpix {
	height:80px;
	width:80px;
	overflow:hidden;
	border:1px solid #ccc;
	margin:2px 4px 4px auto;
}

.itemview_verfuegbarkeit {
	margin:4px 0 4px 0;
	padding:4px 0 10px 0;
	border-top:2px solid #e8e8e8;
}

#expiration_information {
	padding:3px;
	margin-bottom:6px;
	margin-top:5px;
	border:1px solid #f3efbc;
	text-align: center;
	margin-bottom: 18px;
	color: black;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #f4ed9e;
	background-image: -moz-linear-gradient(top, #fffbc5, #f4ed9e);
	background-image: -ms-linear-gradient(top, #fffbc5, #f4ed9e);
	background-image: -webkit-linear-gradient(top, #fffbc5, #f4ed9e);
	background-image: -o-linear-gradient(top, #fffbc5, #f4ed9e);
	border-color: #f2ec9c #f2ec9c #eae25b;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);	
}

