/* Minification failed. Returning unminified contents.
MinifyStyleSheet(2,1): error CSS1019: Unexpected token, found '@charset'
MinifyStyleSheet(2,10): error CSS1019: Unexpected token, found '"CP850"'
MinifyStyleSheet(2,17): error CSS1019: Unexpected token, found ';'
MinifyStyleSheet(1260,33): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(1261,37): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(1262,35): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(2625,7): error CSS1035: Expected colon, found 'box-sizing'
MinifyStyleSheet(2681,31): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(2682,35): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(2683,33): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(2702,33): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(2703,37): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(2704,35): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(3129,33): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(3130,37): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(3131,35): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(4048,29): error CSS1019: Unexpected token, found '}'
MinifyStyleSheet(4188,32): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(4190,39): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(4192,36): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(4194,34): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(4196,35): error CSS1027: Expected semi-colon or close brace, found '('
 */

@charset "CP850";
/* ------------------------------------------------------------ 
Standard Norge

CSS by NETLIFE RESEARCH

Axel Ferdinand Giæver / axel@netliferesearch.com / 9555 9666
PS! Throuroughly hacked by R.M. Bergem for Epinova
------------------------------------------------------------ */
/* Color palette */
/* CSS3 mixins */
/* Stylesheets */
/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
 /* #b60050 -> #006152
	#00447b -> #000C40
 */
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

li {
  height: 1%; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
.wrapper img {
  max-width: 100%;
  max-width: none\9; }

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
    /*
border-collapse: collapse;
    border-spacing: 0;
*/ }

html.svg {
  /* Logos */
  /* Showreel menu */
  /* Breadcrumbs */
  /* Flexslider arrows */
  /* Article quote */ }
  html.svg #logo h2 a {
    background-image: url(/Images/standard-no-logo.svg); }
  html.svg #standard-norge .logo {
    background-image: url(/Images/standard-norge-logo.svg); }
  html.svg #standard-online .logo {
    background-image: url(/Images/standard-online-logo.svg); }
  html.svg #nek .logo {
    background-image: url(/Images/nek-logo.svg); }
  html.svg .showmenu ul li:last-child a {
    background-image: url(/Styles/gfx/arrow-right.svg); }
  html.svg .showmenu ul li:last-child a:hover,
  html.svg .showmenu ul li:last-child a:focus {
    background-image: url(/Styles/gfx/arrow-right-hover.svg); }
	/* _NP_
  html.svg ul.breadcrumbs li a.active {
    background: #565656 url(/Styles/gfx/breadcrumb-tag-hover.svg) no-repeat 0 50%; }
  html.svg ul.breadcrumbs li a {
    background-image: url(/Styles/gfx/breadcrumb-tag.svg); }
	*/
  html.svg .flex-direction-nav a {
    background-image: url(/Styles/gfx/flexslider_direction_nav.svg); }
  html.svg #article q {
    background-image: url(/Styles/gfx/quote.svg); }
  html.svg #social ul li a {
    background-image: url(/Styles/gfx/icons-social.svg); }
  html.svg #nek p a.linkedin,
  html.svg #standard-online p a.linkedin,
  html.svg #standard-norge p a.linkedin {
    background-image: url(/Styles/gfx/icons-social.svg); }
  html.svg span.cart-icon {
    background-image: url(/Styles/gfx/cart.svg) !important; }
  html.svg span.cart-icon {
    background-image: url(/Styles/gfx/cart.svg) !important; }
  html.svg a.cart:hover span,
  html.svg a.cart-put:hover span,
  html.svg a.cart:focus span,
  html.svg a.cart-put:focus span {
    background-image: url(/Styles/gfx/cart-hover.svg) !important; }
  html.svg .store-contact p {
    background-image: url(/Styles/gfx/contact.svg); }
  html.svg .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal,
  html.svg .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal,
  html.svg .jcarousel-skin-tango .jcarousel-prev-horizontal,
  html.svg .jcarousel-skin-tango .jcarousel-next-horizontal {
    background-image: transparent url(/Styles/gfx/carousel-arrows.svg); }
  html.svg .accordion-wrapper .accordion-header {
    background-image: url(/Styles/gfx/plus-minus.svg); }
    html.svg .accordion-wrapper .accordion-header.is-closed, html.svg .accordion-wrapper .accordion-header.is-open {
      background-image: url(/Styles/gfx/plus-minus.svg); }
  html.svg .accordion-wrapper .accordion-body .accordion-header {
    background-image: url(/Styles/gfx/plus-minus.svg); }
    html.svg .accordion-wrapper .accordion-body .accordion-header.is-closed, html.svg .accordion-wrapper .accordion-body .accordion-header.is-open {
      background-image: url(/Styles/gfx/plus-minus.svg); }
  html.svg .accordion-wrapper li {
    list-style: none; }
    html.svg .accordion-wrapper li.last-child {
      margin-left: 20px;
      list-style-type: disc; }

div.ac_results {
  z-index: 60;
  width: 440px !important; }

div.ac_results ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: solid 1px #ccc;
  background-color: #FFFFFF; }

div.ac_results ul li {
  cursor: pointer;
  width: 100%;
  color: #4b4b4b;
  display: block;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: bold; }

div.ac_results ul li.ac_over {
  background-color: #006152;
  color: white; }
  div.ac_results ul li.ac_over strong {
    color: white; }

body {
  font-family: Arial, Verdana;
  font-size: 15px; }

p {
  max-width: 500px;
  margin: 0 0 20px 0;
  color: #4b4b4b;
  line-height: 1.5em;
  word-break: normal; }

