/* $Id: news_home.css 168 2009-03-05 15:24:58Z jernej.svetek $ */

.news_products .random_list {
	list-style-type: none;
	margin: 0;
}
.news_products .random_list li {
 	float: left;
	margin: 0 27px 10px 0;
	width: 142px;
}
.news_products .random_list li.spacer {
	float: none;
	clear: both;
}
.news_products .random_list li.last {
	margin-right: 0;
}
.news_products .random_list li h2 {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
.news_products .random_list li h3 {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	font-weight: normal;
	line-height: 1.3em;
}
.news_products .random_list li .thumb {
	display: block;
	height: 140px;
	border: 1px solid #c4973c;
	overflow: hidden;
	background: no-repeat center center;
	margin-bottom: 0.5em;
}
.news_products .random_list li .lead {
	font-size: 1.2em;
	line-height: 1.3em;
}
.news_products .random_list li .lead p {
	line-height: 1.3em;
}
.news_products .random_list li .more {
	float: right;
}
.news_products .random_list li .archive,
.news_products .random_list li .more {
	font-size: 1.1em;
}