.article_border
{
	background-color: #2647a0;
	height: 5px
}

.article_detailed
{
	background-color: #eee;
	margin-bottom: 20px;
	padding: 5px;
}

.article_detailed .images
{
	float: left;
	margin-right: 20px;
}

.article_detailed table
{
	margin-bottom: 20px;
}

.article_detailed table th
{
	text-align: left;
}

.article_detailed table td
{
	min-width: 130px;
	vertical-align: top;
}

.article_detailed .articlenumber
{
	font-weight: bold;
}


.article_detailed .title
{
	font-weight: bold;
	color: #2647a0;
}


.article
{
	background-color: #eee;
	padding: 5px;
	height: 100px;
}


.article .images
{
	display: block;
	width: 80px;
	float: left;
}

.article .additional_data
{
	margin-top: 10px;
	color: #666;
	font-size: 13px;	
}

.article .price, .article_detailed .price
{
	float: right;
}

.price
{
	width: 119px;
	height: 51px;
	background-image: url(../gfx/preis.png);
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.price .entity
{
	font-size: 13px;
	margin-left: 5px;
	float: left;
}

.price .value
{
	float: right;
	width: 100px;
	text-align: right;
	margin-top: 10px;
	margin-right: 5px;
	font-size: 18px;
}

.sold
{
	background-color: #f00;
	color: #eee;
	padding: 2px;	
}

.article .subline
{
	display: block;
	margin-top: 8px;
}
