﻿/* Reset html elements, including simple .clear method */
@import url("reset.css"); 
@import url("forms-Common.css");

/* Common/Shared styles */

body {
 border-top: 5px solid #000;
 background: 0 1px fixed;
}

.clearElem {
  clear: both;
}

.bold{
  font-weight: bold;
  }
.italic {
  font-style: italic;
  }
.normal {
  font-style: normal;
  font-weight: normal;
  }
.alignRight {
  text-align: right;
}
.alignCenter {
  text-align: center;
}
.negIndent {
  text-indent: -1000px;
}
.floatLeft {float: left;}
.floatRight {float: right;}

#wrapAll {
  position: relative;
}


/* * * * Search form in toparea * * * */


form#search,
form#prodSearch {
  float: right;
  width: 176px;
  height: 23px;
  background: #2D333E url(/files/system/ui/gfx/bg-search-top-left.png) no-repeat 0 0;
  position: relative;
}
div.tr {
  background: url(/files/system/ui/gfx/bg-search-top-right.png) no-repeat 100% 0; 
}
div.bl {
  background: url(/files/system/ui/gfx/bg-search-bot-left.png) no-repeat 0 100%; 
}
div.br {
  background: url(/files/system/ui/gfx/bg-search-bot-right.png) no-repeat 100% 100%; 
}


input#q { 
  background: #2D333E;
  color: #767983;
  border: none;
  height: 19px;
  padding: 0 3px 0px 3px;
  margin: 2px;
  width: 141px;
  font-size: 11px;
}
input#q:focus {
  color: #ccc;
}
form#search input#submit,
form#prodSearch input#submit {
  width: 21px;
  height: 19px;
  background: url(/files/system/ui/gfx/btn-submit-trans.png);
  border: none;
  text-indent: -10000px;
  position: absolute;
  right: 2px;
  top: 2px;
 cursor: pointer;
}

/* Duplicate ecom-searchform inside contentarea on page: */
#searchFormInsideContent {
  padding: 12px;
}

#searchFormInsideContent form#prodSearch {
  float: none;
  margin-top:12px;
  }

span.searchEm {
  
  color: #FFB21E;
  }
#searchPagination {
  text-align: right;
  }
#searchPagination a {
  font-size: 14px;
  border: 1px solid #000;
  background: #666;
  color: #FFF;
  padding: 5px;
  line-height: 35px;
}
#mainContent #searchPagination a:visited {
  color: #EEE;
  border: 1px solid #000;
  }  
#mainContent #searchPagination a:hover {
  border: 1px solid #000;
  color: #FF9900;
  
}
#mainContent #searchPagination a.activePage:link,
#mainContent #searchPagination a.activePage:visited {
  border: 1px solid #FFF;
  color: #FFF;
}


/* set general width on wrapper and footer */
#footerInner, #wrapper, #topnav-wrapper2 {
  width: 981px;
  margin: auto;
}


/* Product-search form in toolbar on shop pages */

div.toolbarForm {
  float: right;
  width: 180px;
  margin-right: 15px;
  padding-top: 4px;
  }
.toolbarForm input.text, 
.toolbarForm input.submit {
  /*height: 18px;*/
  padding: 0;
  }
.toolbarForm input.text {
  width: 145px;
  color: #999;
  line-height: 16px;
  }
.toolbarForm input.submit {
  padding-bottom: 1px;
  /*
  height: 18px;
  width: 25px;
  */
}
/* overrides */
form#prodSearch,
form#prodSearch div
 {
   background-image: none;
   }

form#prodSearch {
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px;  
  border-radius: 3px;
  background-color: #213139; 
}
form#prodSearch input#q {
  background-color: #213139;
  }

/* * * Wrapper of content * * * */


#wrapper {
  margin-top: ;  
  padding-bottom: 70px
}

/* * * * Header * * * */


#header {
  position: relative;
}

  /* * * Logo * * * */
  
  #logo {
    background: /*url(/files/system/ui/gfx/logo-top.png) */ 0 100% no-repeat ;;
    float: left;
    text-indent: -10000px;
  }
  #logo a {
    display: block;
    }
  #logo, #logo a {
    width: 233px;
    height: 80px; /*103px;*/
    margin: 0 0 2px;
    }
  


