div.news.homepage {
	float: left;
	background: transparent url(/css/design/title-news.png) left top no-repeat;
	padding: 25px 0 0 8px;
	width: 34%;
	margin: 0 5px 0 0;
}

div.news .item {
	color: #000;
	padding: 0 10px 0 5px;
	margin: 0 0 5px 0;
	/*border-bottom: 1px dotted #000;*/
}

div.news.homepage .item {
	font-size: 11px;
}

div.news .item.last {
	border: none;
}

div.news .item h2 {
	padding: 0;
	margin: 0px 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}
div.news .item h1,
div.news .item h1 a.title,
div.news .item div.title {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	display: none;
	margin-bottom: 5px;
}

div.news .item h1 {
	font-size: 12px;
	font-weight: normal;
}

div.news .item h1 a.title {
	font-size: 0.8em;
}

div.news .item h3 a.title,
div.news .item h3 span.title {
	font-size: 0.9em;
}

div.news .item .date {
	font-size: 11px;
	color: #A3BF2B;
	/*margin: 0 0 2px 0;*/
}

div.news .item p {
	margin: 0px 0 0.25em 0;
}

div.news a.morenews {
	font-size: 11px;
	color: #000;
}