/* Generella inställningar*/
/* Obs, reset.css läses in först och återställar till std-värden. */

body {
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		background:url(../../bilder/design/header-bg.gif) #3E3E3E repeat-x;
		/*background: #3E3E3E;*/
}

body, html  {
	height: 101%;
	margin: 0 0 1px;
    padding: 0;
	}

 /* * {margin: 0;} */

.underhall {
font: 14px Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;

}
body,
h1,
h2,
h3,
ul,
li,
p,
img,
form
{
	margin: 0;
	padding: 0;
	border: 0;	
}


/* ####################################################################### */
/* # Misc                                                                # */
/* ####################################################################### */


/* ####################################################################### */
/* Links */
a:link {color:#000000; text-decoration: none; font-weight: bold;}
a:visited {color:#000000; text-decoration: none; font-weight: bold;}
a:active {color:#000000; text-decoration: none; font-weight: bold;}
a:hover {color:#FBBD04; text-decoration: none; }
.linkcolor { color: #000000;}
/* ####################################################################### */

.error_text {
color:#FF0000;
}

table.data {
	border-width: 1px;
	border-spacing: 0px;
	border-style: none;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.data th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.data td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


/*# Forms */
form {font-family : Verdana, Arial, Serif;}
textarea {font-family : Verdana, Arial, Serif; font-size : 12px;} 
select {font-family : Verdana, Arial, Serif; font-size : 10px; border : 1px #1e1e1e solid; background-color: #FFFFFF; margin: 1px;} 
/* ####################################################################### */

/* # Text and formating*/
.padd-top { padding-top:12px; }
.padd-top-large { padding-top:24px; }
.padd-top-small { padding-top:8px; }
.padd-top-xsmall { padding-top:4px; }
.padd-bottom { padding-bottom:12px; }
.padd-bottom-small { padding-bottom:5px; }
.padd-bottom-xsmall { padding-bottom:4px; }
.padd-left{ padding-left:12px; }
.padd-left-small{ padding-left:5px; }
.padd-right{ padding-right:12px; }
.padd-right-large{ padding-right:24px; }

.margin-left-small{ margin-left:5px; }
.marg-top { margin-top:5px;}

.padding { padding:5px; }
.padding-stripped { padding-left:20px; padding-right:20px;}

.small 
{
font-size:10px;
}

.bildtext {padding-left: 15px; padding-right:15px; padding-bottom:15px;}

.padd-kat { padding:0px 10px 10px 10px; }

.center { text-align: center; }
.inline { display:inline; }

.left{float:left;}
.right{float:right;}

.leftText { text-align:left; }
.rightText { text-align:right;}

.red {color:#FF0000;}
.dark
{
background-color:#F3F3F3;
}

.font-size-large {

font-size:16px;
}
.font-size-13 {
font-size: 13px;
}

.font-size-15 {
font-size: 15px;
}

.top-share-this-video {
position:relative;
left: 515px;
z-index:10;

}

.lang-box {
 background-color:#E8EBF4; /*#eaeaea;*/
 border-color:#CCCCCC;
 border-style:solid;
 border-width:1px;
 padding: 8px;
 font-weight:bold;
}

.branscher_div{
width:300px;
}

.bransch_box{
float:left; 
line-height:15px;
padding-right:5px;
text-align:center;
height:120px;
margin-top:10px;
width:125px;}

.bransch_bild {
text-align:center;
display:block;
height:85px;
}

.code {
padding:5px;
display:block;
background-color:#EBEBEB;
width:500px;
}

.pris_red {
color:#FF0000;
font-size:12px;
font-weight:bold;
display:inline;
}

.pris_red a:link {
color:#FF0000;
font-size:12px;
font-weight:bold;
display:inline;
text-decoration: none; font-weight: bold;
}
.pris_red a:visited  {
color:#FF0000;
font-size:12px;
font-weight:bold;
display:inline;
text-decoration: none; font-weight: bold;
}
.pris_red a:active {
color:#FF0000;
font-size:12px;
font-weight:bold;
display:inline;
text-decoration: none; font-weight: bold;
}
.pris_red a:hover {
color:#FBBD04;
font-size:12px;
font-weight:bold;
display:inline;
text-decoration: none; font-weight: bold;
}

.italic {
font-style:italic;
display: inline;
}

.ingress {
font-style:italic;
font-size:13px;
}

.bold {
font-weight:bold;
display:inline;
padding-right:2px;
}

.strong {
font-weight:bold;
}

.underline {
text-decoration:underline;
display:inline;
}

#paskagg-side {
position:fixed;
top:100px;
left:0px
z-index:0;
background-image:url(/bilder/design/pasknyhet-side.png);
width:128px;
height:281px;
}






/* ####################################################################### */


/* # Design-fix*/
.ad-hoc
{
	width: 960px; /*960px*/
	margin: 0 auto;	
}

.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
 }
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
/* ####################################################################### */

/*Main container, innehåller all design*/
#wrapper {
margin:0 auto;
width:960px;
background-color:#FFFFFF;
position:relative;
}

/* ####################################################################### */
/* # Header (ink meny)                                                   # */
/* ####################################################################### */

#header
{
	background: url(../../bilder/design/header-bg.gif) #000 top repeat-x; /*Bg för hela headern*/
	height: 70px; /* Höjd ner till orange bar*/
}

#header .ad-hoc
{
	position: relative;
}

#header_left{float: left; display:inline;}
#header_right{float: right; display:inline; text-align:right; width:730px;}

#header_right_left
{
display:inline;
float: left;
width:94px;
height:32px;
background-image:url(../../bilder/design/bg-top-access-left-black.gif);
background-repeat:no-repeat;
}

#header_right_right
{
display:inline;
float: right;
height:32px;
width:636px;
background-image:url(../../bilder/design/bg-top-access-middle-black.gif);
background-repeat:repeat-x;
}

#header h2 { 
padding-top: 10px;
padding-left:10px;
font-size: 30px;
color: #FFF;
}

/* Links i header */
#header a:link {color:#FFFFFF; text-decoration: none; font-weight: bold;}
#header a:visited {color:#FFFFFF; text-decoration: none; font-weight: bold;}
#header a:active {color:#FFFFFF; text-decoration: none; font-weight: bold;}
#header a:hover {color:#FBBD04; text-decoration: none; }

/* Misc */
#menu a:link {color:#FFFFFF; text-decoration: none; font-weight: bold;}
#menu a:visited {color:#FFFFFF; text-decoration: none; font-weight: bold;}
#menu a:active {color:#FFFFFF; text-decoration: none; font-weight: bold;}
#menu a:hover {color:#FBBD04; text-decoration: none; }

#menu
{
padding-right:6px;
font-size:12px;
width:99%;
float:right;
text-align:right;
padding-top:8px;
display:inline;

}

#menu ul
{
list-style-type:none;
}

#menu li
{
display: inline;
padding:5px;
}


#header_left_access /*Telefon nr och språkfält, totalruta*/
{
padding: 8px 0px 0px 0px;
text-align:right;
display: inline;
}

#accessibility /*Telefon nr*/
{
display: inline;
font-weight: bold;
padding-right:10px;
color: #FFFFFF;
}

#languages /*Språk div*/
{
display: inline;
padding-top:2px;
padding-right:10px;
}

#search /*Sökfält*/
{
	font-size: 13px;
	color: #FFF;
	padding: 5px 10px 0px 0px;
	display: inline;
	
}

#menu_top /*Huvudnavigation, länkar i header*/
{
clear: both;
float: right;
padding-top:10px;
}

.front-padd {
padding: 0px 4px 4px 4px;
}

.search_field {
 font-size: 13px;;
 border: 1px solid #000000;
}
.number_field {
 font-size: 11px;;
 border: 1px solid #5482A7;
 text-align:center;
}

.button {  
 font-family: Verdana, Arial, Helvetica, sans-serif;  
 font-size: 11px;
}

a.black:link {color:#000000; text-decoration: none; font-weight: bold;}
a.black:visited {color:#000000; text-decoration: none; font-weight: bold;}
a.black:active {color:#000000; text-decoration: none; font-weight: bold;}
a.black:hover {color:#FBBD04; text-decoration: none; }

/*#######################################################################*/

/*Misc show*/
.produkter_overblick {
	background-color:#F8F8F8;
	/*width:48%;*/
	float:left;
	background:transparent url(../../bilder/design/header-grey-bg-small-stop.gif) repeat-x scroll center top;
	margin-right: 10px;
	margin-bottom: 10px;
}

.produkter_overblick_box {
	background-color:#F8F8F8;
	width:160px;
	background:transparent url(../../bilder/design/header-grey-bg-small-stop.gif) repeat-x scroll center top;
	margin-right: 10px;
	margin-bottom: 10px;
}

.width_48 {
width:48%;
}

.width_38 {
width:275px; /*285 edit pga fel i ie6*/
}

.width_10 {
width:10%;
}

.produkter_overblick h2 {
padding:8px 10px 10px;
font-size:12px;
}

.produkter_overblick_box h2 {
padding:8px 10px 10px;
font-size:12px;
}

.bilder_medium { /* centrera i höjd*/
height: 140px;
padding: 5px;
min-height: 140px;
vertical-align: middle;
}

.thumbnail {
	vertical-align: middle;
	margin: 2px;
}

.thumbnail-box {
	margin: 2px;
	float:left;
	text-align:center;
	
	line-height:90px; /*Height hack, ska vara samma som höjden*/
	height:90px;
	min-width:90px;

	border-style:solid;
	border-color: #CBCECF;;
	border-width:1px;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*Listvisning (specifikationer)*/
.list-item-left
{
	float:left;
	text-align:left;
	min-width:140px;
	font-weight:bold;
	color:#666666;
	
	
}

.list-item-right
{
	text-align:left;
	margin-bottom:5px;
}

.width300 {width:300px;}
.width400 {width:400px;}
.width440 {width:440px;}
.width540 {width:540px;}

.list-item-row
{
	clear:both;
}


/*##############################################*/
/*Listvisning (config)*/
.config-item-left
{
	float:left;
	text-align:left;
	min-width:150px;
	font-weight:bold;
	color:#666666;
	padding-top:1px;
}

.config-item-right
{
	margin-bottom:15px;
	float:right;
	text-align:left;
	width:400px;
}

.config-item-row
{
	clear: both;
}

.z-top
{
z-index:1;
position:static;
right:250px;
top:0px;
}


/*##############################################*/

.points_of_sale 
{
padding-bottom:10px;

}

.points_of_sale li /*Visar points of sale när man kikar på en viss artikel */
{
list-style-image:url(../../bilder/design/icon_accept.gif);
list-style-position:inside;
margin-bottom:6px;

}


.floatLeft { 
    float: left;  
}

.floatRight { 
    float: right; 
	
}

.rightView {
float: right;
width:550px;
}

.leftView {
/*position:fixed; left:300; top:120px; Test, gör diven flytande. Hänger med vid scroll*/
float: left;
width: 210px;

}

.padd-icon-fix {
padding-left:4px;
}

.grey {
font-weight:bold;
color: #666666;
}

.clear {
	clear:both;	
}

hr {
	border: 0;
	height: 1px;
	color:#CBCECF;
	background-color:#CBCECF;
}




/* ####################################################################### */
/* # Heading bar   , orange                                              # */
/* ####################################################################### */

#heading-bar
{
	background-color:#FBBD04;
	background-image:url('../../bilder/design/heading-bar-bg.gif');
	background-repeat:repeat-x;
	background-position:top;
	height: 15px;
	color: #000000;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 5px 15px 5px 15px;
}

#heading-bar h1 /*Locationtext, meddelar var besökaren befinnner sig*/
{
	color: #000000;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	display: inline;
}

#heading-bar a:hover {color:#FFFFFF; text-decoration: none; }


/* ####################################################################### */
/* # Main Content                                                        # */
/* ####################################################################### */

#main-content
{
	background-color:#FFFFFF ;
	background-image:url('../../bilder/design/main-content-bg.gif');
	background-repeat:repeat-x;
	background-position:top;
	padding: 15px 10px 10px 10px;
}

.content-height-fix {
height:250px;
}

#main-content hr
{
	color:#CBCECF;
	background-color:#CBCECF;
	
}

.h2-large{
font-size:18px;
padding-top:5px;
}

#main-content h1
{
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:0px;
	display:inline;
}


#main-content h2
{
	background-repeat:repeat-x;
	font-weight:bold;
}


#main-content h3
{
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:0px;
	display:inline;
}

#main-content .normal
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:0px;
	display:block;
	padding-bottom:10px;
}

#main-content h4
{
	font-weight:bold;
	padding-bottom:0px;
	display:inline;
}

#main-content .front-product
{
background: url(../../bilder/design/header-grey-bg-small-stop.gif) repeat-x scroll center top;
width:180px;
float:left;
margin-right:10px;
}

#main-content .image-box {
	text-align:center;
	
	line-height:108px; /*Height hack, ska vara samma som höjden*/
	height:108px;
	min-width:178px;

	border-style:solid;
	border-color: #CBCECF;;
	border-width:1px;
	padding-top: 4px;
	padding-bottom:6px;
	margin-bottom:15px;
	
	margin-top:10px;
}

#main-content .image-box-no-height {
	text-align:center;
	
	/*line-height:108px; *//*Height hack, ska vara samma som höjden*/
/*	height:108px;*/
	min-width:178px;

	border-style:solid;
	border-color: #CBCECF;;
	border-width:1px;
	padding-top: 4px;
	padding-bottom:6px;
	margin-bottom:15px;
}

#main-content .image-box-kategori {
	text-align:center;
	line-height:110px;
	/*line-height:115px; /*Height hack, ska vara samma som höjden*/
	height:115px;
	width:115px;

	border-style:solid;
	border-color: #CBCECF;;
	border-width:1px;
	padding: 2px;
	margin-right:10px;
}

#main-content .front-product h2 {
padding:6px 10px 10px 6px;
font-size:12px;
height: 20px; /*Fix för att bilder ska hamna på samma nivå, om rubriken är två rader*/
background-color:#eeeeee;
background-image:url('../../bilder/design/header-grey-bg-small-stop.gif');
	background-repeat:repeat-x;
	background-position:top;
}

#main-content #left
{
	float: left;	
	background-color:#FFFFFF;
	display:inline;
	padding-bottom:20px;
}

.menu-box {
	background-color:#EFEFEF;
	
	width: 160px;
	padding: 5px;
	margin-bottom:15px;
}

.info-box-view {
	background-color:#EFEFEF ;
	background-image:url('../../bilder/design/header-grey-bg-small-stop.gif');
	background-repeat:repeat-x;
	background-position:top;
	padding:5px 5px 0;
	margin-bottom: 5px;
	max-width: 250px;
}

.info-box-view li /*Visar lista, etc versioner */
{
list-style-image:url(../../bilder/design/icon_bullet_grey.gif);
list-style-position:inside;
margin-bottom:0px;

}


.view-content-main 
{
width:300px;
display: inline;
}

.view-content-main-left
{
float: left;
display: inline;
padding: 5px;
}
.sizecontent-fix
{
width:440px;
}

.sizecontent-fix_nopic
{
width:640px;
}

.sizecontent-fix_nofile
{
width:540px;
}

.sizecontent-fix_nopic_nofile
{
width:750px;
}

.view-content-main-right
{
float: right;
width:100px;
display: inline;
}

.paddleft
{
padding-left: 10px;
}
.paddleft-large
{
padding-left: 20px;
}


#main-content #right
{
	width: 760px;
	float: right;
	overflow:visible;
	background-color:#FFFFFF;
	display:inline;
	padding-left:5px;
	padding-bottom:20px;
}


#introduction p
{
	line-height: 150%;
	font-size: 11px;
	padding: 5px 0;
	color: #333;
}

#main-content .info-box
{
	padding-top:15px;
	clear:both;	
}


#main-content .info-box-no-padd
{
	clear:both;	
}

#main-content .info-box-filer
{
	background-color:#EFEFEF ;
	background-image:url('../../bilder/design/header-grey-bg-small-stop.gif');
	background-repeat:repeat-x;
	background-position:top;
	float: right;
	padding: 5px;
	margin: 4px;
	margin-top: 0px;
	display: inline;
}

/* Case show*/
#main-content .case-all
{
background:transparent url(../../bilder/design/header-grey-bg.gif) no-repeat scroll center top;
width:240px;
float:left;
margin-right:10px;
margin-bottom:20px;
}

#main-content .case-all h2 {
padding:8px 10px 10px;
text-align:left;
}

#main-content .case-image
{
/*height:120px;*/
padding-bottom:10px;
min-height:70px;
}

/*Klass för att formatera hur ett prisbelopp visas*/
.price
{
font-size:1.5em;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.price_small
{
font-size:1.2em;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*Klass för att formatera hur köplänk visas*/
.buy
{
font-size:1.3em;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


/*Innehåller kort text som beskriver produkten, visas under kategorinivå*/
.text_kort_kategori {
width:220px;
float:right;

}

/* ####################################################################### */
/* # Footer                                                                # */
/* ####################################################################### */

#footer {
		clear:both; 
		display: block;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		color:#333333;
		background-color:#eeeeee;
		padding:10px;
		
}





/*Kontakt css*/
#contact-details ul,
.contact-support-details ul
{
	list-style-type: none;
	width: 320px;
	float: left;
	margin-bottom: 10px;
}

#contact-details ul li,
.contact-support-details ul li
{
	padding-bottom: 10px;
}

#contact-details span.contact-header,
.contact-support-details span.contact-header 
{
	display: block;
	width: 110px;
	float: left;
	clear: both;
	text-align: right;
	margin-right: 15px;
	font-weight: bold;
	color: #666;
	font-size: 1em;
}

#contact-details address,
#contact-details span.contact-info,
.contact-support-details address,
.contact-support-details span.contact-info
{
	width: 195px;
	float: left;
	display: block;
	font-size: 1em;
}

#contact-form p {
padding:1px;
}
#contact-form label
{
	width: 150px;
	display: block;
	text-align: left;
	clear: both;
	margin-right: 15px;
	float: left;
	font-weight: bold;
}

#contact-form-small label
{
	width: 50px;
	display: block;
	text-align: left;
	clear: both;
	margin-right: 15px;
	float: left;
	font-weight: bold;
}

.submit-margin-left {
	margin-left:50px;
}

#contact-form .required
{
	font-weight: bold;
}

#contact-form #submit
{
	margin-left: 165px;
}


#contact-form-direct label
{
	display: block;
	text-align: left;
	margin-right: 15px;
	float: left;
	font-weight: bold; 
}
        
#contact-form-direct .required   
{
        font-weight: bold;
}

#contact-form-direct #submit
{
        margin-left: 10px;
}

#right-stuff{
	float: right;
}

#contact-direct label
{
        display: block;
        text-align: left;   
        clear: both;
        margin-right: 3px;
        float: left;
        font-weight: bold;
}

#contact-direct input
{
	float: left;
	margin-right: 3px;
}
 
#contact-direct .required
{
        font-weight: bold;
}
 
#contact-direct submit
{       
	float: left;
}



/********************************************************/
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupInfo{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
/*height:80px;*/
width:400px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
cursor:pointer;
}

#popupInfoWide{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
/*height:80px;*/
width:600px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}



#popupInfoClose{
font-size:16px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
font-weight: bold;
display:block;
cursor:pointer;
}

#popupInfoClose2{
font-size:16px;
font-weight: bold;
cursor:pointer;
}