/* * * * *        
    NAVIGATIONS     * * * * * * * * */




/* * * Topnavigation * * * */


/* use full width */
#topnav-wrapper {
 background: url(/files/system/ui/gfx/bg-top.gif) no-repeat 50% 0;
}


#topnav-wrapper2 {
  /*width 980px 
  margin: auto; */
}


#topnav {
  background: url(/files/system/ui/gfx/topnav-bg.png) no-repeat 0 100%;
  margin-left: 395px;
}


#topnav-inner {
  background: #000;
/*  width: 563px;*/
  margin-left: 30px;
}


#topnav ul {
  list-style: none;
  height: 30px;
  float: left; /* before. right */
  margin-left: 0;
}


#topnav li {
  list-style: none;
  float: left;
}


#topnav li a {
  height: 24px;
  display: block;
  background:;
  padding: 3px 10px 0px 10px;
}
a#loginLink {
  padding-top: 3px; 
  display: block;
}
#topnav a, #topnav a:visited {
  color: #7d8a95;
}
#topnav a:hover {
  color: #ffb21e;
}


#topnav li.selected a, #topnav li.inpath a, #topnav li.inpath a:visited  {
  color: #FFB21E;
}


/* * * * Main navigation  * * * */


#mainnav {
  background: url(/files/system/ui/gfx/bg-mainmenu2.png) no-repeat;
  width: 735px;
  height: 37px;
  position: absolute;
  bottom: 13px;
  right: 0;
}


#mainnav ul {
  list-style: none;
  height: 37px;
  float: left;
  margin-left: 26px;
}


#mainnav li {
  list-style: none;
  float: left;
}


#mainnav li a {
  display: block;
  height: 37px;
  float: left;
  padding: 0 17px;
  text-transform: uppercase;
  color: #FFF; /*#95a5b2;*/
  font-size: 13px;
}
#mainnav li a span {
  display: block;
  margin-top: 11px;
}
#mainnav a:hover {
  background: url(/files/system/ui/gfx/bg-mainmenu-hover.png) repeat-x;
  color: #FF9900;
}
#mainnav li#activeitem a, #mainnav li.inpath a{
  color: #ffb21e;
  background: url(/files/system/ui/gfx/bg-mainmenu-hover.png) repeat-x;
}


#mainnav li.firstitem a {
  padding-left: 10px
}


/* * *  SUBMENU navigation * * * */


#submenu li, #submenu ul {margin: 0; padding: 0; list-style: none;}
#submenu li {}
#submenu li li {}


#submenu li a {
    /*shared*/
    display: block; 
    /* only toplevel */
    text-transform: uppercase; 
    border-bottom: 1px solid #2b333e; 
    padding: 8px 0 8px 25px;
    }
#submenu li li a {
  text-transform: none; 
  border: 0; 
  padding: 2px 0 2px 37px;
  background-image: url(/files/navigation/submenu_sub_off.png);
  background-position: 25px;
  }
#submenu li li li a {
  padding-left: 49px;
  }


/* colorscheme */
/* level 1 default*/
#submenu a, #submenu a:visited {
  color: #c0c0c0;
}
#submenu li a, #submenu li a:visited {
  color: #FFF;
  background: transparent url(/files/navigation/submenu_off.png) no-repeat 0 11px;
}
/* level 1 aktiv */
#submenu  li.inpath a, #submenu  li.inpath a:visited {
  color: #ffb21e; /*#FFF;*/
  /*font-weight: bold;*/
  background-image: url(/files/navigation/submenu_on.png);
  /*border-bottom: none; */
}
/* level 1 hover */
#submenu  li a:hover {color: #ffb21e;}
/* level 2 default */
#submenu ul li.inpath ul {/*border-bottom: 1px solid #2b333e;*/ padding-bottom: 5px;}
#submenu li li a, #submenu li li a:visited,
#submenu  li.inpath li a,  #submenu  li.inpath li a:visited {
  color: #97b6ce;
  background: transparent url(/files/navigation/submenu_sub_off.png) no-repeat 25px 4px;
}
/* Level 2 aktiv */
#submenu  li.inpath li.inpath a, #submenu  li.inpath li.inpath a:visited {
  color: #FFF;
  background: transparent url(/files/navigation/submenu_sub_on.png) no-repeat 25px 4px;  
}
/*level 3 default*/
#submenu li.inpath li.inpath li a, #submenu li.inpath li.inpath li a:visited {
  color: #97b6ce;  
  background: transparent url(/files/navigation/submenu_sub_off.png) no-repeat 37px 4px;
}
/* level 3 aktiv */
#submenu  li.inpath li.inpath li.inpath a, #submenu  li.inpath li.inpath li.inpath a:visited  {
  color: #FFF;
  background: transparent url(/files/navigation/submenu_sub_on.png) no-repeat 37px 4px;
  }
  




