/**
 *	This file contains styles for the work with articles.
 *	@author Falko Burghausen <info@peak-webdesign.de>
 *	@copyright PEAK webdesign.de
 *	@date 2008-05-16
 */
 
table.article_preview {
	width: 100%;
	border: none;
}

tr.article_preview {
	vertical-align: top;
	text-align: left;
}

td.article_preview {
	vertical-align: top;
	width: 295px;
}

a.article_preview {
	color: black;
	font-weight: normal;
}

a.article_preview:hover {
	color: #003366;
}

div.article_preview {
	border: 1px dotted #808080;
	background-color: #f8f8f8;
	padding: 5px;
	text-align: center;
}

table.further_information {
	width: 100%;
}

p.price {
	text-align: right;
}

span.price {
	font-weight: bold;
	font-size: 14px;
}

span.price_strike_through {
	text-decoration: line-through;
	font-size: 14px;
}

span.price_reduced {
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
}

p.article_comment {
	color: #cc0000;
}

div.history {
	border-bottom: 1px dotted #808080;
	font-size: 12px;
}

div.historylink a {
	color: #003366;
	font-weight: bold;
}

div.historylink a:hover {
	color: #cc0000;
	font-weight: bold;
}

strong.article_preview_reduced_strike_through {
	color: black;
	text-decoration: line-through;
}

strong.article_preview_reduced_price {
	color: #cc0000;
}

table.article_category {
	border: none;
	text-align: center;
}

img.article_category {
	border: 1px solid #003366;
}

a.article_category {
	color: #cc0000;
}

a.article_category:hover {
	color: #808080;
}

span.image_notice {
	font-size: 10px;
	color: #808080;
}