.news{}

/* DEFAULTS LEAVES */

.news .item {
	clear: both !important;
	clear:none;
	float:left !important;
	float:none;
	margin-bottom:30px;
	border-bottom: 1px solid #eaeaea;
	width:550px;
}
.news .set-title {
	display:none;
}
.news .header,
.news .content,
.news div.view-details {
	width:448px;
	border:0px solid red;
	float:right;
}
.news .header {
	padding-bottom: 3px;
}
	.news .header .date {
		float:left;
		padding-right:11px;
		margin-right:6px;
		background-image:url(../img/bullet-arrow.gif);
		background-repeat:no-repeat;
		background-position:right;
		color:#928e8d;
		font-size:10px;
		text-transform: uppercase;
	}
	.news .header .title,
	.news .header .title a {
		font-weight: bold;
		color:#d62720;
	}

.news .image {}
	.news .image .picture {
		float: left;
		padding: 0px 10px 10px 0px;
	}

.news .content {
	text-align: justify;
	border:0px solid blue;
}

.news .footer {
}

.news div.view-details{
	text-align: left;
	padding-bottom:10px;
	padding-top:5px;
	border:0px solid red;
}
	.news a.view-details{
			display:block;
			background-image:url(../img/shop_meira.gif);
			width:46px;
			height:16px;
	}
	.news a:hover.view-details{
		text-decoration: underline;
	}

.news div.to-list{
	padding: 5px 0px;
}
	.news a.to-list{
		color: Gray;
		text-decoration: none;
	}
	.news a:hover.to-list{
		text-decoration: underline;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	padding-bottom: 30px;
}
.news .preview .set-title{
	font-weight: bold;
	text-transform: uppercase;
}
.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: 3px;
	/*border-bottom: 1px solid Gray;*/
	width: 170px;
	margin-bottom: 5px;
}
.news .preview .item div {
	font-size: 11px;
	width: 148px;
	float: left;
	text-align: left;
}
.news .preview .item .header {
	width: 120px;
	float: right;
}
	.news .preview .item .header .date {
		float: left;
		padding-right: 5px;
		clear: both;
		width: 100px;
	}
	.news .preview .item .header .title {
		font-weight: bold;
		width: 110px;
	}
.news .preview .item div.image { width: 35px; float: left; }
	.news .preview .image .picture {
		float: left;
		width: 35px;
		padding:15px 4px;
	}
	
	
.news .preview .item div.view-details{
	float: left;
}
	.news .preview .item a.view-details{	
		background: transparent;
		width: 100px;
	}

/* 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 .header,
.news .single .content,
.news .single div.view-details {
	width:418px;
	border:0px solid red;
	float:right;
}
.news .single div.to-list{}
	.news .single a.to-list{
		display:block;
		width:59px;
		height:16px;
		background-image:url(../img/shop_tilbaka.gif);
	}