@import url("tagCloud.css");


/*
  --------------------------------------------------------------
  reset.css
  * Resets default browser CSS
  --------------------------------------------------------------
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.1;
	margin-top: 1em;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Remove annoying border on linked images. */
a img {
	border: none;
}
/*
  -----------------------------------------------------
  STANDARD GRID
  --------------------------------------------------------
 */
/* A container (.framework) should group all your columns. */
div.framework {
	width: 978px;
	margin: 0 auto;
	font-size: 1.2em;
	overflow: hidden;
}
/* Equals 12 px ref the reset hack above */
/* Use these classes to set the width of a column WITHOUT padding. */
div.span-1, div.span-2, div.span-3, div.span-4 {
	float:left;
	margin-right: 20px;
}
li.last, div.last {
	margin-right: 0;
}
.span-1 {
	width: 227px;
}
.span-2 {
	width: 474px;
}
.span-3 {
	width: 721px;
}
.span-4 {
	width: 968px;
	margin: 0;
/* outline: thin solid red; */
}
div.span-4 {
	margin-right: 0;
}
/*
  -----------------------------------------------------
  Special GRID classes (needed due to different margins
  between columns (left and right) etc
  --------------------------------------------------------
 */
div.span-4.content {
	width: 963px;
	padding-right: 15px;
	background:transparent url('../../images/bodybg_white.gif') repeat-y scroll 227px top;
}
div.span-3.prepend-span-1 {
	width: 750px;
}
div.span-1.leftcolumn {
	position: relative;
	margin: 0 15px 0 0;
	padding: 0 0 0 22px;
	width: 205px;
}
div.span-1.leftcolumn div.top, .leftcolumn div.bottom, .leftcolumn div.middle {
	float: left;
}
div.span-1.leftcolumn div.middle {
	margin:0;
	padding: 100px 20px 14px 10px;
	width: 175px;
	background:transparent url('../../images/leftcolumn_middle.png') repeat-y scroll right top;
}
div.span-1.leftcolumn div.top, .leftcolumn div.bottom {
	padding: 0 20px 0 10px !important;
	width: 175px;
	height: 6px !important;
}
div.span-1.leftcolumn div.top {
	background:transparent url('../../images/leftcolumn_top.png') no-repeat scroll left top;
}
div.span-1.leftcolumn div.bottom {
	background:transparent url('../../images/leftcolumn_bottom.png') no-repeat scroll left top;
}
.span-1.leftcolumn div.middle div.span-1 {
	width: 175px;
	margin: 10px 0 0 0;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.span-1.leftcolumn div.middle div.span-1.clean {
	border: none;
	padding: 0;
	margin: 0;
}
/*
  -----------------------------------------------------
  Page header needs special classes:
  --------------------------------------------------------
 */
div.span-4.header {
	height: 42px;
	width: 978px;
	padding: 0;
	margin: 0;
}
div.span-4.header .span-1.logo {
	position: relative;
	z-index: 1000;
	width: 185px;
	margin-right: 0px;
	margin-bottom: -77px;
}
div.span-4.header .span-1.logo a {
	position: relative;
	top: 3px;
	left: 62px;
}
div.span-4.header .span-3.topnav {
	width: 792px;
	height: 42px;
	margin-right: 0;
}
div.span-4.header .span-3.topnav #tools {
	float:left;
	line-height: 42px;
	padding-left: 20px;
}
div.span-4.header .span-3.topnav #tools a {
	font-size:12px;
	font-weight:normal;
	color: #fff;
	padding: 0 10px 0 14px;
	background: transparent url('../../images/arrow_small_orange_tools.gif') no-repeat scroll left 3px;
}
div.span-4.header .span-3.topnav #tools a.png.home {
	padding:0 10px 0 20px;
	background: transparent url('../../images/icon_home.gif') no-repeat scroll left top;
}
div.span-4.header .span-3.topnav #tools a:hover {
	text-decoration: underline;
}
div.span-4.header .span-3.topnav #tools img {
	padding-right: 2px;
}
/* Padding and margin */
.prepend-span-1 {
	padding-left: 227px;
}
.bp-box {
	padding: 10px;
}
/* "Blueprint-box" */
.append {
	padding: 10px;
}
.append-1 {
	padding-top: 10px;
}
.append-2 {
	padding-right: 10px;
}
.append-3 {
	padding-bottom: 10px;
}
.append-4 {
	padding-left: 10px;
}
.push {
	margin: 10px;
}
.push-1 {
	margin-top: 10px;
}
.push-2 {
	margin-right: 10px;
}
.push-3 {
	margin-bottom: 20px;
}
.push-4 {
	margin-left: 10px;
}
/* Left col: Search */
.cse-submit {
	float:right;
}
/* Google CSE button */
.leftcolumn input.text {
	border: 1px solid #a19f95;
	margin-bottom: 5px;
	width: 163px;
}
.leftcolumn form#global-search select {
	float: left;
}
.leftcolumn form#global-search .btn-small,
.leftcolumn form#loginForm .btn-small {
	float: right;
}
/* LEft col: Find store */
.leftcolumn form#search-store input#postalcode {
	float: left;
	width: 40px;
	margin-right: 1em;
}
.leftcolumn form#search-store select {
	width: 109px;
	margin-bottom: 5px;
	float: right;
}
.leftcolumn form#search-store input.btn-small {
	float: right;
	clear: both;
}
.leftcolumn form#search-store label, .leftcolumn form#loginForm label {
	display:block;
	margin-bottom: 1em;
}
.leftcolumn form#loginForm label {
	margin-bottom: .2em
}
/* Generelt leftcol */
.leftcolumn h3 {
	text-transform: uppercase;
	padding-bottom: 10px;
	margin: 0;
}
.leftcolumn h3 a, .leftcolumn h3 a:focus, .leftcolumn h3 a:hover {
	color: #313131;
	text-decoration: none;
}
/*
  Generelt for forms
  ---------------------------------------------------------------
 */
input {
	padding: 2px 5px;
	border: 0;
}
input.btn-small {
	width: 64px;
	height: 20px;
	background: transparent url('../../images/button_small.gif') no-repeat scroll left top;
}
label.error {
	font-weight: bold;
	color: #FF0000;
	margin-bottom: .2em !important;
}
/* Video */
.videoteaser {
	text-align: center;
	cursor: pointer;
}
.videoteaser img {
	margin-top: 30px;
}
div.tip-list div.videowrapper, div.tip-list div.videoteaser {
	border: 0;
	padding: 0;
	overflow: hidden;
}
div.tip-list div.videoteaser img {
	margin: 30px 0 0 0;
	float:none;
}
/*
  Misc classes
  --------------------------------------------------------------
 */
