/* reset.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;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
* {outline:none;}

.kolB ul li {
	margin-left:25px;
	color:#424642;
	font-size:12px;
	line-height:18px;
}

.error { color: red!important; border: 1px solid red!important; }

.kundeinformasjonTR td {
	padding:5px!important;
}

.kundeinformasjonInputArea {
	border:1px solid #cccccc;
	width:170px;
	padding:3px;
	margin:0px 0px 0px 0px;
	text-align:left;
	/*font-weight:bold;*/
	font-size:11px;
	height:60px;
	font-family:Arial,Helvetica,sans-serif;
}

.kundeinformasjonInput {
	border:1px solid #cccccc;
	width:170px;
	padding:3px;
	margin:0px 0px 0px 0px;
	text-align:left;
/*	font-weight:bold;*/
	font-size:11px;
}
select.kundeinformasjonInput { width:178px; }

/* Bula CSS */

body {
	background-position:bottom center;
	background-color:#f4f6ef;
	background-image:url('../bilder/bilder/struktur_element/bg.jpg');
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
}

.nyhetsRamme {
	display:block;
	clear:both;
}

div#tumblrWrap {
	border-top:3px solid #e3eedd;
}


h1 {
	font-size:1.6em;
	color:#3281bb;
	font-weight:bold;
	border-bottom:4px solid #3281bb;
	margin-bottom:0.9em;
}

h2 {
	font-size:1.6em;
	color:#3281bb;
	font-weight:normal;
	margin-bottom:0.9em;
}
h2 p {
	font-size:18px;
	color:#3281bb;
	font-weight:normal;
	margin-bottom:0.9em;
}
h1 a, h2 a {
	color:#3281bb;
	text-decoration:none;
}

h2 {
	
}

p {
	font-size:12px;
	color:#424642;
	line-height:18px;
	margin-bottom:1.4em;
}

a:hover {color:#65d16f!important;}

#bgRamme1 {
	background-position:bottom center;
	background-color:transparent;
	background-image:url('../bilder/bilder/struktur_element/bg_bunn_vinter.jpg');
	background-repeat:no-repeat;
}

#bgRamme2 {
	background-position:top center;
	background-color:transparent;
	background-image:url('../bilder/bilder/struktur_element/bg_topp_vinter.jpg');
	background-repeat:no-repeat;
}

.clear {
	clear:both;
}
.container {
	width:980px;
	margin:0 auto;
}

#logo {
	width:140px;
	float:left;
}

#logo a {
	text-indent:-9999px;
	display:block;
	width:140px;
	height:50px;
	background-image:url('../bilder/bilder/struktur_element/bula_logo.png');
	background-repeat:no-repeat;
	background-position:0px 12px;
}

#menyTopp {
	width:300px;
	float:right;
	height:50px;
	text-align:right;
}

#menyTopp ul {
	list-style-type:none;
	margin:9px 0px 0px 0px;
	padding:0;
}

#menyTopp ul li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
}

#menyTopp ul li a{
	color:#fff;
	text-decoration:none;
	padding-right:4px;
	border-right:1px solid #fff;
	margin-right:4px;
	
	line-height:1em;
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
}

#menyTopp ul li a.active {
	color: yellow;
}

#menyTopp ul li a.last{
	margin-right:0;
	border-right:none;
}

#menyTopp ul li a:hover {
	color:yellow;
}

#sokBoks {
	float:left;
	width:240px;
	clear:both;
	margin-top:22px;
}

#sokBoks input.inputTxt {
	background-image:url('../bilder/bilder/struktur_element/sok_bg.jpg');
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	font-size:10px;
	padding:5px 10px;
	height:15px;
	width:143px;
	float:left;
}

#menyHoved {
	width:740px;
	height:25px;
	float:right;
	text-align:right;
	margin-top:22px;
	overflow:hidden;
}

#menyHoved ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#menyHoved ul li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
}

#menyHoved ul li a{
	color:#fff;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url('../bilder/bilder/struktur_element/toppmeny_l.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	display:inline-block;
	height:25px;
	line-height:25px;
	padding-left:10px;
	margin-left:10px;
}

