﻿/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

	Stylesheet for Fortum
	media: all

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@font-face
{
	font-family: 'VetoComBold';
	src: url('type/vetocom-bold-webfont.eot');
	src: url('type/vetocom-bold-webfont.eot?iefix') format('eot'),
		 url('type/vetocom-bold-webfont.woff') format('woff'),
		 url('type/vetocom-bold-webfont.ttf') format('truetype'),
		 url('type/vetocom-bold-webfont.svg#webfont8tw75ptL') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'VetoComMedium';
	src: url('type/vetocom-medium-webfont.eot');
	src: url('type/vetocom-medium-webfont.eot?iefix') format('eot'),
		 url('type/vetocom-medium-webfont.woff') format('woff'),
		 url('type/vetocom-medium-webfont.ttf') format('truetype'),
		 url('type/vetocom-medium-webfont.svg#webfontc6lphahW') format('svg');
	font-weight: normal;
	font-style: normal;
}

html
{
	font-size: 100%;
}
body
{
	margin: 0 0 50px;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #333;
	background-color: #fff;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Clearing floats
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
.clearfix
{
	display: block;
}

.clear
{
	clear: both;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Accessibility, SEO & Print
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.accessibility
{
	position: absolute;
	top: -999em;
	left: -999em;
}

.printOnly
{
	display: none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Basic typography etc.
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

h1
{
	margin: 0;
	font-family: 'VetoComMedium', Arial, Verdana, Tahoma, sans-serif;
	font-size: 2.5em;/* 2010: 1.9em */
	font-weight: normal;
	line-height: 1.6em;
	color: #363636;/* 2010: 006a4e */
}
	h1 strong
	{
		font-weight: bold;
	}


h2
{
	margin: 1em 0 0;
	font-family: 'VetoComMedium', Arial, Verdana, Tahoma, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
	color: #323666;
	EditMenuName: Overskrift;
}

h3
{
	font-family: 'VetoComMedium', Arial, Verdana, Tahoma, sans-serif;
	margin: 1em 0 0;
	font-size: 1.25em;
	font-weight: normal;
	EditMenuName: Underoverskrift;
}

h4
{
	margin: 1em 0 .5em;
}

p
{
	margin: .25em 0 1em;
	line-height: 1.3em;
}

sub
{
	position: relative;
	top: 3px;
	vertical-align: baseline;
}

code
{
	font-family: Monaco, "Courier New", Courier, monospace;
	color: #060;
	background-color: #cfc;
}

hr
{
	height: 1px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #999;
	background-color: #999;
	border: 0;
}

iframe
{
	border: none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Links
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
a
{
	color: #000;
}
a:hover
{
	color: #96004a;
}
a:focus
{
	outline: none;
}
#article a
{
	color: #529900;
}
#article a:focus
{
	color: #006a4e;
}
#relatedContent .box a:focus
{
	color: #c45e90;
}
#article h2 a,
body.frontpage2011 #article a
{
	color: #323666;
	text-decoration: none;
}
#article h2 a:hover,
#article h2 a:focus,
body.frontpage2011 #article a:hover,
body.frontpage2011 #article a:focus
{
	text-decoration: underline;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Form elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

form
{
	margin: 0;
	padding: 0;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

legend
{
	display: none;
}

input
{
	font-size: 1em;
}

select
{
	font-size: 1em;
	background: #fff;
}

textarea
{
	font-size: 1em;
	background: #fff;
}

input:focus,
select:focus,
textarea:focus
{
	outline: none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Lists
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

ul
{
	margin-left: 0;
	padding-left: 18px;
}

ol
{
	margin-left: 0;
	padding-left: 28px;
}
	li
	{
		margin: .3em 0;
		
	}
		#article li li
		{
			list-style: disc;
		}
ul.arrowList
{
	clear: both;
	padding: 0 0 0 2px;
	list-style: none;
}
	ul.arrowList li
	{
		margin: .5em 0;
		padding: 0 0 0 10px;/* 0 0 0 12px */
		background: url('../gfx/icons/icon-arrow-list.png') no-repeat 0 50%;
	}
ul.linkList
{
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul.linkList li
	{
		margin: .5em 0;
		padding-left: 18px !important;
		background: url('../gfx/icons/icon-link-list.png') no-repeat 0 50% !important;
	}
		#article ul
		{
			margin-bottom: 1em;
		}
		#article ul.linkList li li,
		#article ul.featuredLinks li li,
		#article ul.articleList li li
		{
			list-style: none;
		}
		ul.linkList li a
		{
			text-decoration: underline;
			color: #7db340;
		}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Floats
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Graphic buttons & links
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.submit
{
	float: left;
	background: url('../gfx/buttons/btn-submit.png') no-repeat 100% 50%;
}
	.submit input
	{
		float: left;
		width: auto;
		margin: 0;
		padding: 3px 6px;
		font-size: 1em;
		line-height: 1.6em;
		color: #fff;
		background: url('../gfx/buttons/btn-submit-left.png') no-repeat 0 50%;
		overflow: visible;
		border: none;
		cursor: pointer;
	}

#relatedContent .submit
{
	position: relative;
	float: right;
	background: url('../gfx/buttons/btn-related-submit.png') no-repeat 100% 50%;
}
	#relatedContent .submit input
	{
		position: relative;
		width: auto;
		margin: 0 0 0 -2px;
		padding: 3px 6px 3px 6px;
		font-size: 1em;
		line-height: 1.6em;
		color: #fff;
		background: url('../gfx/buttons/btn-related-submit-left.png') no-repeat 0 50%;
		overflow: visible;
		border: none;
		cursor: pointer;
	}
	* html #relatedContent .submit input
	{
		padding-right: 0;
	}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Layout
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#wrapper
{
	width: 931px;
	margin: 0 auto;
	padding-bottom: 3em;
	text-align: left;
	background-color: #fff;
}

	#main
	{
		font-size: 1.1em;
	}

		#subNav
		{
			float: left;
			width: 185px;/* 228px */
			padding-right: 20px;
		}
		body.frontpage #subNav
		{
			display: none;
		}

		.section
		{
			position: relative;
			float: left;
			width: 716px;
			margin-top: 1.5em;
		}

		#mainContent
		{
			position: relative;
			float: left;
			width: 532px;/* 577px */
			margin-top: 1.5em;
			margin-right: 18px;
		}
		.section #mainContent
		{
			margin-top: 0;
		}
		
		#mainContent.twoCol
		{
			width: 716px;
			margin-right: 0;
		}

		#relatedContent
		{
			float: left;
			width: 166px;/* 230px */
			margin-top: 1.25em;
			padding: 0;
		}
		body.frontpage2011 #relatedContent
		{
			margin-top: 1.25em;
		}
		body.stromavtaler #relatedContent
		{
			margin-top: 10em;
		}

		#fullWidthContent
		{
			display: none;
		}
		#main.fullWidth #fullWidthContent
		{
			display: block;
			position: relative;
			width: 938px;
			margin: 1.5em 10px 1em 0;
		}
		#main.fullWidth #mainContent
		{
			width: 938px;
			margin-left: 19px;
		}
			#main.fullWidth #mainContent #article
			{
				width: 470px;
				margin-left: 229px;
			}
		#main.fullWidth #subNav,
		#main.fullWidth #relatedContent
		{
			display: none;
		}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Header */
#header
{
	margin: 0 8px 0 19px;
	padding-top: 20px;
	font-size: 1.1em;
	background: url('../gfx/backgrounds/bg-header.png') repeat-x 0 100%;
}
	/* Fortum logo */
	#logo a
	{
		display: block;
		float: left;
		width: 168px;
	}
		#logo a img
		{
			border: none;
		}

	#global
	{
		float: right;
		width: 700px;
		text-align: right;
	}
		/* Quick search area */
		.quickSearchArea
		{
			clear: both;
			float: right;
			margin: 5px 0 10px;
		}
			/* Fortum.com Link */
			a.corporateLink
			{
				display: block;
				float: left;
				margin-right: 10px;
				padding: 2px 10px;
				font-size: 1.1em;
				text-decoration: underline;
				color: #999;
				border-right: 1px solid #ccc;
			}
			a.corporateLink:focus { color: #666; }
			.quickSearchArea fieldset
			{
				display: inline;
			}
			.quickSearchArea input.quickSearchField
			{
				float: left;
				margin: 1px 3px 0 0;
				padding: 3px 8px;
				width: 87px;
				border: none;
				background: url('../gfx/header/quick-search-field-bg.png') no-repeat 0 0;
			}
			.quickSearchArea input.quickSearchButton
			{
				display: block; 
				float: left;
				width: 21px;
				height: 21px;
			}

		/* Main navigation */
		#mainNav
		{
			width: auto;
			margin-top: 46px;
		}
		@media screen
		{
			#mainNav
			{
				min-height: 22px;
			}
			* html #mainNav { height: 22px; }
		}
			#mainNav ul
			{
				float: right;
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
			#mainNav li
			{
				display: block;
				float: left;
				margin: 0;
				padding: 0;
				font-size: 1.1em;
				letter-spacing: .03em;
				background: url('../gfx/header/main-nav-item.png') no-repeat right top;
			}
			#mainNav li.selected
			{
				background-image: url('../gfx/header/main-nav-item-active.png');
			}
				#mainNav li a
				{
					display: block;
					padding: 6px 16px 2px;
					text-decoration: none;
					color: #fff;
					background: url('../gfx/header/main-nav-item-left.png') no-repeat left top;
				}
				#mainNav li a:hover,
				#mainNav li a:focus
				{
					color: #ccc;
				}
				#mainNav li.selected a
				{
					color: #336;
					background-image: url('../gfx/header/main-nav-item-active-left.png');
				}

/* Bread crumbs */
#breadcrumbs
{
	margin: 0;
	padding: 0;
	list-style: none;
}
	#breadcrumbs li
	{
		float: left;
		margin: 0 6px 0 0;
		font-size: .9em;
	}
	#breadcrumbs a
	{
		padding: 0 6px 0 0;
		color: #333;
		text-decoration: none;
		background: url('../gfx/icons/breadcrumb-seperator.png') no-repeat 100% 50%;
	}
	#breadcrumbs a:hover,
	#breadcrumbs a:focus
	{
		color: #999;
	}

/* Sub navigation (left) */
#subNav
{
}
	#subNav a
	{
		color: #336;
		text-decoration: none;
	}
	#subNav a:hover,
	#subNav a:focus
	{
		color: #999;
	}
	/* ul */
	#subNav ul 
	{
		margin: 1.5em 0 2em 19px;
		padding: 3px 0 0;
		list-style-type: none;
		list-style-image: none;
		background: url('../gfx/subnav/sub-nav-bg-gradient.png') no-repeat top left;
	}
		#subNav ul ul
		{
			margin: 0;
			padding: 0;
			background-image: none;
			border: none;
		}
			#subNav ul ul ul
			{
				background: transparent none no-repeat;
			}
	/* li */
	#subNav li
	{
		margin: 0;
		border-bottom: 1px solid #efefef;
	}
	#subNav li.selected
	{
		margin: 0;
		background-color: #f7f7f8;
	}
		#subNav li li
		{
			border-bottom: none;
		}
		#subNav li.selected li
		{
			padding-top: 0;
			padding-bottom: 0;
		}
		#subNav li.current
		{
			font-weight: bold;
			color: #06f;
			background: url('../gfx/subnav/sub-nav-item-current.png') repeat-y 0 0;
		}
		#subNav li.current a
		{
			font-weight: bold;
			color: #06f;
		}
		#subNav li.current li
		{
			background-image: none;
			background-color: #f7f7f8;
		}
		#subNav li.current li a
		{
			font-weight: normal;
			color: #336;
		}
		#subNav li.current li a:hover,
		#subNav li.current li a:focus
		{
			color: #999;
		}
	/* links */
	#subNav li a
	{
		display: block;
		padding: 6px 0 6px 16px;
		font-size: 1.1em;
		font-weight: bold;
		background: url('../gfx/subnav/sub-nav-item.png') no-repeat 0 7px;/* 50% */
	}
	* html #subNav li a
	{
		display: inline-block;
	}
	#subNav li.selected a
	{
		padding-bottom: 3px;
		background: url('../gfx/subnav/sub-nav-item-selected.png') no-repeat 0 7px;/* 60% */
	}
		#subNav li li a,
		#subNav li.current li a
		{
			padding-top: 3px;
			padding-bottom: 3px;
		}
		#subNav li.selected li a
		{
			font-weight: normal;
			background: url('../gfx/subnav/sub-sub-nav-item.png') no-repeat 0 50%;
			border-bottom: none;
		}
		#subNav li li.selected a
		{
			font-weight: bold;
			background-image: url('../gfx/subnav/sub-sub-nav-item-selected.png');
		}
			#subNav li li.selected li a
			{
				padding-left: 28px;
				font-weight: normal;
				background: url('../gfx/subnav/sub-sub-sub-nav-item.png') no-repeat 12px 50%;
			}
			#subNav li li li.selected a
			{
				font-weight: bold;
				background-image: url('../gfx/subnav/sub-sub-sub-nav-item-selected.png');
			}
				#subNav li li li.selected li a
				{
					padding-top: 3px;
					padding-bottom: 3px;
					padding-left: 39px;
					font-weight: normal;
					background: url('../gfx/subnav/sub-sub-sub-sub-nav-item.png') no-repeat 25px 50%;
				}
				#subNav li li li li.selected a
				{
					font-weight: bold;
					background-image: url('../gfx/subnav/sub-sub-sub-sub-nav-item-selected.png');
				}

/* Tables */
table
{
	margin: 5px 0 15px;
	font-size: 1em;
	line-height: 1.2em;
	color: #000;
	border: none;
}
	th,
	tr.head td,
	tr.head.alt td
	{
		padding: 5px;
		vertical-align: bottom;
		font-weight: bold;
		text-align: left;
		background-color: #e4f4d2;
	}
	td
	{
		padding: 5px;
		text-align: left;
		background-color: #f2f1f1;
	}
	tr.alt td
	{
		background-color: #fff;
	}
	th.right,
	td.right
	{
		text-align: right;
	}
	th.center,
	td.center
	{
		text-align: center;
	}
	th.nowrap,
	td.nowrap
	{
		white-space: nowrap;
	}

table.stromavtaler
{
	width: 100%;
	font-size: 1.1em;
}
	th
	{
		width: 25%;
		padding: 0;
		font-family: 'VetoComMedium', Arial, Verdana, Tahoma, sans-serif;
		font-size: 1.8em;
		line-height: 1.2em;
		text-align: center;
		color: #fff;
		background-color: #fff;
	}
	.stromavtaler th div { height: 26px; }
	th:first-child
	{
		padding: 0 0 4px;
		font-size: 1.5em;
		text-align: left;
		color: #464646;
	}
		th .padding
		{
			/*margin-right: 10px;*/
			margin-left: 20px;
			padding: 15px 0 10px;
		}
	td
	{
		width: 25%;
		height: 40px;
		padding: 0;
		border-top: 1px solid #fff;
		vertical-align: bottom;
		text-align: center;
		background-color: #fff;
	}
	tr td:first-child
	{
		padding: 0 15px 4px;
		text-align: left;
		-moz-border-radius-topleft: 4px;
		border-top-left-radius: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-bottom-left-radius: 4px;
	}
	tr.odd td
	{
		background-color: #ebebeb;
	}
	tr.even td
	{
		background-color: #d7d7d7;
	}
	th .padding,
	tr:first-child td .padding
	{
		background-position: 0 50%;
		background-repeat: repeat-x;		
		-moz-border-radius: 5px 5px  0 0;
		border-radius: 5px 5px  0 0;
	}
	td .padding
	{
		position: relative;
		height: 34px;
		padding: 4px 5px;
		vertical-align: bottom;
		border-bottom: 1px solid transparent;
	}
	tr.odd td .padding,
	tr.even td .padding
	{
		margin-left: 20px;
	}
		td .padding span
		{
			position: absolute;
			bottom: 4px;
			left: 0;
			width: 100%;
		}
	
	th sub
	{
		font-size: .6em;
	}
	td strong
	{
		font-size: 1.3em;
		line-height: 1.3em;
	}
	td small
	{
		font-size: .9167em;
	}
	td .check
	{
		min-height: 34px;
		background: url('../gfx/icons/icon-checkmark.png') no-repeat 50% 10px;
	}
	td.highlight
	{
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	}
	td.highlight:first-child { color: #000; text-shadow: none; }
	td.highlight .check
	{
		background-position: 50% -190px;
	}
	.actions td div {
		margin-left: 20px;
	}
	.actions td {
		height: auto;
		padding-top: 3px;
	}
	.actions td a {
		width: 76px;
		height: 34px;
		border: 1px solid #EBEBEB;
		line-height: 34px;
		-moz-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
		color: white;
		text-decoration: none;
		font-size: 1.15em;
		font-weight: bold;
		background-clip: padding-box;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	}
	.twoProducts .actions td a {
		width: 106px;
	}
	.actions td a:hover {
		background: #EBEBEB url("../gfx/gradients/gradient-flytting.png") repeat-x 0 50%;
		text-shadow: none;
		border-color: #C3C3C3;
	}
	.actions td .choose {
		float: left;
	}
	.actions td .order {
		float: right;
	}

#article ul.tableLinks
{
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
	#article ul.tableLinks li
	{
		display: inline-block;
		min-width: 166px;
		margin: 1em 0;
		padding: 0;
		list-style: none;
	}
		#article ul.tableLinks li a
		{
			font-weight: bold;
			text-decoration: none;
			color: #004079;
		}
		#article ul.tableLinks li a:hover,
		#article ul.tableLinks li a:focus
		{
			text-decoration: underline;
		}

/* Images */
img
{
	border: none;
}
img.header
{
	margin-top: 20px;
}
img.floatLeft
{
	float: left;
	margin: .3em 10px .5em 0;
	EditMenuName: Venstrestilt;
}
img.floatRight
{
	float: right;
	margin: 0 0 .5em 10px;
	EditMenuName: Høyrestilt;
}

/* Frontpage elements */
body.frontpage2011 #bigImage
{
	float: left;
	margin-top: 17px;
}
body.frontpage #mainContent
{
	width: 719px;
	padding-left: 20px;
	margin-right: 16px;
}
body.frontpage2011 #mainContent
{
	width: 532px;
	margin-right: 16px;
	margin-top: 16px;
}
body.frontpage2011 #article
{
	width: 532px;
	margin-right: 0;
}
body.frontpage2011 #main .section > img,
body.frontpage2011 #main .section > a > img,
body.frontpage2011 #article .columns img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
	body.frontpage #article .bigImage .roundCorners
	{
		width: 719px;
		height: 362px;
		background-image: url('../gfx/roundcorners/round-corners-frontpage-image.png');
	}
	* html body.frontpage #article .bigImage .roundCorners { background-image: url('../gfx/roundcorners/round-corners-frontpage-image-ie6.png'); }
	body.frontpage #article .bigImage h1
	{
		position: absolute;
		top: 55px;
		left: 95px;
		width: 200px;
		font-size: 2.7em;
		font-weight: bold;
		text-align: center;
		line-height: 1.1em;
		color: #fff;
	}
	
	body.frontpage #article .department
	{
		float: left;
		width: 354px;
		height:86px;
		margin: 1em 10px 1em 0;
		background: url('../gfx/backgrounds/strom_boks.gif') no-repeat;
		cursor:pointer; 
		display: table; 
		#position: relative;
		overflow: hidden;
	}
	
	body.frontpage #article .department #middle 
	{
	   #position: absolute;   
	   #top: 50%;
	   display: table-cell; 
	   vertical-align:middle;
	  
	}  
	
	body.frontpage #article .department #middle #inner 
	{
		#position: relative; 
		#top: -60%;
		margin-right:8px;
	   
	}  
	
	body.frontpage #article .department.right
	{
		margin-right: 0;
		background: url('../gfx/backgrounds/nett_boks.gif') no-repeat;
	}
		body.frontpage #article .department h2
		{
			margin: .5em 0 0 20px;
			font-size: 2em;
			color: #ffffff;
		}
		body.frontpage #article .department a
		{
			margin: .5em 0 0 20px;
			font-size: 2em;
			color: #ffffff;
			text-decoration:none;
			display:block;
		}

		body.frontpage #article .department a.minilink
		{
			margin: 0 0 0 20px;
			font-size: .9em;
			color: #ffffff;
			text-decoration:none;
		}

		body.frontpage #article .department ul.arrowList
		{
			min-height: 90px;
			margin: .2em 0 0;
			padding-left: 0;
			padding-bottom: .5em;
			border-bottom: 1px solid #e5e5e5;
		}
		* html body.frontpage #article .department ul.arrowList
		{
			height: 90px;
		}
	body.frontpage #article .otherAreas
	{
		margin: 1em 0;
	}
		body.frontpage #article .otherAreas label
		{
			display: block; 
			float: left;
			padding: 2px 3px 0 0px;
		}
		body.frontpage #article .otherAreas select
		{
			display: block; 
			float: left;
			margin: 0 3px 0 0;
			font-size: .9em;
			border: 1px solid #ccc;
		}
		body.frontpage #article .otherAreas input.otherServicesButton
		{
			display: block; 
			float: left;
			width: 17px;
			height: 17px;
			margin-top: 1px;
		}

/* Main content */
#article
{
	position: relative;
	font-size: 1.1em;
}
	/* Generel items */
	#article .introduction
	{
		margin: 25px 0;
		font-size: 1.2em;
		font-weight: bold;
		color: #363636;
	}
		#article .introduction p
		{
			margin: 0;
			line-height: 1.2em;
		}
	#article .bigImage
	{
		position: relative;
		left: -1px;
	}
		#article .bigImage img
		{
			position: relative;
		}
		#article .bigImage .roundCorners
		{
			position: absolute;
			top: 0;
			left: 0;
			width: 534px;
			height: 160px;
			z-index: 100;
			background: url('../gfx/roundcorners/round-corners-article-image.png') no-repeat 0 0;
		}
		* html #article .bigImage .roundCorners { background-image: url('../gfx/roundcorners/round-corners-article-image-ie6.png'); }
		body.section #article .bigImage .roundCorners
		{
			height: 195px;
			background-image: url('../gfx/roundcorners/round-corners-section-image.png');
		}
		* html body.section #article .bigImage .roundCorners { background-image: url('../gfx/roundcorners/round-corners-section-image-ie6.png'); }
	#article .mainImageLink
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 719px;
		height: 362px;
		z-index: 9001;
		color: transparent;
		text-indent: -3000px;
	}
	#article a.mainImageLink:active,
	#article a.mainImageLink:focus
	{
	    color: transparent;   
	}
	#article p.caption
	{
		margin: 0;
		color: #999;
	}
	#article p.date
	{
		margin: .7em 0 0;
		color: #666;
	}
	#article table
	{
		position: relative;
		left: -2px;
		width: 535px;
	}
	
	/* List Page */	
	#article .illustration {
		width: 532px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	#article .pageList {
		list-style: none outside none;
		margin: 25px 0;
		padding: 0;
	}
		#article .pageList li {
			display: block;
			clear: both;
			height: 120px;
			overflow: hidden;
			margin: 20px 0;
		}
		#article .pageList img {
			width: 180px;
			height: 120px;
			float: left;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
		}
		#article .pageList .itemContent {
			width: 312px;
			height: 120px;
			float: right;
		}
			#article .pageList .itemContent  h2 {
				margin: 0 0 10px 0;
			}
			
	/* Form Page */
	#article ul.form {
		display: block;
		list-style: none outside none;
		padding: 0;
		margin: 0;
	}
		#article ul.form li,
		#article div.form {
			font-family: 'VetoComMedium',Arial,Verdana,Tahoma,sans-serif;
			font-size: 1.15em;
			border: 1px solid #C3C3C3;
			color: #004078;
			background: #EBEBEB;
			background-clip: padding-box !important;
		}
		#article ul.form li{
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			height: 34px;
			line-height: 34px;
			padding: 0 15px;
			margin: 0 0 -1px -1px;
			float: left;
			position: relative;
		}		
		#article ul.form li:first-child {
			margin-left: 0;
			-moz-border-radius-bottomleft: 0;
			-webkit-border-bottom-left-radius: 0;
			border-bottom-left-radius: 0;
		}
		#article ul.form .current,
		#article ul.form li:first-child.current {
			background: #004078;
			-moz-border-radius-bottomleft: 0;
			-moz-border-radius-bottomright: 0;
			-webkit-border-bottom-left-radius: 0;
			-webkit-border-bottom-right-radius: 0;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
			color: white;
		}
		#article ul.form .indicator {
			display: inline-block;
			width: 8px;
			height: 16px;
			background: url('../gfx/tabs/arrow.png') no-repeat scroll 0 50% transparent;
			position: absolute;
			right: -8px;
			top: 8px;
			z-index: 4;
		}
		#article ul.form .current .indicator {
			background-image: url('../gfx/tabs/current_arrow.png');
		}
	#article div.form {
		padding: 18px;
		-moz-border-radius: 0 5px 5px 5px;
		-webkit-border-radius: 0 5px 5px 5px;
		border-radius: 0 5px 5px 5px;
	}
		#article div.form h1 {
			font-size: 1.5em;
		}
		#article div.form ul {
			list-style: none outside none;
			margin: 0;
			padding: 0;
		}
			#article div.form ul li {
				line-height: 1.7em;
			}
		#article div.form a {
			text-decoration: none;
			color: #004078;
		}
		#article div.form a:hover {
			text-decoration: underline;
		}
		#article div.form a:after {
			content: " >";
		}
		
	#article div.form #id_matrix {
		margin: 0;
		width: 100%;
		font-size: 0.9em;
		font-family: Arial, Verdana, Tahome, Sans-Serif;
		line-height: 1.28em;
		background: none transparent;
		cellpadding: 0;
		cellspacing: 0;
	}
		#article div.form #id_matrix tr td {
			font-weight: normal;
			text-align: left;
			height: auto;
			padding: 0;
			background: none transparent;
			border: none;
			vertical-align: middle;
		}
		#article div.form #id_matrix tr td span,
		#article div.form #id_matrix tr td label {
			padding: 0;
			margin-right: 5px;
		}
		#article div.form #id_matrix tr td fieldset {
			vertical-align: middle;
		}
		#article div.form #id_matrix tr td input[type=checkbox] {
			margin: 0;
		}
		#article div.form #id_matrix tr td input[type=submit] {
			margin: 0;
			border: none;
			background-color: #004078;
			color: white;
			padding: 1px 6px;
		}
			#article div.form #id_matrix tr td input[type=submit]:hover {
				cursor: pointer;
			}
		#article div.form #id_matrix tr td input {
			border: 1px solid gray;
		}
			#article div.form #id_matrix tr td input:active,
			#article div.form #id_matrix tr td input:focus {
				-moz-box-shadow: 0 0 5px #004078;
				-webkit-box-shadow: 0 0 5px #004078;
				box-shadow: 0 0 5px #004078;
			}
		
		#article div.form .navLink {
			
		}
			#article div.form .navLink:after {
				content: "";
			}
			#article div.form .navLink:before {
				content: "< ";
			}
	
	/* Two Column Article */
	.twoCol #article .introduction {
		margin: 0;
		width: 714px;
		height: 277px;
		border: 1px solid #C9C9C9;
		-moz-border-radius: 0 5px 5px 0;
		-webkit-border-radius: 0 5px 5px 0;
		border-radius: 0 5px 5px 0;
		background: url('../gfx/gradients/gradient-gray-large.png') repeat-x 0 bottom;
	}
		.twoCol #article .introduction .illustration {
			border-right: 1px solid #C9C9C9;
			width: 527px;
			height: 277px;
			float: left;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			border-radius: 0;
		}
		.twoCol #article  .introduction .information {
			float: right;
			width: 150px;
			height: 241px;
			overflow: hidden;
			font-size: 0.75em;
			margin: 18px 18px 0 0;
		}
		.twoCol #article  .introduction .information  > * {
			margin-bottom: 18px;
			width: 150px;
		}
		.twoCol #article  .introduction .information  > div a {
			color: #00427C;
			text-decoration: none;
		}
		.twoCol #article  .introduction .information  > div a:hover {
			text-decoration: underline;
		}
		.twoCol #article  .introduction .information  .action {
			display: block;
			background-position: 0 50%;
			background-repeat: repeat-x;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
			color: white;
			font-family: 'VetoComMedium',Arial,Verdana,Tahoma,sans-serif;
			font-size: 1.5em;
			text-decoration: none;
		}
		.twoCol #article  .introduction .information  .action:hover {
			text-decoration: underline;
		}
		.twoCol #article  .introduction .information  .action span {
			display: block;
			padding: 9px 15px;
			text-align: center;
		}
		
	.twoCol #article .columns {
		width: 716px;
		margin-top: 25px;
		font-size: 1.1em;
	}
		.twoCol #article .columns > * {
			float: left;
			width: 333px;
		}
		.twoCol #article .columns .firstInRow {
			margin-right: 50px;
			clear: left;
			font-size: 1.05em;
			font-weight: bold;
		}
		.twoCol #article .columns > *  ul,
		.twoCol #article .columns > *  ol {
			float: none;
			margin: 5px 0;
			padding: 0 0 0 20px;
		}
			.twoCol #article .columns > *  ul {
				list-style: disc outside none;
			}
			.twoCol #article .columns > *  ol {
				list-style: decimal outside none;
			}
			.twoCol #article .columns > *  ul li,
			.twoCol #article .columns > *  ol li {
				margin: 5px 0 0 0;
				padding: 0;
				width: 100%;
				float: none;
			}
			.twoCol #article .columns > *  ul li:first-child,
			.twoCol #article .columns > *  ol li:first-child {
				margin: 0 0 0 0;
			}

	.blockList img {
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	/* Boxes */
	#article .box
	{
		position: relative;
		left: -1px;
		margin-bottom: 1em;
	}
		#article .box .inner
		{
			padding: .1em 10px .2em;
		}

	/* Framed boxes */
	#article .box.frame
	{
		width: 534px;
		padding: 0;
		background: url('../gfx/boxes/box-main-frame.png') no-repeat 0 0;
	}
		#article .box.frame .inner
		{
			background: url('../gfx/boxes/box-main-frame-bottom.png') no-repeat 0 100%;
		}

	/* Focus boxes */
	#article .box.focusBoxArea
	{
		width: 534px;
		padding: .3em 0 .5em;
		/*background: url('../gfx/boxes/box-main-link-collection.png') no-repeat 0 0;*/
	}
		#article .box.focusBoxArea .inner
		{
			padding: 0;
		}
		#article .box.focusBoxArea h3
		{
			margin: .5em 0;
			padding: .8em 0 .8em 32px;
			font-size: 1.17em;
			color: #529900;
			/*background: url('../gfx/icons/icon-main-link-collection.png') no-repeat 10px 40%;*/
			background: url('../gfx/boxes/box-main-link-collection.png') no-repeat 0 0;
		}
		#article .focusBox
		{
			float: left;
			width: 262px;
			margin: 0 10px .5em 0;
		}
		#article .focusBox.right
		{
			margin-right: 0;
		}
			#article .focusBoxImage
			{
				position: relative;
				height: 140px;
			}
				#article .focusBoxImage img
				{
					position: relative;
				}
				#article .focusBoxImage .roundCorners
				{
					position: absolute;
					top: 0;
					left: 0;
					width: 262px;
					height: 5px;
					z-index: 100;
					background: url('../gfx/roundcorners/round-corners-link-collection-image.png') no-repeat 0 0;
				}
				* html #article .focusBoxImage .roundCorners { background-image: url('../gfx/roundcorners/round-corners-link-collection-image-ie6.png'); }
			#article .focusBoxText
			{
				padding: .1em 2px .5em;
			}
				#article .focusBoxText h4
				{
					margin: .5em 0 .3em;
					font-size: 1.1em;
					color: #006a4e;
				}
				#article .focusBoxText p
				{
					margin-top: .5em;
				}
				#article .focusBoxText ul
				{
					margin: 0;
					padding: 0;
					list-style: none;
				}
					#article .focusBoxText ul li
					{
						margin: .5em 0;
						padding-left: 18px !important;
						background: url('../gfx/icons/icon-link-list.png') no-repeat 0 50% !important;
					}

	/* Featured links lists */
	#article ul.featuredLinks
	{
		padding: .5em 0;
		list-style: none;
	}
		#article ul.featuredLinks p.date
		{
			margin: .5em 0 0;
			color: #666;
		}
		#article ul.featuredLinks h4
		{
			margin: 0;
			font-size: 1.1em;
			color: #006a4e;
		}
		#article ul.featuredLinks p
		{
			margin: .3em 0 .7em;
		}
		#article ul.featuredLinks li
		{
			float: left;
			width: 257px;
			margin: 0 10px .5em 0;
			padding: 0 2px;
			border-top: 3px solid #e6efd6;
		}
		#article ul.featuredLinks li.right
		{
			margin-right: 0;
		}
			#article ul.featuredLinks li li
			{
				width: auto;
				border: none;
			}
				#article ul.featuredLinks ul
				{
					margin: 0;
					padding: 0;
					list-style: none;
				}
					#article ul.featuredLinks ul li
					{
						margin: 0 0 1em;
						padding-left: 18px !important;
						background: url('../gfx/icons/icon-link-list.png') no-repeat 0 50% !important;
					}

	/* Article lists */
	#article ul.articleList
	{
		padding: .5em 0;
		list-style: none;
	}
		#article ul.articleList p.date
		{
			margin: .5em 0 0;
			color: #666;
		}
		#article ul.articleList h4
		{
			margin: 0;
			font-size: 1.1em;
			color: #006a4e;
		}
		#article ul.articleList p
		{
			margin: .3em 0 .7em;
		}
		#article ul.articleList li
		{
			margin: 0 0 1em;
			padding: 0 2px;
			border-top: 3px solid #e6efd6;
		}
			#article ul.articleList li li
			{
				border: none;
			}
				#article ul.articleList ul
				{
					margin: 0;
					padding: 0;
					list-style: none;
				}
					#article ul.articleList ul li
					{
						margin: 0 0 1em;
						padding-left: 18px !important;
						background: url('../gfx/icons/icon-link-list.png') no-repeat 0 50% !important;
					}

	/* 2011: Columns listing */
	.columns
	{
		clear: both;
		width: 532px;
	}
		.columns ul
		{
			margin: 0 0 0 -20px;
			padding: 0;
			list-style: none;
		}
			.columns ul li
			{
				float: left;
				width: 164px;
				/*min-height: 200px;*/
				margin: 0 0 2em 20px;
				padding: 0;
			}
			.columns ul li.firstInRow
			{
				clear: left;
			}
			body.frontpage2011 .columns ul ul
			{
				margin-left: 0;
				list-style: none;
			}
				body.frontpage2011 #article .columns ul ul li
				{
					min-height: 0;
					margin: 0 0 .5em;
					font-weight: bold;
					list-style: none;
				}
					body.frontpage2011 #article .columns ul ul li a
					{
						text-decoration: none;
					}
					body.frontpage2011 #article .columns ul ul li a:hover,
					body.frontpage2011 #article .columns ul ul li a:focus
					{
						text-decoration: underline;
					}
				.columns ul li .text
				{
					min-height: 200px;
				}
				.columns ul li h2
				{
					margin-top: .4em;
					margin-bottom: .5em;
					font-size: 1.7em;
					line-height: 1.1em;
				}
				.columns ul li dl.details
				{
					font-size: .8333em;
					font-weight: bold;
					color: #666;
					border-bottom: 1px solid #bdbdbd;
					margin: 0;
				}
					.columns ul li dl.details dt
					{
						clear: left;
						float: left;
						width: 90px;
						margin: 0 0 .5em;
					}
					.columns ul li dl.details dd
					{
						margin: 0 0 .5em 94px;
						text-align: right;
						width: 70px;				
					}
						.columns ul li dl.details dd img
						{
							margin-top: -3px;
							margin-right: 2px;
							width: 21px;
							height: 16px;
							display: inline-block;							
						}

	/* Attachments list */
	#article .box.frame.attachment
	{
		clear: both;
		color: #666;
	}
		#article .box.frame.attachment ul
		{
			margin: .3em 0;
			padding: 0;
			list-style: none;
		}
		#article .box.frame.attachment li
		{
			margin: .7em 0;
			padding-left: 0;
			background-image: none;
		}
			#article .box.frame.attachment li a:link,
			#article .box.frame.attachment li a:visited
			{
				display: inline-block;
				padding-left: 18px;
				text-decoration: none;
				color: #529900;
			}
			#article .box.frame.attachment li a:hover,
			#article .box.frame.attachment li a:focus
			{
				text-decoration: underline;
			}
			#article .box.frame.attachment li a
			{
				background: url('../gfx/icons/icon-format-generic.png') no-repeat 0 30%;
			}
			#article .box.frame.attachment li a[href$=".pdf"]
			{
				background: url('../gfx/icons/icon-format-pdf.png') no-repeat 0 50%;
			}
			#article .box.frame.attachment li a[href$=".docx"],
			#article .box.frame.attachment li a[href$=".doc"]
			{
				background: url('../gfx/icons/icon-format-word.png') no-repeat 0 50%;
			}
			#article .box.frame.attachment li a[href$=".xlsx"],
			#article .box.frame.attachment li a[href$=".xls"]
			{
				background: url('../gfx/icons/icon-format-excel.png') no-repeat 0 50%;
			}
			#article .box.frame.attachment li a[href$=".pptx"],
			#article .box.frame.attachment li a[href$=".ppt"]
			{
				background: url('../gfx/icons/icon-format-powerpoint.png') no-repeat 0 50%;
			}
			#article .box.frame.attachment li a[href$=".zip"]
			{
				background: url('../gfx/icons/icon-format-zip.png') no-repeat 0 50%;
			}

	/* Table-wrapped formula (skjema) */
	#article .box.formula
	{
		width: 534px;
		padding: 0;
		background: url('../gfx/boxes/box-main-frame.png') no-repeat 0 0;
	}
		#article .box.formula .inner
		{
			padding: 1em 20px;
			min-height: 150px;
			background: url('../gfx/boxes/box-main-frame-bottom.png') no-repeat 0 100%;
		}
		* html #article .box.formula .inner { height: 150px; }
		#article .box.formula table
		{
			width: auto;
			margin: 5px 0 15px;
			font-size: 1em;
			line-height: 1.2em;
			border: none;
		}
			#article tr td:last-child
			{
				max-width: 120px;
			}
			#article .box.formula th,
			#article .box.formula td
			{
				padding: 2px 5px 2px 0;
				font-weight: normal;
				text-align: left;
				vertical-align: middle;
				background-color: transparent;
			}
			#article .box.formula input.labelLine
			{
				display: block;
			}
/*
			#article .box.formula .submit
			{
				margin: .5em 0;
			}
*/
			#article .box.formula input[type="submit"]
			{
				padding: 2px 6px;
				color: #fff;
				background-color: #6ba724;
				border: none;
			}
			#article .box.formula .infoNote
			{
				max-width: 100px;
				color: #777;
			}
			#article .box.formula .xformvalidator
			{
				display: block;
				color: red;
			}

	/* Customer service */
	#article .box.customerServiceFaq
	{
		width: 534px;
		margin-top: 1em;
	}
		#article .box.customerServiceFaq ul.themes
		{
			margin: 1em 0 0;
		}
			#article .box.customerServiceFaq ul.themes li
			{
				float: left;
				display: block;
				width: 135px;
				margin-right: 20px;
				margin-bottom: .7em;
			}
			#article .box.customerServiceFaq ul.themes li.current a
			{
				font-weight: bold;
			}

	/* FAQ listings */
	#article ul.faqList
	{
		clear: both;
		margin: 1em 0 1.5em;
		padding: 0;
		list-style: none;
		border-top: 1px solid #e6efd6;
	}
	/* specific for FAQ page */
	#article .faq ul.faqList
	{
		padding-bottom: .8em;
		border-bottom: 1px solid #e6efd6;
	}
		#article ul.faqList h4
		{
			margin: 1em 0 0;
			padding: 0;
			font-size: 1em;
			color: #529900;
		}
			#article ul.faqList h4 a
			{
				display: block;
				padding: 0 0 0 18px;
				color: #529900;
				background: url('../gfx/icons/icon-question-list.png') no-repeat 0 1px;
			}
			#article ul.faqList h4 a:focus
			{
				color: #006a4e;
			}
		#article ul.faqList .answer
		{
			display: none;
			width: 496px;
			margin-bottom: .7em;
			padding: 0 0 0 18px;
		}
		#article ul.faqList .answer.expanded
		{
			display: block !important;
		}
		#article ul.faqList p
		{
			margin: .5em 0 0;
		}

	/* Publishing info */
	#article ul.pageInfo
	{
		padding: .5em 0;
		list-style: none;
	}
		#article ul.pageInfo li
		{
			color: #999;
			padding-left: 0;
			background-image: none;
		}

/* Tabs above list pages */
ul.tabs
{
	margin: 1em 0 0;
	padding: 0;
	list-style: none;
	background: url('../gfx/tabs/tabs-bg.png') repeat-x 0 100%;
}
	ul.tabs li
	{
		float: left;
		margin: 0;
		font-weight: bold;
		background: url('../gfx/tabs/tabs.png') no-repeat 100% 0;
	}
		#article ul.tabs li a
		{
			float: left;
			display: block;
			padding: .5em 12px;
			color: #fff;
			text-decoration: none;
			background: url('../gfx/tabs/tabs-left.png') no-repeat 0 0;
		}
	ul.tabs li.current
	{
		margin-right: 1px;
		background: url('../gfx/tabs/tabs-current.png') no-repeat 100% 0;
	}
		#article ul.tabs li.current a
		{
			color: #529900;
			background: url('../gfx/tabs/tabs-current-left.png') no-repeat 0 0;
		}

/* Tabs above forms */
ul.tabs.forms
{
	margin-bottom: 1em;
	background-image: none;
}
	ul.tabs.forms li
	{
		float: left;
		margin: 0 10px 0 0;
		font-weight: bold;
		background: url('../gfx/tabs/tabs-formula.png') no-repeat 100% 0;
	}
		#article ul.tabs.forms li span
		{
			float: left;
			display: block;
			padding: .7em 32px .7em 16px;
			color: #000;
			text-decoration: none;
			background: url('../gfx/tabs/tabs-formula-left.png') no-repeat 0 0;
		}
	ul.tabs.forms li.current
	{
		background: url('../gfx/tabs/tabs-formula-current.png') no-repeat 100% 0;
	}
		#article ul.tabs.forms li.current span
		{
			color: #fff;
			background: url('../gfx/tabs/tabs-formula-current-left.png') no-repeat 0 0;
		}

/* Listing for list- and searchresults pages */
ul.listing
{
	padding: .5em 0;
	list-style: none;
}
	ul.listing li
	{
		margin-bottom: .7em;
		padding-bottom: 1em;
		border-bottom: 1px solid #dcdadb;
	}
	ul.listing h4
	{
		margin: .3em 0 0;
		font-size: 1.2em;
	}
		ul.listing h4 a
		{
			display: block;
			padding-left: 16px !important;
			font-size: .9em;
			background: url('../gfx/icons/icon-link-list.png') no-repeat 0 2px !important;
		}
	ul.listing p
	{
		margin: .3em 0 .3em 16px;
	}
	ul.listing p.path
	{
		color: #666;
	}
		ul.listing p.path a
		{
			color: #999;
		}
	#article ul.listing p.date
	{
		margin: .3em 0 0 16px;
		color: #666;
	}

/* Search area on searchresults */
.searchArea
{
	margin: 1em 0 0;
}
	.searchArea fieldset
	{
		display: inline;
	}
	.searchArea input.searchField
	{
		float: left;
		margin: 1px 3px 0 0;
		padding: 1px 3px;
		width: 157px;
		border: 1px solid #ccc;
	}
	.searchArea input.searchButton
	{
		display: block; 
		float: left;
		width: 21px;
		height: 21px;
	}
	.searchArea p
	{
		margin: 1em 0 0;
	}

/* Pagination for list- and searchresults pages */
ul.pagination
{
	margin: 1em 0 0;
	padding: 0;
	list-style: none;
}
	ul.pagination li
	{
		float: left;
		margin: 0 5px 0 0;
		background: url('../gfx/pagination/pagination.png') no-repeat 100% 0;
	}
		#article ul.pagination li a,
		#article ul.pagination li span
		{
			float: left;
			display: block;
			padding: 3px 7px;
			color: #fff;
			text-decoration: none;
			background: url('../gfx/pagination/pagination-left.png') no-repeat 0 0;
			/*background-color: #74ad32;*/
		}
	#article ul.pagination li.current
	{
		background-position: 100% -25px;
	}
		#article ul.pagination li.current a
		{
			background-position: 0 -25px;
			/*background-color: #b6d492;*/
		}
	#article ul.pagination li.disabled
	{
		background-position: 100% -50px;
	}
		#article ul.pagination li.disabled span
		{
			background-position: 0 -50px;
			/*background-color: #ccc;*/
		}

.addthis_toolbox
{
	padding-top: 1em;
}

/* Addthis styling */
a.addthis_button_compact.at300m
{
	margin-right: 6px;
	font-size: 1.1em;
	text-decoration: none;
}

/* Image box for rounded images in main and related content */
.imageBox
{
	position: relative;
	height: 97px;
	margin-top: 6px;
	margin-bottom: .3em;
}
.listing .imageBox
{
	float: right;
	margin-left: 12px;
}
.listing .imageBox.floatLeft
{
	float: left;
	margin-left: 16px;
	margin-right: 12px;
}
#relatedContent .imageBox
{
	margin-bottom: 1em;
}
	.imageBox img
	{
		position: relative;
	}
	.imageBox .roundCorners
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 166px;
		height: 97px;
		z-index: 100;
		background: url('../gfx/roundcorners/round-corners-related-image.png') no-repeat 0 0;
	}
	* html .imageBox .roundCorners { background-image: url('../gfx/roundcorners/round-corners-related-image-ie6.png'); }
		.imageBox .roundCorners a
		{
			display: block;
			width: 166px;
			height: 97px;
		}