.heading {
	font-size: 1.5em;
	display: block;
}
ul li .heading {
	border-bottom: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #ff6600;
	text-transform: uppercase;
	font-weight: bold;
}
.highlight {
	color: #ff690b;
}
.first {
	margin-left:0;
	padding-left:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.clear {
	clear:both;
}
.hide {
	display: none;
}
.object {
	margin-bottom: 20px;
	clear: both;
}
.object.banner {
	font-size: 0;
}
.object.kampanje-banner {
	margin-bottom: 3px;
}
.bannerH {
	position:relative;
}
.bannerH .over {
	font-size:12px;
	position:absolute;
	bottom:0;
	left:0;
	background-color:#FFF;
	border: #0F2D91 2px solid;
	padding:7px;
	float:left;
	z-index:1000;
cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.bannerH .over h3, .banner .over p, .bannerH .over .price{
	clear:both;
	float:left;
	width:100%
}
.banner .over p{
margin:0;
}
.bannerH .over .price{
	text-align:right;
	font-size:20px;
	color:#0F2D91;
	width:210px;
	font-weight:bold;
}
.bannerH .over .price.campaign{
	color:#FF690B;
}

div.bannerTwoThree {
    width: 720px;
    height: 300px;
    overflow: hidden;
}

div.bannerTwoThree div.banner {
    float: left;
    height: 300px;
    clear: none;
}

div.bannerTwoThree div.banner.banner_1_3 {
    width: 240px;
    margin: 0;
    padding: 0;
}

div.bannerTwoThree div.banner.banner_2_3 {
    width: 480px;
    margin: 0;
    padding: 0;
}

div.bannerTwoThree div.banner.banner_3_3 {
    width: 720px;
    margin: 0;
    padding: 0;
}

/*
  --------------------------------------------------------------
  typography.css
  * Sets up some sensible default typography.
  --------------------------------------------------------------
 */
/*
  Default font settings.
  Font resatt til 1em = 10px. 12px er 75% (prosent av 16px)
 */
#body {
	font-size: 62.5%;
	color: #313131;
	background: #bab8ad url('../../images/body_bg.gif') repeat-x scroll left top;
	font-family:'Trebuchet MS',Arial,Verdana,sans-serif;
}
textarea {
	font-family:'Trebuchet MS',Arial,Verdana,sans-serif;
}
/*
  Headings
  --------------------------------------------------------------
 */
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #313131;
	margin-bottom: 0;
}
h1 {
	font-size: 1.6em;
	margin-bottom: .5em;
}
h2 {
	font-size: 1.4em;
	margin-bottom: .25em;
}
h3 {
	font-size: 1.2em;
	margin-bottom: .25em;
}
#mainColumn h3 {
	font-size:13px;
	margin-bottom:0;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}
h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
	margin: 0;
}
/*
  Text elements
  --------------------------------------------------------------
 */
p {
	margin: 0 0 .5em 0;
}
a:focus,
a:hover {
	color: #2d479f;
	text-decoration: underline;
}
a {
	color: #2d479f;
	text-decoration: none;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em,dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height:0px;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre,code {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/*
  Lists
  --------------------------------------------------------------
 */
li ul,
li ol {
	margin: 0 1.5em;
}
ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}
ul, ol {
	margin: 0 1.5em 1.5em 2em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
/* Site spesific lists */
ul.minilist {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.minilist.products li {
	border-bottom: 1px solid #ccc;
}
ul.minilist.products li a.img {
	float: left;
}
ul#submenu, ul.menu, ul.menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.menu.horizontal {
	float: right;
}
ul.menu.horizontal li {
	float:left;
	width: 166px;
	margin-left: 5px;
}
ul.menu.horizontal li a {
	color:#0f2d91;
	display:block;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	height: 42px;
	background:transparent url('../../images/menu_inactive.png') no-repeat scroll left top;
}
ul.menu.horizontal li a span {
	color:#0f2d91;
	display: block;
	text-decoration:none;
}
ul.menu.horizontal li.active a span {
	color:#313131;
	text-decoration:none;
}
ul.menu.horizontal li a:hover span {
	color:#ff690b;
	text-decoration:none;
}
ul.menu.horizontal li a:hover span.subtext {
	color:#313131;
	text-decoration:none;
}
/* Menu backgrounds */
ul.menu.horizontal li.active a, ul.menu.horizontal li.path a {
	text-decoration:none;
	color:#313131;
	background:transparent url('../../images/tab_active.png') no-repeat scroll left top;
}
ul.menu.horizontal li a:hover {
	background:transparent url(../../images/tab_active.png) no-repeat scroll left top;
	text-decoration:none;
}
ul.menu.horizontal li.first a {
	background:transparent url(../../images/tab_inactive.png) no-repeat scroll left top;
	text-decoration:none;
}
ul.menu.horizontal li.first a:hover {
	background:transparent url(../../images/tab_inactive.png) no-repeat scroll left top;
	text-decoration:none;
}
ul.menu.horizontal li.firstpath a {
	background:transparent url(../../images/tab_inactive.png) no-repeat scroll left top;
	text-decoration:none;
}
ul.menu.horizontal li.firstpath a:hover {
	background:transparent url(../../images/tab_inactive.png) no-repeat scroll left top;
	text-decoration:none;
}
/*
  Tables
  --------------------------------------------------------------
 */
table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
	background: #C3D9FF;
}
th,td {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #E5ECF9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
/* -------------------------------------------------------------- */
label {
	font-weight: bold;
}
/* fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; } */
legend {
	font-weight: bold;
	font-size:1.2em;
}
/*
  ********************
  ** JERNIA framework **
  ********************
 */
#mainColumnTop {
	padding-top: 15px;
}
#mainColumn {
	padding-bottom: 20px;
}
#breadcrumb {
	clear: both;
	padding-bottom: 15px;
	color: #707070;
}
/*
  ********************
  ** FOOTER           **
  ********************
 */
