/* stylesheet */
html, body{
	height: 100%;
}
body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, "Liberation Sans",Helvetica,  Sans-serif;
  font-size: 75%;
  margin: 0px;
	padding: 0px;
}
table,caption,th,td {
  font-size: 11px; 
}
h1, h2, h3, h4, h5, h6, #catmenu li a{
	font-family: Arial,Georgia, "Liberation Serif", "Lucida Bright", "Times New Roman", Serif;
  margin: 4px 0px;
  padding: 0px;
}

h1 {
  font-size: 2.5em;
	font-weight: normal;
}
h2 {
  font-size: 1.6em
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1.0em;
}
p {
  padding: 0px;
  margin: 4px 0px 16px 0px;
}
/* End General elements*/

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
a img {
	border: none;
}
table.layout {
  margin: 0px;
  padding: 0px;
}
td.layout {
  padding: 0px;
  text-align: left;
  vertical-align: top;
}
.hovedoppslag {
	position: relative;
}
.hide {
	display: none;
}

/* General links */
a:link { }
a:visited { }
a:hover { }

#top a:link{color: #FFFFFF;}
#top a:visited{color: #FFFFFF;}
#top a:hover{color: #FFFFFF;}

h1 a:link { color: #000000; text-decoration: none;}
h1 a:visited {color: #000000; text-decoration: none;}
h1 a:hover { color: #000000; text-decoration: underline;}

/* read more.. links */
.link  { }
a.link:link { }
a.link:visited { }
a.link:hover { }


.menu a:link { text-decoration: none;}
.menu a:visited { text-decoration: none;}
.menu a:hover { text-decoration: underline;}



/* Standard navigation links */
a.menu, span.menu { }
a.menu:link {text-decoration: none; }
a.menu:visited {text-decoration: none; }
a.menu:hover {text-decoration: underline; }

a.menuselected, span.menuselected { }
a.menuselected:link {text-decoration: underline; }
a.menuselected:visited {text-decoration: underline; }
a.menuselected:hover {text-decoration: underline; }

a.topmenu, span.topmenu { }
a.topmenu:link { }
a.topmenu:visited { }
a.topmenu:hover { }

/* Printable/tell a friend links  */
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.  */
#cp{
	font-size: 0.85em;
}
.cp { color: #666666;}
a.cp:link { color: #666666; text-decoration: none;}
a.cp:visited { color: #666666; text-decoration: none;}
a.cp:hover { color: #CCCCCC; text-decoration: none;}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
.path  {  }
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree {font-weight: normal; }
a.tree:link {text-decoration: none; color: #000000; }
a.tree:visited {text-decoration: none; color: #000000; }
a.tree:hover {text-decoration: underline; color: #000000; }

.sitetree {font-weight: normal; }
a.sitetree:link {text-decoration: none; color: #000000; }
a.sitetree:visited {text-decoration: none; color: #000000; }
a.sitetree:hover {text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
.default { }
span.date, div.date {color: #999999; font-size: 10px; }
.author {color: #333333; font-size: 10px; }
.feedback { }
.copyright { }
#path { margin-bottom: 10px; }
#path span.arrow { padding: 0px 3px; }


/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner{
  background-repeat: no-repeat;
	display: block;
  position: absolute;
  /* Set width/height to size of corner images */
  width: 10px;
  height: 10px;
  z-index: 999999;
}
span.corner.tl{
  background-position: top left;
  left: 0px;
  top: 0px;
}
span.corner.tr{
  background-position: top right;
  right: 0px;
  top: 0px;
}
span.corner.br{
  background-position: bottom right;
  bottom: 0px;
  right: 0px;
}
span.corner.bl{
  background-position: bottom left;
  bottom: 0px;
  left: 0px;
} 


/* midtskygge */
div.s1{
  background-position: top left;
  background-repeat: repeat-y;
}
/* toppskygge */
div.s2{
  background-position: top left;
  background-repeat: no-repeat;
}
/* bunnskygge */
div.s3{
  background-position: bottom left;
  background-repeat: no-repeat;
}


/* Standard tools */
div.tools {margin: 15px 0px; }
div.tool {margin: 2px 0px; }
#skiplink {display: none; }
/* SECTION: listing/view styles */
div.pagedescription { }
.pagedescription { }
.headline, h1.headline  {
  margin: 0px;
  padding: 0px;
}
.hovedoppslag h1.headline{
	font-size: 2.7em;
}
.headlineview, h1.headlineview  {
  margin: 0px;
  padding: 0px;
}
.subheadline, h2.subheadline  {
  font-weight: normal; 
  margin: 5px 0px 0px 0px;
  padding: 0px;
  line-height: 1.0;
}
.ingress {
}
div.ingress {
  margin: 6px 0px; 
  padding: 0px;
}
.ingressview {
	font-weight: bold;
}
div.ingressview {
  margin: 6px 0px; 
  padding: 0px;
}
p.byline, .byline {
  margin: 0px; padding: 0px;
}

div.imgwrap, .articleimage{
	background-color: #000000;
	margin: 0 0 25px;
	padding: 10px;
	position: relative;
}
div.imgwrap img{
	display: block;
}
/*div.imgwrap span.corner{
	background-image: url(http://img7.custompublish.com/getfile.php/923324.297.tyyqcfywww/border-frame-corners.gif);
}*/
div.imgwrap span.corner{
	background-image: url(http://img7.custompublish.com/getfile.php/923988.297.bydcsetecf/border-thick-corners.gif);
	height: 20px;
	width: 20px;
}

/* SECTION: viewarea block/spacing elements */
.block {
  margin-bottom: 15px;
}
.articletext{
	padding-left: 25px;
}

.productlist .block{
	margin-bottom: 5px;
}
.productlist .hr{
	height: 5px;
	margin-bottom: 5px;
}
.productlist h1.headline{
	font-size: 2em;
}
.productlist h2.headline{
	font-size: 1.4em;
	font-weight: normal;
}
/* 2-spalter */
div.twocol .articleblock{
	width: 49%;
}
div.twocol .articleblock.pair0{
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1{
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol .articleblock{
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0{
	clear: both;
}
div.threecol .articleblock.treble1{
	margin-right: 0;
}
div.threecol .articleblock.treble2{
	clear: right;
	float: right;
	margin-right: 0;
}
div.articlelist.hovedoppslag .articleblock{
  display: none;
	
}
div.articlelist.hovedoppslag .articleblock#ho-articleblock-0{
  display: block;
}

div.articlelist.hovedoppslag .articleblock div.imgwrap{
	/* For konsistent hoyde på slideshow-visning*/
/*	height: 310px;
	overflow: hidden*/
}

hr {
  clear: both;
}
div.hr {/* Replacement for hr. This is easier to style */
  font-size: 1px;
  clear: both;
  height: 10px;
  margin-bottom: 10px;
}
div.body {
  clear: both; 
  margin: 0px 0px 22px 0px;
}
.clearfix {clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
  padding: 5px;
  vertical-align: top;
  text-align: left;
}
/* SECTION: page containers */ 
#page {
	margin: 0 auto;
  padding: 0px;
  text-align: left;
	position: relative;
	min-height: 100%;
}

#top {
	background-color: #000000;
	background-image: url(http://img7.custompublish.com/getfile.php/922779.297.fsxbxxfrtr/top-shadow.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #FFFFFF;
  margin: 0 0 123px;
  padding: 0 0 25px;
	position: relative;
}

#top div.inner{
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#topnav {
}
#middle{
	width: 960px;
	margin: 0 auto;
}
.nosidebar #middle{
	width: 1024px;
}
#navbar {
	padding: 0 22px 0 0;
}
#main {
	float: left;
  min-height: 500px;
	width: 565px;
}
.nosidebar #main{
	float: none;
	width: auto;
}
#mainsidebar {
	float: right;
	width: 372px;
}
.nosidebar #mainsidebar{
	display: none;
}

#fsa-content{
	padding-bottom: 13em;
}
#footer {
	background-color: #000000;
	background-image: url(http://img7.custompublish.com/getfile.php/922786.297.xtxvvubfta/bottom-shadow.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF;
  clear: both;
  text-align: center;
	position: relative;
	margin-top: -12em;
	height: 12em;
}
#footer div.inner{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 8px;
}
#cp{
	padding: 5px;
	text-align: center;
}
/* SECTION: Sidebar */
.sidebar {
	position: relative;
}

.box {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  position: relative;
}
.box .head {
}
.box .cell {
  padding: 5px;
}
.box ul {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}
.box ul li {
  margin: 0px 0px;
  padding: 0px;
}
.box p {
  padding: 0px;
  margin: 0px 0px 5px 0px;
}
.box h1{
	font-size: 2.5em;
}
.box h3.caption {
  padding: 0px;
  margin: 0px;
	font-size: 2.5em;
	font-weight: normal;
}

div.box.attachments {
	background-color: #EAEBEC;
	padding: 25px;
}

div.box.attachments .corner {
	background-image: url(http://img7.custompublish.com/getfile.php/923388.297.cfsyuxsqvv/box-corners.gif);
}
.sidebar .box{
	background-color: #686564;
	color: #FFFFFF;
	padding: 25px;
}
.sidebar .box a:link{color: #FFFFFF;}
.sidebar .box a:visited{color: #FFFFFF;}
.sidebar .box a:hover{color: #FFFFFF;}

.sidebar .box span.corner, .sidebar .corner{
	background-image: url(http://img7.custompublish.com/getfile.php/923388.297.cfsyuxsqvv/box-corners.gif);
}

.sidebar .inputwrap{
	background-color: #FFFFFF;
	position: relative;
	zoom: 1;
}
.sidebar .inputwrap span.corner{
	background-image: url(http://img7.custompublish.com/getfile.php/973367.297.qrbuqftxqs/input-corners.gif);
}
.sidebar .inputwrap input{
	background-color: #FFFFFF;
	border: none;
	color: #000000;
	width: 98%;
	margin: 0;
	padding: 3px 0;

}  
#sidebar3{
	background-color: #686564;
	margin: 0 0 15px;
	zoom: 1; /* IE7-fiks */
} 

.infobokshidehidehide {
	display: none;
}

/* SECTION: page elements */
#logo{
	margin-left: 372px;
	position: absolute;
}
#path{
  margin-bottom: 5px;
} 
ul.menu {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
ul.menu li {
  margin: 0px;
  padding: 1px 0px;
}
#mainmenu{
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	zoom: 1;
}
#mainmenu li{
	display: inline;
}
#mainmenu li{
	display: inline-block;
	width: 104px;
}
#mainmenu li.itemlvlnum2{
	margin-right: 193px;
}

#mainmenu li a{
	background-color: #4C4A49;
	background-image: url(http://img7.custompublish.com/getfile.php/922780.297.swpwscvxsr/top-tab-bkg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	display: block;
	padding: 6px 0px;
	position: relative;
	position: relative;
	zoom: 1;
}
#mainmenu li a span.corner{
	background-image: url(http://img7.custompublish.com/getfile.php/922781.297.tpurbvbubf/top-tab-corners.gif);
}

#topmenu {
  list-style-type: none;
}
#topmenu li {
  display: inline;
}
#tools {
  list-style-type: none;
}
#tools li {
  background-position: center left;
  background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
}
#searchform {
	background-color: #EAEBEC;
	color: #000000;
	position: relative;
	padding: 0;
	margin: 0 0 25px;
	zoom: 1;
}
#searchform span.corner{
	background-image: url(http://img7.custompublish.com/getfile.php/923269.297.pyyctqpuaq/ul-headlines-corners.gif);
}