/* * * * END navigation styles * * * */




#contentWrapper {
  clear: both;
  margin-top: 12px;
  padding-bottom: 25px;
}


#mainContent {
  background-color: #2b333e;  
}


  #newsline {
    height: 28px;
    background-color: #000;
    }


  #topgraphic{
    background-color: #000;
    padding-bottom: 13px;
    }




.contentItems {
  padding: 20px 70px 20px 40px;
  }


#related .contentItems {
    padding-left: 20px;
    padding-right: 40px;
}


/* * * * paragraph templates  width schema * * * */
/* shared  */
.paragraph {margin-bottom: 15px;}


.pText {width: 460px;}


table.imageright {width:100%;} 
.imageright img.paragraphimage {float: right; }


.imageleft img.paragraphimage {margin-right: 45px; }


/* exception overrides. */
#licenses .paragraph {margin-bottom: 0}




/* schema end */




.contentItem-inner {
  padding: 25px 5px 5px 20px;;
}




.main {
  width: 730px;
  float: left;
}


.relatedContainer {
  width: 237px;
  float: right;
  }
.related {
  width: 237px;
  float: right;
/*  background-color: #000; */
}


#related {
padding-bottom: 26px;
/* removed 
background: transparent url(/files/system/ui/gfx/submenu_bot.png) no-repeat left bottom;;
*/
background-color: #000;
min-height: 180px;
}


  #related .contentItems {
    background: #000 url(/files/system/ui/gfx/submenu_top.jpg) repeat-x 0 0;
  }


  #related h3 {
    text-transform: uppercase;
    margin-top: 6px; /* to match graphic bg*/
    }

#related h3 a:link,
#related h3 a:visited {
  font-size: 11pt;
  color: #FFF;
}


#featureTop {
  height: 270px;

}


#latestNews {height: 26px; overflow: hidden} /*more styles in newsv2 stylesheet in news v2 template folder */


.accordion {clear: left}


#mainFeature {
  min-height: 280px;
  background: #000;
}


#loginArea {
  height: 255px;
  background: #000 url(/files/system/ui/gfx/bg-box.jpg) repeat-x;
 /* border-left: 2px solid #000;
  border-right: 2px solid #000;
  */
  margin-left:14px;
}


#featureBottom {
/*  margin-top: 15px; */
}


#infoArea {
  background: #2b333e;
  position: relative; 
}
#infoArea * {
/*  color: #94a5b3; */
  line-height: 1.6em
}


infoArea h3 {
  color: #FFF;
}
#infoArea h1 {
/*   color: #97b6ce; */
   margin-top: -6px;
}


#infoArea #area3a {
  position: absolute;
  width: 200px;
  float: left;
  height: 100%;
  border-left: 1px solid #000;
}


#infoArea #area3b {
  min-height: 217px;
  width: 521px;
  float: right;
  border-right: 1px solid #000;
}


  #area3b .contentItem-inner {margin-right: 20px;}


#licenses {
  clear: both;
  min-height: 140px;
  Background: #000;
}
  #licenses img {
    width: 55px;
    margin-bottom: 20xpx;  
    margin-right: 10px;
  }
  
  #licenses .contentItem-inner {margin-right: 15px}
  


/* bruges ? */
.licenseMenu {
  background-color: #000;
  margin-top: 25px;
  width: 721px;
  }
  .licenseMenu img {float: left;}




