﻿body
{
	background:#8c0a3f url(img/bg.jpg) repeat-x 0px 0px;
}

a
{
	cursor: pointer;
}

#wrapper
{
	width: 942px;
	margin: 0 auto;
}

#head
{
	background:transparent url(img/top.png) no-repeat;
	height:71px;
	overflow:auto;
}


#content
{
}

#searchdiv
{
	float:right;
	margin:10px 0px 10px 0px;
	overflow:visible;
	position: relative;
}

#searchdiv #resultq
{
	position: absolute;
	height: 53px;
	top:23px;
	left: -100px;
	z-index: 301;
	padding-left: 0;
	background-image: url('img/sHelper_left.png'); 
	background-repeat: no-repeat;
}

#searchdiv #resultq span
{
	margin-left:26px;
	float:left;
	color: #fff;
	padding: 19px 26px 19px 0;
	display: block;
	background-image: url('img/sHelper_right.png'); 
	background-repeat: no-repeat;
	background-position: right;
}

.searchdiv
{
	margin-left: 40px;
}

#searchdiv input, .searchdiv input
{
	width: 120px;
	height: 15px;
	position:relative;
	z-index: 101;
	background-image: url('img/pink_field.png');
	background-color:Transparent;
	margin-right: 3px;
}

#searchdiv .btGo img, .boxes h3 img
{
	margin-bottom: 4px;
	cursor: pointer;
}

#searchdiv .btGo .raq img, .boxes h3 .raq img
{
	margin-bottom: 2px;
}

.boxes h3
{
	height: 19px;
}

.bigimg
{
	position:relative;
}

.bigimg .splash
{
	position:absolute;
	top:19px;
	left:1px;
}

.bigimg .overlay
{
	position:absolute;
	bottom:-26px;
	left:203px;
}

.bigimg.blue .overlay
{
	bottom:-30px;
	left:222px;
}

.bigimg .slogan
{
	position:absolute;
	top:92px;
	left:274px;
	width: 370px;
	text-align: center;
}

.bigimg .slogan h1
{
	color: #e9c79f;
	font-size: 18px;
}

.bigimg .slogan h1 span.big
{
	display: block;
	color: #fff;
	font-size: 46px;
	margin-top: -8px;
}

.en .bigimg .slogan h1 span.big
{
	font-size: 40px;
}

.bigimg .slogan .bgText
{
	text-align: left;
	width: 302px;
	margin: 0 auto;
}

#wrapper .right div
{
	margin-top: 15px;
}

.right
{
	float:right;
}

.box
{
	width:181px;
	height:127px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	display: block;
	text-decoration:none;
}

.outerbox
{
	float:left;
	margin-right:8px;
}

.box1
{
	background-image:url(box/box1.png);
}

.box2
{
	background-image:url(box/box2.png);
}

.box3
{
	background-image:url(box/box-news.png);
}

.box4
{
	background-image:url(box/box-newsletter.png);
}

.box5
{
	background-image:url(box/box-products.png);
}

.last
{
	margin-right:0px;
}

.boxes
{
	clear:both;
	overflow:visible;
}

#menu1
{
	width:370px;
	margin-left:20px;
	float: left;
}

#menu2
{
	width:370px;
	margin-left:28px;
	float: left;
}

#menu1 ul
{
	float:right;
}
#head ul
{
	list-style:none;
}

#head li
{
	float:left;
	margin-right:5px;
	color:#aeaeae;
	height: 45px;
	padding-top: 26px;
	padding: 26px 11px 0 11px;
}

#head li.sep
{
	padding: 26px 0 0 0;
}

#head li a
{
	
	color:#289cad;
	font-weight:bold;
	text-decoration:none;
}

#menu1 .selected, #menu2 .selected
{
	background-repeat: repeat-x;
	background-image: url('img/top_selected.png');
}

#menu1 .selected a, #menu2 .selected a
{
	color: #fff;
}

#topmenu
{
	text-align:right;
	color:#fff;
	margin: 5px 0 7px 0;
	padding: 0 3px;
	height: 30px;
	float: right;
	list-style: none;
}

#topmenu li
{
	height: 27px;
	float:left;
	margin: 0 2px;
}