input.searchinput {
  vertical-align: middle;
	background-color: #EAEBEC;
	border: none;
	color: #999999;
	float: left;
	padding: 10px 0 5px 10px;
	margin: 0;
	width: 250px;
}	
input.searchsubmit {
  vertical-align: middle;
	float: right;
	margin: 0;
	padding: 0;
}

ul.headlines{
	list-style-type: none;
	margin: 0 0 25px;
	padding: 0;
}
ul.headlines{
}

ul.headlines li{
	background-color: #EAEBEC;
	color: #000000;
	margin: 0 0 5px;
	position: relative;
	zoom: 1;
}
ul.headlines li .headline{
	float: left;
	padding: 10px 0 5px 10px;
	width: 250px;
}
ul.headlines li .headline a:link{
	color: #000000;
	text-decoration: none;
}
ul.headlines li .headline a:visited{
	color: #000000;
	text-decoration: none;
}
ul.headlines li .headline a:hover{
	color: #000000;
	text-decoration: underline;
}

ul.headlines li span.corner{
	background-image: url(http://img7.custompublish.com/getfile.php/923269.297.pyyctqpuaq/ul-headlines-corners.gif);
}
 
ul.headlines li div.linkcontainer{
	background-color: #000000;
	color: #FFFFFF;
	float: right;
	width: 101px;
	line-height: 1.0;
	padding: 0;
}
ul.headlines li div.linkcontainer img{
	display: block;
	float: left;
}
#languagebar{
	margin: 10px 0;
	text-align: center;
}

