.news{
}
.news *{
	color: white;
}

/* DEFAULTS LEAVES */

.news .header {
	padding-bottom: 3px;
}
	.news .header .date {
		color: #a0d42a;
	}
	.news .header .title {
		font-weight: bold;
		color: #f4fb25;
	}

.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 a.view-details{
		background: transparent url(../img/itm_arrow.gif) no-repeat scroll left center;
		padding-left: 8px;
		color: #a0d42a;
		text-decoration: none;
		text-transform: uppercase;
	}
	.news a:hover.view-details{
		text-decoration: underline;
	}

.news div.to-list{
	padding: 5px 0;
	
}
	.news a.to-list{
		/* background: transparent url(../img/itm_arrow.gif) no-repeat scroll left center; */
		padding-left: 8px;
		color: #a0d42a;
		text-decoration: none;
	}
	.news a:hover.to-list{
		text-decoration: underline;
	}

.news .edit {
	display: inline;
}

div.to-list{
	display: none;
}


/* VIEW: PREVIEW */
.news .preview {
}
.news .preview .set-title{
	background: transparent url(../img/frame_header.gif) repeat-y scroll center;
	line-height: 19px;
	color: #a0d42a;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	
}

.news .preview .set-title a {
	color: #a0d42a;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}

.news .preview div.to-list{
	display: none;
}
	.news .preview a.to-list{
		/* background: transparent url(../img/bullet.gif) no-repeat scroll left center; */
		background-image: none;
		padding-left: 17px;
		font-size: 12px;
		text-transform: capitalize;
		color: white;
		display: none;
	}

.news .preview .item {
	margin-top: 5px;
	padding-top: 5px;
	/*background: transparent url(../img/itm_line.gif) repeat-x scroll bottom;*/
}
.news .preview .item div {
	font-size: 10px;
}
.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{
		font-size: 10px;
	}

/* VIEW: LIST */
.news .list {
	padding: 10px;
}
.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: 10px;
}
.news .single .set-title{
	display: none;
}
.news .single div.to-list{}
	.news .single a.to-list{}