/* Decorboo website News Styles */
/* Created: 16-09-2005 by Arjen Hoekema */
/* Last modified: 16-09-2005 */

.news-list-item {
	background: #f6f6f6;
	float: none;
	padding: 4px;
}

.news-latest-item {
	background: #f0f0f0;
	height: 32px;
	padding: 4px;
	margin-bottom: 1px;	
}

.news-latest-item:hover {
	background: #f6f6f6;
}

.news-list-item-alt {
	background: #f9f9f9;
	padding: 4px;
}

.news-list-image {
	display: inline;
	float: left;
	margin: 4px 4px 0px 0px;
}

.news-latest-image {
	display: inline;
	float: left;
	margin: 2px 2px 0px 0px;
	width: 32px;
}
.news-latest-date {
	font-weight: normal;
	font-size: 11px;
}

.news-single-img {
	display: inline;
	float: right;
	margin: 0px 0px 4px 4px;
}

.news-single-img a {
	margin-right: 2px;
}

.clearer {
	clear: both;
	float: none;
}