div#newsletterForm {
   height: 217px;
/*  width: 240px; */
}


form#newsletter {}


#loginArea .contentItem-inner {
  padding-right: 10px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  }


form.darkBox span.line {
  display: block;
  height: 38px;
}


form.darkBox label {
  float: left;
  display: block;
  margin-top: 5px;
  color: #767983;
}

form.darkBox input {
  float: right;
  width: 120px;  
  height: 22px;
}


form.darkBox input.field {
  border: 1px solid #37434c;
  background: #000 url(/files/system/ui/gfx/bg-form-bluecorner.png) no-repeat 100% 0;
  color: #767983;
  padding: 2px 0 0 3px;
}


form.darkBox input.field:focus {
  background: #333;
  color: #CCC;
}


form.darkBox .submit{
  height: 26px;
  width: 134px;
  font-weight: ;
  font-size: 12px;
  color: #fcb034;
  background: #000 url(/files/system/ui/gfx/btn-submit-black.png) no-repeat 0 2px;
  border: none;
  text-align: left;
  text-indent: 5px;
  cursor: pointer;
  margin-top: 3px;
  padding: -5px
}


form.darkBox .submit:hover {
  background: #000 url(/files/system/ui/gfx/btn-submit-black-hover.png) no-repeat 0 2px;
}
/* special width for frontpage fields in form */

#ExtUserForm input.field { width: 130px; }


/* reuse of loginform in contentarea demands special width and style on form */

#mainContent #ExtUserForm {
    background: #000;
    padding: 10px;
    width: 223px;
    -moz-border-radius: 5px;
}

#newsletterForm .contentItem-inner {
  background: #000;
}


#newsletterForm .contentItem-bot {
  height: 40px;
  background: url(/files/system/ui/gfx/bg-box-bottom.png) no-repeat 100% 0;
  padding: 0 20px;
}




/* * * * Content Styles * * * */


/* link addons to dw stylesheet */


#mainContent a:visited {color: #696969; border-color: #696969}
#mainContent a:hover {color: #FF9900; border: 0}
h4 a {font-size: 11pt;}



/* * * * Footer * * * */


#footer {
  background: #000 url(/files/system/ui/gfx/bg-footer-top.gif) repeat-x;
  height: 155px;
  position: relative;
  bottom: 0;
  clear: both;
  margin-top: 15px;
}


#footerInner {
  /* also has shared styles with topwrapper*/
  margin-top: 2px;
}


#shortcuts {
  float:left;
}
#adresse {}


/* "NEW" footer */


#footerDiv {
    float: right;  /* + class="related" */
    margin-top: 15px;
  }
.front #footerDiv {margin-top: 15px;}#footerDiv div {margin-left: 0px; /*20*/}




#footerDiv small {font-size: 11px; font-style: normal; font-weight: normal;}


/* - - - - - - - - - - FANCYBOX STYLES - - - - - - - - - - - */
#fancybox-left-ico {
 left: 20px;
}
#fancybox-right-ico {
 right: 20px;
 left: auto;
}

/*#fancybox-wrap #fancybox-outer {
  
}*/
#fancybox-inner .contentItems {
  background: #293948;
}





/* - - - - - - - - - - -  My Page Menu - - - - - - - - - - - - - */

.myPageContainer {
  position: absolute;
  z-index: 1000;
}

#myPageLink {
  position: absolute; 
  top: -7px; 
  width: 142px; 
  height: 36px; /* 24 */ 
  /*background: transparent url(/files/system/ui/gfx/bg-mypagelink.png) no-repeat 0 0; */
  /*left: 423px;*/
}
#myPageLink:hover,
#mypageMenuUl:hover #myPageLink {
 /* background: transparent url(/files/system/ui/gfx/bg-mypagelink-active.png) no-repeat 0 0;  */
}
#myPageLink a,
 #myPageLink a:visited {
  display: block; 
  height: 24px;
  color: #FFF;
  text-transform: uppercase;
  margin-left: 25px;
  padding: 10px 0 0 20px;
  background: url("/files/navigation/submenu_off.png") no-repeat scroll 0 12px transparent;
  font-size: 11px;
  font-weight: bold;
}

