/* HEADER */

/*used*/
div.header {
  position:relative; 
  color:#505050; 
  padding: 0 0 0 0; 
  width: 100%;
}

div.header.header_row1 {
 height:40px; 
 background: #000; 
}
div.header.B2B.header_row1 {
 background: #eee; 
}

div.header.header_row2 {
 background: #eee; 
 border-bottom: 1px solid #d9d9d9;
 height: 108px; 
}

div.header.B2B.header_row2 {
 background: #000; 
 border-bottom: 1px solid #d9d9d9;
}

div.header.header_row1>div {
  position: relative;  
  width: 950px; 
  margin: 0 auto; 
  display: block;
}

div.header.header_row2>div {
  position: relative; width: 950px;  margin: 0 auto; height: 108px; 
}


/*used*/
a.logo {
  display: inline;
  float: left; 
  margin: 15px 0 0 17px;
  background: url(/redesign-img/header/net1_logo.png) no-repeat;
  width: 177px;
  height: 0;
  overflow: hidden;
  padding-top: 81px;
}
.header.B2B a.logo {
  background: url(/redesign-img/header/net1_logo_b2b.png) no-repeat;
}

/*used*/
div.tag_line {
  position:absolute;	
  display: block;
  top: 20px; 
  left: 210px;
  background: url(/redesign-img/facelift/bubble.png) no-repeat;
  width: 204px;
  height: 0;
  padding-top: 30px;
  overflow: hidden;
}
/*a.tag_line:hover{ background-image: url(/redesign-img/header/tag_line_jamfor_tackning_active.png); }*/

/*used*/
div.retailer_link {
  margin-top:10px; 
  float: right;
  margin-right:-10px;
  color:#fff;
}

div.retailer_link a {
  color:#fff;
  margin: 0 10px;
  text-decoration:none;
}
.header.B2B div.retailer_link a ,
.header.B2B div.retailer_link {
  color:#000;
}
  


div.retailer_link a:hover{ text-decoration: underline; }

p#retailer_info {
  position: absolute;
  height: 30px;
  right: 0;
  top: 27px;
  font-size: 9px;
  width: 200px;
  color: White;
  text-align: right;
}


/*topnav*/
ul#topnav_tabs {
  position:absolute;
  top:0; 
  left:0; 
  height:40px;
  list-style:none; 
  margin: 0; 
  padding: 0;
}
ul#topnav_tabs li{ padding-left: 0px; height:40px; display:inline; float: left; }
ul#topnav_tabs li a{
  float: left;
  display: block; 
  padding: 0 20px 0 20px; 
  height: 40px;
  text-decoration:none;
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 13px;
  line-height: 40px; 
  color: #fff;
  background: #000;
}
ul#topnav_tabs li.currentSelection a{ color: #000; background-color: #f2f2f2; }

div.header.B2B ul#topnav_tabs li a{
  color: #000;
  background: #eee;
}
div.header.B2B ul#topnav_tabs li.currentSelection a{ color: #fff; background-color: #000; }



ul.topnav_sub{
  position:absolute;
  bottom:3px; 
  right:0; 
  height:30px;
  list-style:none; 
  margin: 0; 
  padding: 0;
  z-index: 2;
}


/*Subs*/
ul.topnav_sub li {
   height:30px; 
   display:inline; 
   float: left;
   padding: 0 15px; 
   background: url(/redesign-img/header/topnav/pipe.png) top right no-repeat; 
}

ul.topnav_sub li.last {
   padding: 0 0 0 20px;
   background: none; 
}

ul.topnav_sub li a{
  float: left;
  display: block;
  height: 30px;
  text-decoration:none;
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 14px;
  color: #444444;
}
.header.B2B ul.topnav_sub li a{
  color: #eee;
}

ul.topnav_sub li a:hover { border-bottom: 4px solid #ffdf00; }
ul.topnav_sub li.currentSelection a{ color: #000; border-bottom: 4px solid #ffdf00;  }
.header.B2B ul.topnav_sub li.currentSelection a{ color: #fff; }