#menyHoved ul li a.active {
   color:#dee43f;
   text-shadow:1px 1px 5px #000;
}

#menyHoved ul li a span{
	background-image:url('../bilder/bilder/struktur_element/toppmeny_r.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	display:inline-block;
	height:25px;
	line-height:25px;
	padding-right:10px;
	cursor:pointer;
}

#rammeInnhold {
	margin-top:19px;
}

#rammeTopp {
	height:97px;
}

#innhold {
	min-height:1050px;
	height:auto!important;
	height:1050px;
	overflow:hidden;
	width:980px;
}

#toppbannere {
	border-top:4px solid #3281bb;
	border-bottom:4px solid #3281bb;
	height:181px;
	overflow:hidden;
	width:981px;
}

#banner1, #banner2, #banner3 {
	float:left;
	width:326px;
	height:179px;
	border-top:1px solid #294f6c;
	border-right:1px solid #294f6c;
	border-bottom:1px solid #294f6c;
	overflow:hidden;
}

#banner2 {
	border-left:1px solid #294f6c;
	border-right:1px solid #294f6c;
}

/* 	Siste nytt 
*/ 

#sisteNytt {
	padding:40px 30px;
}

.nyhet {
	margin-bottom:20px;
}

.nyhetLesmer, .nyhendeArkiv a {
	color:#439BD9!important;
}

#sisteNytt .nyhetBilde {
	width:300px;
	float:left;
	margin-bottom:0.9em;
}

#sisteNytt .nyhetBilde img {
	border:1px solid #294f6c;
	width:300px;
}

.infoBar {
	margin-top:10px;
	margin-bottom: 2px;
	font-size:10px;
	color:#404040;
}

.nyhetLesmerBlock {
	line-height:20px;
	background:#179ed9;
	-moz-border-radius:8px;
}

.sosialMediaBlock .twitter {
	display:block;
	border:1px solid #eef7ec;
	-moz-border-radius:8px;
	background:url('../bilder/bilder/struktur_element/ikon_twitter.jpg') 11px 2px no-repeat #fff;	
	padding:8px 40px;
	font-weight:normal!important;
	color:#000!important;
	font-size:10px!important;
}

.sosialMediaBlock .facebook {
	display:block;
	border:1px solid #eef7ec;
	-moz-border-radius:8px;
	margin:10px 0px;
	background:url('../bilder/bilder/struktur_element/ikon_facebook.jpg') 14px 6px no-repeat #fff;	
	padding:8px 40px;
	font-weight:normal!important;
	color:#000!important;
	font-size:10px!important;
}

.sosialMediaBlock a.twitter:hover,.sosialMediaBlock a.facebook:hover {
	color:#65d16f!important;
}

.strek {
	padding-bottom:15px;
	border-bottom:3px solid #e3eedd;
	margin-bottom:15px;
}

.lesMerBlock {
	float:left;
}

.sosialMedia {
	float:right;
	font-weight:bold;
	color:#00aeda;
	font-size:10px;
	text-transform:uppercase;
}

.sosialMedia img {
	vertical-align:middle;
}

.miscBlock {
	margin-top:15px;
	display:block;
	height:30px;
}

a.nyhetLesmerBlock {
	padding:7px 10px 5px 10px;
	color:#fff!important;
	font-size:10px!important;
	text-transform:uppercase;
}

#sisteNytt .nyhetIngress {
	margin-left:330px;
}

#sisteNytt p.dato {
	margin-bottom:0.6em;
	font-size:1.0em;
}

#sisteNytt p a {
	color:#9dc7e5;
	font-size:0.9em;
	font-weight:bold;
}

#sisteNytt .nyhetKommentarer {
	float:right;
}

#sisteNytt hr{
	border:none;
	background-color:#e8f2e3;
	height:1px;
}

#rammeBunn {
	height:52px;

}

#sosialt {
	padding-top:14px;
	padding-left: 20px;
	width:550px;
	float:left;
}

