table.articlesTable {
	border-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
    border-collapse: collapse;
    width: 100%;
}

table.articlesTable td, table.articlesTable th {
	border-bottom-style: none;
	border-right-style: none;
	text-align: left;
	vertical-align: top;
}

table.articlesTable th.textAlignRight {
	text-align: right;
}

table.articlesTable tr.articlesTableRow {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #bababa;
}

/* Nested table of the WAKO articlesTable */
table.articlesTable table {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

table.articlesTable.footer td {
	padding-top: 7px;
}

/* info-icon for lightbox popup 'eilausstellung' */
a.htmlModal img {
	margin-top: -7px;
}

td.key {
	width: 130px;
}

table.formData {
	margin-left: 30px;
}

table.articlesTable td.controlColumn {
	width: 15px;
}

table.articlesTable td.contentColumn {
	vertical-align: top;
}

table.articlesTable td.priceColumn {
	min-width: 90px;
	text-align: right;
	vertical-align: top;
}

table.articlesTable td.priceTotal {
	font-weight: bold;
}

table.articlesTable td.quantityColumn {
	width: 110px;
	text-align: right;
	vertical-align: top;
}

table.articlesTable td.quantityColumn input {
	width: 40px;
}