#popupInfoClose2 a:link {color:#FFFFFF; text-decoration: none; font-weight: bold; font-size:16px;}
#popupInfoClose2 a:visited {color:#000000; text-decoration: none; font-weight: bold; font-size:16px;}
#popupInfoClose2 a:active {color:#000000; text-decoration: none; font-weight: bold; font-size:16px;}
#popupInfoClose2 a:hover {color:#FBBD04; text-decoration: none; font-weight: bold; font-size:16px;}


/*För att gömma fält i spamkontroll, döpta så de ej ska vara SPAM relaterade*/
#human-kontroll {
visibility:hidden;
display:none;
}
#lastname {
visibility:hidden;
display:none;
}

#id_spamcheck1 {
visibility:hidden;
display:none;
}

#message_kontroll
{
visibility:hidden;
display:none;
}
#mail_kont
{
visibility:hidden;
display:none;
}

.undersokning {
/*width:700px;
clear:both;*/
}

.undersokning-status {
font-size:14px;

}

.undersokning-fraga {
width:40%;
float:left;
}

.undersokning-svar {
width:60%;
float:right;
}

.undersokning-span { display: block; padding-bottom:10px; }

#undersokning_box { min-height:100px;}

#nav {
	clear:both;
	padding: 10px;
	font-size:14px;
	text-align:center;
	min-height: 20px;

}
.nav_link { display:inline; padding:5px;}

