.news{}

	/* Website color */
	.news .header .title,
	.news .header .title a,
	.news .footer a.view-details,
	.news a.to-list,
	.news .list .set-title {
		color: #1e2d6e;
	}
	.news .footer a.view-details,
	.news a.to-list {
		color: #aa2a18;
	}
	.news .preview .set-title{
		background: white url(../img/lbl_news.gif) no-repeat scroll left;
	}
	
/* DEFAULTS LEAVES */

.news .item {
	clear: both;
	padding-top: 1px;
	border-top: 1px solid #e3e4ed;
	border-bottom: 1px solid #e3e4ed;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.news .header {
	padding-bottom: 1px;
	border-bottom: 1px solid #e3e4ed;
	margin-bottom: 8px;
}
	.news .header .date {
		float: right;
		background: transparent url(../img/itm_news.gif) no-repeat scroll left;
		padding-left: 18px;
		margin-right: 15px;
		margin-left: 10px;
		color: #aa2a18;
		line-height: 22px;
		font-size: 11px;
	}
	.news .header .title {
		font-weight: bold;
		height: 22px;
		line-height: 22px;
		background: #f2f3f7;
		padding-left: 15px;
	}
	.news .header .title a {
		text-decoration: none;
	}
	.news .header .title a:hover {
		text-decoration: underline;
	}

.news .image {}
	.news .image .picture {
		float: left;
		padding: 0px 10px 10px 0px;
	}

.news .content {
	color: #1e2d6e;
	line-height: 19px;
}

.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{
}
	.news a.to-list{
		text-decoration: none;
	}
	.news a:hover.to-list{
		text-decoration: underline;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	background: transparent url(../img/menu_background.gif) repeat-x scroll bottom;
	padding-bottom: 25px;
}
.news .preview .set-title{
	background: white url(../img/lbl_news.gif) no-repeat scroll left;
	height: 30px;
	border-bottom: 1px solid #e3e4ed;
	margin-left: -1px;
}

.news .preview .item {
	margin-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	border-top: 0px;
}
.news .preview .item div {
	font-size: 11px;
}

.news .preview .item .header .title,
.news .preview .item .content, 
.news .preview .item div.view-details{
	padding-left: 15px;
	padding-right: 15px;
}

.news .preview .item .header {
	margin-bottom: 3px;
}
	.news .preview .item .header .date {
		float: none;
		margin-left: 15px;
		background: transparent url(../img/itm_news.gif) no-repeat scroll left;
		padding-left: 18px;
		color: #aa2a18;
	}
	.news .preview .item .header .title {
		background: #f2f3f7;
		/*min-height: 22px;
		height: auto !important;
		height: 22px;*/
		height: auto;
		line-height: normal;
		padding-top: 7px;
		padding-bottom: 6px;
		font-weight: bold;
	}
.news .preview .item .content {
	padding-top: 3px;
}
	
.news .preview .item div.view-details{}
	.news .preview .item a.view-details{}
	
.news .preview div.to-list{
	float: right;
	border-left: 1px solid #e3e4ed;
	border-bottom: 1px solid #e3e4ed;
	padding: 0px 0px 1px 1px;
}
	.news .preview a.to-list{
		display: block;
		background: #f2f3f7 url(../img/itm_zoom.gif) no-repeat scroll left;
		padding-left: 30px;
		padding-right: 10px;
		text-decoration: none;
		line-height: 23px;
		color: #1e2d6e;
	}
	.news .preview a:hover.to-list{
		text-decoration: underline;
		background-color: white;
	}
	

/* VIEW: LIST */
.news .list {
	padding: 10px;
}
.news .list .set-title{
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.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{}
