/*--------------(    FRÉTTIR    )---------------*/

table.news-preview {
	padding:0px;
	margin:0px;
}
td.news-preview-headline {
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
	border-bottom:1px dashed #ececec;
}
td.news-preview-headline a, 
td.news-preview-headline a:visited {
	color:#333;
	font-weight: bold;
}
td.news-preview-content {
	padding:10px;
	padding-top:5px;
	vertical-align: top;
}
.news-date {
	float:left;
}
.news-preview-pic {
	display:none;
}
img.news-list-pic {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
}
.news-headline {
	color:#333;
	font-weight:bold;
	font-size:13px;
	padding-bottom:5px;
	border-bottom:1px dashed #ececec;
}
.news-content {
	padding-top:5px;
	padding-bottom:15px;
	border-bottom:1px dashed #ececec;
}
.news-histback {
	padding-top:5px;
	display:block;
	text-align: left;
}
td.news-preview-headline a:hover {
	color:#666;
		font-weight:bold;
}
.news-list {
	margin-bottom:15px;
}
.news-list td {
	border:0px solid blue;
	border-bottom:1px dashed #ececec;
}