#sosialt a{
	text-decoration:none;
	margin-right:20px;
	color:#424642;
	line-height:2.2em;
	display:block;
	float:left;
	height:23px;
	font-size:0.9em;
}

a.rss {
	background-image:url('../bilder/bilder/struktur_element/ikon_rss.jpg');
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:0px 2px;
	padding-left:20px;
	margin-left:30px;
}
a.twitter {
	background-image:url('../bilder/bilder/struktur_element/ikon_twitter.jpg');
	background-repeat:no-repeat;
	background-color:transparent;
	padding-left:27px;
}
a.facebook {
	background-image:url('../bilder/bilder/struktur_element/ikon_facebook.jpg');
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:0px 2px;
	padding-left:20px;
}
#menyBunn {
	width:300px;
	float:right;
	height:50px;
	text-align:right;
	margin-right:25px;
	margin-top:10px;
}

#menyBunn ul {
	list-style-type:none;
	margin:9px 0px 0px 0px;
	padding:0;
}

#menyBunn ul li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
}

#menyBunn ul li a{
	color:#439bd9;
	text-decoration:none;
	padding-right:4px;
	border-right:1px solid #439bd9;
	margin-right:4px;
	
	line-height:1em;
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
}

#menyBunn ul li a.last{
	margin-right:0;
	border-right:none;
}

#menyBunn ul li a:hover {
	color:yellow;
}







div.kolleksjonMeny {
	width: 980px;
	height: 47px;
}


/*
.kolleksjonMeny ul li.first a:hover {
	background:url(../bilder/bilder/struktur_element/katmeny_left_active.jpg) no-repeat;
}
.kolleksjonMeny ul li.first a.active,.kolleksjonMeny ul li.first a.activeparent {
	background:url(../bilder/bilder/struktur_element/katmeny_left_active.jpg) no-repeat;
}
*/
/*
.kolleksjonMeny ul li.first ul li.first a:hover {
	background:url(../bilder/bilder/struktur_element/katmeny_left_active.jpg) no-repeat;
}
*/
.kolleksjonMeny ul li.first a.active,
.kolleksjonMeny ul li.first a.activeparent {
	background:url(../bilder/bilder/struktur_element/katmeny_middle_active.jpg) no-repeat;
}

.kolleksjonMeny ul li.first {
	background:url(../bilder/bilder/struktur_element/katmeny_left.jpg) no-repeat;
	width:104px;
	height:27px;
	display:block;
	float:left;
	padding:0 10px 0px 10px;
	text-align:center;
	text-decoration:none;
	color:#767d81;
	text-transform:uppercase;
	font-weight:bold;
}

.kolleksjonMeny ul li a:hover {
	background:url(../bilder/bilder/struktur_element/katmeny_middle_active.jpg) repeat-x;
}

.kolleksjonMeny ul li a.active {
	background:url(../bilder/bilder/struktur_element/katmeny_middle_active.jpg) repeat-x;
}

.kolleksjonMeny ul li {
	float: left;
	position: relative;
}


.kolleksjonMeny ul li a {
	background:url(../bilder/bilder/struktur_element/katmeny_middle.jpg) left no-repeat;
	width:122px;
	height:27px;
	/* display:none; */
	float:left;
	padding:19px 0px 0px 0px;
	text-align:center;
	text-decoration:none;
	color:#767d81;
	text-transform:uppercase;
	font-weight:bold;
	overflow: hidden;
}

.active a {
	background:url(../bilder/bilder/struktur_element/katmeny_middle_active.jpg) no-repeat!important;
	width:122px;
	height:27px;
	display:block;
	float:left;
	padding:19px 0px 0px 0px;
	text-align:center;
	text-decoration:none;
	color:#767d81;
	text-transform:uppercase;
	font-weight:bold;
}

.kolleksjonMeny a:hover {
	text-decoration:underline!important;
	color:#009ddb!important;
}

.kolleksjonMeny a.active,
.kolleksjonMeny a.activeparent {
	color:#009ddb !important;
	text-decoration: underline !important;
}


.kolleksjonMeny ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