h1, .h1 {
  font-size: 1.6em;
  margin: 0 0 .5em 0;
  color: #000C40; }

h2, .h2 {
  font-size: 1.3em;
  margin: .3em 0 .3em 0;
  color: #000C40; }

h3, .h3 {
  font-size: 1.1em;
  margin: .3em 0 .3em 0;
  color: #000C40; }

h4, .h4 {
  font-size: 1em; }

strong {
  color: black; }

ul,
ol {
  margin-bottom: 20px;
  padding: 0 0 0 20px; }

li {
  color: #4b4b4b; }

img.logo {
  max-width: 100%;
  float: left; }
img.image {
  margin: 0 0 25px 0; }

.alert, .alert a:link {
  color: Red;
  font-weight: normal; }

p.leadtext {
  font-weight: bold;
  color: black; }

figcaption.regular {
  width: 100%;
  padding: 10px 10px 12px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: -30px 0 25px 0;
  background-color: whitesmoke;
  font-size: 0.85em;
  overflow: hidden;
  position: relative;
  caption-side: bottom; }

div.factbox {
  width: 100%;
  padding: 10px;
  background-color: #EFF2F1; /* _NP_ 
  -moz-box-shadow: 2px 2px 2px 0 #cccccc;
  -webkit-box-shadow: 2px 2px 2px 0 #cccccc;
  box-shadow: 2px 2px 2px 0 #cccccc;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #EFF2F1;
  float: right;
  margin: 0 0 20px 20px; }
  div.factbox p,
  div.factbox div,
  div.factbox ul,
  div.factbox ol,
  div.factbox li {
    color: black; }
  div.factbox h3 {
    margin: 0 0 10px 0; }
  div.factbox img {
    margin: 0 0 5px 0; }
  div.factbox figcaption {
    font-size: 0.8em;
    margin: 0 0 15px 0;
    color: black; }

/* Making bullet points uniform in all browsers */
div.factbox ul {
  list-style: none;
  padding-left: 0px; }

div.factbox ul li {
  background: url(/Styles/gfx/bullet-small.png) 0px 0.4em no-repeat;
  padding-left: 1em; }

img.share {
  max-width: 100px;
  float: right;
  margin: 0 0 20px 0;
  display: block;
  clear: both; }

#article,
.article {
  /* Tables */
  /* Classic table */
  /* Color table */
  /* Light table */
  /* end new styles */ }
  #article a:link,
  .article a:link {
    text-decoration: underline; }
  #article img.share,
  .article img.share {
    margin: -30px 0 20px 0; }
  #article .imageWrapper.right,
  .article .imageWrapper.right {
    margin-left: 15px; }
  #article .imageWrapper.left,
  .article .imageWrapper.left {
    margin-right: 15px;
    float: left; }
  #article .imageWrapper .imageText,
  .article .imageWrapper .imageText {
    width: 100%;
    padding: 10px 10px 12px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #F5F5F5;
    font-size: 0.85em;
    overflow: hidden;
    position: relative; }
  #article ul,
  .article ul {
    list-style: none; }
    #article ul ul,
    .article ul ul {
      margin: 10px 0 10px 10px; }
  #article li,
  .article li {
    position: relative;
    line-height: 1.5em; }
  #article ul > li:before,
  .article ul > li:before {
    position: absolute;
    top: 8px;
    margin: -1px 0 0 -20px;
    /* accommodate Camino */
    vertical-align: middle;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #006152;
    content: "";
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  #article ol,
  .article ol {
    counter-reset: li;
    /* Initiate a counter */
    list-style: none;
    /* Remove default numbering */
    *list-style: decimal;
    /* Keep using default numbering for IE6/7 */
    padding: 0;
    margin: 0 0 20px 25px; }
    #article ol ol,
    .article ol ol {
      margin: 0 0 0 10px;
      padding: 10px 0; }
    #article ol li,
    .article ol li {
      line-height: 1.5em; }
    #article ol li:before,
    .article ol li:before {
      content: counter(li);
      counter-increment: li;
      color: white;
      position: absolute;
      left: -2em;
      top: 3px;
      margin-top: 0px;
      background: #006152;
      height: 1.4em;
      width: 1.4em;
      font-size: 0.8em;
      line-height: 1.45em;
      text-align: center; }
  #article ol ol,
  .article ol ol {
    margin: 0 0 0 2em;
    /* Add some left margin for inner lists */ }
  #article dl,
  .article dl {
    margin: 10px 0 25px 0; }
  #article dl dt,
  .article dl dt {
    font-weight: bold !important;
    color: black; }
  #article dl dd,
  .article dl dd {
    margin: 0 0 10px 0;
    color: #4b4b4b; }
  #article blockquote,
  .article blockquote {
    color: #4b4b4b;
    display: block;
    font-style: italic;
    margin: 10px 0 10px 30px;
    padding: 5px 0 0 15px;
    border-left: 3px solid #006152; }
    #article blockquote strong,
    .article blockquote strong {
      line-height: 28px;
      font-style: normal; }
  #article q,
  .article q {
    color: #4b4b4b;
    font-size: 1.3em;
    display: block;
    font-style: italic;
    max-width: 100%;
    min-height: 50px;
    background: url(/Styles/gfx/quote.png) top left no-repeat;
    padding: 0 0 0 70px;
    margin: 0 0 20px -25px; }
    #article q strong,
    .article q strong {
      display: block;
      font-size: 1em !important;
      line-height: 28px;
      font-style: normal; }
  #article .last-updated,
  .article .last-updated {
    display: block;
    max-width: 100%;
    padding: 15px 0;
    margin: 20px 0 0 0;
    border-top: 1px solid #cccccc; }
    #article .last-updated span,
    .article .last-updated span {
      display: inline-block;
      float: left;
      font-size: .8em;
      color: #4b4b4b; }
    #article .last-updated > div,
    .article .last-updated > div {
      display: inline-block;
      float: right; }
  #article div.tabs u li a:hover,
  .article div.tabs u li a:hover {
    background: #ccc; }
  #article table,
  .article table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1em;
    text-align: left;
    margin: 0 0 30px 0;
    color: #4b4b4b; }
  #article table.table-classic,
  .article table.table-classic {
    border-collapse: collapse;
    border: 1px solid #cccccc; }
  #article table.table-classic thead,
  .article table.table-classic thead {
    background: whitesmoke;
    color: black;
    font-weight: bold; }
  #article table.table-classic th,
  .article table.table-classic th {
    background: whitesmoke;
    color: black;
    font-weight: bold;
    padding: 8px 15px 7px 15px;
    border: 1px solid #cccccc; }
  #article table.table-classic td,
  .article table.table-classic td {
    padding: 8px 15px 7px 15px;
    border: 1px solid #cccccc; }
  #article table.table-color,
  .article table.table-color {
    border-collapse: collapse;
    border: solid 0.1em #275569; }
  #article table.table-color th,
  .article table.table-color th {
    border: solid 0.1em #275569;
    background-color: #4495b9;
    color: White;
    padding: 0.4em; }
  #article table.table-color td,
  .article table.table-color td {
    border: solid 0.1em #275569;
    padding: 0.2em 0.4em; }
  #article table.table-light,
  .article table.table-light {
    border-collapse: collapse;
    border: 0; }
  #article table.table-light thead,
  .article table.table-light thead {
    border-bottom: 1px solid #cccccc;
    color: black;
    font-weight: bold; }
  #article table.table-light th,
  .article table.table-light th {
    border-bottom: 1px solid #cccccc;
    padding: 8px 15px 7px 15px; }
  #article table.table-light tr,
  .article table.table-light tr {
    border-bottom: 1px solid #cccccc;
    vertical-align: top; }
  #article table.table-light tr:last-child,
  .article table.table-light tr:last-child {
    border: none; }
  #article table.table-light td,
  .article table.table-light td {
    padding: 8px 15px 7px 15px;
    border: 0; }
  #article th.cell-highlighted, #article td.cell-highlighted,
  .article th.cell-highlighted,
  .article td.cell-highlighted {
    background-color: #AAAAAA; }
  #article table.table-classic th.cell-highlighted,
  .article table.table-classic th.cell-highlighted {
    background-color: #AAAAAA; }
  #article table.table-classic td.cell-highlighted,
  .article table.table-classic td.cell-highlighted {
    background-color: #F0F0F0; }
  #article table.table-color th.cell-highlighted,
  .article table.table-color th.cell-highlighted {
    background-color: #377995; }
  #article table.table-color td.cell-highlighted,
  .article table.table-color td.cell-highlighted {
    background-color: #d1e6ef; }
  #article th.cell-leftaligned, #article td.cell-leftaligned,
  .article th.cell-leftaligned,
  .article td.cell-leftaligned {
    text-align: left; }
  #article th.cell-rightaligned, #article td.cell-rightaligned,
  .article th.cell-rightaligned,
  .article td.cell-rightaligned {
    text-align: right; }

/* Global navigation */
.skip {
  position: absolute;
  top: 0;
  left: -999em;
  overflow: hidden; }

.jumpTo:focus {
  left: 0;
  background-color: #e5e4e0;
  padding: 5px 10px; }

#global-header {
  width: 100%;
  height: 40px;
  clear: both;
  background-color: #000C40;
  /* _NP_
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF162B37', endColorstr='#FF00447B');";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF162B37', endColorstr='#FF00447B');
  zoom: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#162b37), to(#000C40));
  background: -moz-linear-gradient(top, #162b37, #000C40);
  background: -o-linear-gradient(top, #162b37, #000C40); */}

#global-navigation,
#user-menu {
  position: relative;
  z-index: 50; }
  #global-navigation ul,
  #user-menu ul {
    list-style: none;
    margin: 0;
    padding: 13px 0 13px 0; }
  #global-navigation li,
  #user-menu li {
    display: inline; }
  #global-navigation li a,
  #user-menu li a {
    float: left;
    height: 14px;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    color: #D2FFFF; /* _NP */
    font-size: 0.9em; }
  #global-navigation li a,
  #user-menu li a {
    border-right: 1px solid #D2FFFF; } /* _NP */
  #global-navigation li:last-child a,
  #user-menu li:last-child a {
    border-right: none; }

#global-navigation {
  width: 40%;
  float: left; }

#user-menu {
  width: 35%;
  margin: 0 0 0 0;
  float: left; }
  #user-menu li a {
    float: right;
    margin: 0 0 0 10px;
    padding: 0 10px 0 0; }
  #user-menu li:last-child a {
    border-right: 1px solid #D2FFFF; } /* _NP */
  #user-menu li:first-child a {
    border-right: none; }

/* Logo */
#logo a {
  width: 275px; /* _NP_ 
  height: 70px; */
  overflow: hidden;
  float: left;
  display: block;
  margin: 40px 0px 0px 0; /* _NP_ */ }

/* Search */
#searchfield {
  width: 40%;
  float: left;
  margin: 92px 20px 75px 90px; }  /* _NP_ */

.search-input, .search input[type="text"] {
  font-family: Arial, Verdana;
  width: 100%;
  padding: 6px 0 6px 10px;
  font-size: 15px;
  line-height: 30px;
  height: 50px; /* _NP_ */
  color: #899391; /* _NP_ */
  background-color: white;
  outline-style: none;
  /* _NP_
    border: 1px solid #a0a0a4;
  -moz-box-shadow: inset 1px 1px 1px 0 #cccccc;
  -webkit-box-shadow: inset 1px 1px 1px 0 #cccccc;
  box-shadow: inner 1px 1px 1px 0 #cccccc;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
#productsearchfield .search-input, #productsearchfield .search input[type="text"] {
	border: 2px solid #CCD3D2;  /* _NP_ */
}
.search-submit, .search input[type="submit"] {
  position: absolute;
  top: 9px; /* _NP_ */
  font-family: Arial, Verdana;
  right: 9px;  /* _NP_ */
  padding: 7px 14px;
  font-size: 0.9em;
  line-height: 18px;
  height: 32px;
  color: white;
  border: none;
  background: #000C40;
  /* _NP_
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; */
  cursor: pointer;
  margin: 0px; }

.search {
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px; }
  .search label {
    width: 100%;
    float: left;
    margin: -25px 0 5px 0;
    font-weight: bold;
    font-size: 1em; }
  .search input[type="text"]:focus {
    background: white;
    color: grey; }
  .search input[type="submit"]:hover,
  .search input[type="submit"]:focus {
    background-color: #001059; /* _NP_ */
    color: white;
    text-decoration: underline; }

.placeholder {
  color: #4b4b4b; }

/* Store */
#store-menu {
  width: 25%;
  float: right;
  height: 40px;
  text-align: center;
  border-left: 1px solid white;
  border-right: 1px solid white;
  background-color: #ffffff; /* _NP_ 
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF206017', endColorstr='#FF377D2F');";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF206017', endColorstr='#FF377D2F');
  zoom: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#206017), to(#377d2f));
  background: -moz-linear-gradient(top, #206017, #377d2f);
  background: -o-linear-gradient(top, #206017, #377d2f);*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  #store-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
  #store-menu li {
    display: block; }
  #store-menu li a {
    width: 100%;
    text-align: center;
    color: black; /* _NP_ */
    font-weight: bold;
    line-height: 40px; }

#cart {
  width: 25%;
  min-height: 122px; /* _NP_ */
  display: block;
  background-color: white;
  float: right;
  margin: -5px 0 10px 0;
  padding: 10px 0 15px 0;
  position: relative;
  /* _NP_
  -moz-box-shadow: 0px 1px 2px 1px #888888;
  -webkit-box-shadow: 0px 1px 2px 1px #888888;
  box-shadow: 0px 1px 2px 1px #888888;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px; */ }

#cart-wrapper {
  width: 90%;
  margin: 0 5%;
  overflow: hidden; }

#cart ul,
.putcart ul {
  list-style: none;
  margin: 0;
  padding: 0; }
#cart h3,
.putcart h3 {
  text-align: center;
  color: #4b4b4b;
  font-size: 1em;
  margin-bottom: 10px !important; }
#cart span.product-count,
.putcart span.product-count {
  font-size: 1.5em; }
#cart li,
.putcart li {
  margin: 7px 0 0 0; /* _NP_ */
  text-align: center; }
  #cart li a.cart,
  .putcart li a.cart {
    display: block;
    color: #5B6765; /* _NP_ */
    padding: 10px 0;
    text-indent: 25px;
    background-color: #DFE7E6; /* _NP_ */
	/* _NP_
    border: 2px solid #377d2f;	
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFDFDFE', endColorstr='#FFD1D1D1');";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFDFDFE', endColorstr='#FFD1D1D1');
    zoom: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfe), to(#d1d1d1));
    background: -moz-linear-gradient(top, #fdfdfe, #d1d1d1);
    background: -o-linear-gradient(top, #fdfdfe, #d1d1d1);
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 0 10px 0;
    position: relative; }
    #cart li a.cart span.cart-icon,
    .putcart li a.cart span.cart-icon {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 7px;
      left: 10%;
      background-image: url(/Styles/gfx/cart.png);
      background-repeat: no-repeat;
      background-size: 30px 30px; }
  #cart li a.profile,
  #cart li a.help,
  .putcart li a.profile,
  .putcart li a.help {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-right: 1px solid #cccccc; }
  #cart li a.cart:hover,
  #cart li a.cart:focus,
  .putcart li a.cart:hover,
  .putcart li a.cart:focus {
    color: white;
    background-color: #006152; /* _NP_
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF206017', endColorstr='#FF377D2F');";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF206017', endColorstr='#FF377D2F');
    zoom: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#206017), to(#377d2f));
    background: -moz-linear-gradient(top, #206017, #377d2f);
    background: -o-linear-gradient(top, #206017, #377d2f); */}
    #cart li a.cart:hover span,
    #cart li a.cart:focus span,
    .putcart li a.cart:hover span,
    .putcart li a.cart:focus span {
      background: url(/Styles/gfx/cart-hover.png) no-repeat 0 0; }
#cart li + li,
.putcart li + li {
  float: left; }

/* Navigation */
#navbar {
  float: left;
  width: 100%;
  display: block; }

#navbar ul {
  list-style: none;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important; }
  #navbar ul li {
    width: 16.65%;
    float: left;
    margin: 0;
    padding: 0; }
  #navbar ul li a {
    height: 60px;
    position: relative;
    bottom: -20px;
    z-index: 40;
    line-height: 40px;
    text-decoration: none;
    display: block;
    color: white;
    font-weight: bold;
    font-size: .9em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #000C40; /* _NP_ 
    zoom: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#000C40), to(#162b37));
    background: -moz-linear-gradient(top, #000C40, #162b37);
    background: -o-linear-gradient(top, #000C40, #162b37); */ }
  #navbar ul li + li a {
    border-left: 1px solid #D2FFFF; } /* _NP_ */
	/* _NP_
  #navbar ul li:first-child a {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  #navbar ul li:last-child a {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
	*/
  #navbar ul li a:hover,
  #navbar ul li a:focus {
    background-color: #001059; /* _NP_
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFB60050', endColorstr='#FFB60050');";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFB60050', endColorstr='#FFB60050');
    zoom: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#006152), to(#006152));
    background: -moz-linear-gradient(top, #006152, #006152);
    background: -o-linear-gradient(top, #006152, #006152); */
    text-decoration: underline; }
  #navbar ul li.active a,
  #navbar ul li.active a:link,
  #navbar ul li.active a:visited {
    position: relative;
    z-index: 50;
    line-height: 60px;
    bottom: -10px;
    background: white;
    background-color: white;
    background-color: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
    zoom: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
    background: -moz-linear-gradient(top, white, white);
    background: -o-linear-gradient(top, white, white);
    font-size: 1em;
    color: #000C40 !important;
	/* _NP_
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-box-shadow: 1px 1px 1px 0 black;
    -webkit-box-shadow: 1px 1px 1px 0 black;
    box-shadow: 1px 1px 1px 0 black;
    border-top: 1px solid #a0a0a4;
    border-left: 1px solid #a0a0a4;
    border-right: 1px solid #a0a0a4;*/
    border-bottom: none !important;  }

ul.breadcrumbs {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none !important; }
ul.breadcrumbs li:after {
	content: ">"; /* _NP_ */
  }
ul.breadcrumbs li:last-child:after {
	content: ""; /* _NP_ */
  }
  ul.breadcrumbs a {
    /* text-decoration: none !important; _NP_ */}
  ul.breadcrumbs li {
    float: left;
    margin: 0 5px 5px 0;
    font-size: 1em; }
    ul.breadcrumbs li a {
      float: left;
      padding: 0px 10px 5px 10px;/* _NP_ */
      font-weight: normal;
      text-decoration: underline; /* _NP_ */
      color: #006152; /* _NP_
      background: #006152 url(/Styles/gfx/breadcrumb-tag.png) no-repeat 0 50%;
      -webkit-border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      -moz-border-radius-topright: 3px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; */}
  ul.breadcrumbs li a:hover,
  ul.breadcrumbs li a:focus {
    text-decoration: underline !important; }
  ul.breadcrumbs li a.active {
    /* background: #565656 url(/Styles/gfx/breadcrumb-tag-hover.png) no-repeat 0 50%; */
    text-decoration: none;
	color: #5B6765; /* _NP_ */
    background-position: left bottom; }
  ul.breadcrumbs li a.active:hover {
    text-decoration: underline !important; }

.submenu, .product_catalogue {
  width: 100%;
  overflow: hidden;
  /*	float: left;*/ }
  .submenu ul, .product_catalogue ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important; }
  .submenu ul li, .product_catalogue ul li {
    display: block;
    width: 100%;
    clear: both;
    float: left; }
  .submenu ul li a, .product_catalogue ul li a {
    width: 100%;
    color: #4b4b4b;
    display: block;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: bold; }
  .submenu ul li + li a, .product_catalogue ul li + li a {
    border-top: 1px solid #cccccc; }
  .submenu ul li a:hover,
  .submenu ul li a:focus, .product_catalogue ul li a:hover,
  .product_catalogue ul li a:focus {
    background-color: #006152;
    color: white; }
  .submenu ul li a.active, .product_catalogue ul li a.active {
    background-color: #a0a0a4;
    color: white;
    cursor: text;
    width: 100%; }
  .submenu.bordered, .product_catalogue.bordered {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }

#fag {
  width: 100%;
  float: left;
  position: relative;
  z-index: 10;
  padding: 0;
  margin: 0; }
  #fag a {
    margin: 0 !important; }
  #fag img {
    position: relative;
    margin: 0 !important;
    padding: 0; }
  #fag img.headerimage {
    width: 1100px; }
  #fag .figcaption {
    max-width: 50%;
    padding: 10px 20px;
    margin: 0;
    position: absolute;
    z-index: 100;
    bottom: 30px;
    right: 30px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9); }

