.news{
	clear:both;
	padding:10px;
	border:0px solid red;
	float:left;
}

/* DEFAULTS LEAVES */
.news .set-title {
	background-color:black;
	background: #000 url(../img/item_header.gif) repeat-x scroll top;
	line-height: 25px;
	height:25px;
	padding-left: 5px;
	color: white;
	width:700px;
	border-left:1px solid black;
	border-right:1px solid black;
	margin-bottom:5px;
}
.news .item {
	border: 1px solid #d6d6d6;
	background: transparent url(../img/item_background.gif) repeat-x scroll top;
	float:left;
	padding-left:5px;
	margin-bottom:10px;
}

.news .header {
	display:block;
	padding:10px;
	margin-top:15px;
}
	.news .header .date {
	}
	.news .header .title {
		font-weight: bold;
	}

.news .image {
	float:left;
}
	.news .image .picture {
		margin-top:3px;
		margin-left:10px;
		margin-right:10px;
	}

.news .content {
	display:block;
	padding-left:10px;
}

.news .footer {
	display:block;
}

.news div.view-details{
	display:block;
	border:0px solid red;
	text-align:right;
	clear:both;
}
.news a.view-details,
.news a.to-list {
	background: transparent url(../img/btn_details.gif) no-repeat scroll center;
	width: 94px;
	display:block;
	margin-top:10px;
	padding-left:5px;
	line-height: 18px;
	text-align:left;
	float:right;
	margin-right:10px;
	margin-bottom:10px;
	text-decoration: none;
	font-size:11px;
}
	.news a.view-details{

	}
	.news a:hover.view-details{
	}

.news div.to-list{
	margin-top: 5px;
	clear:both;
}
	.news a.to-list{
		text-align: left;
		padding-right: 5px;
		width: 94px;
		display:block;
	}
	.news a:hover.to-list{
		color: #a61900;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {

}
.news .preview .set-title{

}
.news .preview div.to-list{
}
	.news .preview a.to-list{
	}

.news .preview .item {
	width:341px;
	clear: none;
	min-height: 240px;
	height:auto !important;
	height:240px;
	margin-right:10px;
}
.news .preview .item .content {
	padding-left:0px;
	padding-right:20px;
}
.news .preview .first {
	border: 1px solid #d6d6d6;
	background: transparent url(../img/item_background.gif) repeat-x scroll top;
	float:left;
	clear:both;
	min-height: 100px;
	height:auto !important;
	height:100px;
	width:700px;
	padding-left:5px;
}
.news .preview .item .footer {

}
.news .preview .first .footer {

}

.news .preview .item div {
	font-size: 11px;
}
.news .preview .item .header {
}
	.news .preview .item .header .date {

	}
	.news .preview .item .header .title {
		font-weight: bold;
	}
.news .preview .image {}
	.news .preview .image .picture {
	}
	.news .preview .item .content {
		padding-left:10px;
	}
	
.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;
}
.news .list .item div.view-details{}
	.news .list .item a.view-details{}
	
/* VIEW: SINGLE */
.news .single {

}
.news .single .set-title{
	display: none;
}
.news .single .content {
	padding:10px;
	padding-right:15px;
}
.news .single div.to-list{}
	.news .single a.to-list{}