.kolleksjonMeny ul li a:hover{
	color: #a22c32;
	
}

.kolleksjonMeny li ul {
	position: absolute;
	top: 46px;
	left: 0px;
	display: none;
	z-index: 9;
}

.kolleksjonMeny li ul li {
	height: 20px;
}

.kolleksjonMeny li ul li a {
	height: 20px;
	padding: 0;
	font-size: 10px;
	line-height: 20px;
	border-bottom: 1px solid #e8f2e3;
}


.kolleksjonMeny li ul li.first {
	background: none;
	padding: 0;
	height: 20px;
}

*html .meny ul li a{
	float:left;
}


.undersideInnhold {
	min-height:1100px;
}

#copy *{
	margin-bottom:0;
	text-align:center;
	color:#8b8b8b;
	font-size:0.9em;
}
#copy .palme {
	display:block;
	text-align:center;
	clear:both;
}

#copy p {
	margin:8px;
	display:block;
	height:47px;
}

#copy {
	padding-bottom:6px;
}

.produktListe {
	background:url(../bilder/bilder/struktur_element/bg_produktliste.jpg) repeat-x;
	padding:13px 28px 15px 28px;
	color:#323e45;
	height:20px;
}

.produktListeTittel {
	color:#323e45;
	float:left;
	width:450px;
	font-size:22px;
	padding-top:2px;
	font-weight:bold;
	text-transform:uppercase;
}

.hvit {
	padding-left:20px;
	color:#fff!important;
}

.produktListeBeskrivelse {
	color:#fff;
	float:left;
	width:430px;
	padding-left:25px;
	font-weight:bold;


}

.innholdHeader {
	border-bottom:1px solid #e8f2e3;
	background:#f6f8f1;
	padding:10px 28px 10px 28px;
	height:40px;
}

.innholdProdukt {
	border-top:1px solid #f6f8f1;
	background:url(../bilder/bilder/struktur_element/innholdProdukt.jpg) repeat-x #f6f8f1;
	padding:20px 28px 20px 28px;
	color:#323e45;
}

.innholdProduktBilde {
	border:1px solid #e8f2e3;
	display:block;
	float:left;
}

.innholdProduktDetaljer {
	float:left;
	font-size:12px;
	padding:0px 0px 28px 32px;
	line-height:1.3em;
}

.innholdProduktDetaljer a {
	text-decoration:none!important;
}

.produktBilder {
	width:220px;
}

.produktBilder img {
	padding:2px;
	background:#fff;
	border:1px solid #e8f2e3;
	margin: 0 3px 3px 0;
}

.produktBilder img:hover {
	padding:0px;
	background:#fff;
	border:3px solid #e8f2e3;
}


.innholdProduktDetaljer h2 {
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-transform:uppercase;
}

.ref {
	margin-bottom:10px;
	display:block;
	font-size:11px;
}

.tipsvenn a {
	color:#3a8ac3;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
	display:block;
	margin-top:15px;
}

.nummer {
	color:#7e8788;
	font-size:11px;
}

.luft {
	width:30px;
}

.kolA1, .kolB1 {
	width:450px;
	color:#323e45;
	font-weight:normal;
	line-height:13px;
}

td.tittel h5 {
	font-size:11px;
	color:#009ddb;
	font-weight:bold;
	padding:0px 0px 3px 0px;
}

strong.bilder {
	padding:0px 6px 0px 0px;
}

td.nav {
	text-align:right;

}

a.nettbutikk {
	background:url(../bilder/bilder/struktur_element/knapp_nettbutikk.jpg) no-repeat;
	display:block;
	height:20px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
	padding:3px 0px 0px 7px;
	margin-top:30px;
}

a:hover.nettbutikk {
	color:#fff!important;
}

.produktListeGrid {
	padding:20px 15px 20px 15px;
}

