.news{}

/* DEFAULTS LEAVES */

.news .item {
	background: #f9f9f9 url(../img/itm_line.gif) repeat-x scroll bottom;
}

.news .header {
	padding-bottom: 3px;
}
	.news .header .date {
		color: #747474;
		font-size: 10px;
	}
	.news .header .title {
		text-align: left;
		font-weight: bold;
	}
	.news .header .title a {
		font-weight: bold;
		text-align: right;
		text-decoration:none;
		color:#666;
	}

.news .image {
	
}
	.news .image .picture {
		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 {
	clear: both;
}

.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;
		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;
		padding-left: 13px;
		text-decoration: none;
	}
	.news a:hover.to-list{
		text-decoration: underline;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	padding-bottom: 20px;
}
.news .preview .set-title{
	background-image: url(../img/itm_news.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
		
	min-height: 26px;
	height: 	auto !important;
	height: 	26px;
	line-height: 26px;
	
	font-size: 11px;
	font-weight: bold;
}
.news .preview .item {
	padding: 5px;
	margin: 5px;
}

.news .preview .item div {
	font-size: 11px;
}
.news .preview .item .header {
	float: left;
	width: 125px;
	text-align: right;
}
	.news .preview .item .header .date {
		font-size: 10px;
		text-align:left;
	}
	.news .preview .item .header .title {
		font-weight: bold;
		text-align: left;
	}
.news .preview .image {
	float: left;
}
.news .preview .content {
	clear: both;
}

.news .preview .item div.view-details{}
	.news .preview .item a.view-details{}

.news .preview div.to-list{
	padding: 0px;
	padding-left: 15px;
}
	.news .preview a.to-list{
		font-size: 12px;
		font-weight: bold;
	}

/* VIEW: LIST */
.news .list {
	padding: 10px;
}
.news .list .item{
	padding: 10px;
	margin-bottom: 10px;
}
.news .list .set-title{
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.news .list .header {
	width: 390px;
}
.news .list .image {
	float: right;
}
.news .list .content {
	float: left;
	width: 390px;
}
.news .list .item div.view-details{}
	.news .list .item a.view-details{}
	
/* VIEW: SINGLE */
.news .single {
	padding: 10px;
	float: left;
}
.news .single .set-title{
	display: none;
}
.news .single .item{
	padding: 10px;
	margin-bottom: 10px;
	/*background: #fcfcfc url(../img/item_background.gif) repeat-x scroll top;*/
	float: left;
}
.news .single .header{
	float: left;
	width: 340px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: transparent url(../img/itm_line.gif) repeat-x scroll bottom;
}
.news .single .image {
	float: left;
}
.news .single .content {
	float: right;
}
.news .single div.to-list{
	float: right;
	margin-top: 10px;
}
	.news .single a.to-list{}
	
	
