.news{}

/* DEFAULTS LEAVES */

.news .item {
	clear: both;
	border-bottom:1px solid #e4e4e4;
	float:left;
	width:521px;
	padding-bottom:10px;
	margin-bottom:13px;
}

.news .set-title { display:none; }
.news .header {
	padding-bottom: 3px;
}
	.news .header .date {
		font-size:11px;
		color:#666;
	}
	.news .header .title {
		font-weight: bold;
	}
	.news .header div.title a {
		font-weight: bold;
		color:#df2000;
		color:#000;
		font-size:13px;
		text-decoration: none;
	}

.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{
		text-decoration: none;
		background-image:url(../img/bullet-nanar.gif);
		background-position:right;
		background-repeat: no-repeat;
		padding-right:11px;
		color:#df2000;
	}
	.news a:hover.view-details{
		text-decoration: underline;
	}

.news div.to-list{
	padding: 5px 0px;
}
	.news a.to-list{
		color: Gray;
		text-decoration: none;
		background-image:url(../img/bullet-back.gif);
		background-position:left;
		background-repeat: no-repeat;
		padding-left:11px;
		color:#df2000;
	}
	.news a:hover.to-list{
		text-decoration: underline;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	padding: 0px;
}
.news .preview .set-title{
	font-weight: bold;
	text-transform: uppercase;
}
.news .preview div.to-list{
	text-align: center;
}
	.news .preview a.to-list{
		font-size: 12px;
		font-weight: bold;
	}

.news .preview .item {
	margin-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid Gray;
}
.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 .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: 0px;
}
.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: 0px;
}
.news .single .set-title{
	display: none;
}
.news .single div.to-list{}
	.news .single a.to-list{}
