.news{}

/* DEFAULTS LEAVES */

.news .set-title{
	display: none;
	font-weight: bold;
	text-transform: uppercase;
}

.news .header {
	padding-bottom: 3px;
}
	.news .header .date {
		color: #747474;
		font-size: 10px;
	}
	.news .header .title {
		font-weight: bold;
	}
	.news .header .title a {
		font-size: 12px;
		text-decoration: none;
	}
	.news .header .title a:hover {
		text-decoration: underline;
	}

.news .image {
	
}
	.news .image .picture {
		float: left;
		padding: 0px 10px 0px 0px;
	}

.news .content {
	text-align: justify;
}

.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: 10px;
		text-decoration: none;
	}
	.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: 10px;
		text-decoration: none;
	}
	.news a:hover.to-list{
		text-decoration: underline;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	padding: 15px;
}
.news .preview .set-title{
	
}
.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: 5px;
	background: transparent url(../img/itm_line.gif) repeat-x scroll bottom;
}
.news .preview .item div {
	font-size: 11px;
}

.news .preview .item .header {
	float: left;
}
	.news .preview .item .header .date {
		
	}
	.news .preview .item .header .title {
		font-weight: bold;
	}
.news .preview .item .image {
	
}
	.news .preview .image .picture {
		float: right;
		padding: 0px 0px 3px 3px;
	}
.news .preview .item .content {
	clear: both;
	width: 100%;
}
.news .preview .item .footer {
}
.news .preview .item div.view-details{}
	.news .preview .item a.view-details{}

/* VIEW: LIST */
.news .list {
	padding: 10px;
}
.news .list .set-title{
	display: block;
	background: transparent url(../img/itm_line.gif) repeat-x scroll bottom;
	padding-bottom: 10px;
}
.news .list .item {
	clear: both;
	margin-top: 10px;
	padding: 0px 10px;
	padding-bottom: 5px;
	background: transparent url(../img/itm_line.gif) repeat-x scroll bottom;
}
.news .list .footer {
	clear: both;
}
.news .list .item div.view-details{}
	.news .list .item a.view-details{}
	
/* VIEW: SINGLE */
.news .single {
	padding: 10px;
}
	.news .single .header {
		background: transparent url(../img/itm_line.gif) repeat-x scroll bottom;
		padding: 5px;
		margin-bottom: 10px;
	}
	.news .single .header .date {
	}
	.news .header .title {
		font-size: 13px;
	}
.news .single div.to-list{}
	.news .single a.to-list{}