.news{}

/* DEFAULTS LEAVES */

.news .header {
	padding-bottom: 3px;
}
	.news .header .date {
		color: #b2ab5b;
	}
	.news .header .title {
		text-align: right;
	}
	.news .header .title a {
		font-weight: bold;
		color: #001063;
		text-align: right;
	}

.news .image {
	
}
	.news .image .picture {
		float: left;
		padding: 0 3px 3px 0 !important;
		padding: 0 0 3px 0;
	}

.news .content {
	text-align: justify;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}

.news .footer {
	
}

.news div.view-details{
	text-align: right;
}
	.news .footer a.view-details{
		background: transparent url(../img/itm_arrow.gif) no-repeat scroll left;
		padding-left: 13px;
		color: #001063;
		text-decoration: none;
	}
	.news a:hover.view-details{
		text-decoration: underline;
	}

.news div.to-list{
	padding: 5px 0;
}
	.news a.to-list{
		color: #001063;
		text-decoration: none;
	}
	.news a:hover.to-list{
		text-decoration: underline;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	
}
.news .preview .set-title{
	font-weight: bold;
	background: #b2ab5b;
	color: white;
	
	background: #b2ab5b url(../img/itm_news.gif) no-repeat scroll left;
	padding-left: 25px;
		
	min-height: 26px;
	height: 	auto !important;
	height: 	26px;
	line-height: 26px;
	
	color: white;
	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 {
	padding-bottom: 3px;
	margin: 10px;
	border-bottom: 1px solid #b2ab5b;
}
.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 .item div.view-details{}
	.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;
	color: #001063;
}
.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{}