/* SECTION: banner locations */
.bannerlocation {
  clear: both;
  text-align: center;
}
.bannerlocation table {
  margin-left: auto;
  margin-right: auto;
}
.bannerlocation td {
  text-align: center;
  padding: 5px 0px;
}
.bannerlocation img {
  border-width: 0px;
}
#bannerlocation11{
	margin: 0 0 10px;
}
#bannerlocation11 img{
	margin: 0 15px;
}
.icalendardayhead  { background-color: #cecece;  }
.monthlycalendartable  { width: 100%; }
.calendardate { color:#333333; font-size: 85%;  }
.errmsg  { font-weight: bold; color: #aa0000;  }

table.weathertablefivedays { }

table.weathertablefivedays td {
  padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
  width: 100px;
  font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
  width: 75px;
}


div.hovedoppslag{
	background-color: #000000;
	margin: 0 0 25px;
	position: relative;
	zoom: 1;
}
div.hovedoppslag span.corner{
	background-image: url(http://img7.custompublish.com/getfile.php/923988.297.bydcsetecf/border-thick-corners.gif);
	height: 20px;
	width: 20px;
}
div.hovedoppslag div.imgwrap{
	margin-bottom: 0;
}

div.hovedoppslag div.textwrap{
	background-image: url(http://img7.custompublish.com/getfile.php/923318.297.aaaeqbwsby/textwrap-transp-bkg.png);
	background-position: top left;
	background-repeat: repeat;
	bottom: 10px;
	color: #FFFFFF;
	height: 105px;
	left: 10px;
	padding: 5px 0 0 25px;
	position: absolute;
	width: 520px;
}
div.hovedoppslag div.textwrap a:link{
	color: #FFFFFF;
	text-decoration: none;
}
div.hovedoppslag div.textwrap a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
div.hovedoppslag div.textwrap a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


#catmenu{
	list-style-type: none;
	padding: 0;
	margin: 0 0 25px;
}
#catmenu li{
	clear: left;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 502px;
}
#catmenu li.pair1{
	clear: right;
	float: right;
}
#catmenu li img{
	float: none;
	margin: 0;
	padding: 0;
}
#catmenu li a{
	color: #FFFFFF;
	display: inline-block;
	padding: 20px;
	font-size: 3em;
}
#catmenu li a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#catmenu li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#catmenu li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#catmenu li span.corner{
	background-image: url(http://img7.custompublish.com/getfile.php/923988.297.bydcsetecf/border-thick-corners.gif);
	height: 20px;
	width: 20px;
}

