/*
copyright 2009 by buntmacher.net
author: david block
version: v1.0
url: http://www.buntmacher.net

main-colors:

*/

/* list settings*/

ul#list {
	width: 300px;
	margin: 0 0 1px 0;
	padding: 10px 0 10px 0;
	list-style: none;
	font-family: Arial;
	font-size: 14px;
	border-top: 1px #bbb solid;
	border-bottom: 1px #bbb solid;
}

li#title {
	font-size: 16px;
	font-weight: bold;
}

li#date {
	color: #777;
	font-size: 11px;
	padding-bottom: 6px;
}

li#content {
	padding-bottom: 10px;
	text-align: justify;
	font-size: 12px;
}

li#price {

	font-size: 14px;
	font-weight: bold;
}