#footer {
	background: #edeadd url('../../images/ftr-top.gif') no-repeat left top;
	color: #313131;
	font-size: 10px;
	width:750px;
	height: auto !important;
	padding: 15px 0;
	float:left;
	position: relative;
}
.footer-bottom {
	width:750px;
	background: transparent url('../../images/ftr-btm.gif') no-repeat left bottom;
	height:5px;
	float:left;
	position: relative;
	margin-bottom: 20px;
}
#footer a {
	color: #434343;
	font-size: 12px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .ftr-col1 {
	float: left;
	width: 147px;
	margin: 0 26px 0 14px;
	line-height: 14px;
}
.ftr-col1 .icon-printer, .ftr-col1 .icon-tip, .ftr-col1 .icon-newsletter, .ftr-col1 .icon-facebook {
	display: block;
	color: #434343;
	font-size: 12px;
	padding-left: 26px;
	margin-bottom: 6px;
}
.ftr-col1 .icon-printer {
	background: transparent url('../../images/icon-printer.gif') no-repeat 3px 0;
	padding-top:3px;
}
.ftr-col1 .icon-tip {
	background: transparent url('../../images/icon-tip.gif') no-repeat 2px 0;
	padding-top:6px;
}
.ftr-col1 .icon-newsletter {
	background: transparent url('../../images/icon-newsletter.gif') no-repeat 0 0;
	padding-top:5px;
}
.ftr-col1 .icon-facebook {
	background: transparent url('../../images/icon-facebook.gif') no-repeat 3px 0;
	padding-top:3px;
}
.ftr-col1 .lasticon {
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 13px;
	margin-bottom: 13px;
}
#footer .ftr-col1 a.ekstranet {
	font-size: 10px;
	color: #313131;
}
#footer .ftr-col1 a.disclaimer {
	font-size: 10px;
	color: #313131;
}
#footer .ftr-col1 a.enonic {
	font-size: 10px;
	color: #313131;
}
#footer .ftr-col1 p {
	margin: 0;
}
.ftr-subnav {
	width: auto;
	max-width: 190px;
	float: left;
	border-left: 1px solid #bfbfbf;
	padding-left: 16px;
	padding-right: 16px;
	height: auto !important;
	height: 134px;
	min-height: 134px;
}
#footer .ftr-subnav h3 {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 8px;
}
#footer .ftr-subnav h3 a {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #0f2d91;
	padding-left: 14px;
	background: transparent url('../../images/arrow_small_orange_footer.gif') no-repeat left center;
	margin-bottom: 0;
}
.ftr-subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ftr-subnav ul li {
	margin: 0;
	padding: 0;
	border: 1px solid #edeadd;
}
.ftr-subnav ul li a {
	padding-left: 14px;
	background: transparent url('../../images/arrow_small_grey_footer.gif') no-repeat 0 3px;
}
#footer .ftr-subnav ul li span.date {
	color: #959595;
	font-size: 12px;
}
#footer .ftr-subnav ul li a {
	display: block;
	font-size: 12px;
	line-height: 14px;
}
#footer .ftr-subnav ul li a.withdate {
	margin-bottom: 0px;
}
.ftr-subnav ul.ftr-pos0 li {
	width: 170px;
}
.ftr-subnav ul.ftr-pos2 li {
	width: 140px;
}
.ftr-subnav ul.ftr-pos3 li {
	width: 130px;
}
/*
  ********************
  ** TOP MENU         **
  ********************
 */
ul.menu.horizontal li a span {
	color:#0f2d91;
	font-size:16px;
	padding-top:2px;
}
ul.menu.horizontal li a span.subtext {
	color:#313131;
	font-size:12px;
	font-weight:normal;
}
ul.menu.horizontal li a:hover span {
	color:#ff690b;
}
ul.menu.horizontal li a:hover span.subtext {
	color:#313131;
}
/*
  ********************
  ** TOP SUBMENU      **
  ********************
 */
#mainColumnTop ul#submenu {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#mainColumnTop ul#submenu li {
	float:left;
	padding:0;
	margin: 0 18px 10px 0;
}
#mainColumnTop ul#submenu li a {
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline;
	background: transparent url('../../images/arrow_small_orange_white.gif') no-repeat 0 3px;
	padding-left:14px;
	white-space:nowrap;
}
#mainColumnTop ul#submenu li.path a {
	color: #313131;
	background-image: url('../../images/arrow_small_grey.png');
}
a.smallarrowblue {
	background:transparent url('../../images/arrow_small_blue.png') no-repeat scroll 0px 3px;
}
a.smallarroworange {
	background:transparent url('../../images/arrow_small_orange.png') no-repeat scroll top left;
}
/*
  -----------------------------------------------
  LEFT MENU
  ------------------------------------------------
 */
div.leftmenu {
	float: left;
	width: 200px;
	margin: 10px -25px -10px 0;
	position: relative;
	left: -5px;
	background:#0f2d91 url('../../images/leftmenu_bg.gif') repeat-y right top;
}
div.leftmenu .leftmenu-top {
	width: 100%;
	float: left;
	height: 6px;
	background:#0f2d91 url('../../images/leftmenu_top.gif') no-repeat left top;
}
div.leftmenu .leftmenu-bottom {
	width: 100%;
	float: left;
	height: 5px;
	background:#0f2d91 url('../../images/leftmenu_bottom.gif') no-repeat left bottom;
}
ul.menu.vertical {
	float: left;
	color:#fff;
	margin: 0;
	list-style-type: none;
	padding: 0;
}
ul.menu.vertical li {
	padding: 1px 0 1px 7px;
}
ul.menu.vertical li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 14px;
	display: block;
	background: transparent url('../../images/leftmenu_arrow.gif') no-repeat 0 3px;
}
/* leftmenu general */
ul.menu.vertical li.active a {
	color: #ff690b;
}
ul.menu.vertical li.path ul li.active a {
	color: #ff690b;
}
ul.menu.vertical a:hover {
	text-decoration: none !important;
	color: #ff690b !important;
}
/* Level 1 */
ul.menu.vertical li.path a {
	background-image: url('../../images/leftmenu_arrow_open.gif');
}
/* Level 2 */
ul.menu.vertical li ul {
	margin: 0 0 0 24px;
	list-style-type: none;
}
ul.menu.vertical li.path ul li a {
	background-image: none;
	padding-left: 0;
}
ul.menu.vertical li ul li a,
ul.menu.vertical li.active ul li a,
ul.menu.vertical li.path ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform:none;
	cursor: pointer;
}
ul.menu.vertical li ul li a {
	color: #fff;
	font-weight: normal;
	background-image: none;
	padding-left:0;
}
ul.menu.vertical li ul li.active a {
	font-weight: bold;
}
/* Level 3 */
ul.menu.vertical li ul ul {
	margin: 0 0 0 12px;
	list-style-type: none;
}
ul.menu.vertical li.path ul li.active ul li a {
	color: #fff;
	font-weight: normal;
}
/*
  ********************
  ** SHARE DOCUMENT     **
 */
div.share a {
	float:left;
	margin:0 10px 0.5em 0;
	padding:2px 0 2px 22px;
	background-repeat:no-repeat;
}
div.share a.lnkFacebook {
	background-image: url(../../images/ico_facebook.png);
}
div.share a.lnkNettby {
	background-image: url(../../images/ico_nettby.png);
}
div.share a img {
	float:left;
	margin-right:4px;
}
/*
  ********************
  ** XHTML-EDITOR     **
  ********************
 */
.editor {
	margin-bottom: 20px;
}
.editor p,
div.giftlistmain p {
	margin: 0 0 1.1em 0;
}
.editor h2 {
	margin-bottom: 0;
}
.editor h3 {
	margin-bottom: 0;
	font-weight: bold;
}

/*Fix for text copied from word*/
.editor .MsoNormal b { font-size: 1.2em}

.editor h4 {
	margin-bottom: 0;
	font-weight: bold;
}
.editor h5 {
	margin-bottom: 0;
	font-weight: bold;
}
.editor h6 {
	margin-bottom: 0;
	font-weight: bold;
}
/* tables */
table.bordersize0 {
	border-spacing:0;
	border: 0;
	border-collapse: collapse;
	width: auto;
}
table.bordersize0 td {
	border: 0;
}
table.bordersize1 {
	border-spacing:0;
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: auto;
}
table.bordersize1 td {
	border: 1px solid #ccc;
}
table.padding1 td {
	padding: 1px;
}
table.padding2 td {
	padding: 2px;
}
table.padding3 td {
	padding: 3px;
}
table.padding4 td {
	padding: 4px;
}
.editor table.padding5 td {
	padding: 5px;
}
table.padding6 td {
	padding: 6px;
}
table.padding7 td {
	padding: 7px;
}
table.padding8 td {
	padding: 8px;
}
table.padding9 td {
	padding: 9px;
}
table.padding10 td {
	padding: 10px;
}
.center-aligned {
	text-align: center;
}
.editor p.center-aligned {
	text-align: center;
}
/*
  ********************
  ** CONTENT          **
  ********************
 */
