.news{}
.news .set-title {display:none;}

/* DEFAULTS LEAVES */

.news .item {
	clear: both;
}

.news .header {
	padding-bottom: 3px;
}
	.news .header .date {
		color:#9a977f;
		font-size:9px;
	}
	.news .header .title,
	.news .header .title a {
		font-weight: bold;
		color:#00a260;
		color:#333;
		line-height: 20px;
	}

.news .image {}
	.news .image .picture {
		float: left;
		padding: 0px 10px 10px 0px;
	}

.news .content {
	text-align: justify;
}

.news .footer {
	
}

.news div.view-details{
	text-align: right;
}
	.news a.view-details{
		color: Gray;
		text-decoration: none;
	}
	.news a:hover.view-details{
		text-decoration: underline;
	}

.news div.to-list{
	padding: 5px 0px;
}
	.news a.to-list{
		color: Gray;
		text-decoration: none;
	}
	.news a:hover.to-list{
		text-decoration: underline;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	padding: 18px;
	padding-bottom:10px;
	background-image: url(../img/frettir-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.news .preview .set-title{
	font-weight: bold;
	text-transform: uppercase;
	display:none;
}
.news .preview div.to-list{
	height:17px;
	padding:0px;
	margin:0px;
	margin-top:5px;
}
	.news .preview a.to-list{
		background-image: url(../img/lesa-frettir.gif);
		background-repeat: no-repeat;
		width:92px;
		height:17px;
		display:block;
		float:right;
	}

.news .preview .item {
	margin-top: 5px;
	padding-bottom: 20px;
	color:#7c7963;
}
.news .preview .item div {}
.news .preview .item .header {
}
	.news .preview .item .header .date {
		padding-right: 5px;
		color:#9a977f;
	}
	.news .preview .item .header .title {
		font-weight: bold;
		color:#00a260;
		color:#333;
	}
		.news .preview .item .header .title a {
		color:#00a260;
		color:#333;
	}
.news .preview .image {}
	.news .preview .image .picture {
		float: left;
		width: 45px;
		height: 40px;
		padding: 0px 5px 0px 0px;
		padding: 0px;
	}
	
	
.news .preview .item div.view-details{
	display: none;
}
	.news .preview .item a.view-details{}

/* VIEW: LIST */
.news .list {
	padding: 10px;
}
.news .list .set-title{
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.news .list .item div.view-details{}
	.news .list .item a.view-details{}
	
/* VIEW: SINGLE */
.news .single {
	padding: 10px;
}
.news .single .set-title{
	display: none;
}
.news .single div.to-list{}
	.news .single a.to-list{}