#catmenu li div.imgwrap{
	min-height: 100px;
	zoom: 1;
	width: 482px;
	height: 295px;
}
#catmenu li div.imgwrap img{
	position: relative;
}
#catmenu li div.textwrap{
	position: absolute;
	background-image: url(http://img7.custompublish.com/getfile.php/923939.297.eveyaebsbx/pagelogo-txt-bkg.png);
	background-position: top left;
	background-repeat: repeat;
	bottom: 10px;
	left: 10px;
	width: 482px;
}


/* For Firefox, avoids extra space above ul.headlines (weird bug)  */
#main, ul.headlines{
	border-top: 1px solid #FFFFFF;
}

/* SECTION: Shop */

#shopcartcontenttable{
	margin-bottom: 30px;
}

#shopcartcontenttable b{
	display: block;
	font-family: Georgia, "Liberation Serif", "Lucida Bright", "Times New Roman", Serif;	
	font-size: 2.5em;
	font-weight: normal;
}

#shopcartcontenttable table b, #shopcartcontenttable * b{
	display: inline;
  font-family: inherit;
	font-size: 1.0em;
	font-weight: bold;
}
table.cartcontenttable{}
table.cartcontenttable th{
	padding: 2px 2px 15px 2px;
	text-align: left;
}
table.cartcontenttable td{
	padding: 2px;
}

table.cartcontenttable tr.totalrow td{
	padding-top: 15px;
}

.addthis_toolbox {
	
}
.addthis_button_facebook_like {
	width: 49px;
	overflow: hidden;
}

/* Form fixes */

textarea.formtextarea{
	width: 95%;
	height: 250px;
}
.tweet, .query {
  font-family: Georgia, serif;
  font-size: 120%;
  color: #000; }
  .tweet .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #EAEBEC; }
    .tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
    .tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em; }
      .tweet .tweet_list li a, .query .tweet_list li a {
        color: #000; }
    .tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      background-color: #EAEBEC; }
    .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }

.frontpage #fb-root {
	position: absolute;
	left:0;
	top: 50px;
}

.cpselementcontainer {
	margin-bottom: 10px;
}


@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #footer, #searchform, .corner, #taleweb, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks, #sidebarelement1_2, #sidebarelement1_3, .sidebarelement .linkcontainer  {
		display: none !important;
	}
	#page, #main, #mainsidebar {
		float: none;
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}


@media screen and (max-width: 800px) {
	.corner {
		display: none !important;
	}
	#page, #main, #mainsidebar, #middle {
		float: none;
		width: auto !important;
	}
	#page, #footer {
		min-width: 625px;
	}
	#top {
		margin-bottom: 120px;
	}
	#main {

	}
	#top div.inner, #footer div.inner, #footer {
		width: auto;
	}


	#logo{
		margin-left: 212px;
	}
	#navbar {
		padding-right: 0;
	}
	#mainmenu{
		text-align: left;
	}
	#mainmenu li {
		text-align: center;
	}

	div.imgwrap, .articleimage{
		background-color: transparent;
		padding: 0px;
	}
	div.hovedoppslag {
		background-color: transparent;
	}
}