.preface {
	font-weight: bold;
	font-size: 1.1em;
	color: #313131;
}
.pagecontent .image {
	float: right;
	margin: 0 0 10px 15px;
}
.pageimage {
	margin-bottom: 10px;
}
.textcolum {
	width:304px;
	float:left;
	margin-right:20px;
}
.imagecolum {
	width:150px;
	float:left;
}
/*
  ********************
  ** MELDING          **
  ********************
 */
#melding .inner-melding {
	padding: 10px;
}
#melding .inner-melding-last {
	padding: 10px 10px 0 10px;
}
#melding img {
	float:right;
	margin: 0 0 5px 10px;
}
/*
  ********************
  ** SEARCHBLOX       **
  ********************
 */
.searchblox h2, .searchblox h2 a {
	display: inline;
	color: #0f2d91;
	font-size: 12px;
}
.teasercontent {
	margin-bottom: 20px;
}
.sb-container {
	float: left;
	width: 100%;
}
.sb-left {
	float:left;
	width: 31px;
}
.sb-right {
	margin-left:31px;
}
/*
  ********************
  ** COMMENTS         **
  ********************
 */
.comment-top {
	background: transparent url('../../images/icon_chat.gif') no-repeat 0 6px;
	padding-left: 50px;
	margin-bottom: 15px;
	clear:both;
}
.comment-top h2 {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 3px;
}
.comment-top p {
	margin: 0;
	line-height: 12px;
}
.comment-totalbar {
	background-color: #edeadd;
	padding: 5px 0 5px 7px;
	color: #434343;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
	color: #434343;
}
.comment {
	padding-bottom: 15px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bfbfbf;
}
.comment p {
	margin: 0;
	color: #313131;
}
.comment span.date {
	color: #959595;
}
/*
  ********************
  ** kampanjer        **
  ********************
 */
div.campaign-banner {
	clear: both;
	height: 330px;
	width: 701px;
	padding: 10px;
}
div.campaign-banner .box {
	width: 223px;
	float: left;
	height: 160px;
	margin: 0 0 10px 16px;
	overflow: hidden;
/* background-color:#fff;  tatt ut 27/3/09 pga forste box ikke skal ha hvit tekst paa hvit bakgrunn */
}
div.campaign-banner .product {
	background-color: #fff;
	padding: 5px 7px;
	width: 209px;
	height: 150px;
	cursor: pointer;
}
div.campaign-banner .first {
	margin-left: 0;
}
div.campaign-banner h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ff690b;
	height: 17px;
	overflow: hidden;
	margin: 0 0 6px 0;
}
div.campaign-banner h4 {
	font-weight: 700;
	text-transform: uppercase;
	height: 28px;
	overflow: hidden;
	margin: 0;
	font-size: 12px;
}
div.campaign-banner .price {
	float: right;
	clear: right;
	background: url('../../images/price_bg.gif');
	height: 28px;
	width: 73px;
	padding: 27px 0px 20px 2px;
	font-size: 22px;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
}
div.campaign-banner .product img {
	float: left;
	clear: left;
	margin-top: -10px;
	margin-left: 20px;
	width: 105px;
	height: 105px;
}
div.campaign-banner .first h2 {
	font-size: 32px;
	margin: 0;
	padding: 0;
	line-height: 1em;
	text-transform: uppercase;
	color: #fff;
	height: 98px;
	font-weight: 700;
}
div.campaign-banner .first p {
	font-size: 12px;
	margin: 0 0 8px 0;
	padding: 0;
	color: #313131;
	display: block;
	float: left;
	font-weight: 700;
	text-transform: uppercase;
}
div.campaign-banner p a {
	text-decoration: none;
}
div.campaign-banner .first p.white a {
	color: #ffffff;
}
div.campaign-banner div.first p img {
	padding-right: 4px;
}
div.campaign-banner p a img.icon-png {
	padding: 0;
	margin-bottom: -3px;
}
/* ---------- GENERAL STYLES --------- */

div.tip-list a.sublink,
#subpage-menu a.advice,
.stillningsListe a {
	background:transparent url(../../images/arrow_small_orange.png) no-repeat scroll left 4px;
	padding-left: 13px;
}
div.spacer {
	clear: both;
	border: 0 !important;
	font-size: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}
/* ------------ HEADLINES ------------ */
h2.headline {
	background: url(../../images/bar_bg.gif) no-repeat right top;
	height: 24px;
	color: #fff;
	text-transform: uppercase;
	overflow: hidden;
	font-size: 13px !important;
	margin: 0;
	font-weight: normal !important;
}
h2.headline span {
	background: url(../../images/bar_left.gif) no-repeat;
	display: block;
	height: 16px;
	padding: 4px 10px;
}
/* ------------ PRODUCT LIST RIGHT COLUMN ------------ */
#fastLavpris p {
	margin: 0px;
	margin-left: 70px;
	padding: 0px;
	line-height: 17px;
}
#fastLavpris .price,
#productListe .price,
#productListSection .price,
#product-show .price {
	color: #0f2d91;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

#productListSection .price span {
    font-size: 12px;
    float: right;
    margin-top: 5px;
}

#fastLavpris .price.campaign,
#productListe .price.campaign,
#productListSection .price.campaign,
#product-show .price.campaign {
	color: #ff690b;
}
#fastLavpris .productImageToLeft {
	float: left;
	height: 63px;
	width: 63px;
	overflow: hidden;
	clear: both;
	margin-top: 1px;
}
#fastLavpris .productImageToLeft img {
	height: 63px;
	width: 63px;
}
#fastLavpris .productText {
	color: #313131;
	font-size: 12px;
	font-weight: normal;
}
#fastLavpris .productToHuskelista,
#productListe .textToRight a,
#productListSection .productToHuskelista,
#product-show a {
	background: transparent url(../../images/icon_add.gif) center left no-repeat;
	color: #0F2D91;
	font-size: 12px;
	font-weight: normal;
	padding-left: 22px;
	height: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor:pointer;
}
.productToHuskelista {
	cursor:pointer;
}
#fastLavpris .product {
	padding: 5px 0 7px 0;
	border-bottom:1px solid #BFBFBF;
	min-height: 63px;
}
/* ------------ TIPS ------------ */
div.tip-list {
	clear: both;
	float: left;
	width: 474px;
}
div.main-tip {
	background-color: #cce8f3;
	width: 454px;
	margin-bottom:0;
}
div.main-tip .mainTip {
	min-height:140px;
	height:auto !important;
	height:140px;
}
div.tip-list.main-tip .tips-text {
	float:left;
	width:229px;
}
div.tip-list.main-tip .tips-img {
	float:left;
	margin-right:18px;
}
div.tip-of-the-week {
	background-color: #dcdcdc;
	width: 454px;
}
div.tip-list.main-tip,
div.tip-list.tip-of-the-week {
	padding: 10px;
}
div.tip-list div.tip {
	float:left;
	margin:0;
	margin-bottom:32px;
	width:227px;
display:inline;
}
div.tip-list div.tip-left.lastTwo {
	margin-right:30px;
}
div.tip-list div.tip-left {
	margin-right:20px;
}
div.tip-list div.lastTwo {
	float:left;
	margin:0;
	margin-bottom:15px;
	width:217px;
	background:none;
	min-height:99px;
	height:auto !important;
	height:99px;
}

