/* Newsmodul - både för MC och Marin */

/* Right news */

div.news-start-box {
	background: #e6e5df;
	border-bottom: 1px solid #908f8b;
	border-top: 1px solid #ebebe6;
	border-right: 1px solid #afaeaa;
	border-left: 1px solid #ebebe6;
	padding: 10px 9px;
	height: 130px;
	*height: 132px;
}

* html div.news-start-box {
	height: 154px;
}

ul.news-list {
	margin: 0;
	padding: 0;
	list-style: none;
	min-height: 110px;
	*height: 88px;
}

ul.news-list li.news-list-item {
	background: #ada999;
	border-bottom: 1px solid #6b695f;
	border-top: 1px solid #d0cdc4;
	border-right: 1px solid #848174;
	border-left: 1px solid #bebbaf;
	padding: 3px 10px 2px 10px;
}

ul.news-list li.news-list-item-active {
	background: #bdb9ad;
	border-bottom: 1px solid #6b695f;
	border-top: 1px solid #d0cdc4;
	border-right: 1px solid #848174;
	border-left: 1px solid #bebbaf;
	padding: 3px 10px 2px 10px;
}

.news-list-item a.arrow-darkgrey {
	background: url(../img/darkgrey_pil_right.gif) no-repeat left;
	padding: 0 0 0 10px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.news-list-item-active a.arrow-darkgrey {
	background: url(../img/darkgrey_pil_right.gif) no-repeat left;
	padding: 0 0 0 8px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

a.news-start-link {
	text-decoration: none;
	color: #393939;
	font-size: 11px;
}

a:hover.news-start-link {
	text-decoration: underline;
}

div.news-title {
	width: 219px;
	height: 20px;
	background: #393939;
	border-bottom: 1px solid #232323;
	border-top: 1px solid #8d8d8d;
	border-right: 1px solid #636363;
}

ul.news-list-sub {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.news-list-sub li.news-list-item-sub {
	background: #bdb9ad;
	padding: 2px 10px 2px 10px;
	list-style-type: none;
}

/* Right news slut */

/* Main news */

/* Nyhets meny categorier */

.news-categories {
	color: #444929 !important;
	text-transform: lowercase;
	font-size: 11px;
}

.news-cat {
	margin: 7px 24px 7px 22px;
}


.news-streck-first {
	text-decoration: none;
	padding: 0 5px 0 5px;
	color: #444929;
}

.news-streck {
	text-decoration: none;
	padding: 0 5px 0 5px;
	border-left: 1px solid #e7e5e1;
	color: #444929;
}

.news-streck-active {
	text-decoration: underline;
	padding: 0 5px 0 5px;
	border-left: 1px solid #e7e5e1;
	color: #444929;
}

/* Nyhets meny sida */

.news-sida {
	float: right;
	text-transform: lowercase;
	font-size: 11px;
}

.sida-streck-first, .sida-streck-active-first {
	padding: 0 1px 0 2px;
	color: #444929;
}

.sida-streck, .sida-streck-active {
	padding: 0 2px 0 4px;
	border-left: 1px solid #e7e5e1;
	color: #444929;
}

.sida-streck, .sida-streck-first {
	text-decoration: none;
}

.sida-streck-active, .sida-streck-active-first {
	text-decoration: underline;
}

/* Nyhetsblock */

.news-block {
	background-color: #393939;
	padding: 6px 12px 7px 12px;
	color: white;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 10px;
	border-top: 1px solid #8d8d8d;
	border-right: 1px solid #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
	border-left: 1px solid #636363;
}

div.news-block a.arrow-top {
	background: url(../img/arrow_top.gif) no-repeat left;
	padding: 0 0 3px 10px;
	color: #aca99a;
	text-decoration: underline;
}

.news-title-text {
	font-size: 14px;
	font-weight: bold;
}

.news-title-categories {
	font-size: 10px;
}

.news-title-date {
	margin: 3px 0 0 0;
	display: block;
}

.news-ruta {
	background-color: #e6e5e0;
	padding: 5px 12px 5px 12px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #f1f1ef;
	border-right: 1px solid #aeafaa;
	border-bottom: 1px solid #8e8f8a;
	border-left: 1px solid #f1f1ef;
	height: 100%;
	overflow: hidden;				
}

/* Main news slut */