#topmenu li .left
{
	float:left;
	height: 27px;
	width: 10px;
}

#topmenu li.selected .left
{
	background-image: url(img/topm_left_p.png);
	background-repeat: no-repeat;
}

#topmenu li.selected a
{
	background-repeat: no-repeat;
	background-image: url(img/topm_right_p.png);
	background-position: right top;
}

#topmenu li a
{
	margin: 0;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	display: block;
	float:left;
	height: 21px;
	padding: 6px 10px 0 0;
}

#topmenu li.sep
{
	padding: 0;
	width: 2px;
	background-image:url(img/topm_sep_p.png);
	background-position: center 8px;
	background-repeat: no-repeat;
}

h3.bh
{
	margin-left:8px;
	font-size:14px;
	color:#e84889;
}
 
h3.bh a
{
	text-decoration:none;
	color:#fff;
}

#startText
{
	width: 460px;
	margin: 35px 0 30px 8px;
}

.boxfoot
{
	font-size: 10px;
	display: block;
	text-align: center;
	margin-top: 4px;
}

#foot
{
	margin: 35px 0;
}

.rFoot
{
	float: right;
	text-align: right;
}

.lFoot
{
	float: left;
}

#login_bg
{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position: fixed;
	top: 0;
	z-index: 350;
	opacity: 0.5;
	background-color: #000;
}

#login
{
	z-index: 351;
	width: 371px;
	height: 314px;
	left: 50%;
	margin-left: -157px;
	position: absolute;
	top: 230px;
	background-image: url('img/login.png');
	background-repeat: no-repeat;
}

#login div.w
{
	margin: 61px;
}

#login h4
{
	text-align:center;
	padding-top: 30px;
}

#login input
{
	width: 145px;
	height: 13px;
	background-image: url('img/blue_field_l.png');
	margin-bottom: 5px;
}

#login .forms
{
	width: 153px;
	margin: 15px auto 0 auto;
}

#login .forms a
{
	float:right;
}

#login p
{
	margin: 23px auto 0 auto;
	width: 180px;
	font-size: 11px;
	line-height: normal;
	position: absolute;
	top: 180px;
	left: 102px;
}

.box4 span.h
{
	padding-top: 20px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	color:#fff;
}

.box4 span.c
{
	margin: 10px auto 0 auto;
	text-align: center;
	width: 126px;
	font-size: 12px;
	font-weight:bold;
	line-height: normal;
	display: block;
}

.box4 .btGo
{
	display: block;
	margin-top: 20px;
	text-align: right;
	padding-right: 15px;
}

#tree, #tree ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#tree
{
	margin-left: 1px;
}

#tree li a
{
	padding: 0 5px 0 40px;
	color: #e84889;
	width: 236px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	margin: 0;
}

#tree li a span
{
	padding: 3px 0; 
	display: block;
}

#tree li.unodes a
{
	padding-left: 25px;
	width: 251px;
}

#tree li.unodes a span, #tree li ul li.unodes a span
{
	padding-left: 15px;
}

#tree li.unodes ul li a
{
	width: 224px;
	padding-left: 57px;
}

#tree li
{
	border-top: 1px solid #f10262;
}

#tree li ul li a span, #tree li.unodes ul li a span, #tree li.unodes ul li.unodes ul li a span
{
	display:block;
	border-top: 1px solid #289cad;
	padding: 3px 0 3px 20px; 
}

#tree li ul li a
{
	color: #289cad;
	padding: 0 0 0 57px;
}

#tree li.selected a, #tree li ul li.selected a
{
	background-image: url('img/lmenu_selected.png');
	background-repeat: repeat-x;
	color: #fff;
}

#tree li.selected, #tree li ul li.selected a span, #tree li ul li.psel a span, #tree li.first, #tree li.first.selected, #tree li ul li, #tree li.unodes ul li.unodes ul li.psel a span, #tree li.unodes ul li.unodes ul li.selected a span
{
	border-top: 0;
}

#tree li.unodes ul li.unodes ul li a span
{
	background-image: none;
	width: 174px;
	margin-left: 30px;
}