div.tip-list div.lastTwo .tips-text {
	float:left;
	width:109px;
}
div.tip-list div.lastTwo .videowrapper {
	float:left;
}
div.tip-list div.lastTwo .tips-img {
	width:90px;
	float:left;
	margin-right:18px;
	height:99px;
}
div.lastTwo a.sublink {
	float:left;
	clear:both;
	background:transparent url(../../images/arrow_small_orange.png) no-repeat scroll left 1px;
	padding-left:13px;
}
div.tip-list div.lastTwo h3, div.tip-list div.lastTwo p, div.tip-list div.lastTwo h3 a {
	background:none;
	padding:0;
	float:left;
	clear:both;
}
div.tip-list div.lastTwo p {
width:100%;
}
div.tip-list div.lastTwo div object.youtube {
position:static;
}
div.mainTipTop, div.mainTipBottom {
	height:4px;
	width:474px;
	float:left;
}
div.mainTipTop {
	background: url(../../images/mainArtikkelTopSmall.gif) no-repeat left top;
	overflow:hidden;
	height:4px;
}
div.mainTipBottom {
	background: url(../../images/mainArtikkelBottomSmall.gif) no-repeat left top;
	margin-bottom:20px;
	overflow:hidden;
	height:4px;
}
div.tip-list div.first {
	border: 0;
}
div.tip-list div.last {
	padding-bottom: 0;
}
div.tip-list h2 {
	font-size:1.6em;
}
div.tip-list h3 {
	background:transparent url(../../images/arrow_large_orange.gif) no-repeat scroll 0 3px;
	color:#0F2D91;
	font-size:15px;
	padding-bottom:2px;
	padding-left:22px;
	padding-top:2px;
}
div.tip-list .tips-img {
	overflow:hidden;
	height:130px;
}
div.tip-list img {
	float: left;
}

div.tip-list.small {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #aaa;
}

div.tip-list.small .jerniaTip {
	height: 150px !important;
	min-height: 150px !important;
}

div.tip-list.small .tips-img {
	float:left;
	width:100px;
}

div.tip-list.small .tips-text {
	float:left;
	width:100px;
}

div.tip-of-the-week img {
	margin:0 10px 0 0;
}
.jerniaTipTop,
.jerniaTip,
.jerniaTipBottom {
	background-color: #edeade;
	width:227px;
	float:left;
}
.jerniaTipTop {
	background: url(../../images/jerniaArtikkelTopSmall.gif) no-repeat left top;
	height:8px;
	overflow:hidden;
}
.jerniaTipBottom {
	background: url(../../images/jerniaArtikkelBottomSmall.gif) no-repeat left top;
	height:8px;
	overflow:hidden;
}
.brukerTipTop,
.brukerTip,
.brukerTipBottom {
	background-color: #e3eb86;
	width:227px;
	float:left;
}
.brukerTipTop {
	background:url(../../images/brukerArtikkelTopSmall.gif) no-repeat left top;
	height:8px;
	overflow:hidden;
}
.brukerTipBottom {
	background: url(../../images/brukerArtikkelBottomSmall.gif) no-repeat left top;
	height:25px;
	overflow:hidden;
}
.jerniaTip, .brukerTip {
	padding:10px;
	width:207px;
	min-height:246px;
	height:auto !important;
	height:246px;
    display:inline;
}

.videoTip {
    background-color: #edeade;  
    padding:10px;
	width:207px;
	overflow: hidden;
	display: block;
	min-height: 200px;
}

.youtube {
				position:absolute;
				z-index:0;
				}
div.tip-list div.lastTwo .youmovie {
clear:both;
	float:left;
	min-height:110px;
	height:auto !important;
	height:110px;
}
/* ------------ TIP EMNE VELG------------ */
div.tipsdrop {
	background:transparent url(../../images/tipsDrop.jpg) no-repeat 0 0;
	height:181px;
	width:474px;
	float:left;
	margin-bottom:20px;
}
div.tipsdrop div {
	height:114px;
	left:266px;
	padding:13px;
	position:relative;
	top:19px;
	width:166px;
}
div.tipsdrop div h3 {
	width:110px;
}
div.tipsdrop div label, div.tipsdrop div select {
	float:left;
	clear:both;
}
div.tipsdrop div select {
	height:20px;
	width:156px;
	border:1px solid #7F9DB9;
}
div.tipsdrop div label {
	margin-bottom:5px;
}
/* ------------ tipsRedaksjonelt------------ */
.tipsRedaksjonelt {
	border-top:1px solid #BFBFBF;
	margin-top:15px;
	padding-top:15px;
}
.sumcomment {
	border-bottom:1px solid #BFBFBF;
	margin-bottom:10px;
	padding-bottom:5px;
}
.bold {
	font-weight:bold;
	margin-right:0.3em;
}
.lesalle {
	left:345px;
	position:relative;
}
/* ------------ TIPBRUKERARTIKKEL------------ */
.tipsUserArticle {
	float:left;
}
.tipsUserArticle input, .tipsUserArticle textarea {
	width:323px !important;
}
.tipsUserArticle label {
	width:333px !important;
}
.tipsUserArticle #listinfo, .tipsUserArticle #images {
	float:left;
	width:333px;
}
.tipsUserArticle #listinfo {
	margin-right:28px;
}
.tipsUserArticle .largeButton {
	padding-bottom:4px !important;
	padding-top:1px;
	width:128px !important;
}
.tipsUserArticle .contact {
	margin-top:30px;
}
.tipsUserArticle .snegl {
	margin-top:50px;
}
.saved {
    background-color:#edeade;
	border: none;
	margin-bottom:10px;
	padding:10px;
	width:454px;
}

.saved .linkBack {
    float: right;
}

.saved .largeButton {
    background: transparent url('../../images/button_large.gif') no-repeat scroll left top;
    cursor: pointer;
    display: block;
    text-align: center;
    padding-top: 3px;
    width: 128px !important;
    height: 20px !important;
    color: #333;
}

.saved .largeButton:hover {
    text-decoration: none;
}

