.news{}

/* DEFAULTS LEAVES */

.news .item {
	clear: both;
}

.news .set-title {
	background-image:url(../img/hdr-nyjustu-frettir.gif);
	background-repeat:no-repeat;
	height:48px;
	width:160px;
	margin-bottom:20px;
}

.news .header {
	padding-bottom: 7px;
	clear:both;
}
	.news .header .date {
		float:left;
		margin-right:2px;
		font-size:11px;
	}
	.news .header .title {
		background-image:url(../img/bullet-news-title.gif);
		background-repeat:no-repeat;
		background-position:left;
		padding-left:12px;
		padding-bottom:4px;
	}
	.news .header .title,
	.news .header .title a {
		font-weight: bold;
		color:#0093dc;
		float:left;
	}
.news .image {
	clear:left;
}
	.news .image .picture {
		float: left;
		padding: 0px 10px 10px 0px;
	}

.news .content {
	text-align: justify;
}

.news .footer {
	
}

.news div.view-details{
	clear:both;
}
	.news a.view-details{
		background-image:url(../img/btn-meira.gif);
		display:block;
		width:46px;
		height:14px;
	}
	.news a:hover.view-details{
		text-decoration: underline;
	}

.news div.to-list{
	float:right;
	clear:both;
}
	.news a.to-list{
		color: Gray;
		text-decoration: none;
		font-weight:normal;
		color:#a4a4a4;
		background-image:url(../img/bullet-menu.gif);
		background-repeat:no-repeat;
		background-position:left;
		padding-left:12px;
	}
	.news a:hover.to-list{
		text-decoration: underline;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	padding: 10px;
}
.news .preview .set-title{
	font-weight: bold;
	text-transform: uppercase;
}
.news .preview div.to-list{
}
	.news .preview a.to-list{
	}

.news .preview .item {
	margin-top: 5px;
	padding-bottom: 3px;
}
.news .preview .item div {
	font-size: 11px;
}
.news .preview .item .header {
}
	.news .preview .item .header .date {
		float: left;
		padding-right: 5px;
	}
	.news .preview .item .header .title {
		font-weight: bold;
	}
.news .preview .content {
	display:none;
}
.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{
}
	.news .preview .item a.view-details{}

/* VIEW: LIST */
.news .list {
	padding: 10px;
}
.news .list .set-title{
	display: none;
}
.news .list .item div.view-details{float:right;}
	.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{}