#tree li.selected ul li a
{
	background-image: none;
	color: #289cad;
}

#tree li.unodes span
{
	background-image: url('img/lmenu_raq_p.png');
	background-repeat: no-repeat;
	background-position: 0 8px;
}

#tree li.selected.unodes span, #tree li.unodes ul li.selected.unodes span
{
	background-image: url('img/lmenu_raq_w.png');
}

#tree li.unodes ul li span, #tree li.unodes ul li.unodes ul li span
{
	background-image: none;
}

#tree li.unodes ul li.unodes span
{
	background-image: url('img/lmenu_raq_b.png');
	background-position: 6px 8px;
}

.cWrapper
{
	margin-top: 18px;
}

#treeContainer
{
	width: 282px;
	float: left;
}

#wrapper #treeContainer .title
{
	font-size: 14px;
	color: #009baa;
	margin: 0 10px 20px 40px;
}

#treeContainer .cPopup .title
{
	margin: 0;
}

#treeContainer .top
{
	background-image: url('img/lmenu_top.png');
	background-repeat: no-repeat;
	height: 14px;
}

#treeContainer .foot
{
	background-image: url('img/lmenu_foot.png');
	background-repeat: no-repeat;
	height: 9px;
}

#treeContainer .inner
{
	background-image: url('img/lmenu_bg.png');
	background-repeat: repeat-y;
	padding: 20px 0;
}

#contentWrapper
{
	width: 640px;
	float: left;
	margin-left: 20px;
}

#contentWrapper .top
{
	background-image: url('img/content_top.png');
	background-repeat: no-repeat;
	height: 12px;
}

#contentWrapper .foot
{
	background-image: url('img/content_foot.png');
	background-repeat: no-repeat;
	height: 10px;
}

#contentWrapper .print
{
	bottom: 5px;
	right: 22px;
	background-image: url('img/content_bg.png');
	background-repeat: repeat-y;
	width: 550px;
	margin-top: 10px;
}

#contentWrapper .print a
{
	float:right;
}

#contentWrapper .inner
{
	position: relative;
	background-image: url('img/content_bg.png');
	background-repeat: repeat-y;
	padding: 25px 66px 10px 66px;
	background-color: #fff;
}

#contentWrapper #newslettercontainer.inner
{
	padding: 15px;
}

.breads
{
	margin: 4px 0 0 21px;
}

.breads a
{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.breads img
{
	padding:0 10px;
}

#loginClose
{
	cursor:pointer;
	position: absolute;
	top:40px;
	left:40px;
}

#news-wrapper {
    width: 160px;
    height: 65px;
    margin: 0 0 0 10px;
    overflow: hidden;
}
#news-content {
    width: 800px;
}
#news-content .slide {
    float: left;
    width: 160px;
    height: 85px;
}

.box3
{
	position: relative;
	padding-top: 20px;
	height: 107px;
}

.box3 p
{
	line-height: normal;
	font-weight: bold;
	font-size: 11px;
	margin-top: 5px;
}


#newsController
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 160px;
}

#newsController #newsPrev
{
	float: left;
}

#newsController #newsNext
{
	float: right;
}

#leftArea
{
	width: 200px;
	margin: 10px 0 0 40px;
	padding-right:13px;
}

div#faq
{
	list-style: none;
	margin-bottom: 15px;
}

div#faq div.item a.title
{
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	cursor: pointer;
	font-size:12px;
}

div#faq div.item p
{
	margin: 0;
}

div#faq div.item
{
	border-top: 1px solid #0ba6b7;
	display: block;
}

div#faq div.item div.c
{
	background-image: url('img/lmenu_raq_p.png');
	margin: 15px 20px 15px 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 4px;
}

div#faq div.item.first
{
	border: 0;
}

div#faq div.item.expanded div.c
{
	background-image: url('img/lmenu_raq_p_down.png');
}

div#maps ul.nList li.item .title
{
	background-image: url('img/lmenu_raq_p.png');
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 20px;
}

div#maps ul.nList li.item.expanded .title
{
	background-image: url('img/lmenu_raq_p_down.png');
}

div#maps ul.nList li.item.expanded ul li .title, div#maps ul.nList li.item ul li .title
{
	background:none;
	padding-left: 0;
}