#mypageMenuUl {
  position: absolute;
  left: 640px; /* different for IE 7 */
  top: -122px;
  list-style: none;
  width: 80px;
  height: 20px;
  }
#pageForside #mypageMenuUl {
  top: -392px;
}
#pageStandard #mypageMenuUl {
  left: -105px;
}
#mypageMenuUl li {
  float:left;
  display:block;
  position:relative;

  }
  /*
.myPageLinkHover #myPageLink a {
  background-image: url(/files/navigation/submenu_on.png)
}

#myPageLink a:visited, #myPageLink a:hover {
  color: #FFF;
}
*/

#myPageMenuWrap {
  position: absolute; 
  left: -999em; 
  z-index: 1000; 
  top: 0px;
   margin-top: 28px;
    width: 291px; 
    position:absolute;
}

#myPageMenuWrapInner {
  padding: 0 10px;   
  background: transparent url(/files/system/ui/gfx/bg-mypagemenu-body.png) ;   
}

.myPageDrop:hover #myPageMenuWrap {
  left: 5px;
}

#myPageMenu {
  padding-top: 5px;
  padding-bottom: 15px;
  background: #283847;
  min-height: 150px;
  _height: 150px;
  
}

div.MyPageSectionContainer {
  min-height: 95px;
  _height: 95px !important;
  margin-top: 10px;
}
.MyPageSubHeader {
  display: block;
  color: #FFF;
  margin-left: 10px;
  padding-bottom: 5px;
  padding-left: 20px;
  background: url("/files/navigation/submenu_off.png") no-repeat scroll 0 2px transparent;
  font-size: 12px;
  border-bottom: 1px solid #3f5666; 
}


/* generelt og paa niveau 1 */

#myPageMenu li { 
  list-style: none; 
  display:block; 
  height: 18px;
  float: none; 
  padding: 10px 0 5px 0;
  clear: both;
  
  color: #FFF;  
  
  }
#myPageMenu ul li a:link,
#myPageMenu ul li a:visited {
  color: #8db7cf;
  text-decoration: none;
  padding: 3px 0 0 10px;
    display: block;
    height: 24px;
}
#myPageMenu ul li a.quickview:link,
#myPageMenu ul li a.quickview:visited {
  color: #fcb034
}
#myPageMenu ul li a:hover,
#myPageMenu ul li a.quickview:hover {
  color: #FFF; /*#ffb11d;*/
}

#myPageMenu ul li:hover {
  background-image: url(/files/system/ui/gfx/arrow-yellow-right.png)
  }
#myPageMenu span {display: block; text-transform: uppercase;}



#myPageMenu ul {
  margin-left: 15px; 
  margin-right: 15px;
  clear: both;
}

#myPageMenu ul {
  margin:0;
  padding: 0; 
}

#myPageMenu ul li {
}
#myPageMenu ul li span {
  padding-left: 20px; 
  height: 18px;
}
#myPageMenu ul li {
  border: none;
  float:left;
  width: 50%;
  clear: none;
  height: 16px;
  padding-top: 5px;
    padding-bottom: 0;
  background: url(/files/system/ui/gfx/arrow-white-right.png) no-repeat 10px 10px;
  }
#myPageMenu ul li a span {
  height: 20px;
  font-size: 10px;
   padding-left: 11px;
}

.myPageBL {
  float: left; 
  height: 10px; 
  width: 281px; 
  background: url(/files/system/ui/gfx/bg-mypagemenu-bottom-left.png) no-repeat left bottom;
}
.myPageBR {
  float: right; 
  background: url(/files/system/ui/gfx/test.png) no-repeat bottom right; height: 10px; width: 10px; ;  
}

/* SHOW CART LINK i TOP  */

#showCart, #showCart2 {
    height: 40px;
    position: absolute;
    right: 15px;
    top: 0;
    width: 140px;
}
#showCart2 {
  width: 115px;
}