#fag a h2 {
  color: #006152 !important; }

#campaign {
  width: 100%;
  float: left;
  position: relative;
  z-index: 10;
  padding: 0;
  margin: 0; }
  #campaign a {
    margin: 0 !important; }
  #campaign img {
    position: relative;
    margin: 0 !important;
    padding: 0; }
  #campaign .figcaption {
    max-width: 80%;
    padding: 10px 20px 15px 20px;
    margin: 0;
    position: absolute;
    z-index: 100;
    bottom: 20px;
    right: 5%;
    background: #fff;
    background: rgba(255, 255, 255, 0.9); }
  #campaign p {
    max-width: 500px; }

#campaign a h2,
.news a h2,
.newstandard a h2,
.buystandard a h2,
.video a h2,
.about-standard h2 {
  color: #006152 !important; }

.news a:hover,
.newstandard a:hover,
.buystandard a:hover,
#campaign a:hover,
article.video a:hover,
.about-standard a:hover {
  text-decoration: none; }
.news img,
.newstandard img,
.buystandard img,
#campaign img,
article.video img,
.about-standard img {
  margin: 0 0 5px 0;
  -moz-box-shadow: 1px 1px 3px 1px #cccccc;
  -webkit-box-shadow: 1px 1px 3px 1px #cccccc;
  box-shadow: 1px 1px 3px 1px #cccccc; }
.news .date,
.news .place,
.newstandard .date,
.newstandard .place,
.buystandard .date,
.buystandard .place,
#campaign .date,
#campaign .place,
article.video .date,
article.video .place,
.about-standard .date,
.about-standard .place {
  font-size: 0.8em;
  margin: 0 0 10px 0;
  color: #5B6765; /* _NP_ */ }
.news a:hover h2,
.news a:focus h2,
.newstandard a:hover h2,
.newstandard a:focus h2,
.buystandard a:hover h2,
.buystandard a:focus h2,
#campaign a:hover h2,
#campaign a:focus h2,
article.video a:hover h2,
article.video a:focus h2,
.about-standard a:hover h2,
.about-standard a:focus h2 {
  text-decoration: underline; }
.news a:hover p,
.news a:focus p,
.newstandard a:hover p,
.newstandard a:focus p,
.buystandard a:hover p,
.buystandard a:focus p,
#campaign a:hover p,
#campaign a:focus p,
article.video a:hover p,
article.video a:focus p,
.about-standard a:hover p,
.about-standard a:focus p {
  color: #4b4b4b;
  text-decoration: underline; }
.news a:hover .date,
.news a:hover .place,
.news a:focus .date,
.news a:focus .place,
.newstandard a:hover .date,
.newstandard a:hover .place,
.newstandard a:focus .date,
.newstandard a:focus .place,
.buystandard a:hover .date,
.buystandard a:hover .place,
.buystandard a:focus .date,
.buystandard a:focus .place,
#campaign a:hover .date,
#campaign a:hover .place,
#campaign a:focus .date,
#campaign a:focus .place,
article.video a:hover .date,
article.video a:hover .place,
article.video a:focus .date,
article.video a:focus .place,
.about-standard a:hover .date,
.about-standard a:hover .place,
.about-standard a:focus .date,
.about-standard a:focus .place {
  color: #5B6765; /* _NP_ */
  text-decoration: none; }

a.button,
a.readmore,
input.button,
.registerArea input[type="submit"] {
  padding: 10px;
  margin: 5px 0 0 0;
  display: inline-block;
  clear: both !important;
  background-color: #000C40; /* _NP_ */
  color: white !important;
  font-weight: bold;
  width: auto !important;
  /* _NP_
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; */
  text-decoration: none !important; }
  a.button:hover, a.button:focus,
  a.readmore:hover,
  a.readmore:focus,
  input.button:hover,
  .registerArea input[type="submit"]:hover,
  input.button:focus,
  .registerArea input[type="submit"]:focus {
    text-decoration: underline !important;
	 background-color: #001059; /* _NP_ */}

#campaign a {
  width: 100%;
  float: left;
  margin: 0 0 20px 0; }

ul.putcart {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0; }

.courses h2 a, .newslisting h2 a, /* _NP_ */
.courses h2 a:visited, .newslisting h2 a:visited { /* _NP_ */
	color: #000C40;
}

.courses ul,
.newslisting ul {
  margin: 0;
  padding: 0; }
.courses ul li,
.newslisting ul li {
  border-bottom: 2px solid #00C785; /* _NP_ */
  width: 100%;
  display: block;
  float: left;
  line-height: 1.4em;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0; }
.courses ul li a,
.courses ul li a:visited,
.newslisting ul li a,
.newslisting ul li a:visited {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 1em;
  cursor: pointer;
  /* color: #4b4b4b; _NP_ */ 
  font-weight: bold; /* _NP_ */ 
  float: left; }
.courses ul li:last-child,
.newslisting ul li:last-child {
  border-bottom: none; }
.courses a:hover span.title,
.newslisting a:hover span.title {
  color: #006152;
  text-decoration: underline; }
.courses span.metadata,
.newslisting span.metadata {
  float: left;
  width: 100%;
  font-size: 0.8em;
  padding: 0;
  height: auto;
  color: #5B6765; /* _NP_ */ }

#newsstandard span.metadata {
  float: left;
  width: 100%;
  font-size: 0.8em;
  margin: 10px 0 10px 0;
  padding: 0;
  height: auto;
  color: #000C40; }

/* Logos */
#standard-norge {
  width: 140px;
  height: 110px; /* _NP_ */
  float: right;
  margin: 0 10px 50px 0;
  position: relative; }
  #standard-norge .logo {
    width: 140px;
    height: 70px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 300%;
    background: url(/Images/standard-norge-logo.png) top left no-repeat;
    /* background-size: 140px 70px; _NP_ */ 
    display: block; }

#nek {
  width: 110px;
  height: 130px;
  float: right;
  margin: 0 10px 50px 0;
  position: relative; }
  #nek .logo {
    width: 110px;
    height: 70px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 300%;
    background: url(/Images/nek-logo.png) top left no-repeat;
    background-size: 110px 70px;
    display: block; }

#standard-online {
  width: 140px; /* _NP_ */ 
  height: 110px; /* _NP_ */
  float: right;
  margin: 0 10px 50px 0; /* _NP_ */
  position: relative; }
  #standard-online .logo {
    width: 140px; /* _NP_ */
    height: 70px; /* _NP_ */
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 300%;
    background: url(/Images/standard-online-logo.png) top left no-repeat;
    /* background-size: 90px 60px; */
    display: block; }