#rImage 
{
	position: relative;
	margin: 15px 0 10px 0;
}

#rImage .splash
{
	position: absolute;
	right: 15px;
	bottom: -8px;
}

.columns .leftColumn
{
	float: left;
	position: relative;
}

.columns .rightColumn
{
	float: right;
	position: relative;
}

#rCount
{
	text-align: right;
}

#categories
{
	margin: 10px auto 0 auto;
	width: 504px;
	list-style: none;
	position: relative;
}

#categories li
{
	float: left;
	height: 122px;
	width: 126px;
	position: relative;
	margin-bottom: 25px;
}

#categories li a.l
{
	display:block;
	text-align: center;
	text-decoration: none;
	position: absolute;
	bottom: 0px;
	width: 126px;
	font-size: 13px;
}

#categories li div
{
	position: absolute;
	bottom: 19px;
	width: 126px;
	text-align: center;
}

span.checkbox {
	width: 20px;
	height: 20px;
	padding: 0 5px 0 0;
	background: url(img/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

#catFilter
{
	list-style: none;
}

#catFilter li
{
	float: left;
	width: 162px;
	margin-bottom: 13px;
}

#catFilter li .checkbox, #catFilter li input
{
	width: 20px;
	height: 20px;
}

#catFilter li label
{
	padding-top: 1px;
}

#wrapper .cPopup label
{
	display: inline;
}

#product .leftColumn
{
	width: 297px;
	position: relative;
}

#product .leftColumn .splash
{
	position: absolute;
	top: -5px;
	left: 14px;
}

#product .rightColumn
{
	float: left;
	width: 210px;
	position:relative;
}


#catproducts
{
	margin: 10px auto 0 auto;
	width: 462px;
	list-style: none;
}

#catproducts li
{
	float: left;
	height: 115px;
	width: 154px;
	position: relative;
	margin-bottom: 25px;
}

#catproducts li a.l
{
	display:block;
	text-align: center;
	text-decoration: none;
	position: absolute;
	bottom: 0px;
	width: 154px;
	font-size: 13px;
}

#catproducts li div
{
	position: absolute;
	bottom: 19px;
	width: 154px;
	text-align: center;
}

#catproducts li div .splash
{
	position: absolute;
	top: 10px;
	left: 0;
}

#icons
{
	height: 37px;
	margin: 10px 0 20px 0;
}

#icons .orderBtn
{
	float: right;
}

#pImage
{
	text-align: center;
	margin-right: 25px;
}

#bottom
{
	width: 944px;
	margin-top: 20px;
}

#bottom .controls
{
	height: 20px;
	margin: 0 30px 0px 30px;
}

#bottom .controls a.btGo
{
	font-size: 8px;
	float: left;
}
#bottom .controls a.btGo.right
{
	float: right;
}

#bottom .controls .btGo img
{
	margin-bottom: 5px;
}

#bottom .controls .btGo .raq img
{
	margin-bottom: 2px;
}

#bottom .top
{
	background-image: url('img/bottom_top.png');
	background-repeat: no-repeat;
	background-position: top;
	height: 12px;
}

#bottom .inner
{
	background-color: #fff;
	background-image: url('img/bottom_inner.png');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 7px;
	position:relative;
}

#bottom .inner .control
{
	padding: 0 13px 0 0;
	background-image: url(img/lmenu_raq_p_down.png);
	background-position: right 2px;
	background-repeat: no-repeat;
	position: absolute;
	font-size: 8px;
	text-decoration: 0;
	display: block;
	right: 30px;
	top:0px;
}

#bottom .inner .control.max
{
	background-image: url(img/lmenu_raq_p.png);
	background-position: right 4px;
}

#bottom .inner h2
{
	margin: 0 0 5px 38px;
}

#bottom .foot
{
	background-image: url('img/bottom_foot.png');
	height: 11px;
}

.productList .product
{
	width:152px;
	margin: 0 16px 0 0;
	float: left;	
	height: 155px;
	position: relative;
}

#bottom .productList .product
{
	margin: 0 13px;
}

#contentWrapper .productList
{
	margin-bottom: 15px;
}

.productList .product a 
{
	text-align: center;
	display:block;
	position:absolute;
	bottom: 73px;
	width:152px;
}

.productList .product a.t
{
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	padding: 0 0 1px 0;
	text-align: left;
	position:absolute;
	bottom: 55px;
}

.productList .list
{
	width:152px;
	position: absolute;
	bottom: 0;
	height: 53px;
}

.productList .list table tr td
{
	padding: 1px 0;
	color: #8d8d8d;
	font-size: 10px;
	border-top:1px solid #67c6d0;
	text-align: left;
}

.productList .list table tr:first-child td
{
	border-top:1px solid #0ba6b7;
}

#bottom-wrapper 
{
	margin: 0 auto;
    width: 890px;
    height: 155px;
    overflow: hidden;
    position: relative;
}

#bottom-content {
    width: 2670px;
}

#wrapper #treeContainer #search .title
{
	color: #67c6d0;
	font-size: 14px;
	margin: 0 0 0 40px;
}

#wrapper #treeContainer #search .title.dark
{
	color: #289cad
}

#wrapper ul.nList li.item
{
	border-top: 1px solid #0ba6b7;
	padding: 0 5px 0 0;
	margin: 0 0 15px 0;
	clear: left;
}

#wrapper ul.nList li.item:first-child
{
	border: 0;
}

#wrapper ul.nList li.item .title
{
	text-transform: uppercase;
	margin-top: 15px;
}

#wrapper ul.nList
{
	list-style: none;
	margin: 0;
}

#wrapper ul.nList li.item .c
{
	width: 340px;
	float: left;
	position: relative;
	margin-bottom: 15px;
}

#wrapper ul.nList li.item .i
{
	margin-left: 20px;
	width: 140px;
	text-align: center;
	float: left;
	position: relative;
}

#lang
{
	position: relative;
}

#topmenu #languages
{
	background-image: url(img/lang_bg.png);
	width: 124px;
	height: 152px;
	position: absolute;
	left:-20px;
	top: 0;
	padding-top: 6px;
	text-align: center;
	z-index: 302;
}

#wrapper #languages .title
{
	font-size: 12px;
	color:#fff;
	cursor: pointer;
}

#languages ul
{
	list-style: none;
}

#topmenu #languages ul
{
	margin: 3px 0 0 24px;
}

#topmenu #languages ul li
{
	height: 22px;
}

#topmenu #languages ul li a
{
	padding-left: 36px;
	display:block;
	font-size: 10px;
	background-position: 1px 1px;
	height: 22px;
	background-repeat: no-repeat;
}

#topmenu #languages ul li.sv a { background-image: url(img/flags/sv.png); }
#topmenu #languages ul li.en a { background-image: url(img/flags/en.png); }
#topmenu #languages ul li.da a { background-image: url(img/flags/da.png); }
#topmenu #languages ul li.fi a { background-image: url(img/flags/fi.png); }
#topmenu #languages ul li.no a { background-image: url(img/flags/no.png); }

.printExtra
{
	display: none;
}

a#calc
{
	width:198px;
	height: 39px;
	position: absolute;
	display: block;
	top:259px;
	left:439px;
}

a#logo
{
	width:90px;
	height: 69px;
	display: block;
	margin-left:28px;
	float: left;
}

#startMInfoW
{
	height: 64px;
	width: 250px;
	top:50px;
	left:172px;
	position:absolute;
}

#wrapper .noblock label
{
	display: inline;
}

#wrapper #maps ul.nList li.item .c
{
	width: 200px;
}

#wrapper #maps .rightColumn h2
{
	width: 210px;
}

#wrapper #maps ul.nList li.item .c p
{
	margin: 0;
}

#wrapper #maps ul.nList li.item ul
{
	list-style: none;
}

#wrapper #maps ul.nList li.item ul li
{
	border: 0;
}

#wrapper #maps ul.nList li.item ul li .title
{
	text-transform:none;
}

.filterbtn
{
	margin: 0 0 10px -4px;
}

#mischead
{
	margin-top: 20px;
}

#wrapper #newsController a.conv
{
	margin-right: 0;
}
