form.shopform input.bestellung{
	width: auto;
	font-size: 85%;
	margin-right: 5px;
	}

tr.kategorie td{
	border-bottom: 1px solid #666666;
	font-weight: bold;
	padding-top: 15px;
}

table.shop{
	width: 560px;
}

table.shop td textarea{
	width: 350px;
	height: 100px;
}

table.shop td td.eingabe input,
table.shop td.beschrieb td.eingabe input{
	width: 220px;
}

table.shop td.beschrieb input{
	width: 30px;
}

tr.tr-even input.bestellung,
tr.tr-odd input.bestellung{
	background-color: transparent;
	border: none;
}

span.mwst{
	font-size: 80%;
}

tr.bestelltotal{
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px double #C4C4C4;;
}

td.beschrieb{
	padding-top: 10px;
}

tr.produkttitel{
	border-top: 12px solid White;
}

table#adressuebersicht td.name{
	width: 350px;
}

table#adressuebersicht td{
	font-size: 93%;
}