#nek p,
#standard-online p,
#standard-norge p {
  width: 140px;
  height: 20px;
  float: left;
  display: block;
  color: #000C40; /* _NP_ */
  font-size: .8em;
  position: absolute;
  bottom: 0px; }
  #nek p a,
  #standard-online p a,
  #standard-norge p a {
    color: #000C40; /* _NP_ */ }
    #nek p a.linkedin,
    #standard-online p a.linkedin,
    #standard-norge p a.linkedin {
      color: #000C40; /* _NP_ */
      display: block;
      padding: 5px 0 10px 35px;
      margin: 10px 0 0 0;
      height: 15px;
      background-image: url(/Styles/gfx/icons-social.png);
      background-repeat: no-repeat;
      line-height: 20px;
      background-position: 0 -100px; }

#footer-menu {
  position: relative;
  width: 100%;
  float: left; }
  #footer-menu a {
    color: #000C40; /* _NP_ */
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 1.5em; }
  #footer-menu a:hover {
    text-decoration: underline; }
  #footer-menu ul {
    width: 100%;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 30px; }
    #footer-menu ul li {
      margin: 0;
      padding: 0; }
  #footer-menu h2 {
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #A8CED9; /* _NP_ */
    font-size: 1em; }

/* Newsletter */
#newsletter {
  width: 500px;
  margin: 0;
  float: left;
  margin: 0 0 30px 0; }
  #newsletter form.subscribe {
    width: 100%;
    position: relative; }
    #newsletter form.subscribe ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    #newsletter form.subscribe fieldset label {
      color: white;
      display: block;
      margin: 0 0 5px 0;
      font-weight: bold; }
    #newsletter form.subscribe fieldset input[type="text"] {
      width: 100%;
      padding: 13px 0 14px 0;
      text-indent: 14px;
      margin: 0 0 10px 0;
      font-size: 1em;
      float: left;
      background-color: white;
      border-radius: 4px;
      -moz-box-shadow: 1px 1px 4px #888, inset 1px 1px 2px #3f3f3f;
      -webkit-box-shadow: 1px 1px 4px #888, inset 1px 1px 2px #3f3f3f;
      box-shadow: 1px 1px 4px #888, inner 1px 1px 2px #3f3f3f;
      outline-style: none; }
    #newsletter form.subscribe fieldset input[type="text"]:focus {
      background: white; }
    #newsletter form.subscribe fieldset.kind ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #newsletter form.subscribe fieldset.kind ul ul {
        margin: 0 0 0 20px; }
    #newsletter form.subscribe fieldset.kind ul.main label {
      margin: 5px 0 0 0; }
    #newsletter form.subscribe fieldset.kind ul.main li label {
      font-weight: normal; }
    #newsletter form.subscribe fieldset.radio ul li label {
      display: inline;
      font-weight: normal; }
    #newsletter form.subscribe input[type="submit"] {
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 10px 14px;
      font-size: 1em;
      color: #000C40;
      border: none;
      background: white;
      border-radius: 4px;
      cursor: pointer;
      float: right; }
    #newsletter form.subscribe input[type="submit"]:hover,
    #newsletter form.subscribe input[type="submit"]:focus {
      text-decoration: underline; }

#social {
  float: left; }
  #social p {
    color: #000C40; /* _NP_ */
    margin-bottom: 5px; }
  #social ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    float: left;
    clear: both; }
    #social ul li {
      display: block;
      float: left;
      margin: 0 25px 0 0; }
      #social ul li a {
        color: #000C40; /* _NP_ */
        display: block;
        padding: 5px 0 10px 35px;
        height: 15px;
        background-image: url(/Styles/gfx/icons-social.png);
        background-repeat: no-repeat;
        line-height: 20px; }
      #social ul li a.facebook {
        background-position: 0 0; }
      #social ul li a.twitter {
        background-position: 0 -50px; }
      #social ul li a.linkedin {
        background-position: 0 -100px; }
      #social ul li a.youtube {
        background-position: 0 -150px; }
      #social ul li a.flickr {
        background-position: 0 -200px; }
      #social ul li a.rss {
        background-position: 0 -250px; }

.flexslider {
  width: 100%;
  float: left;
  position: relative;
  z-index: 10; }
  .flexslider a h2 {
    color: #006152 !important; }
  .flexslider a:hover h2,
  .flexslider a:focus h2 {
    text-decoration: underline; }
  .flexslider a:hover p,
  .flexslider a:focus p {
    color: #4b4b4b;
    text-decoration: underline; }
  .flexslider a:hover .title,
  .flexslider a:focus .title {
    color: #000C40;
    text-decoration: none; }
  .flexslider .figcaption {
    max-width: 320px;
    padding: 10px 15px;
    position: absolute;
    z-index: 100;
    bottom: 20px;
    left: 60px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    display: none\9;
    /* For IE8 an below */ }
    .flexslider .figcaption p {
      margin: 10px 0 0 0; }
    .flexslider .figcaption p.title {
      width: 100%;
      font-size: 0.8em;
      padding: 0;
      margin: 5px 0;
      height: auto;
      color: #000C40; }
  .flexslider .flex-active-slide .figcaption {
    display: block\9;
    /* For IE8 an below */ }

.showmenu {
  width: 100%;
  overflow: hidden;
  float: left; }
  .showmenu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important; }
  .showmenu ul li {
    display: block;
    width: 100%;
    clear: both;
    float: left; }
  .showmenu ul li a {
    width: 100%;
    font-size: 1.05em;
    color: #006152;
    display: block;
    float: left;
    font-weight: bold;
    text-indent: 15px;
    padding: 24px 0; } /* _NP_ */
  .showmenu ul li a { /* _NP_ */
    background: #EFF2F1 url(/Styles/gfx/arrow-right.png) 98% center no-repeat; }
  .showmenu ul li a:hover,
  .showmenu ul li a:focus { /* _NP_ */
    color: white;
    background: #006152 url(/Styles/gfx/arrow-right-hover.png) 98% center no-repeat; }
  .showmenu ul li + li a {
    border-top: 4px solid white; }  /* _NP_ */
  .showmenu ul li a:hover,
  .showmenu ul li a:focus {
    color: #006152;   /* _NP_ */
    background-color: #CCD3D2; }  /* _NP_ */
  .showmenu ul li a.active {
    background-color: #CCD3D2;  /* _NP_ */
    color: #006152;  /* _NP_ */
    cursor: text;
    width: 100%; }

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 40px;
  background: #fff;
  border: 8px solid #EFF2F1; /* _NP_ */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  /* _NP_ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); */
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  width: 40px;
  height: 80px;
  margin: -40px 0 0;
  display: block;
  background: url(/Styles/gfx/flexslider_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10000;
  cursor: pointer;
  opacity: 1;
  text-indent: -9999px;
  -webkit-transition: all .3s ease; }

.flex-direction-nav .flex-next {
  right: 7px;
  background-position: 100% 0; }

.flex-direction-nav .flex-prev {
  left: 7px; }

.flexslider:hover .flex-next {
  opacity: 1; }

.flexslider:hover .flex-prev {
  opacity: 1; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  color: #000C40 !important;
  text-decoration: none; }

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #DFE7E6; /* _NP_ */
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #CCD3D2; /* _NP_ 
  background: rgba(0, 0, 0, 0.7);*/ }

.flex-control-paging li a.flex-active {
  background: #00C785; /* _NP_ */
  color: black; /* _NP_ */
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

ul.shortlist {
  list-style: none;
  width: 75%;
  margin: 20px auto 0 auto;
  padding: 0; }
  ul.shortlist li {
    width: 23%;
    margin: 0 2% 10px 0;
    text-align: center;
    float: left; }
  ul.shortlist li a {
    display: block;
    padding: 8px 0;
    font-size: .9em;
    color: #565656;
    background-color: whitesmoke;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  ul.shortlist li:last-child a {
    margin: 0; }
  ul.shortlist li a.show-all:hover,
  ul.shortlist li a.show-all {
    background-color: #006152;
    color: white; }
  ul.shortlist li a:hover,
  ul.shortlist li a:focus {
    background-color: #565656;
    color: white; }
  ul.shortlist li a.active {
    background-color: #565656;
    color: white;
    text-decoration: none; }

ul.disciplinelist {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: left; }
  ul.disciplinelist li {
    line-height: 30px;
    border-bottom: 1px solid #cccccc;
    float: left;
    display: inline;
    width: 30%;
    margin-right: 3%; }
  ul.disciplinelist li a {
    color: #4b4b4b; }
  ul.disciplinelist li a:hover {
    color: #006152;
    text-decoration: underline; }

.indexlist {
  clear: both;
  display: block; }

.indexletter {
  width: 80px;
  clear: both;
  float: left;
  display: block; }

.indexletter p {
  background-color: #000C40;
  float: left;
  display: block;
  clear: right;
  padding: 12px;
  height: 12px;
  width: 12px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-bottomright: 30px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  line-height: .8em;
  font-size: 1em;
  font-weight: bold;
  color: white;
  text-align: center;
  margin: 20px 0 10px 0; }

#filter-count {
  float: left;
  padding: 20px 0;
  color: #444;
  font-size: 1em; }

#show-all {
  float: right;
  padding: 20px 0;
  font-weight: bold; }

span.hide {
  display: none; }

/* Form wrapper styling */
.filter {
  width: 75%;
  padding: 10px;
  margin: 20px auto 0 auto; }

/* Form text input */
.filter input {
  width: 69%;
  padding: 17px 14px;
  font-size: 18px;
  border: 1px solid #ddd;
  background: white;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline-style: none;
  -moz-box-shadow: 1px 1px 4px 0 #a0a0a4;
  -webkit-box-shadow: 1px 1px 4px 0 #a0a0a4;
  box-shadow: 1px 1px 4px 0 #a0a0a4;
  -moz-box-shadow: inset 1px 1px 2px 0 #a0a0a4;
  -webkit-box-shadow: inset 1px 1px 2px 0 #a0a0a4;
  box-shadow: inner 1px 1px 2px 0 #a0a0a4; }
.filter input:hover {
  background: whitesmoke; }
.filter input:focus {
  outline: 0;
  background: white; }
.filter input:-webkit-input-placeholder {
  color: #4b4b4b;
  font-weight: normal;
  font-style: italic; }
.filter input:-moz-placeholder {
  color: #4b4b4b;
  font-weight: normal;
  font-style: italic; }
.filter input:-ms-input-placeholder {
  color: #4b4b4b;
  font-weight: normal;
  font-style: italic; }
.filter ul {
  list-style: none;
  width: 23%;
  float: right;
  margin: 0;
  padding: 0;
  height: 20px; }
  .filter ul li {
    width: 100%;
    text-align: center;
    float: left; }
  .filter ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: white;
    background-color: #006152;
    font-weight: bold;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }

#no-results {
  width: 75%;
  padding: 50px 0;
  margin: 0 auto;
  text-align: left;
  line-height: 2em; }

table input[type="text"], table input[type="password"] {
  width: 300px;
  padding: 6px 0 6px 10px;
  font-size: 15px;
  line-height: 24px;
  height: 38px;
  color: #4b4b4b;
  background-color: white;
  border: 1px solid #a0a0a4;
  outline-style: none;
  -moz-box-shadow: inset 1px 1px 1px 0 #cccccc;
  -webkit-box-shadow: inset 1px 1px 1px 0 #cccccc;
  box-shadow: inner 1px 1px 1px 0 #cccccc;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
table tr {
  padding-bottom: 20px; }

.registerArea td {
  padding-bottom: 15px;
  white-space: nowrap; }
.registerArea label {
  margin-right: 20px;
  margin-left: 5px; }
.registerArea input[type="radio"] {
  display: inline-block; }
.registerArea h5 {
  font-size: 17px;
  color: #565656;
  border-top: 1px solid #ccc;
  padding-top: 14px;
  width: 75%; }
.registerArea input[type="submit"] {
  float: left;
  display: inline-block; }

.mainLoginArea .login_inputs > p {
  overflow: hidden;
  margin-bottom: 15px;
  display: block; }
.mainLoginArea .login_inputs label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold; }
.mainLoginArea .login_inputs input {
  display: block; }
.mainLoginArea .forgotten {
  margin-top: 5px; }

ul.checkboxlist {
  padding: 0; }
  ul.checkboxlist > li:before {
    display: none; }
  ul.checkboxlist input {
    margin-right: 5px; }

.store h1 {
  font-size: 2em;
  margin: 15px 0 10px 0; }
.store h2.front {
  margin: 15px 0 0 0; }
.store .section {
  border-bottom: 1px solid whitesmoke; }
.store .section {
  border-bottom: none; }
.store .section.first-child,
.store .section:first-child {
  border-bottom: 0px solid whitesmoke; /* _NP_ */}

a.searchtips {
  font-size: .8em;
  float: left;
  padding: 5px 0 0 0;
  margin: 0 0 -20px 0; }

.product-catalogue p {
  max-width: 100%; }
.product-catalogue .submenu {
  margin-top: 2em; }
.product-catalogue h1 {
  margin-top: 0px; }

.ProdCatLayout {
  margin-top: 20px; }

.product-info-page {
  margin-top: 0px !important; }
  .product-info-page > .first-child {
    margin-bottom: 0px; }

.product-info h1 {
  margin-top: 0px;
  margin-bottom: 50px; }
.product-info .img {
  float: left;
  width: 185px;
  margin-top: 21px;
  font-size: 13px; }
  .product-info .img img {
    display: block; }
.product-info .price {
  padding-top: 1em;
  overflow: hidden;
  margin-top: 21px;
  float: left;
  min-width: 190px; }
  .product-info .price a {
    margin-top: 55px;
    display: block;
    font-size: 13px; }
  .product-info .price span {
    font-size: 18px; }
  .product-info .price .top_rightIcon {
    float: left;
    margin-right: 7px; }
.product-info .actions {
  float: right;
  width: 224px; }
  .product-info .actions .store-button {
    display: block;
    padding-left: 48px;
    font-weight: bold; }
  .product-info .actions a {
    font-size: 13px; }
.product-info .head {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden; }

table.striped {
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-spacing: 0px; }
  table.striped td:first-child {
    background: #f1f1f1;
    font-weight: bold; }
  table.striped td {
    margin: 0px;
    padding: 5px 10px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }

.ul-products-expanded {
  margin: 25px 0px 0px;
  list-style: none;
  padding: 0px; }
  .ul-products-expanded li {
    margin-top: 25px;
    padding-top: 14px;
    border-top: 1px solid #ccc;
    margin-bottom: 25px; }

.product-listing-expanded {
  overflow: hidden;
  font-size: 15px; }
  .product-listing-expanded h3 {
    color: #565656;
    display: inline-block; }
  .product-listing-expanded .price {
    float: right;
    font-weight: bold;
    width: 243px; }
  .product-listing-expanded img {
    border: 1px solid #ccc;
    float: left;
    margin-right: 10px; }
  .product-listing-expanded .info {
    overflow: hidden;
    float: left;
    max-width: 450px; }
    .product-listing-expanded .info p {
      margin: 0px; }
    .product-listing-expanded .info a {
      margin-top: 25px;
      display: inline-block;
      margin-right: 15px; }
  .product-listing-expanded .content {
    margin-top: 10px; }
  .product-listing-expanded .meta {
    margin-right: 25px; }
  .product-listing-expanded .actions {
    float: right;
    width: 243px; }
    .product-listing-expanded .actions .store-button {
      padding-left: 48px;
      font-weight: bold;
      overflow: hidden;
      display: inline-block;
      margin: 0px 0px 6px; }
    .product-listing-expanded .actions a {
      display: block; }
  .product-listing-expanded.standalone {
    margin: 15px 0px; }

ul.tree {
  background: #e8e8e8;
  list-style: none;
  margin: 0px 0px 25px;
  padding: 0px; }
  ul.tree li {
    border-top: 1px solid #ccc;
    padding: 15px 12px; }
  ul.tree li:nth-child(1) {
    font-weight: bold; }
  ul.tree li:nth-child(2) {
    padding-left: 30px; }
  ul.tree li:nth-child(3) {
    padding-left: 55px; }
  ul.tree li:nth-child(4) {
    padding-left: 80px; }
  ul.tree li:nth-child(5) {
    padding-left: 105px; }
  ul.tree li:nth-child(6) {
    padding-left: 130px; }

.store-contact {
  margin: 0 0 25px 0; }
  .store-contact h2 {
    margin-bottom: 20px; }
  .store-contact #productsearchfield {
    width: 100%;
    padding: 22px 0 13px 0;
    clear: both;
    display: block;
    position: relative; }
    .store-contact #productsearchfield fieldset {
      position: relative; }
    .store-contact #productsearchfield label {
      width: 100%;
      float: left;
      margin: -25px 0 5px 0;
      font-weight: bold;
      font-size: 1em; }
  .store-contact p {
    padding: 6px 0 0 40px;
    line-height: 30px;
    margin: 0 0 6px 0;
    border-top: 2px solid #CCD3D2; /* _NP */
    background-image: url(/Styles/gfx/contact.png);
    background-repeat: no-repeat; }
    .store-contact p.open {
      background-position: 0 -194px; }
    .store-contact p.userguides {
      background-position: 0 -95px;
      border-top: none; }
    .store-contact p.email {
      background-position: 0 -390px;
      line-height: 1.5em; }
    .store-contact p.chat {
      background-position: 0 -492px; }
    .store-contact p.phone {
      background-position: 0 -295px; }
    .store-contact p span {
      margin: 0 8px 10px 0;
      float: left; }
      .store-contact p span.small {
        margin: 0;
        float: none;
        font-size: .8em; }

