.news{}

/* DEFAULTS LEAVES */

.news .header {
	padding-bottom: 3px;
}
	.news .header .date {
		color: #ca0018;
	}
	.news .header .title {
		font-weight: bold;
		color: #001075;
	}

.news .image {
	
}
	.news .image .picture {
		float: left;
		padding: 2px !important;
		padding-right: 0;
	}

.news .content {
	text-align: justify;
}

.news .footer {
	
}

.news div.view-details{
	text-align: right;
}
	.news a.view-details{
		color: #001075;
		text-decoration: none;
		background: transparent url(../img/itm_arrow.gif) no-repeat scroll left;
		padding-left: 10px;
	}
	.news a:hover.view-details{
		text-decoration: underline;
	}

.news div.to-list{
	padding: 5px 0;
}
	.news a.to-list{
		color: #001075;
		text-decoration: none;
		background: transparent url(../img/bullet.gif) no-repeat scroll left;
		padding-left: 10px;
	}
	.news a:hover.to-list{
		text-decoration: underline;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	background: transparent url(../img/right-column_background.gif) repeat-y scroll top;
	padding: 10px;
}
.news .preview .set-title{
	color: #001075;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
.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 #cccccc;
}
.news .preview .item div {
	font-size: 11px;
}
.news .preview .item .header {
}
	.news .preview .item .header .date {
		
	}
	.news .preview .item .header .title {
		font-weight: bold;
	}
.news .preview .item div.view-details{}
	.news .preview .item a.view-details{}

/* VIEW: LIST */
.news .list {
	padding: 10px;

}
.news .list .item {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	margin-top: 5px;
}

.news .list .set-title{
	padding-bottom: 5px;
	color: #001075;
	font-weight: bold;
	text-transform: uppercase;
}

.news .list .content {
	text-align: justify;
	min-height: 55px;
	height: auto !important;
	height: 55px;
}

.news .list .item div.view-details{}
	.news .list .item a.view-details{}
	
/* VIEW: SINGLE */
.news .single {
	padding-left:5px;
	width:465px !important;
	width:475px;
	
}
.news .single .set-title{
	display: none;
}
.news .single .content {
	text-align: justify;
}
.news .single div.to-list{}
	.news .single a.to-list{}