/* ------------ TIPBRUKERARTIKKELVIS------------ */
.brukerArtikkel {
	background-color: #e3eb86;
	width:454px;
	padding-left:10px;
	padding-right:14px;
}
.brukerArtikkel .editor, .brukerArtikkel .editor p {
	margin-bottom:0;
}
.brukerArtikkelTop, .brukerArtikkelBottom {
	width:478px
}
.brukerArtikkelTop {
	height:27px;
	background:#e3eb86 url(../../images/brukerArtikkelTop.gif) no-repeat left top;
}
.brukerArtikkelBottom {
	height:52px;
	background:#e3eb86 url(../../images/brukerArtikkelBottom.gif) no-repeat left bottom;
}
.brukerArtikkel .kategori {
	margin-bottom:10px;
}
.brukerArtikkel h1 {
	margin-top:10px;
}
.brukerArtikkel .avsender {
	margin-top:10px;
	margin-bottom:10px;
}
/* ------------ TIPBRUKERNES EGNE TIPS ------------ */
.egneTips {
	float: left;
}
.egneTips h2 {
	background:#e3eb86 url(../../images/brukernesEgneTips.gif) no-repeat left top;
	color:#0F2D91;
	height:32px;
	padding:10px;
	width:455px;
}
.egneTips ul,.egneTips ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
width:100%;
}
.egneTips ul li {
clear:both;
display:inline;
margin-bottom:20px;
margin-left:10px;
width:465px;
}
.egneTips div.title, .egneTips div, .egneTips div span {
	float:left;
clear:none;
}
.egneTips div.title {
	width:140px;
}
.egneTips div.ingress {
	width:300px;
}
.egneTips .tipslinks {
float:left;
clear:both;
width:475px;
} 
.egneTips .tipslink {
clear:none;
display:inline;
float:left;
margin-left:10px;
margin-right:37px;
margin-top:10px;
width:110px
}
/* ------------ TIPSMINEARTIKEL ------------ */
.mineTipsArtikler {
	float:left;
	clear:both;
}
.mineTipsArtikler .title {
	float: left;
	width: 200px;
}
.mineTipsArtikler .date {
	float: left;
	width: 150px;
}
/* ------------ TIPSKORTLISTE ------------ */
#tipsKortliste {
	float:left;
width:100%;
}
#tipsKortliste ul {
	list-style-type: none;
	margin: 4px 10px 0 10px;
	line-height: 1.5;
	float:left;
	width:217px;
}
#tipsKortliste ul li {
	background:transparent url(../../images/arrow_small_orange.png) no-repeat scroll left 4px;
	float:left;
	padding-left:14px;
	width:213px;
}
.forslaTema {
	float:right;
}
hr {
	clear:both;
	border: solid #bfbfbf;
	border-width: 1px 0 0 0;
	margin: 0;
	height: 1px;
}
.tip-banner {
	height: 232px;
	padding: 20px 32px 20px 313px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.tip-banner p,
.tip-banner a {
	margin: 0 0 3px 0;
	font-weight: bold;
	font-size: 14px;
}
.tip-banner h1 {
	font-size: 28px;
	margin: 0 0 3px 0;
	text-transform: uppercase;
}
.tip-banner div.product {
	float: left;
	margin: 15px 10px 0 0;
	width: 183px;
	position: relative;
	cursor: pointer;
}
.tip-banner div.last {
	margin-right: 0;
}
.tip-banner img {
}
.tip-banner img.icon-png {
	width: 16px;
	height: 16px;
	margin-bottom:-3px;
}
.tip-banner h3 {
	margin: 0;
	font-size: 14px;
}
.tip-banner div.product p {
	font-size: 13px;
	width: 78px;
	position: absolute;
	left: 105px;
	top: 60px;
}
.tip-banner div.product p.price {
	font-size: 28px;
	top: 80px;
}
.shortcut {
	cursor: pointer;
}
.shortcut img {
	float: right;
}
.vignette {
	background: #cce8f3 url(../../images/vignette_bg.gif) no-repeat right;
	height: 107px;
	overflow:hidden;
}
.vignette p {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 -1px 0;
}
.vignette h1 {
	text-transform: uppercase;
	margin: -1px 0 .2em 0;
}
.vignette div {
	padding: 10px;
	height: 87px;
	width: 208px;
	background: url(../../images/vignette_corners.gif) no-repeat;
}
.vignette.products {
	background-color: #edeadd;
	background-image: url(../../images/vignette_bg_product.gif);
}
.vignette.products div {
	background-image: url(../../images/vignette_corners_product.gif);
}
.vignette.career {
	background-color: #b0ac9b;
	background-image: url(../../images/vignette_bg_career.gif);
}
.vignette.career div {
	background-image: url(../../images/vignette_corners_career.gif);
}
.vignette.career h1,
.vignette.career p,
.vignette.product1 h1,
.vignette.product1 p {
	color: #fff;
}
#passportMini strong {
	display: block;
}
#passportMini p {
	margin-bottom: .4em;
}
.floatright {
	float: right;
}
.application label {
	width: 140px;
	float: left;
	clear: both;
}
.application input,
.application textarea {
	float: left;
	width: 250px;
	margin-left: 10px;
}
ul.navigation-menu {
	list-style-type:none;
	border: solid #bfbfbf;
	border-width: 1px 0;
	text-align: center;
	color: #666;
	margin: 0 0 1.5em;
	padding: 5px 0;
	clear: both;
}
ul.navigation-menu li {
	display:inline;
}
ul.navigation-menu a,
ul.navigation-menu span {
	text-decoration: none;
	padding: 0 3px;
	background:none;
}
ul.navigation-menu li.active span {
	background-color: #8d8d8d;
	color: #fff;
}
ul.navigation-menu a:hover {
	background-color: #0f2d91;
	color: #fff;
}
#subpage-menu {
	float: left;
	clear: both;
}
#subpage-menu div {
	float: left;
	width: 227px;
	margin: 0 0 0 20px;
	padding-bottom: 20px;
}
#subpage-menu div.last {
	padding-bottom: 0;
}
#subpage-menu div.first {
	clear: both;
	margin-left: 0;
}
#subpage-menu div.paintingitem {
	float: left;
	width: 227px;
	margin: 0 0 0 0px;
	padding-bottom: 20px;
}
#subpage-menu div.row {
	float: left;
	clear: both;
	width: 474px;
	margin: 0;
	padding: 0;
}
#subpage-menu.cols3 div.row {
	width: 721px;
}
#subpage-menu h2 {
	margin: .25em 0;
	font-size:1.6em;
}
#subpage-menu h2 a {
	padding-left: 23px;
	background: transparent url(../../images/arrow_large_orange.gif) no-repeat left 4px;
}
#subpage-menu p {
	margin-bottom: .5em;
}
/*
  Dagskupp
  --------------------------
 */