ul.store-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.store-menu li {
    width: 31.5%;
    float: left;
    display: block;
    margin: 0 1.5% 20px 0;
    padding: 0;
    position: relative; }
    ul.store-menu li span {
      width: 40px;
      height: 50px;
      float: left;
      margin: 0 0 0 13px;
      position: absolute;
      top: 0px;
      left: 0px;
      background-repeat: no-repeat;
      background-position: center center; }
    ul.store-menu li a {
      /* border: 1px solid #cccccc; _NP_ */
      color: white; /* _NP_ */
      font-size: 1.2em;
      display: block;
      float: left;
      width: 100%;
      padding: 15px 15px 15px 60px;
      background-color: #000C40; /* _NP_
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFE8E8E8', endColorstr='#FFF5F5F5');";
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFE8E8E8', endColorstr='#FFF5F5F5');
      zoom: 1;
      background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(whitesmoke));
      background: -moz-linear-gradient(top, #e8e8e8, whitesmoke);
      background: -o-linear-gradient(top, #e8e8e8, whitesmoke);
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      -moz-border-radius-bottomleft: 5px;
      -moz-border-radius-bottomright: 5px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; */w
      /* 			@include shadow(1px, 1px, 3px, 0, $grey); */
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      ul.store-menu li a:hover, ul.store-menu li a:focus {
        background-color: #001059; /* _NP_
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFE8E8E8', endColorstr='#FFCCCCCC');";
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFE8E8E8', endColorstr='#FFCCCCCC');
        zoom: 1;
        background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#cccccc));
        background: -moz-linear-gradient(top, #e8e8e8, #cccccc);
        background: -o-linear-gradient(top, #e8e8e8, #cccccc); */
        text-decoration: underline; }

ul.products {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.products img.product-icon {
    width: 25px;
    height: 35px;
    position: absolute;
    top: 10px;
    left: 20px; }
  ul.products li {
    width: 100%;
    float: left;
    display: block;
    position: relative; }
    ul.products li div {
      padding: 10px 200px 15px 65px; }
      ul.products li div h5 {
        font-size: 17px; }
    ul.products li.grey {
      background-color: whitesmoke; }
    ul.products li.white {
      background-color: white; }
  ul.products a.store-button {
    position: absolute;
    right: 10px;
    top: 0; }
  ul.products a.product-info {
    font-size: .8em; }

.productinforight p {
  margin-bottom: 0px; }

a.cart-put {
  color: #565656 !important;
  border: 2px solid #377d2f;
  padding: 10px 10px 10px 20px;
  margin: 10px 0;
  text-indent: 25px;
  background-color: #fdfdfe;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFDFDFE', endColorstr='#FFD1D1D1');";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFDFDFE', endColorstr='#FFD1D1D1');
  zoom: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfe), to(#d1d1d1));
  background: -moz-linear-gradient(top, #fdfdfe, #d1d1d1);
  background: -o-linear-gradient(top, #fdfdfe, #d1d1d1);
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  a.cart-put:hover, a.cart-put:focus {
    color: white !important;
    background-color: #206017;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF206017', endColorstr='#FF377D2F');";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF206017', endColorstr='#FF377D2F');
    zoom: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#206017), to(#377d2f));
    background: -moz-linear-gradient(top, #206017, #377d2f);
    background: -o-linear-gradient(top, #206017, #377d2f); }

span.cart-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 7px;
  left: 10px;
  background-image: url(/Styles/gfx/cart.png);
  background-repeat: no-repeat;
  background-size: 30px 30px; }
  a:hover > span.cart-icon, a:focus > span.cart-icon {
    background: url(/Styles/gfx/cart-hover.png) no-repeat 0 0 !important; }

a.store-button {
  color: #5B6765 !important; /* _NP_ */
  /*border: 2px solid #377d2f; _NP_ */
  padding: 10px 10px 10px 20px;
  margin: 10px 0;
  position: relative;
  background-color: #DFE7E6; /* _NP_
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFDFDFE', endColorstr='#FFD1D1D1');";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFDFDFE', endColorstr='#FFD1D1D1');
  zoom: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfe), to(#d1d1d1));
  background: -moz-linear-gradient(top, #fdfdfe, #d1d1d1);
  background: -o-linear-gradient(top, #fdfdfe, #d1d1d1);
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; */}
  a.store-button:hover {
    color: white !important;
    background-color: #006152; /* _NP_
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF206017', endColorstr='#FF377D2F');";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF206017', endColorstr='#FF377D2F');
    zoom: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#206017), to(#377d2f));
    background: -moz-linear-gradient(top, #206017, #377d2f);
    background: -o-linear-gradient(top, #206017, #377d2f);*/ }

h2.new {
  margin-bottom: 20px; }

.border-top {
  border-top: 2px solid #cccccc; } /* _NP_ */
  .border-top.green {
    border-top-color: #00C785; } /* _NP_ */
  .border-top.turkis {
    border-top-color: #00C785; } /* _NP_ */
  .border-top.orange {
    border-top-color: #00C785; } /* _NP_ */
  .border-top.yellow {
    border-top-color: #00C785; } /* _NP_ */
  .border-top.blue {
    border-top-color: #00C785; } /* _NP_ */

.webpart {
  padding-top: 10px;
  margin-top: 10px; }

.no-border {
  border-bottom: none !important; }

.videohelp {
  width: 100%;
  float: left;
  position: relative;
  z-index: 10;
  padding: 0 0 0 0;
  margin: 0 0 20px 0; }
  .videohelp a {
    margin: 0 !important;
    color: white !important; }
    .videohelp a:hover, .videohelp a:focus {
      text-decoration: underline !important; }
  .videohelp img {
    position: relative;
    margin: 0 !important;
    padding: 0;
    z-index: 1; }
  .videohelp .figure {
    -moz-box-shadow: 2px 2px 3px 0 #cccccc;
    -webkit-box-shadow: 2px 2px 3px 0 #cccccc;
    box-shadow: 2px 2px 3px 0 #cccccc;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden; }
  .videohelp .figcaption {
    width: 91%;
    padding: 10px 5% 10px 5%;
    margin: -3px 0 0 0;
    background-color: #000C40;
    color: white;
    position: relative;
    z-index: 2; }
    .videohelp .figcaption p {
      color: white !important;
      margin: 0; }

figure {
  position: relative;
  display: table; }
  figure figcaption.tag {
    position: absolute;
    top: 20%;
    right: 0;
    background-color: #377d2f;
    color: white;
    padding: 6px 12px;
    font-size: 1.1em;
    font-weight: bold;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid white; }

.userguide .intro {
  margin: -10px 0 25px 0; }
.userguide h2 {
  border-top: 1px solid whitesmoke;
  padding-top: 1.5em;
  clear: both;
  margin-top: 1em; }
.userguide p,
.userguide div {
  padding: 0 0 0 65px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
.userguide div {
  float: left;
  margin: 0 0 25px 0; }
.userguide article.videohelp {
  width: 100%;
  padding: 0 0 0 65px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .userguide article.videohelp p {
    padding: 0; }
.userguide figure.f1 {
  width: 48%;
  float: left;
  margin: 0 4% 0 0; }
.userguide figure.f2 {
  width: 48%;
  float: left; }
.userguide span.number {
  background-color: #000C40;
  float: left;
  padding: 15px;
  height: 10px;
  width: 10px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-bottomright: 30px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  line-height: .4em;
  font-size: 1.1em;
  font-weight: bold;
  color: white;
  text-align: center;
  margin: -10px 25px 0 0; }
.userguide ol {
  list-style: none;
  margin: 0;
  padding: 0; }
  .userguide ol li {
    margin: 0 10px 0 0;
    padding: 25px 25px 25px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 1px solid whitesmoke;
    float: left;
    width: 100%; }

img.store-top {
  float: right;
  width: 30%;
  margin: 5px 0 15px 15px; }

.popular-products-header {
  width: 100%;
  float: left;
  display: block;
  padding: 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #377d2f; }
  .popular-products-header h2 {
    color: white; }

.jcarousel-skin-tango .jcarousel-container {
  /* border: 1px solid $lightgrey; */
  float: left; }
  .jcarousel-skin-tango .jcarousel-container a.cart {
    text-indent: 0 !important; }
  .jcarousel-skin-tango .jcarousel-container .col_of {
    margin-top: 0;
    padding-top: 0;
    padding-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .jcarousel-skin-tango .jcarousel-container .col_of p, .jcarousel-skin-tango .jcarousel-container .col_of a {
      font-size: .9em; }
  .jcarousel-skin-tango .jcarousel-container ul {
    margin: 0;
    padding: 0; }
  .jcarousel-skin-tango .jcarousel-container img {
    -moz-box-shadow: 2px 2px 3px 0 #cccccc;
    -webkit-box-shadow: 2px 2px 3px 0 #cccccc;
    box-shadow: 2px 2px 3px 0 #cccccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid whitesmoke; }

.jcarousel-skin-tango .jcarousel-direction-rtl {
  direction: rtl; }

.jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden; }

.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 100%; }

.jcarousel-skin-tango .jcarousel-item-horizontal {
  margin-left: 0px;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-right: 15px;
  border-left: 1px solid #cccccc; }

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 0px;
  margin-right: 10px; }

.jcarousel-skin-tango .jcarousel-item-placeholder {
  background: #fff;
  color: #000; }

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 50px;
  cursor: pointer;
  background: transparent url(/Styles/gfx/carousel-arrows.png) no-repeat 0 0px; }

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
  left: 5px;
  right: auto;
  background-image: url(/Styles/gfx/product-arrows.png);
  background-position: 0 -300px; }

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
  background-position: 0 -1000px; }

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover {
  cursor: default;
  background-position: 0 -2000px; }

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 50px;
  cursor: pointer;
  background: transparent url(/Styles/gfx/carousel-arrows.png) no-repeat 0 -350px; }

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 10px;
  background-image: url(/Styles/gfx/product-arrows.png);
  background-position: 0 -1350px; }

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
  background-position: 0 -1350px; }

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover {
  cursor: default;
  background-position: 0 -2350px; }

/* Old product info view */
.ax_item {
  padding-left: 5px; }

.itemHead {
  width: 580px;
  float: left; }

.itemPrice, .itemdelivery {
  width: 215px;
  float: right; }

.itemPrice p {
  margin: 0;
  padding: 0; }

.itemInfo {
  width: 490px;
  float: left;
  padding-left: 15px; }

.itemInfo p {
  margin-top: 10px; }

.itemInfo p span, .itemInfo p a {
  margin-right: 15px; }

.itemInfo img {
  vertical-align: middle; }

.itemInfo p {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.itemdelivery {
  padding-top: 1em; }
  .actions .itemdelivery {
    width: 214px; }

.itemdelivery a.button {
  margin-bottom: 10px;
  margin-left: -5px; }

.itemdelivery a.button {
  color: #5B6765 !important; /* _NP_ */
  border: 2px solid #DFE7E6; /* _NP_ */
  padding: 0px 15px 0px 10px;
  margin: 0px 0 10px;
  background-color: #DFE7E6; /* _NP_ */
  /* _NP_
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFDFDFE', endColorstr='#FFD1D1D1');";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFDFDFE', endColorstr='#FFD1D1D1');
  zoom: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfe), to(#d1d1d1));
  background: -moz-linear-gradient(top, #fdfdfe, #d1d1d1);
  background: -o-linear-gradient(top, #fdfdfe, #d1d1d1);
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; */
  font-weight: normal; }
  .itemdelivery a.button span {
    background-image: url(/Styles/gfx/cart.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 0px 6px;
    height: 37px;
    line-height: 36px;
    display: block; }
  .itemdelivery a.button:hover, .itemdelivery a.button:focus {
    color: white !important;
    background-color: #006152; /* _NP_ */
	border-color: #006152; /* _NP_ */
	/* _NP_
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF206017', endColorstr='#FF377D2F');";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF206017', endColorstr='#FF377D2F');
    zoom: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#206017), to(#377d2f));
    background: -moz-linear-gradient(top, #206017, #377d2f);
    background: -o-linear-gradient(top, #206017, #377d2f); */}
    .itemdelivery a.button:hover span, .itemdelivery a.button:focus span {
      background-image: url(/Styles/gfx/cart-hover.png); }
  .itemdelivery a.button span {
    padding-left: 40px; }

.itemdelivery .del a.button {
  border: 2px solid #a0a0a4;
  color: #a0a0a4 !important; }
  .itemdelivery .del a.button span {
    background-image: url(/Styles/gfx/cart-hover.png); }
  .itemdelivery .del a.button:hover, .itemdelivery .del a.button:focus {
    color: #a0a0a4 !important;
    background-color: #fdfdfe;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFDFDFE', endColorstr='#FFD1D1D1');";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFDFDFE', endColorstr='#FFD1D1D1');
    zoom: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfe), to(#d1d1d1));
    background: -moz-linear-gradient(top, #fdfdfe, #d1d1d1);
    background: -o-linear-gradient(top, #fdfdfe, #d1d1d1); }
    .itemdelivery .del a.button:hover span, .itemdelivery .del a.button:focus span {
      background-image: url(/Styles/gfx/cart-hover.png); }

.itemdelivery .blue_btn a.button {
	border-color: #DFE7E6; } /* _NP_ */
  .itemdelivery .blue_btn a.button span {
    background-image: url(/Styles/gfx/pdf.png); }
  .itemdelivery .blue_btn a.button:hover, .itemdelivery .blue_btn a.button:focus {
    color: white !important;
    background-color: #000C40; /* _NP_
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF162B37', endColorstr='#FF00447B');";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF162B37', endColorstr='#FF00447B');
    zoom: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#162b37), to(#000C40));
    background: -moz-linear-gradient(top, #162b37, #000C40);
    background: -o-linear-gradient(top, #162b37, #000C40); */ }
    .itemdelivery .blue_btn a.button:hover span, .itemdelivery .blue_btn a.button:focus span {
      background-image: url(/Styles/gfx/pdf.png);  }

.itemdelivery a.button img {
  display: none; }

.replaces a:link, .replacedBy a:link {
  width: 50%;
  display: block;
  float: left; }

/* Old product catalogue */
.search_result {
  padding-top: 10px; }
  .search_result > h5 {
    font-size: 1.3em;
    margin: .3em 0 .3em 0;
    color: #000C40; }
  .search_result > .line_separator {
    display: none; }

/* Search page */
.search_path a {
  padding: 10px 15px;
  display: inline-block; }
  .search_path a.SelectedPagingLink, .search_path a.SelectedPagingLink:hover {
    background: whitesmoke;
    border: 1px solid #ccc;
    color: #565656; }

.faq,
.standard-collection-list {
  margin-top: 10px; }
  .faq ul,
  .standard-collection-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .faq ul li,
    .standard-collection-list ul li {
      margin: 0;
      padding: 0; }
  .faq p,
  .standard-collection-list p {
    max-width: 100%;
    height: auto;
    overflow: auto; }
  .faq img.inline,
  .standard-collection-list img.inline {
    width: 50%;
    height: auto;
    display: block;
    float: left;
    margin: 0 20px 20px 0; }

.faq {
  margin-top: -10px; }

/* Accordion */
.js #accordionStore .accordion {
  visibility: hidden; }

p#switch {
  float: right;
  margin: -25px 0 0 0 !important;
  font-size: .9em !important; }

ul.list {
  list-style: none;
  padding: 0 0 0 50px;
  margin: -10px 0; }
  ul.list li {
    position: relative;
    line-height: 1.5em; }
  ul.list > li:before {
    position: absolute;
    top: 8px;
    margin: -1px 0 0 -20px;
    /* accommodate Camino */
    vertical-align: middle;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #006152;
    content: "";
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.js .toggler {
  min-width: 10px;
  text-align: right;
  float: right;
  margin: -25px 0 0 0; }
.js .accordion-wrapper .is-open {
  background: #565656 url(/Styles/gfx/plus-minus.png) no-repeat 25px -210px;
  color: white;
  cursor: pointer; }
.js .accordion-wrapper .is-closed {
  background: #e8e8e8 url(/Styles/gfx/plus-minus.png) no-repeat 25px -285px; }
  .js .accordion-wrapper .is-closed:hover {
    background: #565656 url(/Styles/gfx/plus-minus.png) no-repeat 25px -60px;
    color: white;
    cursor: pointer; }
.js .accordion-wrapper .accordion-header {
  padding: 15px 25px 15px 65px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
.js .accordion-wrapper .accordion-body .article {
  padding: 15px 25px 15px 65px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .js .accordion-wrapper .accordion-body .article ul {
    padding: 0px 0px 0px 20px; }
.js .accordion-wrapper .accordion-body .userguide {
  padding-left: 65px; }
.js .accordion-wrapper .accordion-body .userguide figure {
  display: block; }
.js .accordion-wrapper .accordion-body .accordion-header {
  background: transparent url(/Styles/gfx/plus-minus.png) no-repeat 25px 13px;
  padding: 15px 25px 15px 65px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .js .accordion-wrapper .accordion-body .accordion-header.is-open {
    background: transparent url(/Styles/gfx/plus-minus.png) no-repeat 25px -137px; }
    .js .accordion-wrapper .accordion-body .accordion-header.is-open:hover {
      text-decoration: underline; }
  .js .accordion-wrapper .accordion-body .accordion-header.is-closed:hover {
    text-decoration: underline; }

.accordion-wrapper img.inline {
  width: 30%; }
.accordion-wrapper h2, .accordion-wrapper h3, .accordion-wrapper h4, .accordion-wrapper h5 {
  font-size: 1.1em; }
.accordion-wrapper h2, .accordion-wrapper h3, .accordion-wrapper h4, .accordion-wrapper h5 {
  margin: 0; }
.accordion-wrapper .accordion-header {
  background: #e8e8e8;
  color: black;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
.accordion-wrapper .accordion-body {
  overflow: hidden; }
  .accordion-wrapper .accordion-body .article {
    padding: 15px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .accordion-wrapper .accordion-body .addthis_toolbox {
    display: inline-block;
    float: right;
    margin-bottom: 20px; }
  .accordion-wrapper .accordion-body .accordion-header {
    background-color: transparent;
    padding: 15px 20px;
    margin-top: -2px;
    color: #006152;
    font-size: .9em;
    border-top: 1px solid #a0a0a4; }
    .accordion-wrapper .accordion-body .accordion-header.is-open {
      background-color: transparent;
      color: #006152; }
    .accordion-wrapper .accordion-body .accordion-header.is-closed:hover {
      background-color: transparent;
      color: #006152; }
  .accordion-wrapper .accordion-body .accordion-body .article {
    padding-top: 0;
    padding-bottom: 0; }
.accordion-wrapper li {
  list-style: none; }
  .accordion-wrapper li > li {
    list-style: disc; }
  .accordion-wrapper li.last-child {
    margin-left: 20px;
    list-style-type: disc; }

/*
.last-child a.trigger{
	padding-left: 1px;
	background-image: none;
	font-weight: normal;
	}
*/
/*
#accordion a:hover.trigger.open, #accordion a:focus.trigger.open, #accordion a:active.trigger.open {
	border-color: #bcd;
	}
*/
/*
#accordion .switch a.open {
	background:transparent none; 
}
*/
#megamenu ul {
  position: relative;
  /* Required */
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }
  #megamenu ul li {
    display: block;
    width: 100%;
    clear: both;
    float: left; }
    #megamenu ul li span img {
      height: 40px;
      width: 25px;
      float: right;
      margin: 0 -28px 0 0;
      position: relative;
      z-index: 1000000000; }
    #megamenu ul li a {
      width: 100%;
      color: #4b4b4b;
      display: block;
      float: left;
      padding: 0 10px;
      height: 40px;
      line-height: 40px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      font-weight: bold; }
      #megamenu ul li a:hover, #megamenu ul li a.active {
        color: white;
        background: #006152 url(/Styles/gfx/megamenu-arrow.png) no-repeat right center; }
    #megamenu ul li + li a {
      border-top: 1px dotted #a0a0a4; }
    #megamenu ul li ul {
      display: none;
      float: left !important;
      width: 600px;
      height: auto;
      background-color: whitesmoke;
      position: absolute;
      z-index: 10000;
      top: -16px !important;
      left: 100%;
      border-left: 6px solid #006152;
      padding: 0;
      -moz-box-shadow: 2px 2px 3px 0px #cccccc;
      -webkit-box-shadow: 2px 2px 3px 0px #cccccc;
      box-shadow: 2px 2px 3px 0px #cccccc; }
      #megamenu ul li ul li div h3 a {
        margin: 0 0 10px 0;
        padding: 0;
        color: #006152;
        line-height: normal; }
        #megamenu ul li ul li div h3 a:hover {
          background: none;
          color: #006152; }
      #megamenu ul li ul li div a.link {
        padding: 0;
        margin: 0 0 10px 0;
        font-weight: normal;
        border: 0 !important;
        line-height: normal;
        height: auto;
        color: #006152; }
        #megamenu ul li ul li div a.link:hover {
          background: none;
          color: #006152; }
      #megamenu ul li ul li div a.readmore {
        margin: 20px 0 30px 0; }
      #megamenu ul li ul li .megamenu-wrapper {
        overflow: hidden; }
      #megamenu ul li ul li .megamenu-leftcol {
        float: left;
        width: 260px;
        padding: 20px;
        margin-bottom: -500px;
        padding-bottom: 500px; }
      #megamenu ul li ul li .megamenu-rightcol {
        float: left;
        width: 300px;
        background-image: url(/Images/ux-content/nettbutikk/megamenu/fallback.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: -500px;
        padding-bottom: 500px; }
        #megamenu ul li ul li .megamenu-rightcol .offer {
          position: relative;
          max-width: 230px;
          position: absolute;
          top: 50px;
          right: 0;
          background-color: #377d2f;
          padding: 0px 16px;
          font-size: 1.2em;
          font-weight: bold;
          border-top: 2px solid white;
          border-left: 2px solid white;
          border-bottom: 2px solid white; }
          #megamenu ul li ul li .megamenu-rightcol .offer a {
            color: white;
            border: none;
            font-size: 16px;
            margin: 0;
            padding: 0;
            float: left;
            line-height: 20px;
            height: auto;
            margin: 10px 0;
            display: block; }
            #megamenu ul li ul li .megamenu-rightcol .offer a:hover {
              background: none; }

::selection {
  background: #000C40;
  color: white;
  text-shadow: none; }

ul.stripped {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.search_result_wrap {
  margin-left: 25%; }

.search_path {
  text-align: center; }

#ax_nav .rest, #ShowMyWSKA .rest {
  display: none;
  *margin: 0px;
  *padding: 0px;
  *margin-top: -1em; }

p.resulturl {
  max-width: 100%;
  padding-top: 0px;
  font-size: .85em; }

.added_delivery {
  background: whitesmoke;
  padding: 2px; }

.bold {
  font-weight: bold; }

.lb-overlay {
  width: 0px;
  height: 0px;
  position: fixed;
  overflow: hidden;
  left: 0px;
  top: 0px;
  padding: 0px;
  z-index: 100;
  background: url(/Styles/gfx/black-transparent.png) repeat;
  background: rgba(0, 0, 0, 0.3); }

.screenoverlay {
  position: fixed;
  _position: absolute;
  /* for IE 6.0 */
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .60;
  filter: alpha(opacity=60);
  /* Set the overlay so it appears above the page content */
  z-index: 1001; }

.lb-overlay:target, .showLightbox {
  width: auto;
  height: auto;
  bottom: 0px;
  right: 0px;
  padding: 80px 100px 120px 100px; }

.showLightbox {
  width: 100% \9;
  /* For IE8 an below */
  height: 100% \9;
  /* For IE8 an below */ }

.lb-content {
  width: 900px; }

.lb-content, .topbox {
  background: White;
  margin: auto;
  padding: 20px;
  z-index: 1002;
  overflow: auto;
  border: 1px solid gray;
  opacity: 1;
  width: 900px; }

.topbox {
  position: fixed;
  _position: absolute;
  /* for IE 6.0 */
  top: 20%;
  left: 25%;
  right: 25%;
  max-height: 80%;
  text-align: left;
  /*Must use a z-index greater than the screen overlay*/
  z-index: 1002;
  overflow: auto; }

div.lb-close {
  text-align: right;
  width: 940px;
  margin: auto;
  margin-top: 5% \9;
  /* For IE8 an below */
  z-index: 101;
  position: relative;
  left: 1px;
  bottom: 4px;
  *bottom: 0px;
  /* For IE7 */
  *padding: 5px 10px;
  /* For IE7 */ }

div.lb-close a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: bold;
  background: #006152;
  z-index: 101;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  width: 100px;
  overflow: hidden; }

x:-o-prefocus {
  height: 100%; }

.LightBoxContent input {
  border: 1px solid #cccccc; }

* {
  margin: 0;
  padding: 0;
  border: none; }

a:link, a:visited {
  text-decoration: none;
  color: #006152; }

a:hover,
a:focus {
  text-decoration: underline; }

#article a {
  text-decoration: underline; }
  #article a:hover {
    color: black; }

body {
  width: 100%;
  height: 100%;
  background-color: #D2FFFF; }

/* Responsive grid system */
.section,
.topsection {
  width: 100%;
  clear: both;
  border-top: 0px solid #00C785;  /* _NP_ */
  border-bottom: 0; }
  .section.noline,
  .topsection.noline {
    border-top: 0; }

#footer-menu  .section  { /* _NP_ */ 
  border-top: 25px solid transparent;  /* _NP_ */ }
	
.store .topsection, .store .section {
  border-top: 0; }

.topsection {
  margin-top: 25px; }

.col {
  display: block;
  float: left;
  margin: 10px 0 10px 5%;
  padding: 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .col.last-child, .col:last-child {
    float: right;
    margin-left: 0; }
  .col.first-child, .col:first-child {
    margin-left: 0; }

.col_of {
  display: block;
  float: left;
  margin: 10px 0 10px 2%;
  padding: 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .col_of .col_of {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .col_of.last-child, .col_of:last-child {
    float: right;
    margin-left: 0; }
  .col_of.first-child, .col_of:first-child {
    margin-left: 0; }
  .col_of.zone {
    margin-top: 0px;
    padding-top: 0px; }

.span_1 {
  width: 20%; }

.span_2 {
  width: 50%; }

.span_3 {
  width: 20%; }

.span_3 figure img {
  width: 100%; }

.span_3_of_3 {
  width: 100%; }

.span_2_of_3 {
  width: 66%; }

.span_1_of_3 {
  width: 32%; }

.span_2_of_2 {
  width: 100%; }

.span_1_of_2 {
  width: 48.8%; }

.span_1_of_1 {
  width: 100%; }

.spanProduct {
  width: 75%; }

.span_1_of_4 {
  width: 24.5%; }

.span_2_of_4 {
  width: 49%; }

.span_3_of_4 {
  width: 73%; }

.span_1_of_5 {
  width: 18.5%; }

/* Episerver webpart edit hack */
.wrapper > .editZone .span_2_of_3 {
  width: 720px; }

.wrapper > .editZone .span_1_of_3 {
  width: 350px; }

.span_2_of_3 .editZone .span_1_of_2, .span_2_of_3 .editZone .span_1_of_3 {
  width: 350px; }

.span_1_of_2 > .span_1_of_3 {
  width: 100%; }

.webparttitle img {
  max-width: none; }

.productlisting {
  display: block;
  float: left;
  width: 75%;
  margin: 10px 0 10px 25%; }

.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

table#id_matrix td fieldset input {
  margin-top: 10px;
  padding: 5px; }

/* Main sections  */
#container {
  min-width: 1200px; }

#header {
  width: 100%;
  float: left;
  background-color: #D2FFFF; /* _NP_ */
  border-bottom: 1px solid white;  /* _NP_ */ }

#body {
  width: 100%;
  padding: 0 0 40px 0;
  position: relative;
  overflow: auto;
  background-color: white;
  /* _NP_ 
  -moz-box-shadow: 0 0 4px 2px #888888;
  -webkit-box-shadow: 0 0 4px 2px #888888;
  box-shadow: 0 0 4px 2px #888888; */
  /* Search */ }
  #body #searchfield {
    width: 60%;
    float: left;
    margin: 20px 0 0 0; }

#footer {
  width: 100%;
  min-height: 300px;
  overflow: auto;
  background-color: #D2FFFF; /* _NP_ 
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF162B37', endColorstr='#FF00447B');";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF162B37', endColorstr='#FF00447B');
  zoom: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#162b37), to(#000C40));
  background: -moz-linear-gradient(top, #162b37, #000C40);
  background: -o-linear-gradient(top, #162b37, #000C40); */ }

.wrapper {
  min-width: 1100px;
  max-width: 1100px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 30px; }

select {
  border: 1px solid; }

/* TABLET */
/* MOBILE */
/* Browser warning  */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* Helper classes */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* IE7 styles */
div.wrapper {
  position: relative; }

*:first-child + html #cart {
  margin-top: 0; }

/* IE7 */
*:first-child + html form.search input[type="text"] {
  padding-left: 0;
  height: 26px; }

/* IE7 */
*:first-child + html #searchfield .search-input, *:first-child + html #searchfield .search input[type="text"], .search *:first-child + html #searchfield input[type="text"] {
  height: 25px;
  float: left; }

/* IE7 */
*:first-child + html #navbar ul li a {
  height: 40px;
  bottom: 0;
  margin-top: 20px; }

*:first-child + html #navbar ul li.active a,
*:first-child + html #navbar ul li.active a:link,
*:first-child + html #navbar ul li.active a:visited {
  bottom: 0;
  margin-top: 10px;
  height: 50px; }

div.ax_item {
  *width: 820px; }

/* Print styles */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100%;
    vertical-align: middle; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  #global-header,
  #searchfield,
  #cart,
  #navbar,
  #breadcrumbs,
  #footer,
  #filtertop,
  .shortlist {
    display: none; }

  .section, .topsection {
    border-bottom: none; }

  .itemdelivery a.button span {
    padding-left: 0px; }

  #article a:link,
  .article a:link {
    text-decoration: underline; }
  #article img.share,
  .article img.share {
    margin: -30px 0 20px 0; }
  #article .imageWrapper.right,
  .article .imageWrapper.right {
    margin-left: 15px; }
  #article .imageWrapper.left,
  .article .imageWrapper.left {
    margin-right: 15px;
    float: left; }
  #article .imageWrapper .imageText,
  .article .imageWrapper .imageText {
    width: 100%;
    padding: 10px 10px 12px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #F5F5F5;
    font-size: 0.85em;
    overflow: hidden;
    position: relative; }
  #article ul,
  .article ul {
    list-style: disc; }
    #article ul ul,
    .article ul ul {
      margin: 10px 0 10px 10px; }
  #article li,
  .article li {
    position: relative;
    line-height: 1.5em; }
  #article ul > li:before,
  .article ul > li:before {
    display: none; }
  #article ol,
  .article ol {
    counter-reset: li;
    /* Initiate a counter */
    list-style: none;
    /* Remove default numbering */
    *list-style: decimal;
    /* Keep using default numbering for IE6/7 */
    padding: 0;
    margin: 0 0 20px 25px; }
    #article ol ol,
    .article ol ol {
      margin: 0 0 0 10px;
      padding: 10px 0; }
    #article ol li,
    .article ol li {
      line-height: 1.5em; }
    #article ol li:before,
    .article ol li:before {
      content: counter(li);
      counter-increment: li;
      color: white;
      position: absolute;
      left: -2em;
      top: 50%;
      margin-top: -.7em;
      background: #006152;
      height: 1.4em;
      width: 1.4em;
      font-size: 0.8em;
      line-height: 1.45em;
      text-align: center; } }


#ax_nav, #ShowMyWSKA {
	padding: 20px 10px 15px 0px;
	float: left; 
	width: 220px;
	background: white;
}
#ax_nav ul {
    list-style: none;
	border-bottom: 1px dotted #DDDDDD; 
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left:0;
}
#ShowMyWSKA ul {
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

#ax_nav ul.rest, #ShowMyWSKA ul.rest {
	border-bottom: 0 none; 
}
#ax_nav ul li {
	font-size: .75em;
	color: #5B6765;
    margin-top: 5px;
}
#ax_nav ul.rest li {
	font-size: 1em;
}
#ax_nav ul li a {
	font-size: 1.2em;
}

#ax_nav h6, #ShowMyWSKA h6 {
    font-size: 1em;
	padding: 1px;
	margin-top: 1em;
}
#ax_nav ul li a.showhide{
    color: #004385;
	font-size: 1.1em;
	margin-top: 5px;
}
#ShowMyWSKA ul li a.showhide {
    color: #004385;
	font-size: .85em;
	margin-top: 5px;
}
#ax_nav .box {
    border: 1px solid #d9d9d9;
    padding: 10px;
}
.box {
	-moz-box-shadow: 4px 4px 5px #d9d9d9;
 	-webkit-box-shadow: 4px 4px 5px #d9d9d9;
 	box-shadow: 4px 4px 5px #d9d9d9;
	margin-top:15px;
}

.ax_item {
    width: 100%;
    padding-top: 14px;
    border-top: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 15px;
}

.itemHead h3 {
	float: left;
	font-weight: bold;
	margin: 0;
	padding-right: 2em;
}
.itemHead a:link, .itemHead a:hover, .itemHead a:visited {
    color: Black;
    text-decoration: none;
    font-weight: bold;
}
.preview {
	font-size: 0.85em;
	clear: left;
	padding: 2px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 77px;
    padding-top: 10px; 
    margin-right:0px;
}
.preview img {
    border: 1px solid #CCC;
}
.tabmenu{
	padding: 8px 0;
	margin-top: 25px;
	margin-left: 0;
	border-bottom: 1px solid #CCC;
	list-style-type: none;
}
.WithdrawnChkBox {
    margin-left: 66px;
}
.tabmenu li{
	display: inline;
	margin: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000FF, endColorstr=#FFFFFFFF, GradientType=1)";
}
#SegmentList {
    font-size:.9em;
    padding:10px;
    margin-bottom:10px;
    color:#333333;
}
#SegmentList input{
    margin-left: 10px;
    margin-right: 5px;
}
.bgGhostWhite {
    background-color: ghostwhite;
}
.right {
    float: right;
}
.tabmenu li a{
	text-decoration: none;
	padding: 8px 15px;
	margin-right: 3px;
	border: 1px solid #DDD;
	border-bottom: none;
	color: #0066CC;
	-moz-border-radius: 1em 1em 0em 0em;
	border-radius: 10px 1em 0em 0em;
	  /* Old browsers */
	  background: #EEEEEE; 
	  /* Safari 4-5, Chrome 1-9 */
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(60%,#e1e1e1), color-stop(100%,#f6f6f6)); 
	  /* Safari 5.1+, Chrome 10+ */
	  background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 60%,#f6f6f6 100%);
	  /* Firefox 3.6+ */
	  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 60%, #f6f6f6 100%);
	  /* Opera 11.10+ */	
	  background: -o-linear-gradient(top, #FFFFFF 0%,#f1f1f1 50%,#e1e1e1 60%,#f6f6f6 100%);
	  /* IE 10 */
	  background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 60%,#f6f6f6 100%);
	  /* IE6-9 */
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000');
	  /* W3C */	
	  background: linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 60%,#f6f6f6 100%);   
}

.tabmenu li a:visited{
	color: #0066CC;
}

.tabmenu li a:hover{
	background: #FFFFFF;
	color: #0066CC;
}

.tabmenu li a:active{
	color: #0066CC;
}

.tabmenu li.selected a{ /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 9px;
	background: #FFFFFF;
	color: #0066CC;
}#ax_nav {
}


.alertmsg {
    padding: 30px;
    background-color: #ffecca;
    padding-bottom: 1px;
}
.alertmsg img {
    margin-right: 30px;
    width: 100px;
}
.alertImg {
    float: left;
}
.loginArea {
    margin-top: 20px;
}
.loginArea .right {
    float: right;
}
.loginArea input {
    border: 1px solid #DDD;
}
.loginArea fieldset div p {
    margin-bottom: 0px;
}
div.share {
    float: right; 
    margin-top: -49px;
    font-size: .8em;
    padding: 15px 0;
}
div.plainPageContent {
    width: 50%; 
    display: block; 
    float: left; 
    margin: 10px 0 10px 0; 
    padding: 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
input.button {
  padding: 10px;
  margin: 5px 0 0 0;
  display: inline-block;
  clear: both !important;
  background-color: #000C40; /* _NP_ */
  color: white !important;
  font-weight: bold;
  width: auto !important; /* _NP_
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; */
  text-decoration: none !important
   }
input.button:hover, input.button:focus {
    text-decoration: underline !important; }

#ctl00_ucPageHeader_ucQuickSearch_FlushAx {display:none}