.prodLink {
	text-align:center;
	display:block;
	width:164px;
	margin:0;
	padding:0;
	color:#fff;
	padding-top:7px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.prod a {
	text-decoration:none!important;
}

.prodKolleksjon .prodLink {
	text-align:center;
	display:block;
	width:215px;
	margin:0;
	padding:6px 0 5px !important;
	color:#fff;
	padding-top:10px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	position: absolute;
	bottom: -10px;
	left: 0px;
	background:url("../bilder/bilder/struktur_element/boks_kolleksjon.jpg") 0px 25px;
}

.prodKolleksjon a:hover span.prodLink {
	background:url(../bilder/bilder/struktur_element/boks_kolleksjon_hover.jpg) 0px 25px;
}


.prod img {
	padding:15px 0px 0px 10px;
}

.prodKolleksjon img {
	padding:0px 0px 0px 0px;
}

.prodKolleksjon {
	background:url(../bilder/bilder/struktur_element/boks_kolleksjon.jpg) no-repeat #fff;
	width:215px;
	height:222px;
	float:left;
	margin:13px 9px 13px 13px;
	position: relative;
}

.prodKolleksjon:hover {
	background:url(../bilder/bilder/struktur_element/boks_kolleksjon_hover.jpg) no-repeat #fff;
}


.prod {
	background:url(../bilder/bilder/struktur_element/produktboks.jpg) no-repeat #fff;
	width:164px;
	height:200px;
	float:left;
	margin:13px;
}

.prod:hover {
	background:url(../bilder/bilder/struktur_element/produktboks_hover.jpg) no-repeat #fff;
}


.del {
	display:block;
	color:#009ddb;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
	margin-top:28px;
}

.del img {
	vertical-align:middle;
}

.butikker {
	margin-top:5px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}

.butikker select {
	margin-left:20px;

}

div.gruppeBanner {
	height: 443px;
}

div.gruppeBanner.STR {
	background: url('../bilder/bilder/struktur_element/gruppebannerSTR.jpg')
}

div.gruppeBanner.BAS {
	background: url('../bilder/bilder/struktur_element/gruppebannerBAS.jpg')
}

div.gruppeBanner.BEC {
	background: url('../bilder/bilder/struktur_element/gruppebannerBEC.jpg')
}

div.gruppeBanner.ACC {
	background: url('../bilder/bilder/struktur_element/gruppebannerACC.jpg')
}

/* SOKERESULTAT */
div#sokeresultatProdukt,div#sokeresultatNyhende,div#sokeresultatSider {
	float: left;
	width: 1050px;
	padding: 0 0 20px 0;
}

/* SLIDESHOW */
div#slides {
	width: 980px;
	height: 494px;
	overflow: hidden;
}

div#slides a img {
 border: none !important;
}