div.span-2.dagskupp-banner {
	width: 462px;
	border: 1px solid #BFBFBF;
	padding: 10px 0 10px 10px;
}
.dagskupp-banner .bp-box {
	padding: 10px
}
.dagskupp-banner {
	text-transform: uppercase;
	cursor:pointer;
	color: #434343;
}
.span-1-extended {
	float: left;
	padding-left: 112px;
	width: 144px;
}
.span-1-minimized {
	float: left;
	width: 196px;
	overflow: hidden;
}
/* Left */
.dagskupp-banner .description {
	font-size: 16px;
	font-weight: bold;
}
.dagskupp-banner h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.dagskupp-banner h3 {
	font-size: 2em;
	margin: 0;
	padding: 0;
}
.dagskupp-banner p {
	margin: 0;
	padding: 0;
}
/* Right */
.dagskupp-banner .date {
	font-size: 22px;
	text-align: right;
	font-weight: bold;
}
.dagskupp-banner .price,
.dagskupp-banner .info {
	float: left;
	width: 72px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.dagskupp-banner div.price.right {
	float: right;
}
.dagskupp-banner .price {
	overflow: hidden;
	padding: 0;
	margin: 0;
	height: 72px;
	line-height: 72px;
	font-size:22px;
	background: transparent url('../../images/price_dagskupp_bg.png') no-repeat left top;
}
.dagskupp-banner .info {
	height: 54px;
	padding-top: 18px;
	font-size: 16px;
	background: transparent url('../../images/dagskupp_bg.gif') no-repeat left top;
}
.dagskupp-banner .info .smaller {
	font-size: 11px;
}
/* ------------ PRODUCT ------------ */
#productListSection {
	float: left;
	width: 474px;
}
#productListSection hr {
	margin: 0 10px;
}
#productListSection .product {
	width: 138px;
	float: left;
	margin: 10px;
	display: inline;
}
#productListSection .product.first {
	clear: both;
}
#productListSection h3 {
	font-size: 1em;
}
#productListSection .price {
	margin: 2px 0;
}
#productListe .product {
	border-bottom: 1px solid #BFBFBF;
	margin-bottom: 20px;
	padding-bottom: 20px;
	float: left;
}
#productListe .product.last {
	border: 0;
	margin: 0;
}
#productListe img {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
#productListe .product .textCenter {
	float: left;
	width: 266px;
	margin-right: 10px;
}
#productListe .product .textToRight {
	float: left;
	width: 125px;
}
#productListe .product .textToRight a,
#productListSection a.productToHuskelista {
	display: block;
	height: 16px;
}
#productListe .product span.price {
	display: block;
	text-align: right;
}
#productListe .product h3 {
	font-size: 1.2em;
}
.productNumber {
	color: #666666;
}
#product-show .images {
	width: 227px;
	float: left;
	margin: 0 20px 10px 0;
}
#product-show .images img {
	margin-bottom: 10px;
}
#product-show p,
#product-show div.editor {
	width: 227px;
	float: left;
}
#product-show .price {
	padding-bottom: .25em;
	margin-bottom: .25em;
	border-bottom: 1px solid #bfbfbf;
}
#product-show .product-footer {
	clear: both;
}
#product-show a {
	float: left;
	margin: 0 10px .5em 0;
}
#product-show a.goto {
	background-image: url(../../images/icon_goto.gif);
}
#product-show a.lnkFacebook {
	background-image: url(../../images/ico_facebook.png);
}
#product-show a.lnkNettby {
	background-image: url(../../images/ico_nettby.png);
}
#product-show span {
	display: block;
	clear: both;
	font-size: .9em;
}
#campaign ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#campaign li {
	float: left;
	margin-right: 4px;
}
#campaign li.last {
	margin: 0;
}
#campaign li a {
	background: #b0ac9b url('../../images/campaign_bg.gif') repeat-x left bottom;
	height: 14px;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	color: #313131;
	padding: 7px 12px;
	position: relative;
	float: left;
}
#campaign li span.corner {
	width: 5px;
	height: 5px;
	background: url('../../images/campaign_tl.png') no-repeat;
	display: block;
	position: absolute;
	top: 0;
}
#campaign li span.corner.left {
	left: 0;
}
#campaign li span.corner.right {
	background-image: url('../../images/campaign_tr.png');
	right: 0;
}
#campaign li a:hover {
	text-decoration: none;
}
#campaign div.campaign-banner {
	height:auto;
	float: left;
}
#campaign div.campaign-banner .first h2 {
	height: auto;
	margin-bottom: 3px;
}
#campaign div.campaign-banner .first {
	clear: both;
}
div.campaign-banner .last {
	margin-bottom: 0;
}
div.feedback {
	padding: 5px;
	border: 1px solid #b0ac9b;
	background: #dfdbcd;
	margin-bottom: 10px;
}
div.feedback h3 {
	margin: 0;
	padding: 0;
}
div.feedback p {
	margin: .5em 0 .5em 0;
}
div.feedback.error,
div.feedback.error h3 {
	color: #c00;
}
#my-list {
	padding: 10px 10px 10px 36px;
	width: 181px;
	height: 13px;
	font-size: 12px;
	background: url('../../images/shoplist_bg.gif') no-repeat;
	margin-bottom: 16px;
}
iframe {
	width: 474px;
}
iframe.large {
	width: 721px;
}
#store-map {
	width: 721px;
	height: 721px;
	margin-top: 20px;
}
div.store-imgs {
	float: right;
	margin-left: 10px;
}
div.store-imgs img {
	display: block;
	margin-bottom: 20px;
}
/* PER.CSS */
.editor p.right-aligned, .editor div.right-aligned {
	text-align: right;
}
.editor p.left-aligned, .editor div.left-aligned {
	text-align: left;
}
.editor p.center-aligned, .editor div.center-aligned {
	text-align: center;
}
.editor p.justify-aligned, .editor div.justify-aligned {
	text-align: justify;
}
.editor img.imgright {
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
}
.editor img.imgleft {
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
}
.editor img.imgborder1 {
	border: 1px solid #ccc;
}
.editor img.imgborder2 {
	border: 2px solid #ccc;
}
.editor img.imgborder3 {
	border: 3px solid #ccc;
}
.editor img.imgborder4 {
	border: 4px solid #ccc;
}
.editor img.imgborder5 {
	border: 5px solid #ccc;
}
.editor img.imgborder6 {
	border: 6px solid #ccc;
}
.editor img.imgborder7 {
	border: 7px solid #ccc;
}
.editor img.imgborder8 {
	border: 8px solid #ccc;
}
.editor img.imgborder9 {
	border: 9px solid #ccc;
}
.editor img.imgborder10 {
	border: 10px solid #ccc;
}
/* ------------ Stillningsliste ------------ */
.stillningsListe {
	padding-right: 20px;
}
.stillningsListe thead th {
	background: #FFFFFF;
	border-bottom: 1px solid #BFBFBF;
}
/* ------------ Stillningsvisning ------------ */
.stillningsvisning h2 {
}
.stillningsInformation {
	float: left;
	margin-right: 100px;
}
.stillningsInformationBoth {
	border-bottom: 1px solid #BFBFBF;
	border-top: 1px solid #BFBFBF;
	margin-bottom:20px;
	margin-top:20px;
	padding-bottom:20px;
	padding-top:20px;
}
.objectStillningsvisning {
	line-height: 16px;
}
/* ------------ Fieldset ------------ */
.myFieldset {
	background-color: #EDEADD;
	color: #313131;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 0px 12px 12px 12px;
}
.myFieldset input, .myFieldset textarea {
	clear: both;
	border: 0 none;
	width: 95%;
	margin-left: 0px;
	padding: 2px 5px;
	font-size: 11px;
}
.myFieldset input.checkbox {
	display: block;
	width: 14px;
}
.myFieldset input.radio {
	border: 0 none;
	width: 3%;
}
.myFieldset label {
	display: block;
	clear: both;
	margin-top: 12px;
	font-weight: normal;
	width: 95%;
}
.myFieldset legend {
	display: block;
	clear: both;
	padding-top: 12px;
	font-weight: bold;
	width: 95%;
}
.myFieldset p {
	width: 95%;
}
.myFieldset h2, .myFieldset h5 {
	display: block;
	clear: both;
	padding-top: 12px;
	width: 95%;
}
.myFieldset label.error {
	display: block;
	margin-top: 0px;
	color: red;
	font-weight: bold;
}
.myFieldset span.required {
	color: red;
}
/* ------------ Buttons ------------ */
.myFieldset .largeButton {
	background: transparent url('../../images/button_large.gif') no-repeat scroll left top;
	clear: none;
	cursor: pointer;
	margin-right: 12px;
	margin-top: 12px;
	width: 128px;
	height: 20px;
	padding-bottom: 2px;
}
.myFieldset .smallButton {
	background: transparent url('../../images/button_small.gif') no-repeat scroll left top;
	clear: none;
	cursor: pointer;
	margin-right: 12px;
	margin-top: 12px;
	width: 64px;
	height: 20px;
	padding-bottom: 2px;
}
/* ------------ LoginStyle ------------ */
.loginForm input {
	border: 0 none;
	float: left;
	height: 17px;
	margin-bottom: 8px;
	margin-top: 8px;
	width: 55px;
}
.loginForm label {
	display: block;
	clear: both;
	font-weight: normal;
	width: 100%;
}
.loginForm label.error {
	font-weight: bold;
	color: #FF0000;
}
.loginForm .smallButton {
	background: transparent url('../../images/button_small.gif') no-repeat scroll left top;
	float: right;
	cursor: pointer;
	width: 64px;
	height: 20px;
	padding-bottom: 2px;
	margin-right: 45px;
}
/* -------------- Formbuilder ----------- */
#formBuilder div.rightCol p {
	margin: 12px 0 0 0 !important;
	padding: 0 !important;
	float: left;
	width: 100%;
}
#formBuilder div.rightCol p input.radio,
#formBuilder div.rightCol p input.checkbox {
	border: 0;
	width: 3%;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
