/* Warenkorb */
div.cart-table {}

table.cart-table { background-color: #ffffff; }

table.cart-table td
{	font-size: 11px;
	padding: 3px 2px 3px 2px;
	vertical-align: top;
}

/* Header */
tr.cart-header td {		background-color: #e2001a; font-size: 8px; font-weight: bold; color: #ffffff; }

/* Items */
tr.cart-item td {			background-color: #00f0b2; border-bottom: 1px solid #ffffff; border-right: 1px solid #ffffff; }

td.cart-ibild {			background-color: #ffffff; padding: 0px; }
td.cart-iartnr {			font-size:9px; }
td.cart-ibenennung {		font-weight: bold; }
td.cart-ibestand {		text-align: right; }
td.cart-igewicht {		text-align: right; }
td.cart-ipreis {			text-align: right; }
td.cart-ianzahl {			text-align: right;width:30px; }
td.cart-igesamtpreis {	text-align: right; }
td.cart-iloeschen {		text-align: center;}

/* Footer */
tr.cart-footer { background-color: #cce57f; font-size: 10px; font-weight: bold; }

td.cart-igesamtgewicht {	text-align: right; }
td.cart-izwischensumme {	text-align: right; }
td.cart-igpreisalles {		text-align: center; }

table.cart-info {				margin: 20px 0px 20px 0px;}
span.cart-info {}
span.cart-lieferung {}
span.cart-mbestellwert {	font-weight: bold; color: #ef4623; }

table.cart-action {			margin: 20px 0px 20px 0px; }

input.cart,
textarea.cart,
select.cart,
option.cart,
input.cart-button
{	background-color: #ffffff;
	border: 1px solid #004d00;
	width: auto; }
input.cart-button
{	font-weight: bold;
	background-color: #66d966;
	border: 1px dotted #004d00;
}



.green-f5fae5 {	background-color: #f5fae5; }
.green-e0f0b2 {	background-color: #e0f0b2; }
.green-cce57f {	background-color: #cce57f; }
.green-b7db4c {	background-color: #b7db4c; }
.green-99cc00 {	background-color: #99cc00; }
.green-6b8f00 {	background-color: #6b8f00; }
.green-4d6600 {	background-color: #4d6600; }
.green-2e3e00 {	background-color: #2e3e00; }
.green-101500 {	background-color: #101500; }

.yellow-fffae5 {	background-color: #fffae5; }
.yellow-fff0b2 {	background-color: #fff0b2; }
.yellow-ffe57f {	background-color: #ffe57f; }
.yellow-ffdb4c {	background-color: #ffdb4c; }
.yellow-ffcc00 {	background-color: #ffcc00; }
.yellow-b38f00 {	background-color: #b38f00; }
.yellow-806600 {	background-color: #806600; }
.yellow-4d3e00 {	background-color: #4d3e00; }
.yellow-1a1500 {	background-color: #1a1500; }

.blue-e5e5fa {	background-color: #e5e5fa; }
.blue-b2b2f0 {	background-color: #b2b2f0; }
.blue-7f7fe5 {	background-color: #7f7fe5; }
.blue-4c4cdb {	background-color: #4c4cdb; }
.blue-0000cc {	background-color: #0000cc; }
.blue-00008f {	background-color: #00008f; }
.blue-000066 {	background-color: #000066; }
.blue-00003e {	background-color: #00003e; }
.blue-000015 {	background-color: #000015; }

.red-ffe5e5 {	background-color: #ffe5e5; }
.red-ffb2b2 {	background-color: #ffb2b2; }
.red-ff7f7f {	background-color: #ff7f7f; }
.red-ff4c4c {	background-color: #ff4c4c; }
.red-ff0000 {	background-color: #ff0000; }
.red-b30000 {	background-color: #b30000; }
.red-800000 {	background-color: #800000; }
.red-4d0000 {	background-color: #4d0000; }
.red-1a0000 {	background-color: #1a0000; }