.undersokning_finish { font-size:14px; text-align:center; padding-top:25px;}

.submit-large {

	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	width:120px;
	height:40px;
	margin:10px;

}

label.error {
display:none;
color:red;
font-style:italic;
}

input.error {
border:1px dotted red;
}

/*Färger för rapportmall*/
.tr_row0 {
background-color:#E9E9E9;
}
.tr_row1 {
background-color:#C5C5C5;
}

.meny_submit {

font-size:11px;
	text-align:center;
	height:25px;
	width:30px;
}

.newsletter-link {
padding: 5px;
background-image: url(/bilder/design/newsletter.gif);
background-repeat:no-repeat;
padding-left: 30px;
}

.newsletter-picture {
height:105px;
}
.margin-top {margin-top:20px; }
 
 
 .branscher_select {
 width:150px;
 
 }
 

 
a.checkout:link {color:#009900; text-decoration: none; font-weight: bold;}
a.checkout:visited {color:#009900; text-decoration: none; font-weight: bold;}
a.checkout:active {color:#009900; text-decoration: none; font-weight: bold;}
a.checkout:hover {color:#FBBD04; text-decoration: none; }

.aktivitetsbox {
float:left;
width:48%;
text-align:center;
margin-top:15px;
}

#aktivitetsbox_phone label{
    clear: both;
    display: block;
    float: left;
    font-weight: bold;
	margin-left: 30px;
    /*margin-right: 15px;*/
    text-align: left;
    width: 1px;
}

#aktivitetsbox_news label{
    clear: both;
    display: block;
    float: left;
    font-weight: bold;
	padding-left: 0px;
    /*margin-right: 15px;*/
    text-align: left;
    width: 1px;
}