#article ul.sitemaplist
{
	margin: 0;
	padding: 0 0 1em;
	list-style: none;
}
	#article ul.sitemaplist ul
	{
		padding: 0 0 .5em;
	}
		#article ul.sitemaplist ul ul
		{
			padding: 0;
		}
	#article ul.sitemaplist li
	{
		margin: .5em 0;
		padding-left: 18px;
		list-style: none;
		background: url('../gfx/icons/icon-link-list.png') no-repeat 0 0;
	}
		#article ul.sitemaplist li li
		{
			padding-left: 12px;
			background: url('../gfx/icons/icon-arrow-list.png') no-repeat 0 4px;
		}
			#article ul.sitemaplist li li li
			{
				padding-left: 12px;
				background: url('../gfx/icons/icon-dot-list.png') no-repeat 0 4px;
			}
		#article ul.sitemaplist li a
		{
			text-decoration: underline;
			color: #7db340;
		}
/*
ul.arrowList
{
	clear: both;
	padding: 0 0 0 2px;
	list-style: none;
}
	ul.arrowList li
	{
		margin: .5em 0;
		padding: 0 0 0 10px;
		background: url('../gfx/icons/icon-arrow-list.png') no-repeat 0 50%;
	}
*/

/* Related */
#relatedContent
{
	font-size: 1.2em;
	color: #96004a;
}
	#relatedContent .box
	{
		margin-bottom: 1em;
	}
		#relatedContent .box .inner
		{
			padding: .1em 10px .2em;
		}
		#relatedContent .box h3
		{
			margin: .7em 0 0;
			padding: .3em 0;
			font-size: .95em;
			text-transform: uppercase;
		}
		#relatedContent .box h3.underline
		{
			border-bottom: 1px solid #dccfd8;
		}
		#relatedContent .box p,
		#relatedContent .box ul
		{
			margin: .5em 0 1em;
		}
		#relatedContent .box a
		{
			color: #96004a;
			text-decoration: none;
		}

	/* Box with gradient background */
	#relatedContent .box.gradient
	{
		padding: 0;
		background: url('../gfx/boxes/box-related-gradient.png') no-repeat 0 0;
	}
		#relatedContent .box.gradient .inner
		{
			background: url('../gfx/boxes/box-related-gradient-bottom.png') no-repeat 0 100%;
		}
		@media screen
		{
			#relatedContent .box.gradient .inner
			{
				min-height: 125px;
			}
			* html #relatedContent .box.gradient .inner { height: 130px; }
		}

	/* Box with framed border */
	#relatedContent .box.frame
	{
		padding: 0;
		background: url('../gfx/boxes/box-related-frame.png') no-repeat 0 0;
	}
		#relatedContent .box.frame .inner
		{
			background: url('../gfx/boxes/box-related-frame-bottom.png') no-repeat 0 100%;
		}

	/* Box for messages (on frontpage) */
	#relatedContent .box.message
	{
		padding: 0;
		background: url('../gfx/boxes/box-related-message.png') no-repeat 0 0;
	}
		#relatedContent .box.message .inner
		{
			color: #96004a;
			background: url('../gfx/boxes/box-related-message-bottom.png') no-repeat 0 100%;
		}

	/* Meter reading (Måleravlesning) */
	#relatedContent .box.meterReading
	{
	}
		#relatedContent .box.meterReading .inner
		{
			padding-left: 5px;
			padding-right: 0;
		}
			#relatedContent .box.meterReading h3
			{
				margin-bottom: .4em;
				padding: .2em 0 .2em 30px;
				background: url('../gfx/icons/icon-meter-reading.png') no-repeat 5px 40%;
			}
			#relatedContent .box.meterReading input.field
			{
				width: 138px;
				padding: 8px 3px 6px 10px;
				font-size: .85em;
				background: url('../gfx/backgrounds/bg-meter-reading-field.png') no-repeat 0 0;
				border: none;
			}
			* html #relatedContent .box.meterReading input.field.one { background-image: url('../gfx/backgrounds/bg-meter-reading-field-ie6-1.png'); }
			* html #relatedContent .box.meterReading input.field.two { background-image: url('../gfx/backgrounds/bg-meter-reading-field-ie6-2.png'); }
			#relatedContent .box.meterReading .submit
			{
				margin: .5em 10px .5em 0;
				font-size: .9em;
			}
	
	/* My page (min side) */
	#relatedContent .box.myPage
	{
		 
	   
	 }
		#relatedContent .box.myPage .inner
		{   
			padding-left: 0.7em;
			padding-right: 0;
			color:#ffffff;
		}
			
			#relatedContent .box.myPage a
			{
				color:#ffffff;
				text-decoration:none;
			}
			
			#relatedContent .box.myPage a.myPageHeaderLink
			{
				color:#ffffff;
				text-decoration:none;
				padding: 0.2em 0 .2em 30px; 
				background: url('../gfx/icons/icon-myPage.png') no-repeat 5px 40%;
				color:#ffffff;
				font-size: 1.5em;
			}
			
			  #relatedContent .box.myPage .break
			  {
				  font-size:1px; height:5px;
			  }
			
			
	#relatedContent .box.myPage .bl {background: url(../gfx/myPage/bl.gif) 0 100% no-repeat #88344d;}
	#relatedContent .box.myPage .br {background: url(../gfx/myPage/br.gif) 100% 100% no-repeat}
	#relatedContent .box.myPage .tl {background: url(../gfx/myPage/tl.gif) 0 0 no-repeat}
	#relatedContent .box.myPage .tr {background: url(../gfx/myPage/tr.gif) 100% 0 no-repeat; padding:0.8em 10px 0.2em; color:#ffffff;}
	#relatedContent .box.myPage .clear {font-size: 1px; height: 1px}
		
	 
		
	/* Related FAQ (Aktuelle spørsmål) */
	#relatedContent .box.relatedFaq
	{
		background: url('../gfx/boxes/box-related-message.png') no-repeat 0 0;
	}
		#relatedContent .box.relatedFaq .inner
		{
			padding: .1em 0 .2em;
			background: url('../gfx/boxes/box-related-message-bottom.png') no-repeat 0 100%
		}
		#relatedContent .box.relatedFaq h3
		{
			margin: .5em 0 0;
			padding: .2em 0 .2em 35px;
			line-height: 1.3em;
			background: url('../gfx/icons/icon-related-faq.png') no-repeat 10px 50%;
		}
			#relatedContent .box.relatedFaq ul
			{
				margin: .4em 0 0;
				padding: .4em 3px 0 8px;
				list-style: none;
				border-top: 1px solid #fff;
				border-bottom: 1px solid #fff;
			}
			#relatedContent .box.relatedFaq li
			{
				margin: 0 0 .5em;
				padding: 0;
				color: #96004a;
			}
			#relatedContent .box.relatedFaq h4
			{
				margin: 0;
				padding: 0;
				font-size: 1em;
				font-weight: normal;
			}
			#relatedContent .box.relatedFaq .answer
			{
				display: none;
				padding-bottom: .5em;
				width: 156px;
			}
			#relatedContent .box.relatedFaq .answer.expanded
			{
				display: block !important;
			}
				#relatedContent .box.relatedFaq .answer p
				{
					margin: 0;
					padding: 0;
					color: #000;
				}
				#relatedContent .box.relatedFaq .answer a
				{
					color: #666;
				}
		#relatedContent .box.relatedFaq p.customerServiceLink
		{
			margin: .5em 0;
		}
			#relatedContent .box.relatedFaq p.customerServiceLink a
			{
				display: block;
				padding-left: 28px;
				background: url('../gfx/icons/icon-related-link.png') no-repeat 8px 45%;
			}


	/* Personal pages (Aktuell driftssituasjon, På flyttefot, etc.) */
	#relatedContent .box.personalPages
	{
	}
		#relatedContent .box.personalPages dl
		{
			margin: .6em 0 .3em;
			padding: 0;
		}
			#relatedContent .box.personalPages dl dt
			{
				clear: left;
				display: inline;
				width: 20px;
				margin: 0;
				padding: 0 3px 0 0;
				vertical-align: middle;
			}
				#relatedContent .box.personalPages dl dt img
				{
					text-align: right;
					vertical-align: middle;
				}
			#relatedContent .box.personalPages dl dd
			{
				display: inline;
				width: 110px;
				margin: 0;
				padding: 0;
				vertical-align: middle;
			}
				#relatedContent .box.personalPages dl dd a
				{
					display: inline-block;
					width: 110px;
					font-size: .9em;
					vertical-align: middle;
					text-transform: uppercase;
				}

	/* Link collections (Relatert) */
	#relatedContent .box.linkCollection
	{
		margin-bottom: 0;
		padding: 0;
		background: url('../gfx/boxes/box-related-full.png') no-repeat 0 0;
	}
		#relatedContent .box.linkCollection .inner
		{
			padding: .1em 0 0;
		}
		#relatedContent .box.linkCollection h3
		{
			margin: .5em 0;
			padding: .2em 0 .2em 32px;
			color: #fff;
			background: url('../gfx/icons/icon-related-link-collection.png') no-repeat 10px 40%;
		}
		#relatedContent .box.linkCollection .link
		{
			padding-top: .5em;
			background-color: #fff;
			border-bottom: 1px solid #ccc;
		}
		#relatedContent .box.linkCollection h2
		{
			margin: .2em 2px 0;
			font-size: 1.2em;
		}
		#relatedContent .box.linkCollection p
		{
			margin-right: 2px;
			margin-left: 2px;
		}
		#relatedContent .box.linkCollection .imageBox
		{
			margin-bottom: 0;
		}

	#relatedContent h2
	{
		margin: 0 0 .5em;
		font-size: 1.3em;
		color: #464646;
	}
	ul.rounded
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
		ul.rounded li
		{
			margin: 0 0 1px;
			padding: 0;
		}
		.products ul.rounded li
		{
			font-family: 'VetoComMedium', Arial, Verdana, Tahoma, sans-serif;
			font-size: 1.8em;
		}
			ul.rounded li a:link,
			ul.rounded li a:visited,
			#relatedContent ul.rounded li a:link,
			#relatedContent ul.rounded li a:visited
			{
				display: block;
				text-decoration: none;
				color: #fff;
				background-position: 0 50%;
				background-repeat: repeat-x;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}
			ul.rounded li a:hover,
			ul.rounded li a:focus,
			#relatedContent ul.rounded li a:hover,
			#relatedContent ul.rounded li a:focus
			{
				text-decoration: underline;
			}
				ul.rounded li a span
				{
					display: block;
					padding: .4em 15px;
				}
				ul.rounded li a sub
				{
					font-size: .6em;
				}
		ul.rounded.moving li
		{
			font-family: 'VetoComMedium', Arial, Verdana, Tahoma, sans-serif;
			/*font-size: .9167em;*/
			font-size: 1.05em;
		}
			ul.rounded.moving li a:link,
			ul.rounded.moving li a:visited,
			#relatedContent ul.rounded.moving li a:link,
			#relatedContent ul.rounded.moving li a:visited
			{
				color: #338ddc;
				border: 1px solid #c3c3c3;
			}
				ul.rounded.moving li a span
				{
					padding: .5em 15px;
				}

	#relatedContent .box.operationalStatus
	{
		padding: 15px;
		font-size: .9167em;
		color: #000;
		background-color: #ebebeb;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
		#relatedContent .box.operationalStatus h3,
		#relatedContent .box.operationalStatus p
		{
			margin: 0;
			padding: 0;
		}

/* Footer */
#footer
{
	margin-left: 19px;
	margin-right: 8px;
	padding: 2em 0 0;
}
	#footer .rule 
	{
		background: transparent url('../gfx/backgrounds/bg-footer.png') repeat-x 0 0;
		height: 6px;
		margin: 0 0 10px 0;
		border: none;
		color: transparent;
	}
	#footer .wrapper {
		border: 2px solid #ebebeb;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	#footer .wrapper > div {
		min-height: 160px;
		float: left;
		padding: 0 10px;
		margin: 10px 0;
	}
	#footer .association,
	#footer .blog {
		width: 326px;
		border-right: 2px solid #ebebeb;
	}
	#footer .blog {
		
	}
		#footer .blog ul {
			list-style: none inside none;
			padding: 0 !important;
			margin: 0;
			font-weight: bold;
		}
		#footer .blog li {
			padding: 0;
		}
		#footer .blog .date {
			width: 60px;
			float: left;
		}
		#footer .blog .content {
			float: right;
			color: #333366;			
			width: 250px;
		}
			#footer .blog .content a {
				color: #333366;
				text-decoration: none;
			}
			#footer .blog .content a:hover,
			#footer .blog .content a:focus {
				color: #999;
			}
	#footer .contact {
		width: 184px;
	}
		#footer h2
		{
			margin: 0 0 10px 0;
			color: #333;
		}

