
div#eshop_warenkorb_link	{
	float				:	right;
	padding-right		:	12px;
}

div#eshop_warenkorb_link #eshop_warenkorbanzahl	{
 	font-weight			:	bold;
	color				:	Red;
}

table#eshop_warenkorb	{
	width				:	100%;
	border				:	0;
	border-collapse		:	collapse;
}

table#eshop_warenkorb td	{
	padding				:	.4em 0 .4em 0;
	vertical-align		:	top;
	border				:	0;
	border-collapse		:	collapse;
}

table#eshop_warenkorb td.preis	{
	text-align			:	right;
}

table#eshop_warenkorb td.buttons	{
	text-align			:	right;
	white-space			:	nowrap;
}

table#eshop_warenkorb tr.kategorie td	{
	font-weight			:	bold;
}

table#eshop_warenkorb tr.subkategorie td.col1	{
	padding-left		:	2em;
}

table#eshop_warenkorb tr.produkt td.col1	{
	padding-left		:	4em;
}



table#eshop_bestellung	{
	width				:	100%;
	border				:	0;
	border-collapse		:	collapse;
}
table#eshop_bestellung td	{
	padding				:	.4em 0 .4em 0;
	vertical-align		:	top;
	border				:	0;
	border-collapse		:	collapse;
}
table#eshop_bestellung td.preis	{
	text-align			:	right;
}
table#eshop_bestellung thead td	{
	background-color	:	#f0f0f0;
}
table#eshop_bestellung tfoot td	{
	background-color	:	#f0f0f0;
}

form.readonly label {
	margin-top			:	0px;
	margin-bottom		:	0px;
}
form.readonly input, form.readonly textarea, form.readonly span.text {
	border				:	0px;
	margin-top			:	2px;
	margin-bottom		:	2px;
	display				:	inline !important;
	height				:	auto;
}
