div.boxleft {		width: 140px;	margin-bottom: 10px;	margin-top: 5px; }
div.boxright {		width: 190px;	margin-bottom: 10px;	margin-top: 5px; }

div.boxhead {		background-color: #6684f0;	padding: 2px;	text-align: center; }
div.boxflowtext {	background-color: #ccd6fe;	padding: 2px; }
div.boxinput {		background-color: #ccd6fe;	padding: 2px; }
div.boxfoot {		background-color: #ccd6fe;	padding: 2px;	text-align: center; }

div.boxleft p.header,
div.boxright p.header
{	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
}
div.boxleft p.flowtext,
div.boxright p.flowtext
{	font-size: 10px;
	margin-bottom: 5px;
}
div.boxleft p.legend,
div.boxright p.legend
{	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

div.boxleft input.boxleft,
div.boxleft textarea.boxleft,
div.boxleft select.boxleft,
div.boxleft option.boxleft,
div.boxleft input.boxleft-button
{	background-color: #e5eafc;
	border: 1px solid #6684f0;
	width: 132px; }
div.boxleft input.boxleft-button
{	font-weight: bold;
	background-color: #99adf5;
	border: 1px solid #001e8a;
}

div.boxflowtext img
{	float: left;
	margin: 0px 5px 5px 0px; }

/* Artikeldarstellung */
div.article-header
{	background-color: #66d966;
	padding: 5px;
}
div.article-header p
{	margin:0px;
}
div.article-priceinfo
{	background-color: #e5f9e5;
	padding: 5px;
	text-align: center;
}
p.article-price
{	font-size: 22px;
	font-weight: bold;
	color: #007300;
}
div.article-putcart
{	background-color: #ccf2cc;
	padding: 5px;
	text-align: center;
}







/* Toplist */
div.toplist-table
{	text-align: center; }

table.toplist-table
{	width: 100%;
	table-layout: fixed; }
table.toplist-table td
{	border-top: 1px solid #ccf2cc;
	border-left: 1px solid #ccf2cc;
	border-bottom: 1px solid #66d966;
	border-right: 1px solid #66d966;
}
div.toplist-article
{	padding: 0px;
}
div.toplist-pdw
{	font-size: 10px;
	font-weight: bold;
	color: #ef4623;
	margin-bottom: 3px;
	text-align: center;
	padding: 2px;
}
div.toplist-picture
{	text-align: center;
	padding: 2px;
}
div.toplist-artnum
{	text-align: center;
	font-size: 8px;
	margin-bottom: 5px;
}
div.toplist-benennung
{	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 5px;
	background-color: #66d966;
}

div.toplist-preisbox
{	padding: 3px;
	text-align: center;
}
span.toplist-highlight
{	font-weight: bold;
	color: #ef4623;
}
span.toplist-preis
{	font-size: 15px;
	font-weight: bold;
	color: #007300;
}
span.toplist-preiskz
{	font-size: 10px;
	font-weight: bold;
	color: #000000;
}