#showCart a:link, #showCart2 a:link,
#showCart a:visited, #showCart2 a:visited {
  background: url(/files/system/ui/gfx/bg-cart.png) no-repeat 3px 5px;
  padding: 7px 0 0 30px;
  display: block;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  float: right;
}
#shopNaviBar1 .cartIconJQ {
  float: none;
  color: white !important; 
}
a#goToCartAboveCart,
a#goToCartAboveCart:link,
a#goToCartAboveCart:visited
 {
  background: url("/files/navigation/submenu_off.png") no-repeat scroll 0 2px transparent;
  /*  background: url(/files/system/ui/gfx/bg-cart.png) no-repeat 3px 5px;*/
  padding: 0px 0 5px 20px;
  display: block;
  font-weight: bold;
  color: #FFF;

}
/* - - - - - -  My Pages / shop content layout - - - - - */
.mypage .contentItem {
  padding: 10px 20px;
  margin-bottom: 1px;
}
#shop .wideGFX {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0;
  
}


/* - - - - - - - -  QUICK ORDER - - - - - - - - - */

    
  .quick {
    height: 50px;
    }
  .cleanForm input.error {
    border: 1px solid red;
    }
  .quick div {
    float: left;
    width: 150px;
    }
  .quick div label {
    display: block;
    padding-bottom: 3px;
  }
  .quick div input.submit{
    margin-top: 18px;
    height: 24px;
    border: 1px solid;
    padding-top: 0;
    padding-left: 4px;
    padding-right: 4px;
  
    }
  div.CatCartonSize {
    width: 78px;
    margin-left: 5px;
  }
  #quickOrderForm div#CatCartonSize {
    width: 70px;
    margin-top: 1px;
    background: none;
    border: 1px solid #47545D;
    height: 18px;
  }
  .quick .submit {
    margin-left: 5px;
  }
  #message {
    clear: both;
      margin: 5px 0 5px;
    padding: 5px;;
    color: red;
    display: none;
    background: #FFF;
    border: 1px solid red;
    height: auto;
    }
  #succesMsg {
    margin: 5px 0 5px;
    padding: 5px;
    background: #333;
    border: 1px solid #000;
    color: #94A5B3;
    display: none;
    }
  .cartWrap {
    background-color: #47545D;
    }
  .quickOrderlines {
    margin-top: 10px;
  }
  .row td {
    height: 19px; 
    font-weight: bold; 
    padding: 0px 5px 0px 5px;
    border-right: 1px solid #000;
    }
  .row td.noBorder {
    border: none; 
  }
  .bgColor td {
    background: #000;
    }
  .line td {
    height: 1px;
  }
  .height2 td {
    height: 50px;
    padding-top: 15px;
  }
  .quickOrderlines .qInput input {
    border: 1px solid;
    }
  #mainContent table.quickOrderlines a.productLink:link,
  #mainContent table.quickOrderlines a.productLink:visited {
    color: #94A5B3;
  }


  
/* - - - - NORRIQ CUSTOMER CENTER - - - - */

table.user_table td,
table.user_table th {
  padding: 3px 0;
}
table.user_table th {
  font-weight: bold;
}
.header {
  padding-bottom: 10px;
}
.serviceInfoFull .user_table tr.tr1 {
  background: #111;
}
td.fixTD {
  width: 140px;
}
table.user_table td.AR, 
table.user_table th.AR {
  text-align: right;
  padding-right: 10px;
}
td.article {
  width: 220px;
}
table.sum {
  margin-left: 220px;
  margin-top: 30px;
  border: 2px solid #222;
}
table.sum td {
  padding: 5px;
  }
div.seaForm p {
  margin-bottom: 10px;
  }
div.seaForm input {
  margin-top: 3px;
  }



/* * * * 
ORDER  HISTORY 
 * * * */


.boxFilter {
    color: #FFF;
}
.boxFilter1 {
  width: 45%;
  float: left;
}
.boxFilter2 {
  width: 45%;
  float: right;
  padding-left: 30px;
  border-left: 1px solid #EEE;
}
label.filter {
  display: block;
  width: 45%;
  float: left;
}
select#filter1 {
  width: 45%;
  float: right;
}
.wrapCheckbox {
  width: 45%;
  float: right;
  line-height: 25px;
  }
table#orderhistory {
  margin-top: 30px;
}  