/* Bula Team */
.kolA { float:left; width:215px; padding:30px 0 0 30px; }
.kolB { float:right; width:685px; padding:30px 30px 0 20px; }
.infoboks { background:url(../bilder/bilder/struktur_element/infoboks_topbg.png) top no-repeat #fff; width:185px; padding:0 15px 10px 15px; font-size:12px; font-weight:bold; margin-bottom:10px; line-height:16px; }
.infoboks_arrow { background:url(../bilder/bilder/struktur_element/infoboks_arrow.png) top left no-repeat; width:235px; font-size:12px; font-weight:bold; line-height:16px; float:left; }
.infoboks_arrowlast { background:url(../bilder/bilder/struktur_element/infoboks_arrow.png) top no-repeat; width:215px; font-size:12px; font-weight:bold; line-height:16px; float:left; }
.infoboks img { float:left; padding-right:7px; }
.infoclosed { background:url(../bilder/bilder/struktur_element/infoboks_closed.png) top no-repeat; }
#underside { margin:0; padding:0; }
#underside h4 { font-size:12px; font-weight:bold; color:#fff; padding:6px 0 3px 0; }
#underside h5 { font-size:12px; font-weight:bold; color:#fff; padding:6px 0 3px 15px; }
#underside h3 { font-size:12px; font-weight:bold; color:#5a9cd5; padding:15px 0 0 0; margin:0; }
#underside .team_hl h2 { font-size:24px; color:#3b434b; float:left; padding-bottom:7px; margin:0; text-transform:uppercase; }
#underside h2.hl2 { font-size:24px; color:#3b434b; padding:7px 0; margin:0; text-transform:uppercase; }
.seinaste { float:left; height:72px; margin:15px 0 5px 0; }
span.s_dato { font-size:10px; font-weight:normal; }
span.s_dato2 { font-size:12px; font-weight:normal; }
.seinaste_brdr { border-bottom:1px solid #eaf4e6; padding:8px 0; margin-bottom:8px; }
.team_hl { border-bottom:solid 3px #eaf4e6; margin:20px 0 8px 0; }
.forfatter { margin-bottom:10px; }
img.forf { float:left; padding-right:7px; }
span.nav { float:right; padding-top:8px; }
span.nav2 { display:block; float:left; padding-top:20px;padding-bottom:8px;border-bottom:3px solid #eaf4e6;width:685px;font-size:12px; }
.seinast_team { font-size:12px; line-height:14px; }
.clear2 { clear:both; margin:-20px; }
.topillu { margin:0 0 7px 0; }
#underside a { color:#3a8ac3; font-size:12px; font-weight:bold; text-decoration:none; }
a.kommentarer { background:url('../bilder/bilder/struktur_element/kommentarboks.png') no-repeat transparent left top; padding:5px 0 5px 28px; height:23px; margin-top:10px; float:left; }
a.likar { background:url('../bilder/bilder/struktur_element/likarboks.png') no-repeat transparent left top; padding:5px 0 5px 28px; height:23px; margin:10px 0 0 10px; float:left; }
.delmed { float:right; padding-top:5px; }
.delmed img { vertical-align:middle; }
.bio1 { float:left; width:215px; padding-left:20px; }
.bio2 { float:left; width:450px; }
.bio1 img { padding: 0 0 5px 0; }
.butikkliste { font-size:13px;line-height:16px;width:210px;margin-right:10px;margin-bottom:20px;margin-top:10px;float:left; }
.butikkliste a { color:#3b434b!important;text-decoration:underline!important; }
.butikkliste h2 { font-size:24px;text-transform:uppercase; color:#3b434b;float:none!important;margin:0!important;padding:0!important; }
.butikkliste h4 { font-size:14px!important; font-weight:bold; color:#3b434b!important; padding:6px 0 3px 0; }
.butikkliste2 { font-size:13px;line-height:16px;width:210px;margin-right:10px;margin-bottom:40px;margin-top:10px;float:left; }
.butikkliste2 h4 { font-size:14px!important; font-weight:bold; color:#3b434b!important; padding:6px 0 3px 0; }
.underside { margin-top:5px;font-size:12px;line-height:18px;width:685px; }
.underside h2 { font-size:24px;text-transform:uppercase; color:#3b434b;float:none!important;margin:0!important;padding:0 0 10px 0!important; }
.underside2 { margin-top:0px;font-size:12px;line-height:18px; }
.underside2 a { font-size:16px!important;margin:20px 0px 10px 0px;padding:0px;display:block; }
.underside2 h2 { font-size:24px;text-transform:uppercase; color:#3b434b;float:none!important;margin:0!important;padding:0!important; }
.underside h6 { font-size:14px!important; font-weight:bold; color:#aeaeae!important; padding:10px 0 20px 0;font-style:italic; }
.infoboks_prod { background:url(../bilder/bilder/struktur_element/infoboks_topbg.png) top no-repeat #fff; width:214px; padding:0 0px 00px 0px; font-size:12px; font-weight:bold; margin-bottom:10px; line-height:16px;border-left:1px solid #eaf4e6; }
.infoboks_prod span { font-size:10px;}
.infoboks_prod h4 { margin-bottom:1px;display:block;margin-left:15px;text-transform:uppercase; }
.img { background:url(../bilder/bilder/struktur_element/bg_popprod.jpg);width:106px;height:119px;display:block;border-right:1px solid #eaf4e6;border-bottom:1px solid #eaf4e6;text-align:center;float:left; }
.img a { color:#3b434b!important;text-transform:uppercase; }
.img img { padding:6px; }