#formBuilder div.rightCol p label {
	float: right;
	clear: none;
	font-weight: normal;
	line-height: 12px;
	width: 95%;
	margin: 0 !important;
	padding: 0 !important;
}
#formBuilder h6.separator {
	margin-top: 10px;
}
/* ------------ Skjemabygger bakgrunn ------------ */
div#jernia {
	background-image:url(../../images/bakgrunn-K2-konkurranse.jpg);
	padding:150px 0 0 20px;
}
div#jernia div.inner-frame {
	height: 490px;
	min-height: 490px;
	height: auto;
}
div#jernia div.separator textarea {
	width:427px;
	border: 1px solid #999;
}
div#jernia div.separator input {
	width:427px;
	border: 1px solid #999;
}
.feldset {
	background:none;
}
.feldset .smallButton {
	background:#EDEADD url(../../images/button_small.gif) no-repeat scroll left top;
}
/* ------------ Mine sider ------------ */
.minSideSettings {
	float: left;
	margin-right: 100px;
}
.minSideSettings.last {
	margin-right: 0;
}
.minSideSettings ul {
	list-style-image: url('../../images/arrow_small_orange.png');
}
.minSideSettings li.active {
	list-style-image: url('../../images/arrow_small_grey.png');
}
/* ------------ Gavekort ------------ */
.loading {
	background:#FFFFFF url(../../images/ajax-loader.gif) repeat-x scroll 0 20px;
	border:1px solid #999999;
	display:none;
	height:50px;
	left:500px;
	position:absolute;
	width:220px;
	z-index:300;
}
.loading h4 {
	text-align: center;
	padding-top: 3px;
}
#card #card-div0 {
	border-top: 0px;
}
#card .card-size {
	border-top: 1px solid #BFBFBF;
	margin-top: 10px;
}
#card #listkort {
	background-color: #EDEADD;
	padding: 12px;
}
#card .clearLine ,#personal_details .clearLine {
	clear: both;
}
#card .floatImage {
	float: right;
}
#card legend {
	float: left;
	margin: 0px;
}
#card input, #personal_details input {
	background-color:#FFFFFF;
	color:#000000;
	width:200px;
}
#card .card_text {
	padding-top: 10px;
}
#card .card_text_float, #personal_details .card_text_float {
	float: left;
	padding: 10px 10px 10px 0px;
}
#button_nav {
	background-color: #EDEADD;
}
#button_nav .buttons {
	float: right;
	padding-bottom: 10px;
}
#button_nav .largeButton {
	background: transparent url('../../images/button_large.gif') no-repeat scroll left top;
	clear: none;
	cursor: pointer;
	margin-right: 12px;
	margin-top: 12px;
	width: 128px;
	height: 20px;
	padding-bottom: 2px;
}
#button_nav .largeButtonOrange, .gavekortSaldo .largeButtonOrange {
	background: transparent url('../../images/button_orange_large.gif') no-repeat scroll left top;
	clear: none;
	cursor: pointer;
	margin-right: 12px;
	margin-top: 12px;
	width: 128px;
	height: 20px;
	padding-bottom: 2px;
	color: #FFFFFF;
}
#personal_details {
	background-color: #EDEADD;
	padding: 10px;
	margin-bottom: 20px;
}
.gavekortSaldo {
	background-color: #EDEADD;
	padding: 10px;
}
.gavekortSaldo label {
	clear: right;
	display: block;
	padding-top: 10px;
}
.gavekortSaldo .gavekortnummerInput {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 50%;
}
#form_div label {
	padding-top: 10px;
}
#card #listkort #conditions_div #condition_check {
	width: 13px;
}
#button_nav .buttonsFloatLeft {
	float: left;
}
#button_nav .buttonsFloatRight {
	float: right
}
.clearLine {
	clear: both;
}
/* ------- Tips en venn ------- */
#tipsEnVennCloseButtonBar {
	background: transparent url('../../images/popup_header.gif') repeat-x scroll left top;
	height: 40px;
}
#tipsEnVennWindow {
	background-color: #D3D3D3;
	padding: 2px;
}
.closeButton {
	float: right;
	padding-top: 15px;
	padding-right: 15px;
}
/* GiftCard */
#total_sum {
	width: 50px;
}
#motaker {
	margin:10px 10px 0px 0;
}
/* ---------- Handlelist ---------- */
.handleListButton {
	background-color: transparent;
	color:#0F2D91;
	font-size:12px;
	font-weight:normal;
}
.huskform {
	width:474px;
	float:left;
	margin-bottom:15px;
}
.huskform p {
	float:left;
	clear:both;
}
.huskform input {
	border:1px solid #BFBFBF;
	float:left;
	clear:right;
}
.huskform p.button {
	clear:both;
}
.huskform label {
	width:150px;
	float:left;
}
.huskform label.error {
	clear:both;
}

span.paintingheading  {
	font-size: 22px;
        text-transform: uppercase;
        font-weight: bold;
}
