/* Farben:

	weiss:	#F4F2DD;
	dweiss:	#E4E2CE;
	rot:	#953B25;
	gruen:	#617153;
	text:	#003000;
*/
/* Warenkorb */
#warenkorb .boxcontent,
#merkliste .boxcontent {
	padding: 0;
	border: 0;
}
#warenkorb .total {
	font-size: 150%;
	font-weight: bold;
	text-align: right;
	margin: 2em 0 2em 0;
	color: #953B25;
}
#warenkorb_info a {
	display: block;
	line-height: 180%;
	text-align: center;
}
#warenkorb_info div.buttons {
	width: 100%;
	text-align: right;
}
#warenkorb_info div.buttons input {
	border: 0;
	background-color: #617154;
	color: #F4F2DD;
	font-weight: bold;
	font-size: 110%;
	padding: 1ex 1em 1ex 1em;
	cursor: pointer;
	border: 2px groove;
}

#warenkorb img.thumbnail {
	width: 41px;
	height: 55px;
}
#warenkorb tr.desc td,
#merkliste tr.desc td {
	background-color: #E4E2CE;
	padding: 0.3em;
	font-size: 85%;
}

#merkliste .loeschen {
	text-align: center;
}
#merkliste .uebernehmen {
	text-align: right;
}
#merkliste h1 {
	margin: 0;
}
#merkliste a.loeschen_link {
	font-size: 85%;
	background-color: #953B25;
	color: #E4E2CE;
	padding: 0.3ex 0.5em;
}

/* product im warenkorb*/
.product .incart h1 {
	margin: 1ex 0 0 0;
}
.product .incart .bestellen {
	float: right;
	margin: 2px 0px 6px 18px;
}
.product .incart a.thumbnail {
	border: 0;
	float: left;
	margin: 0 2em 0 0;
}
.product .incart a.thumbnail img.thumbnail {
	border: 1px solid #953B25;
	padding: 1px;
	margin: 0;
}
.product .incart a.thumbnail:hover img.thumbnail {
	border-color: #617153;
}
.product .incart .menge,
.product .incart .preis,
.product .incart .summe {
	text-align: right;
}
.product .incart .menge input {
	width: 2em;
	border: 1px solid #617153;
	text-align: right;
	padding: 0.2em 0.4em;
}

