@charset "UTF-8";
/*------------------------------------------------------*\
    // SCSS PARTIALS - Variables
\*------------------------------------------------------*/
/*------------------------------------------------------*\
    // BACKGROUND-COLORS, COLORS AND FONT VARIABLES:
\*------------------------------------------------------*/
/**
 * NOTE:
 *
 * All the variables for lighten/darken
*/
/*------------------------------------------------------*\
    // VARIABLES AFTER rs-variables.scss for lighten/darken:
\*------------------------------------------------------*/
/*------------------------------------------------------*\
    // SCSS PARTIALS - Style
\*------------------------------------------------------*/
/*------------------------------------------------------*\
    // GENERAL
\*------------------------------------------------------*/
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important; }

html {
  position: relative;
  height: 100%; }

body {
  font-size: 14px;
  font-family: "Open Sans", Arial;
  color: #666666;
  -webkit-text-size-adjust: none;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0; }

.body-padding .wrapper-middle {
  padding-top: 30px; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

a {
  transition: all 0.3s ease-in-out;
  color: #000;
  text-decoration: none;
  cursor: pointer; }
  a:active {
    color: #47a882; }
  a:hover {
    color: #47a882;
    text-decoration: underline; }
  a:focus {
    color: #47a882;
    text-decoration: none; }

p {
  padding: 0;
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 22px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", Arial;
  padding: 0;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px; }

h1 {
  font-size: 23px;
  line-height: normal;
  margin: 0 0 10px 0; }

h2 {
  font-size: 20px;
  line-height: normal;
  margin: 0 0 7px 0; }

h3 {
  font-size: 17px;
  line-height: normal;
  margin: 0 0 7px 0; }

h4 {
  font-size: 15px;
  line-height: normal;
  margin: 0 0 7px 0; }

h5 {
  font-size: 14px;
  line-height: normal;
  margin: 0 0 7px 0; }

h6 {
  font-size: 12px;
  line-height: normal;
  font-weight: normal;
  margin: 0 0 7px 0; }

hr {
  background-color: #e1e1e1;
  color: #e1e1e1;
  height: 1px;
  border: 0;
  margin: 30px 0 40px 0; }

form {
  margin: 0; }

blockquote {
  font-size: 15.5px;
  font-style: italic; }
  blockquote small {
    margin: 10px 0 0 0;
    text-align: right; }

.javascript_only {
  display: none; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: inside;
    margin: 0;
    padding: 0; }

dl {
  margin: 10px 0 10px 0;
  padding: 0 5px 0 5px; }
  dl dt {
    font-weight: 700;
    margin: 0 0 3px 0; }

.img-responsive {
  max-width: 100%;
  height: auto; }

/*------------------------------------------------------*\
    // GENERAL - INPUT TYPES
    - Text, textarea, buttons, select etc.  
\*------------------------------------------------------*/
.falt {
  border-radius: 4px;
  display: block;
  width: auto;
  height: 26px;
  padding: 6px 10px 6px 10px;
  margin: 0;
  font-size: 12px;
  line-height: 1.42857143;
  font-family: Arial, helvetica;
  color: #6c6c6c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .falt::-webkit-input-placeholder {
    color: #6c6c6c; }
  .falt:-moz-placeholder {
    /* Firefox 18- */
    color: #6c6c6c; }
  .falt::-moz-placeholder {
    /* Firefox 19+ */
    color: #6c6c6c; }
  .falt:-ms-input-placeholder {
    color: #6c6c6c; }
  .falt:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    color: #999999;
    font-style: italic; }
  .body-newshop .falt, .body-hosting .falt, .body-forgotpass .falt {
    display: inline-block; }

input.button, button, .button_big {
  border-radius: 3px;
  background-color: #47a882;
  font-family: Arial, helvetica;
  color: #fff;
  border: 1px solid #47a882;
  display: inline-block;
  padding: 0px 16px 0px 16px;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  height: 30px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer; }

.button-big {
  padding: 0px 20px 0px 20px;
  height: 40px;
  line-height: 40px;
  font-size: 14px; }

.button-color, .button-buy, .buttongreen {
  background-color: #47a882;
  color: #fff;
  border: 1px solid #47a882; }
  .button-color:hover, .button-buy:hover, .buttongreen:hover {
    background-color: #64be9b;
    color: #fff; }
  .button-color:focus, .button-buy:focus, .buttongreen:focus {
    background-color: #64be9b; }

.button-white {
  background-color: #fff;
  color: #666666 !important;
  border: 1px solid #dddddd;
  font-weight: normal; }
  .button-white:hover {
    background-color: #f0f0f0; }

.button-back {
  margin: 0 0 10px 0;
  width: 100%; }

.button-forward {
  width: 100%;
  width: auto;
  margin: 0 0 10px 0;
  float: right; }

select {
  font-family: Arial, helvetica;
  display: block;
  height: 32px;
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1.42857;
  color: #555;
  min-width: 100px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 4px; }

option {
  padding: 5px 5px 5px 5px; }

label {
  font-weight: normal;
  margin: 0 6px 5px 0;
  display: inline-block;
  float: none !important; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 6px 0 0px;
  line-height: normal;
  display: inline-block; }

.align-left {
  text-align: left; }

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

.align-right {
  text-align: right; }

table td {
  vertical-align: top;
  text-align: left; }

table th {
  text-align: left; }

/*------------------------------------------------------*\
    // GENERAL - ERROR, INFO, SUCCESS, REQUIRED 
\*------------------------------------------------------*/
.text-success {
  color: #17b41e;
  display: block;
  margin: 5px 0 5px 0; }

.field-required, .errmsg, .text-error {
  color: #db3118;
  font-style: italic;
  font-size: 12px; }

.errfield .falt {
  background-color: #fff5f4; }

.red {
  color: #db3118; }

.error, .msg-error, .warning {
  color: #fff;
  background-color: #db3118;
  border: 1px solid #a92717;
  padding: 15px 15px 15px 15px;
  text-align: left;
  margin: 0 0 15px 0; }

.error h3, .msg-error h3, .warning h3 {
  color: #fff;
  font-weight: 700; }

.info_message {
  background-color: #fffbcc;
  border: 1px solid #fffbcc;
  padding: 15px 15px 15px 15px;
  text-align: left;
  margin: 0 0 15px 0; }

td.error {
  color: #db3118; }

.errfield input {
  background: #fee; }

span.errmsg {
  color: #db3118;
  padding: 5px 0 0 0;
  display: block; }

/*--------------------------------------------------------*\
    // GENERAL - WRAPPERS
    - Wrappers for the template.
\*------------------------------------------------------*/
.wrapper {
  background: none;
  padding: 0 0 20px 0;
  display: table-row;
  height: 1px;
  height: 100%; }

.wrapper-page {
  padding: 0px 0 20px 0; }

.wrapper-middle {
  width: 980px;
  margin: 0 auto; }

.wrapper-product {
  width: 980px;
  margin: 0 auto; }
  .wrapper-product .wrapper-leftrail {
    float: left;
    width: 23%; }
  .wrapper-product .wrapper-middle {
    margin: 0;
    width: 73%;
    float: right; }

header {
  background-color: #fff;
  margin: 0;
  border: 0;
  padding: 0; }
  header .header-text {
    font-style: italic; }

.wrapper-footer {
  width: 100%;
  position: relative;
  background-color: #F5F5F5;
  display: table-row;
  height: 1px; }
  .wrapper-footer:after {
    background-color: #F5F5F5; }
  .wrapper-footer .wrapper-footer-container {
    height: auto; }
  .wrapper-footer .wrapper-footer-white {
    background-color: #fff;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3; }
    .wrapper-footer .wrapper-footer-white .iconset {
      font-size: 20px;
      color: #000;
      margin: 0 0 10px 0; }
    .wrapper-footer .wrapper-footer-white a {
      color: #000 !important;
      text-decoration: none; }
      .wrapper-footer .wrapper-footer-white a:hover {
        text-decoration: underline; }
    .wrapper-footer .wrapper-footer-white .ml {
      font-size: 14px !important;
      line-height: 15px !important;
      font-style: italic; }
  .wrapper-footer .wrapper-footer-black {
    background-color: #3D3D3D;
    border: 0;
    color: #fff; }
    .wrapper-footer .wrapper-footer-black a {
      color: #fff; }
  .wrapper-footer .wrapper-footer-color {
    background-color: #333;
    color: #fff !important;
    position: relative;
    padding: 0px 0 0px 0; }
    .wrapper-footer .wrapper-footer-color img {
      position: absolute;
      top: -115px;
      right: 0; }
    .wrapper-footer .wrapper-footer-color p, .wrapper-footer .wrapper-footer-color a, .wrapper-footer .wrapper-footer-color h4, .wrapper-footer .wrapper-footer-color h3, .wrapper-footer .wrapper-footer-color h4 {
      color: #fff !important;
      margin: 0;
      padding: 0; }

/* Header
-----------------------------------------------------------------------------*/
header {
  background: #ffffff; }

.header-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 0px;
  width: 980px; }

.header-top-black-container {
  background-color: #fff;
  height: 44px; }

.header-top-black {
  position: relative;
  height: 44px;
  margin: 0 auto;
  padding: 0 0px;
  width: 980px; }

.menu-contact {
  float: left;
  height: 30px;
  position: absolute;
  top: 13px;
  left: 0; }
  .menu-contact li {
    display: inline-block; }
    .menu-contact li a {
      font-size: 13px;
      display: block;
      color: #666;
      padding: 0;
      margin: 0 10px 0 0;
      font-style: italic; }
      .menu-contact li a:hover {
        text-decoration: none;
        color: #333; }
    .menu-contact li.selected a {
      color: #333333;
      border-bottom: 1px solid #333; }

.menu-order {
  float: right;
  margin: 10px 0 0 0; }
  .menu-order li {
    display: inline-block;
    padding: 0;
    margin: 0 10px 0 0;
    float: right;
    font-weight: normal; }
    .menu-order li a {
      padding: 0;
      line-height: 18px;
      color: #333;
      margin: 0 0 0 0;
      font-style: italic;
      font-size: 12px;
      text-decoration: underline; }
      .menu-order li a:hover {
        text-decoration: none; }
  .menu-order .special {
    margin: 0 0 0 -10px; }

.logo {
  padding: 10px 0 30px 0;
  float: left;
  width: 40%; }
  .logo img {
    max-width: 240px; }

.topmenu-logo-left {
  float: none;
  display: inline-block;
  padding: 0;
  margin-left: 0; }
  .topmenu-logo-left .neh-logo {
    z-index: 1;
    position: relative;
    text-align: center; }
    .topmenu-logo-left .neh-logo img {
      height: 40px;
      margin-top: 10px; }

.topmenu-cart-left {
  float: none;
  display: inline-block;
  padding: 0px 0 0 20px; }
  .topmenu-cart-left #cartMenu.Panel {
    top: -16px;
    left: 15px;
    margin: 0 !important; }

.topmenu-right {
  float: right; }

.topmenu {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 65px;
  margin: 0; }
  .topmenu li {
    list-style: none;
    display: inline-block;
    line-height: 65px;
    cursor: pointer;
    letter-spacing: 0.01em; }
    .topmenu li a {
      color: #333;
      font-size: 13px;
      display: block;
      padding: 0 5px 0 5px; }
      .topmenu li a:hover {
        text-decoration: none; }
  .topmenu .dropdown {
    padding-left: 30px; }

.js_topmenu-dropdown {
  background-color: #3d4c68;
  position: absolute;
  top: 65px;
  left: inherit;
  right: 0;
  padding: 12px 20px 7px 20px;
  z-index: 10; }
  .js_topmenu-dropdown li {
    display: block;
    line-height: 1;
    text-transform: initial; }
    .js_topmenu-dropdown li a {
      padding: 0 0 5px 0;
      margin: 0 0 2px 0;
      font-style: normal; }
    .js_topmenu-dropdown li .selected {
      color: #E56335; }

/* Package neh
-----------------------------------------------------------------------------*/
.package-neh {
  position: relative;
  background-color: whitesmoke;
  margin: 0 0 30px 0; }
  .package-neh .package-neh-container {
    width: 980px;
    margin: 0 auto;
    padding: 35px 0 35px 0; }
    .package-neh .package-neh-container .package-neh-info .package-neh-title h1 {
      color: #333;
      padding: 0;
      font-size: 30px;
      line-height: 1.2; }
    .package-neh .package-neh-container .package-neh-info .package-neh-title h4 {
      color: #333;
      font-size: 20px;
      margin: 0 0 10px 0;
      padding: 0;
      line-height: normal;
      text-transform: inherit; }
    .package-neh .package-neh-container .package-neh-info .package-neh-text {
      color: #666; }
      .package-neh .package-neh-container .package-neh-info .package-neh-text a {
        color: #333;
        text-decoration: underline; }
        .package-neh .package-neh-container .package-neh-info .package-neh-text a:hover {
          text-decoration: none; }
      .package-neh .package-neh-container .package-neh-info .package-neh-text .button {
        text-decoration: none;
        margin: 10px 0 0 0; }

#facebox {
  position: fixed;
  top: 100px !important;
  left: 40% !important; }
  #facebox .popup {
    border: 0;
    width: auto;
    margin: 0 auto;
    z-index: 9999; }
  #facebox .close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px;
    width: auto;
    overflow: hidden; }
  #facebox .login-popup {
    padding: 20px 50px 20px 50px;
    background-color: #fff;
    width: 310px; }
    #facebox .login-popup input {
      height: auto !important;
      margin: 0 0 5px 0 !important; }
    #facebox .login-popup .button {
      margin: 0 0 10px 0 !important; }
    #facebox .login-popup img {
      margin: 0 5px 0 0; }

.body-services .login-popup {
  padding: 0;
  width: 310px; }

.body-services .button {
  margin: 0 0 10px 0 !important; }

/* Category info
-----------------------------------------------------------------------------*/
.categoryinfo {
  width: 100%;
  background-color: whitesmoke;
  margin: 0 0 30px 0;
  padding: 35px 0 35px 0; }
  .categoryinfo .categoryinfo-container {
    width: 980px;
    margin: 0 auto; }
    .categoryinfo .categoryinfo-container .categoryinfo-text {
      text-align: center;
      color: #333;
      padding: 30px 0 0 0; }
      .categoryinfo .categoryinfo-container .categoryinfo-text h1 {
        color: #333;
        font-size: 40px;
        font-weight: 700; }

/* 
-----------------------------------------------------------------------------*
    OLD STYLE STARTS HERE
    ---------------------
/* 
-----------------------------------------------------------------------------*/
.m1 {
  margin: 1px; }

.m2 {
  margin: 2px; }

.m3 {
  margin: 3px; }

.m4 {
  margin: 4px; }

.m5 {
  margin: 5px; }

.m6 {
  margin: 6px; }

.m7 {
  margin: 7px; }

.m8 {
  margin: 8px; }

.m9 {
  margin: 9px; }

.m10 {
  margin: 10px; }

.m11 {
  margin: 11px; }

.m12 {
  margin: 12px; }

.m13 {
  margin: 13px; }

.m14 {
  margin: 14px; }

.m15 {
  margin: 15px; }

.m16 {
  margin: 16px; }

.m17 {
  margin: 17px; }

.m18 {
  margin: 18px; }

.m19 {
  margin: 19px; }

.m20 {
  margin: 20px; }

.mt1 {
  margin-top: 1px; }

.mt2 {
  margin-top: 2px; }

.mt3 {
  margin-top: 3px; }

.mt4 {
  margin-top: 4px; }

.mt5 {
  margin-top: 5px; }

.mt6 {
  margin-top: 6px; }

.mt7 {
  margin-top: 7px; }

.mt8 {
  margin-top: 8px; }

.mt9 {
  margin-top: 9px; }

.mt10 {
  margin-top: 10px; }

.mt11 {
  margin-top: 11px; }

.mt12 {
  margin-top: 12px; }

.mt13 {
  margin-top: 13px; }

.mt14 {
  margin-top: 14px; }

.mt15 {
  margin-top: 15px; }

.mt16 {
  margin-top: 16px; }

.mt17 {
  margin-top: 17px; }

.mt18 {
  margin-top: 18px; }

.mt19 {
  margin-top: 19px; }

.mt20 {
  margin-top: 20px; }

.mr1 {
  margin-right: 1px; }

.mr2 {
  margin-right: 2px; }

.mr3 {
  margin-right: 3px; }

.mr4 {
  margin-right: 4px; }

.mr5 {
  margin-right: 5px; }

.mr6 {
  margin-right: 6px; }

.mr7 {
  margin-right: 7px; }

.mr8 {
  margin-right: 8px; }

.mr9 {
  margin-right: 9px; }

.mr10 {
  margin-right: 10px; }

.mr11 {
  margin-right: 11px; }

.mr12 {
  margin-right: 12px; }

.mr13 {
  margin-right: 13px; }

.mr14 {
  margin-right: 14px; }

.mr15 {
  margin-right: 15px; }

.mr16 {
  margin-right: 16px; }

.mr17 {
  margin-right: 17px; }

.mr18 {
  margin-right: 18px; }

.mr19 {
  margin-right: 19px; }

.mr20 {
  margin-right: 20px; }

.mb1 {
  margin-bottom: 1px; }

.mb2 {
  margin-bottom: 2px; }

.mb3 {
  margin-bottom: 3px; }

.mb4 {
  margin-bottom: 4px; }

.mb5 {
  margin-bottom: 5px; }

.mb6 {
  margin-bottom: 6px; }

.mb7 {
  margin-bottom: 7px; }

.mb8 {
  margin-bottom: 8px; }

.mb9 {
  margin-bottom: 9px; }

.mb10 {
  margin-bottom: 10px; }

.mb11 {
  margin-bottom: 11px; }

.mb12 {
  margin-bottom: 12px; }

.mb13 {
  margin-bottom: 13px; }

.mb14 {
  margin-bottom: 14px; }

.mb15 {
  margin-bottom: 15px; }

.mb16 {
  margin-bottom: 16px; }

.mb17 {
  margin-bottom: 17px; }

.mb18 {
  margin-bottom: 18px; }

.mb19 {
  margin-bottom: 19px; }

.mb20 {
  margin-bottom: 20px; }

.ml1 {
  margin-left: 1px; }

.ml2 {
  margin-left: 2px; }

.ml3 {
  margin-left: 3px; }

.ml4 {
  margin-left: 4px; }

.ml5 {
  margin-left: 5px; }

.ml6 {
  margin-left: 6px; }

.ml7 {
  margin-left: 7px; }

.ml8 {
  margin-left: 8px; }

.ml9 {
  margin-left: 9px; }

.ml10 {
  margin-left: 10px; }

.ml11 {
  margin-left: 11px; }

.ml12 {
  margin-left: 12px; }

.ml13 {
  margin-left: 13px; }

.ml14 {
  margin-left: 14px; }

.ml15 {
  margin-left: 15px; }

.ml16 {
  margin-left: 16px; }

.ml17 {
  margin-left: 17px; }

.ml18 {
  margin-left: 18px; }

.ml19 {
  margin-left: 19px; }

.ml20 {
  margin-left: 20px; }

.p1 {
  padding: 1px; }

.p2 {
  padding: 2px; }

.p3 {
  padding: 3px; }

.p4 {
  padding: 4px; }

.p5 {
  padding: 5px; }

.p6 {
  padding: 6px; }

.p7 {
  padding: 7px; }

.p8 {
  padding: 8px; }

.p9 {
  padding: 9px; }

.p10 {
  padding: 10px; }

.p11 {
  padding: 11px; }

.p12 {
  padding: 12px; }

.p13 {
  padding: 13px; }

.p14 {
  padding: 14px; }

.p15 {
  padding: 15px; }

.p16 {
  padding: 16px; }

.p17 {
  padding: 17px; }

.p18 {
  padding: 18px; }

.p19 {
  padding: 19px; }

.p20 {
  padding: 20px; }

.pt1 {
  padding-top: 1px; }

.pt2 {
  padding-top: 2px; }

.pt3 {
  padding-top: 3px; }

.pt4 {
  padding-top: 4px; }

.pt5 {
  padding-top: 5px; }

.pt6 {
  padding-top: 6px; }

.pt7 {
  padding-top: 7px; }

.pt8 {
  padding-top: 8px; }

.pt9 {
  padding-top: 9px; }

.pt10 {
  padding-top: 10px; }

.pt11 {
  padding-top: 11px; }

.pt12 {
  padding-top: 12px; }

.pt13 {
  padding-top: 13px; }

.pt14 {
  padding-top: 14px; }

.pt15 {
  padding-top: 15px; }

.pt16 {
  padding-top: 16px; }

.pt17 {
  padding-top: 17px; }

.pt18 {
  padding-top: 18px; }

.pt19 {
  padding-top: 19px; }

.pt20 {
  padding-top: 20px; }

.pr1 {
  padding-right: 1px; }

.pr2 {
  padding-right: 2px; }

.pr3 {
  padding-right: 3px; }

.pr4 {
  padding-right: 4px; }

.pr5 {
  padding-right: 5px; }

.pr6 {
  padding-right: 6px; }

.pr7 {
  padding-right: 7px; }

.pr8 {
  padding-right: 8px; }

.pr9 {
  padding-right: 9px; }

.pr10 {
  padding-right: 10px; }

.pr11 {
  padding-right: 11px; }

.pr12 {
  padding-right: 12px; }

.pr13 {
  padding-right: 13px; }

.pr14 {
  padding-right: 14px; }

.pr15 {
  padding-right: 15px; }

.pr16 {
  padding-right: 16px; }

.pr17 {
  padding-right: 17px; }

.pr18 {
  padding-right: 18px; }

.pr19 {
  padding-right: 19px; }

.pr20 {
  padding-right: 20px; }

.pb1 {
  padding-bottom: 1px; }

.pb2 {
  padding-bottom: 2px; }

.pb3 {
  padding-bottom: 3px; }

.pb4 {
  padding-bottom: 4px; }

.pb5 {
  padding-bottom: 5px; }

.pb6 {
  padding-bottom: 6px; }

.pb7 {
  padding-bottom: 7px; }

.pb8 {
  padding-bottom: 8px; }

.pb9 {
  padding-bottom: 9px; }

.pb10 {
  padding-bottom: 10px; }

.pb11 {
  padding-bottom: 11px; }

.pb12 {
  padding-bottom: 12px; }

.pb13 {
  padding-bottom: 13px; }

.pb14 {
  padding-bottom: 14px; }

.pb15 {
  padding-bottom: 15px; }

.pb16 {
  padding-bottom: 16px; }

.pb17 {
  padding-bottom: 17px; }

.pb18 {
  padding-bottom: 18px; }

.pb19 {
  padding-bottom: 19px; }

.pb20 {
  padding-bottom: 20px; }

.pl1 {
  padding-left: 1px; }

.pl2 {
  padding-left: 2px; }

.pl3 {
  padding-left: 3px; }

.pl4 {
  padding-left: 4px; }

.pl5 {
  padding-left: 5px; }

.pl6 {
  padding-left: 6px; }

.pl7 {
  padding-left: 7px; }

.pl8 {
  padding-left: 8px; }

.pl9 {
  padding-left: 9px; }

.pl10 {
  padding-left: 10px; }

.pl11 {
  padding-left: 11px; }

.pl12 {
  padding-left: 12px; }

.pl13 {
  padding-left: 13px; }

.pl14 {
  padding-left: 14px; }

.pl15 {
  padding-left: 15px; }

.pl16 {
  padding-left: 16px; }

.pl17 {
  padding-left: 17px; }

.pl18 {
  padding-left: 18px; }

.pl19 {
  padding-left: 19px; }

.pl20 {
  padding-left: 20px; }

.right {
  text-align: right !important; }

.center {
  text-align: center !important; }

.width50 {
  width: 50px; }

.width100 {
  width: 100px; }

.width150 {
  width: 150px; }

.width200 {
  width: 200px; }

.width250 {
  width: 250px; }

.width300 {
  width: 300px; }

.width350 {
  width: 350px; }

.width400 {
  width: 400px; }

div.headerbox h3 {
  height: 37px;
  line-height: 37px;
  font-size: 13px;
  color: #fff;
  text-shadow: none;
  background-color: #4d4d4d;
  padding: 0 0 0 10px;
  font-weight: 700;
  margin: 0; }

h3.vmeny_e-handelspartners,
h3.vmeny_betalningstjanster, h3.vmeny_andra_marknadsforing, h3.vmeny_ovriga_partners, h3.vmeny_andra_betalsatt, h3.toppmeny_varapartners, h3.vmeny_logistik_frakt, h3.vmeny_affars_butikkassa {
  background: url(/images/images-new/leftmenu_gray.jpg) repeat-x;
  background-color: #4d4d4d; }

h3.vmeny_manualersupport, h3.vmeny_att_komma_igang, h3.vmeny_hur_kan_vi_hjaelpa {
  background: url(/images/images-new/leftmenu_gray.jpg) repeat-x;
  background-color: #4d4d4d; }

.partners-width {
  width: 380px;
  height: 285px; }

.container_extralong .fb_edge_widget_with_comment,
.container_extralong .google-plus {
  position: relative !important;
  top: 100px;
  float: left;
  width: 170px; }

.fb_edge_widget_with_comment,
.google-plus {
  float: left;
  width: 170px; }

div.header {
  height: 144px;
  position: relative;
  width: 100%;
  margin: 0px 0 15px 0;
  z-index: 1000; }

div.top-logos {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1001; }

div.top-logos img {
  margin: 0 0px 0 10px;
  vertical-align: middle; }

#zenbox_tab {
  top: 200px !important; }

div.swedbank-flik {
  position: fixed;
  top: 350px;
  left: 0px;
  z-index: 99999;
  display: block; }

ul.swedbanktabs {
  margin: 10px 0 4px 0;
  padding: 0px 0 0 0;
  float: left;
  list-style: none;
  height: 32px;
  width: 100%;
  border: 0; }

ul.swedbanktabs li {
  list-style-type: none;
  padding: 0;
  float: left;
  height: 35px;
  line-height: 35px;
  bottom: 0px;
  position: relative;
  margin-right: 4px;
  background: url(/images/images-new/product_bg.jpg) repeat-x;
  border-bottom: 1px solid #dedede;
  background-position: bottom left;
  border-left: 1px solid #dedede;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px; }

ul.swedbanktabs li a {
  display: inline-block;
  margin-right: -3px;
  padding: 0 10px 0 10px;
  color: #646464;
  text-decoration: none; }

ul.swedbanktabs li.active {
  backbround-color: #fff;
  background: none;
  border-bottom: 1px solid #fff;
  box-shadow: #f1f1f1 0px -2px 3px;
  font-weight: 700; }

ul.swedbanktabs li.active a {
  color: #00a392 !important; }

html ul.swedbanktabs li.active {
  background: #fff !important; }

div.top-links {
  text-align: left;
  font-size: 13px;
  line-height: normal;
  text-align: left;
  position: absolute;
  top: 12px;
  left: 0px; }

input.button-paket {
  width: 55px; }

.javascript_only {
  display: none; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 10px 0; }

div.pagesbar {
  padding: 0px 0 20px 0;
  font-style: italic;
  color: #686868; }

div.pagesbar a {
  padding: 0 1px 0 1px;
  font-style: normal; }

div.Panel {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%; }

#cartMenu.Panel {
  float: none;
  width: 100%;
  margin-top: -2px;
  float: none;
  margin: 0;
  position: relative;
  top: -26px; }

div.cart_text {
  text-align: right; }

button.buttoncartmini {
  height: 27px;
  line-height: 27px;
  padding: 0 4px 0 4px;
  margin: 0;
  font-size: 10px;
  float: right; }

/* General leftmenu
-----------------------------------------------------------------------------*/
#productMenu.Panel {
  margin: 0;
  padding: 0; }

#prodmenu_text {
  margin: 0 0 15px 0 !important;
  padding: 0;
  border-left: 1px solid #e2e2e2 !important;
  border-right: 1px solid #e2e2e2 !important; }

.productMenu.Panel {
  margin: 0;
  padding: 0; }

/* menu-flat
-----------------------------------------------------------------------------*/
ul.FlatMenu ul {
  list-style: none;
  margin: 0;
  padding: 0px; }

ul.FlatMenu {
  margin: 0 0 0 0;
  padding: 0px 0 0 0px;
  list-style: none; }

ul.FlatMenu li {
  margin: 0;
  padding: 0; }

ul.FlatMenu li a {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #323232;
  display: block;
  background: url(/images/images-new/leftmenu_li_gray.jpg) no-repeat;
  background-position: 0 15px;
  padding: 0 0 0 12px;
  margin: 0; }

ul.FlatMenu li a:hover {
  color: #000;
  font-weight: 700; }

ul.FlatMenu li a:before {
  content: none; }

ul.FlatMenu .L0 {
  font-size: 12px;
  line-height: 36px;
  height: 36px;
  font-weight: normal;
  padding: 0px 4px 0px 10px;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  background: url(/images/redesign2013/leftmenu_li.jpg) no-repeat;
  list-style-type: none;
  margin: 0;
  float: left;
  display: block;
  width: 194px; }

ul.FlatMenu li:hover {
  background: none;
  background-color: #eeeeee; }

ul.FlatMenu li.selected a {
  font-weight: 700; }

ul.FlatMenu li.selected a {
  font-weight: 700;
  color: #000; }

/* menu-products
-----------------------------------------------------------------------------*/
div.menu-products-header h3 {
  background-color: #4d4d4d; }

ul.menu-products li a:hover {
  color: #00a392; }

ul.menu-products {
  margin: 0;
  padding: 0px 0 0 0px;
  list-style: none;
  width: 210px;
  overflow: hidden; }

ul.menu-products .L0 {
  font-size: 12px;
  line-height: 36px;
  height: 36px;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  background: url(/images/redesign2013/leftmenu_li.jpg) no-repeat;
  border-bottom: 1px solid #e2e2e2;
  list-style-type: none;
  border-right: 1px solid #e2e2e2; }

ul.menu-products li a {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #323232;
  display: block;
  width: 100%;
  padding: 0 0 0 28px; }

ul.menu-products li a:hover {
  background-color: #eeeeee !important; }

ul.menu-products li.selected li a {
  font-weight: normal; }

ul.menu-products li.selected a {
  font-weight: normal;
  color: #ffa200; }

ul.menu-products li.selected a, ul.menu li.selected a {
  font-weight: normal; }

ul.menu-products li.selected a, ul.menu li.selected {
  font-weight: normal; }

/* menu-tree mypages
-----------------------------------------------------------------------------*/
ul.menu {
  margin: 0;
  padding: 0px 0 0 0px;
  list-style: none;
  overflow: hidden; }

ul.menu li {
  font-size: 13px;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  border-right: 0px solid #e2e2e2;
  list-style-type: none;
  display: block; }

ul.menu li a {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: #323232;
  display: block;
  width: 100%;
  padding: 0 0 0 15px;
  line-height: 36px;
  height: 36px;
  border-bottom: 1px solid #e2e2e2; }

ul.menu li a:hover {
  background-color: whitesmoke !important;
  color: #000 !important; }

ul.menu li.selected a {
  color: #000; }

ul.menu li.open li.selected a {
  color: #000 !important;
  font-weight: 700; }

ul.submenu li.closed {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: none;
  background-color: #fff;
  background: url(/images/redesign2013/plus.gif) no-repeat !important;
  background-position: 10px 7px !important; }

ul.submenu li.open {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: none;
  background-color: #fff;
  background: url(/images/redesign2013/minus.gif) no-repeat !important;
  background-position: 10px 7px !important; }

ul.submenu {
  background: none !important;
  margin: 0 0 0 0;
  padding: 0 0 0 0px;
  background-color: #fff !important;
  border: 0px solid #e2e2e2; }

ul.submenu li {
  background: none;
  background-color: #fff !important;
  border-bottom: 1px solid #e2e2e2; }

ul.submenu li a {
  line-height: 15px;
  height: 15px;
  padding: 5px 0 5px 25px;
  color: #000 !important;
  background-color: #fff;
  background: none !important;
  font-size: 12px;
  border: 0; }

ul.submenu li a:hover {
  background-color: transparent !important;
  color: #000 !important;
  font-weight: 700; }

ul.submenu ul li {
  border: 0; }

ul.submenu li.open li.selected a {
  color: #000 !important; }

ul.submenu li.selected a:hover {
  color: #000 !important; }

ul.submenu ul li a {
  padding-left: 30px; }

ul.menu li.open ul.submenu li.open ul.submenu li a {
  color: #323232 !important;
  font-weight: normal !important; }

ul.menu li.open ul.submenu li.open ul.submenu li a:hover {
  color: #000 !important;
  font-weight: 700; }

ul.menu li.open ul.submenu li.open ul.submenu li.selected a {
  color: #000 !important;
  font-weight: 700; }

ul.menu li.selected a, ul.menu li.selected a {
  font-weight: normal; }

ul.menu li.selected a, ul.menu li.selected {
  font-weight: normal; }

/* Search in header
-----------------------------------------------------------------------------*/
div.search-small {
  margin: 0 0 0px 0;
  padding: 0;
  position: absolute;
  bottom: 68px;
  left: 390px;
  z-index: 9999;
  width: 280px; }

input.searchfaltheader {
  height: 21px;
  line-height: 15px;
  margin: 0 1px 0 0;
  padding: 4px 5px 3px 5px;
  font-size: 12px;
  width: 210px;
  color: #666; }

input.searchsmallbutton {
  vertical-align: top;
  margin: 0 0 3px 0; }

/* News search result
-----------------------------------------------------------------------------*/
div.a-result {
  margin: 0 0 15px 0; }

div.a-result h2 {
  margin: 0 0 5px 0; }

span.newssearchresult-header {
  background-color: #e8e8e8;
  border-radius: 5px;
  padding: 4px 7px 4px 7px; }

/* Search on products
-----------------------------------------------------------------------------*/
div.search {
  white-space: nowrap;
  margin: 0 0 10px 0; }

#Search_Text {
  height: 16px;
  width: 82%;
  padding: 2px;
  font-size: 12px;
  margin-bottom: 3px;
  margin-right: -1px; }

#search_button {
  vertical-align: bottom;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 3px; }

/* News & extramenu_text
-----------------------------------------------------------------------------*/
#newsletterMenu {
  text-align: left; }

div.newsletter_text {
  padding-left: 0px; }

div.newsfeed {
  margin: 0 0 10px 0; }

div.newsfeed div.item {
  padding: 1px 10px 1px 10px;
  position: relative; }

div.newsfeed div.item h4 {
  font-size: 17px;
  padding: 7px 0 1px 0; }

.abstract {
  margin-left: 50px;
  margin-right: 50px; }

div.newsfeed h1 {
  font-size: 12px;
  padding: 7px 0 1px 0; }

div.newsfeed .newspicture {
  margin: 0 0 10px 0; }

div.newsfeed .newspicture img {
  padding: 20px 0 20px 0 !important; }

div.newsfeed div.allnews {
  padding: 5px 0px 5px 10px; }

div.pubdate {
  padding-top: 4px;
  font-size: 10px;
  font-style: italic; }

div.readmore {
  border: 0;
  padding-bottom: 5px; }

.newsfeed-detail .newsitem {
  padding: 2px 0 7px 0;
  margin: 15px 0 15px 0;
  border-bottom: 1px solid #dfdfdf; }

.newsfeed-comment {
  padding: 20px;
  margin: 0px 0 15px 0;
  background-color: #f6f6f6; }

.signature {
  padding-top: 5px;
  font-size: 12px;
  font-style: italic;
  color: #848484; }

.newsfeed-comment-write {
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 35px;
  background-color: #f6f6f6; }

div.newsfeed-link {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0; }

div.extramenu_text {
  text-align: center; }

div.extramenu_text img {
  margin-bottom: 6px; }

div.newsitem {
  margin: 0 0 20px 0; }

div.newsitem .author {
  display: none; }

div.newsitem div.newsfeed {
  display: none; }

div.newsitem-bigimg {
  margin: 0 0 20px 0;
  border: 1px solid #e8e8e8;
  width: 685px;
  height: 491px; }

div.newsitem-link {
  margin: 0 0 15px 0; }

div.newsitem-header {
  width: 500px;
  float: left; }

div.newsitem-overviewbutton {
  float: right;
  margin: 0 7px 0 0; }

/* Newsitem/reference popup
-----------------------------------------------------------------------------*/
div.reference_detail_popup div.newsitem {
  width: 700px;
  padding: 35px;
  background-color: #fff;
  margin: 0px; }

/* News on startpage summary
-----------------------------------------------------------------------------*/
div.news-firstpage {
  margin: 0 0 5px 0px;
  padding: 0;
  text-align: left; }

.news-firstpage span.news-firstpage-title {
  margin: 0 0 0px 0;
  padding: 0;
  color: #000; }

.news-firstpage div.news-firstpage-picture {
  display: none; }

.news-firstpage div.news-firstpage-body {
  margin: 0px 0 0px 0;
  padding: 0 0 0 10px;
  text-align: left;
  font-size: 12px;
  line-height: normal; }

.news-firstpage div.news-firstpage-text {
  display: none; }

.news-firstpage span.news-firstpage-pubdate {
  font-style: italic;
  padding: 0px 3px 0px 0;
  color: #808080;
  text-align: left; }

.news-firstpage div.news-firstpage-author {
  display: none; }

.news-firstpage div.news-firstpage-readmore {
  display: none; }

div.news-firstpage-allnews {
  margin: 0px 0 0px 0;
  padding: 3px 0 0 0;
  text-align: center !important; }

.news-firstpage div.news-firstpage-comments {
  display: none; }

/* News on startpage with images and text
-----------------------------------------------------------------------------*/
.news-firstpage-big {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  background: url(/images/redesign2013/line-dotted.png) no-repeat;
  background-position: bottom left;
  width: 100%; }

.news-firstpage-big .news-firstpage-picture {
  display: block;
  float: left; }

.news-firstpage-big .news-firstpage-rightside {
  float: right;
  width: 640px; }

.news-firstpage-big .news-firstpage-title {
  float: left; }

.news-firstpage-big .news-firstpage-title a {
  text-decoration: none; }

.news-firstpage-big .news-firstpage-title a:hover {
  text-decoration: underline; }

.news-firstpage-big .news-firstpage-pubdate {
  float: right;
  font-weight: 700;
  font-size: 20px; }

.news-firstpage-big .news-firstpage-body {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 10px 0; }

.news-firstpage-big .news-firstpage-readmore {
  text-align: right; }

.news-firstpage-big-allnews {
  margin: 0 0 15px 0;
  display: none; }

/* News search
-----------------------------------------------------------------------------*/
div.news-search {
  margin: 0 0 20px 0;
  padding: 20px 15px 20px 15px;
  background: url(/images/images-new/news_search_bg.jpg) repeat-x;
  background-position: bottom;
  background-color: #ececec; }

div.news-search-header {
  float: left;
  padding: 0 10px 0 0;
  color: #747474;
  font-size: 17px;
  height: 29px;
  line-height: 29px; }

input.searchfalt {
  height: 21px;
  line-height: 21px;
  margin: 0 0px 0 0;
  padding: 4px 5px 4px 5px;
  font-size: 16px;
  width: 558px;
  color: #666; }

input.searchbutton {
  vertical-align: bottom;
  margin: 0 0 -1px 0; }

/* News-category
-----------------------------------------------------------------------------*/
ul.news-category {
  margin: 0 0 15px 0;
  background-color: #ededed;
  padding: 10px 15px 10px 15px; }

ul.news-category li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 25px; }

/* News tagcloud
-----------------------------------------------------------------------------*/
div.tag_cloud {
  margin: 0 0 15px 0;
  background-color: #ededed;
  padding: 15px 10px 15px 10px; }

div.tag_cloud_link {
  display: inline; }

div.tag_cloud_link a {
  color: #fff;
  text-decoration: none;
  padding: 3px 6px 3px 6px;
  background-color: #767676;
  line-height: 24px; }

div.tag_cloud_link a:hover {
  background-color: #000; }

div.tag_cloud_link a span {
  margin: 0 0 5px 0 !important; }

/* Newsfeed-all 
-----------------------------------------------------------------------------*/
ul.news-all-summary {
  margin: 10px 0 30px 0;
  padding: 0; }

ul.news-all-summary li {
  list-style-type: none;
  padding: 7px 10px 7px 10px;
  margin: 0;
  font-size: 12px; }

ul.news-all-summary li.odd {
  background-color: #ededed; }

div.news-all {
  margin: 0 0 35px 0; }

div.news-all h2.news-all-header {
  margin: 0 0 5px 0;
  font-size: 22px;
  line-height: 25px;
  padding: 0;
  color: #000;
  font-style: normal; }

div.news-all h2.news-all-header a {
  color: #000;
  text-decoration: none; }

div.news-all-text h2 {
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  color: #323232;
  margin: 0 0 8px 0;
  padding: 0; }

div.news-all-picture {
  margin: 0px 12px 0px 0;
  padding: 0 0 0px 0;
  float: left;
  vertical-align: top;
  width: 126px; }

div.news-all-picture img {
  margin: 0 0 5px 0; }

div.news-all-body {
  margin: 0px 0 0px 0;
  width: 550px;
  float: right; }

div.news-all-text {
  font-size: 12px;
  line-height: 18px; }

div.news-all-pubdate {
  font-style: italic;
  margin: 0px 12px 5px 0;
  color: #808080;
  font-size: 10px;
  text-align: left;
  float: left; }

div.news-all-author {
  font-style: italic;
  margin: 0 0 0 0;
  color: #808080;
  font-size: 10px; }

div.news-all-readmore {
  margin: 0px 0px 0  0;
  text-align: right; }

/* References-all (referenser)
-----------------------------------------------------------------------------*/
div.references-all {
  width: 222px;
  height: 159px;
  float: left;
  background-color: #fff;
  margin: 0 8px 50px 0;
  border: 1px solid #e8e8e8; }

div.references-all-counter {
  margin-right: 0; }

h2.references-all-header {
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 14px;
  line-height: normal; }

ul.references-all-summary {
  display: none; }

div.references-all-picture {
  text-align: center;
  margin: 1px 0 0 0; }

div.references-all-text {
  display: none; }

div.references-all-pubdate {
  display: none; }

div.references-all-author {
  display: none; }

div.references-all-readmore {
  display: none; }

/* Calendar on startpage 
-----------------------------------------------------------------------------*/
h3.calendar {
  font-size: 15px;
  line-height: normal;
  background-position: 0 2px;
  padding: 0px;
  margin: 0 0 7px 0; }

div.calendar-firstpage {
  margin: 0 0 10px 0; }

div.calendar-firstpage-pubdate {
  margin: 0 10px 3px 0;
  float: left;
  padding: 15px 0 0 0px;
  width: 34px;
  text-align: center;
  height: 25px;
  background: url(/images/images-new/icon_calendar2.jpg) no-repeat;
  font-size: 10px;
  font-weight: 700;
  color: #666; }

div.calendar-firstpage-body {
  margin: 0px 0 7px 0;
  font-size: 12px;
  line-height: 14px;
  float: left;
  width: 192px; }

div.calendar-firstpage-body h2 {
  float: left;
  margin: 0 5px 5px 0;
  font-size: 12px;
  line-height: 15px;
  font-style: normal; }

div.calendar-firstpage-author {
  display: none; }

div.calendar-firstpage-picture {
  display: none; }

div.calendar-firstpage-readmore {
  margin: 5px 0 0 0; }

div.calendar-allnews {
  text-align: right;
  margin: 0 0 10px 0; }

/* References on startpage 
-----------------------------------------------------------------------------*/
h3.references {
  font-size: 15px;
  line-height: normal;
  margin: 0 0 7px 0; }

div.references-firstpage {
  margin: 0 0 12px 0; }

div.references-firstpage h2 {
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  margin: 0 0 5px 0; }

div.references-firstpage-pubdate {
  display: none; }

div.references-firstpage-pubdate h2 {
  margin: 0 0px 5px 0; }

div.references-firstpage-author {
  display: none; }

div.references-firstpage-picture {
  padding: 5px;
  background-color: #e2e2e2;
  float: left;
  margin: 0 10px 0 0;
  position: relative; }

div.references-vimpel {
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

div.references-firstpage-body {
  margin: 0px 0 0px 0;
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
  overflow: hidden;
  height: 95px; }

div.references-firstpage-readmore {
  margin: 0px 0 0 0; }

div.references-allnews {
  text-align: right;
  margin: 0 0 20px 0; }

/* News support
-----------------------------------------------------------------------------*/
div.support-news {
  margin: 0 0 15px 0;
  background-color: #ededed;
  padding: 10px 20px 10px 20px; }

div.support-news-container {
  padding: 0 0 10px 0; }

div.support-news h4 {
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  margin: 0 0 5px 0; }

div.support-pubdate {
  margin: 0 0px 5px 0;
  font-style: italic;
  font-size: 10px; }

div.support-author {
  display: none; }

div.support-picture {
  display: none; }

div.support-body {
  margin: 0px 0 7px 0;
  font-size: 12px;
  line-height: 15px;
  font-style: normal; }

div.support-readmore {
  margin: 0px 0 0 0; }

div.support-allnews {
  text-align: right;
  margin: 0 0 20px 0; }

/* News overview page 
-----------------------------------------------------------------------------*/
div.newsfeed-custom .newspicture {
  display: none; }

div.newsfeed-custom .abstract {
  display: none; }

div.newsfeed-custom .allnews {
  display: none; }

div.newsfeed-custom .item {
  font-size: 12px;
  font-weight: normal;
  padding: 7px 10px 7px 10px;
  border-bottom: 1px solid #e2e2e2;
  background: url(/images/images-new/leftmenu_li.jpg) no-repeat;
  background-color: #f7f7f7;
  list-style-type: none; }

div.newsfeed-custom .item:hover {
  background: none;
  background-color: #eeeeee; }

div.newsfeed-custom .item a {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #323232;
  display: block;
  width: 100%;
  background: url(/images/images-new/leftmenu_li_gray.jpg) no-repeat;
  background-position: 0 15px; }

div.newsfeed-custom .readmore {
  display: none; }

div.newsfeed-custom .pubdate {
  margin: 0;
  padding: 0px 0 0 0; }

div.newsfeed-custom .pubdate a {
  font-size: 10px;
  font-style: italic; }

/* Product small
-----------------------------------------------------------------------------*/
div.product-small h3 {
  display: none; }

div.product-small-container {
  margin: 0;
  padding: 0;
  clear: both; }

div.product-small {
  width: 100%;
  position: relative;
  margin: 0px 0px 13px 0;
  padding: 0px;
  height: 175px;
  vertical-align: top;
  border: 1px solid #dedede; }

div.product-small-search {
  width: 690px; }

div.product-small-image {
  position: absolute;
  top: 25px;
  left: 15px;
  z-index: 5; }

div.product-small img {
  margin: 0;
  padding: 0; }

div.product-small .info {
  display: none; }

div.product-small div.date {
  display: none; }

div.product-small-textcontainer {
  position: absolute;
  left: 200px;
  top: 15px;
  width: 490px; }

div.product-small div.name {
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  padding: 0 0 7px 0;
  color: #000; }

div.product-small div.name a {
  color: #000;
  text-decoration: none; }

div.product-small-cat {
  font-size: 12px;
  color: #696969;
  padding: 0 0 8px 0; }

div.product-small-cat a {
  color: #007367; }

div.product-small .short {
  font-size: 12px;
  line-height: 18px;
  padding: 0; }

div.product-small-border {
  height: 1px;
  width: 72%;
  background-color: #dedede;
  position: absolute;
  right: 0;
  bottom: 56px; }

table.product-small-buttoncontainer {
  position: absolute;
  bottom: 14px;
  right: 10px; }

div.product-small div.price {
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  color: #ffa200;
  white-space: nowrap;
  letter-spacing: -0.02em; }

div.product-small div.oldprice {
  font-size: 16px;
  line-height: normal;
  color: #000;
  text-decoration: line-through;
  white-space: nowrap; }

div.product-small span.pricetext, div.product-small span.pricetext-unit {
  color: #000;
  font-size: 13px;
  line-height: normal;
  font-weight: normal;
  margin: 0 -1px 0 0; }

div.campaignproduct div.price {
  color: #5f0303; }

div.product-small div.button_buy_container {
  padding: 0 0 0 0px; }

div.product-small-info {
  padding: 0 0 0 10px; }

div.productsmall_in_packets_header {
  font-weight: 700;
  margin: 0 0 4px 0; }

span.productsmall_in_packets_nbr {
  color: #fff;
  background-color: #bfbfbf;
  margin: 4px 0 0 0;
  padding: 3px 5px 3px 5px;
  font-size: 12px;
  border-radius: 5px; }

span.productsmall_in_packets_nbr.selected {
  color: #fff;
  background-color: #006861; }

div.newsproducts div.product-small {
  width: 695px !important; }

div.brandimage_small {
  display: none;
  padding: 1px 0 0 5px;
  float: left; }

/* Product detail and category
-----------------------------------------------------------------------------*/
#CatTrace {
  text-align: right;
  padding-bottom: 0px;
  font-style: italic;
  font-size: 12px; }

#GroupText {
  margin: 0 0 15px 0; }

div.GroupText-image {
  float: left; }

div.GroupText-image img {
  margin: 0 15px 0 0; }

table.artiklar {
  margin: 0 0 10px 0;
  border: 1px solid #dedede;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

table.artiklar td {
  font-size: 12px !important;
  padding: 10px 7px 10px 7px !important;
  vertical-align: top; }

table.artiklar td.price {
  white-space: nowrap;
  font-weight: 700;
  color: #ffa200; }

table.artiklar th {
  font-size: 13px;
  font-weight: 700;
  background-color: whitesmoke;
  color: #000;
  padding: 10px 7px 10px 7px;
  text-align: left; }

tr.even {
  background-color: #f9f9f9; }

tr.odd {
  background-color: transparent; }

div.brandimage {
  display: none;
  text-align: right;
  margin: 15px 0 10px 0; }

div.produkt {
  margin: 0 0 10px 0;
  border: 1px solid #dedede;
  padding: 20px; }

h1.productname {
  font-size: 30px;
  line-height: 35px; }

div.description {
  margin: 0 0 10px 0; }

div.productimage {
  border-top: 1px solid #dedede;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0; }

div.productimage p {
  text-align: right;
  font-size: 10px;
  font-style: italic;
  margin: 5px 0 0 0; }

td.smallpictures {
  text-align: center;
  padding: 0 5px 15px 0;
  font-style: italic; }

td.smallpictures img {
  margin: 0 0 5px 0; }

fieldset.documents {
  padding: 10px;
  text-align: left;
  background-color: #FFFFFF;
  margin: 10px 0 10px 0; }

.kampanjpris, .kampanjtext {
  color: #5f0303;
  font-weight: 700; }

.brandpage_img {
  float: right;
  padding: 0 0 15px 15px; }

div.product_in_packets_header {
  font-weight: 700;
  font-size: 14px;
  margin: 15px 0 6px 0;
  text-align: right; }

span.product_in_packets_nbr {
  color: #fff;
  background-color: #bfbfbf;
  margin: 3px 0 0 0;
  padding: 3px 5px 3px 5px;
  font-size: 14px;
  border-radius: 5px; }

span.product_in_packets_nbr.selected {
  color: #fff;
  background-color: #006861; }

/* Product-detail tabs
----------------------------------------------------------------*/
ul.tabs {
  margin: 10px 0 4px 0;
  padding: 0px 0 0 0;
  float: left;
  list-style: none;
  height: 32px;
  width: 100%;
  border: 0; }

ul.tabs li {
  list-style-type: none;
  padding: 0;
  float: left;
  height: 35px;
  line-height: 35px;
  bottom: 0px;
  position: relative;
  margin-right: 4px;
  background: url(/images/images-new/product_bg.jpg) repeat-x;
  border-bottom: 1px solid #dedede;
  background-position: bottom left;
  border-left: 1px solid #dedede;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px; }

ul.tabs li a {
  display: inline-block;
  margin-right: -3px;
  padding: 0 10px 0 10px;
  color: #646464;
  text-decoration: none; }

ul.tabs li.active {
  backbround-color: #fff;
  background: none;
  border-bottom: 1px solid #fff;
  box-shadow: #f1f1f1 0px -2px 3px;
  font-weight: 700; }

ul.tabs li.active a {
  color: #00a392 !important; }

html ul.tabs li.active {
  background: #fff !important; }

.tab_container {
  border-top: 1px solid #ccc;
  margin: 0px 0 10px 0;
  clear: both;
  float: left;
  width: 100%;
  background: #fff; }

.tab_content {
  padding: 20px 10px 5px 10px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede; }

ul#servicegruppen {
  border: none;
  float: left;
  height: auto;
  list-style: none;
  margin: auto;
  padding: 0;
  width: auto; }

ul#servicegruppen li {
  list-style-type: none;
  padding: 0;
  height: auto;
  line-height: 17px;
  bottom: 0px;
  float: none;
  position: relative;
  margin-right: inherit;
  background: none;
  border-bottom: none;
  background-position: none;
  border-left: none;
  border-top: none;
  border-right: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  list-style-position: none;
  display: inline; }

ul#servicegruppen li a {
  display: inline;
  margin-right: inherit;
  padding: inherit;
  color: #00a392;
  text-decoration: underline; }

ul#servicegruppen li a:link {
  color: #00a392; }

ul#servicegruppen li a:hover {
  color: #323232;
  text-decoration: none; }

/* Cart
-----------------------------------------------------------------------------*/
th.cart_total {
  background: url(/images/images-new/cart_total_bg.jpg) repeat-x !important;
  background-position: bottom left !important; }

div.read_terms {
  font-size: 17px;
  font-weight: 700;
  margin: 10px 0 10px 0; }

/* Login, logged in, customer profile
-----------------------------------------------------------------------------*/
#customeraddress-box {
  width: 450px; }

div.login-popup {
  padding: 20px 50px 20px 50px;
  background-color: #fff !important;
  width: 310px; }

/* Toplist
-----------------------------------------------------------------------------*/
div.toplist-header h3 {
  padding: 0 0 0 10px;
  height: 26px;
  line-height: 26px;
  color: #4e4e4e;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  background-color: #d2d2d2; }

div.toplist-container {
  padding: 10px;
  margin: 0 0 10px 0; }

ul.toplist-menu {
  list-style: none; }

ul.toplist-menu li {
  font-size: 12px;
  line-height: 14px;
  border-bottom: 1px solid #CCCCCC;
  padding: 7px 0 7px 0; }

div.toplist-image {
  width: 70px;
  margin: 5px 0 5px 0; }

div.toplist-descr {
  margin: 0 0 3px 0; }

div.toplist-pricing {
  float: left;
  width: 90px; }

div.toplist-button_buy {
  float: right;
  text-align: right; }

div.toplist-price {
  font-weight: 700; }

div.toplist-oldprice {
  text-decoration: line-through; }

/* Wishlist
-----------------------------------------------------------------------------*/
table.wishlist_table {
  margin: 0 0 15px 0; }

div.wishlist_form {
  margin: 0px 0 10px 0; }

div.wishlist_savedlists {
  margin: 0 0 15px 0; }

ul.wishlist_menu {
  list-style: none;
  margin: 0 0 5px 0; }

div.wishlist_captchaimage {
  background-color: transparent;
  display: block;
  margin: 20px 0 0 0px; }

div.wishlist_captchaimage img {
  margin: 0 5px 0 0; }

div.wishlist_popup {
  padding: 10px 10px 10px 10px;
  height: 95px;
  width: 300px;
  position: absolute;
  left: 320px;
  top: 200px;
  background-color: #d2d2d2;
  z-index: 1001; }

a.wishlist_selected {
  font-weight: 700; }

div.standardoverlay {
  background-color: black;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: 1000; }

/* Blog about
-----------------------------------------------------------------------------*/
div.blog_about_htmlcode {
  border: 1px solid #CCCCCC;
  padding: 4px;
  clear: both; }

div.blog_about {
  margin: 10px 0 10px 0;
  float: right; }

div.blog_about_preview {
  float: right;
  margin-bottom: 15px; }

div.blog_about_popup {
  padding: 20px 20px 20px 20px;
  background: url(/images/images-new/product_bg.jpg) repeat-x !important;
  background-position: bottom left !important;
  background-color: #fff !important; }

div.blog_about_popup p {
  float: left;
  width: 400px; }

/* For serial order
-----------------------------------------------------------------------------*/
.currentstepmark {
  background-color: #bbffbb; }

/* bildspel startsidan
----------------------------------------------------------------*/
div.bildspel-bg {
  width: 100%;
  position: absolute;
  top: 144px;
  left: 0px;
  z-index: 1;
  height: 346px;
  background: url(/images/redesign2013/imageslider-bg.jpg) repeat; }

div.bildspel_container {
  width: 960px;
  height: 346px;
  margin: 0px 0 35px 0;
  background: url(/images/redesign2013/imageslider-mid-bg.jpg) no-repeat;
  z-index: 2;
  position: relative; }

div.bildspel {
  width: 100%;
  height: 100%;
  position: relative; }

div.bildspel_text {
  width: 490px;
  height: 175px;
  overflow: hidden;
  padding: 0;
  color: #fff; }

div.bildspel_text, div.bildspel_text p {
  color: #fff;
  font-size: 14px;
  line-height: 16px; }

div.bildspel_text h1, div.bildspel_text h2 {
  font-size: 38px;
  line-height: 44px;
  color: #fff !important;
  margin: 0 0 12px 0;
  font-weight: normal;
  letter-spacing: -0.02em;
  font-style: normal; }

div.bildspel_text h3 {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 12px 0; }

div.bildspel_text a {
  color: #fff; }

div.bildspel_prev {
  position: absolute;
  top: 290px;
  left: -35px;
  z-index: 999; }

div.bildspel_next {
  position: absolute;
  top: 290px;
  right: -35px;
  z-index: 999; }

/* wood_columns startsidan
----------------------------------------------------------------*/
div.wood_columns {
  width: 100%;
  height: 147px;
  position: relative;
  margin: 0 0 20px 0; }

div.wood_columns_block1 {
  height: 146px;
  width: 244px;
  background: url(/images/images-new/wood_block1.jpg) no-repeat;
  background-position: 0px 1px;
  position: absolute;
  top: 1px;
  left: 0; }

div.wood_columns_block1:hover {
  height: 147px;
  background: url(/images/images-new/wood_block1.jpg) no-repeat;
  top: 0px;
  cursor: pointer; }

div.wood_columns_block2 {
  height: 146px;
  width: 238px;
  background: url(/images/images-new/wood_block2.jpg) no-repeat;
  background-position: 0px 1px;
  position: absolute;
  top: 1px;
  left: 244px; }

div.wood_columns_block2:hover {
  height: 147px;
  background: url(/images/images-new/wood_block2.jpg) no-repeat;
  top: 0px;
  cursor: pointer; }

div.wood_columns_block3 {
  height: 146px;
  width: 238px;
  background: url(/images/images-new/wood_block3.jpg) no-repeat;
  background-position: 0px 1px;
  position: absolute;
  top: 1px;
  left: 482px; }

div.wood_columns_block3:hover {
  height: 147px;
  background: url(/images/images-new/wood_block3.jpg) no-repeat;
  top: 0px;
  cursor: pointer; }

div.wood_columns_block4 {
  height: 146px;
  width: 240px;
  background: url(/images/images-new/wood_block4.jpg) no-repeat;
  background-position: 0px 1px;
  position: absolute;
  top: 1px;
  left: 720px; }

div.wood_columns_block4:hover {
  height: 147px;
  background: url(/images/images-new/wood_block4.jpg) no-repeat;
  top: 0px;
  cursor: pointer; }

div.wood_columns_blocktext {
  width: 197px;
  height: 115px;
  overflow: hidden;
  padding: 14px 0 0 20px;
  font-size: 12px;
  color: #e0c8af;
  text-shadow: 1px 1px 0 #000; }

div.wood_columns_blocktext h3 {
  font-size: 19px;
  line-height: 23px;
  color: #e0c8af;
  text-shadow: 1px 1px 0 #000;
  letter-spacing: 0.01em;
  font-weight: 50;
  margin: 0 0 9px 0; }

/* Startpage
----------------------------------------------------------------*/
div.dotted-line-front {
  background: url(/images/redesign2013/line-dotted.png) no-repeat;
  height: 2px;
  width: 100%;
  margin: 0px 0 30px 0; }

/* INDEX DESCR TEXT */
div.index_threecolumns h4 {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-align: center;
  margin: 0 0 16px 0;
  padding: 0; }

div.index_threecolumns h4 a {
  color: #000;
  text-decoration: none; }

div.index_threecolumns table {
  margin: 0 0 20px 0; }

div.index_threecolumns table td {
  padding: 30px 20px 0px 20px;
  width: 290px;
  text-align: center; }

div.index_threecolumns_img {
  text-align: center;
  margin: 0 0 10px 0;
  height: 140px;
  position: relative; }

div.premium_small {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; }

div.question_show {
  position: absolute;
  top: 50px;
  left: 200px;
  background-color: #5f5f5f;
  border: 1px solid #ccc;
  padding: 12px 12px 9px 12px;
  border-radius: 5px;
  z-index: 999;
  width: 170px;
  font-size: 10px;
  line-height: 15px;
  color: #fff; }

div.question_show p {
  font-size: 10px;
  line-height: 15px;
  margin: 0 0 5px 0;
  padding: 0;
  color: #fff; }

div.question_show ul li {
  font-size: 10px;
  line-height: 15px;
  margin: 0;
  padding: 0; }

div.index_threecolumns table td.corner div.question_show {
  left: -80px; }

div.index_threecolumns table td.corner {
  padding-right: 0px; }

div.index_fourcolumns h4 {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 0 0 16px 0;
  padding: 0; }

div.index_fourcolumns h4 a {
  color: #000;
  text-decoration: none; }

div.index_fourcolumns table {
  margin: 0 0 15px 0; }

div.index_fourcolumns table td {
  padding-right: 17px;
  padding-bottom: 15px;
  width: 250px;
  text-align: center; }

div.index_fourcolumns table td.corner {
  padding-right: 0px; }

/* INDEX NEWS AND CALENDAR */
/* INDEX DEMO SHOP */
div.index-demoshop-img {
  margin: 0 0px 15px 0;
  padding: 0px 0 0 0;
  text-align: center; }

div.index-demoshop-text {
  margin: 0 0 0 0px;
  padding: 0px 0px 0 0;
  text-align: center; }

div.index-demoshop-text p {
  font-size: 12px;
  line-height: 18px;
  text-align: center; }

div.index-demoshop-text h3 {
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center; }

/* INDEX SHOP */
div.index-shop-img {
  margin: 0px 0px 15px 0px;
  padding: 0;
  text-align: center; }

div.index-shop-text {
  margin: 0;
  padding: 0px 0 0 0;
  text-align: center; }

div.index-shop-text p {
  font-size: 12px;
  line-height: 18px;
  text-align: center; }

div.index-shop-text h3 {
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center; }

/* INDEX NUMBER */
div.index-number-text {
  font-size: 85px;
  line-height: 75px;
  color: #00a392;
  font-weight: 700;
  text-align: center;
  margin: 0 0 0px 0;
  padding: 25px 0 0 0;
  letter-spacing: -0.03em; }

div.index-number-text a {
  color: #00a392;
  text-decoration: none; }

div.index-number-text a:hover {
  color: #000; }

div.index-number-text-2 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 0px 0;
  padding: 0px 0 30px 0;
  letter-spacing: -0.03em; }

/* INDEX BANNERS */
div.index-bnrspot {
  width: 185px;
  background-color: #f3f3f3;
  border: 1px solid #e8e8e8;
  padding: 0 15px 10px 15px;
  margin: 0 0 20px 0; }

div.index-bnrspot-img {
  text-align: center;
  margin: 15px 0 20px 0; }

div.index-bnrspot-text h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 7px 0;
  padding: 0px; }

div.index-bnrspot-text {
  font-size: 12px;
  line-height: 16px; }

div.index-bnrspot-text p {
  font-size: 12px;
  line-height: 16px; }

div.showhide-container {
  padding: 25px 25px 25px 25px;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin: 0 0 15px 0; }

table.package_overview_info {
  margin: 0 0 20px 0; }

table.package_overview_info th {
  text-align: left;
  padding: 0 5px 0 5px; }

table.package_overview_info td {
  padding: 5px 5px 5px 5px;
  text-align: left;
  vertical-align: middle; }

table.package_overview_info td.odd {
  background-color: #f1f1f1; }

/* Overview info (old e-shop package page)
----------------------------------------------------------------*/
div.overview_info {
  background: url(/images/redesign2013/oversikt_info_bg.jpg) no-repeat;
  background-position: bottom left;
  height: 217px;
  width: 100%;
  margin: 0 0 10px 0;
  position: relative; }

div.overview_info_pic {
  position: absolute;
  bottom: 0px;
  left: 750px; }

div.overview_info_text {
  width: 615px;
  position: absolute;
  left: 50px;
  top: 40px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-shadow: 1px 1px 0 #000; }

div.overview_info_text a {
  color: #fff; }

div.overview_info_text p {
  font-size: 12px;
  line-height: 16px; }

div.overview_info_text h1 {
  color: #fff;
  font-size: 31px;
  line-height: 36px;
  text-shadow: 1px 1px 0 #000; }

table.overview_paket {
  margin: 0px 0 25px 0; }

table.overview_paket tr.overview_paket_bg {
  background-color: #f2f2f2; }

table.overview_paket_buisness td {
  padding-bottom: 15px; }

div.overview_paket_descr {
  font-size: 12px;
  line-height: 15px;
  padding: 15px 15px 15px 15px; }

div.overview_paket_descr p {
  font-size: 12px;
  line-height: 17px; }

div.overview_paket_descr_design {
  font-size: 12px;
  line-height: 18px;
  padding: 15px; }

div.overview_paket_descr_design p {
  font-size: 12px;
  line-height: 18px; }

div.overview_paket_descr_design h3 {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 14px 0; }

div.overview_paket_descr h3 {
  font-size: 22px;
  line-height: 26px; }

div.overview_paket_descr_design ul {
  margin: 5px 0 5px 0; }

div.overview_paket_descr ul li {
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 5px 0; }

table.overview_paket_info {
  margin: 0 0 20px 0; }

table.overview_paket_info th {
  text-align: center;
  padding: 0 5px 0 5px; }

table.overview_paket_info td {
  padding: 5px 5px 5px 5px;
  text-align: center;
  vertical-align: middle; }

table.overview_paket_info td.odd {
  background-color: #f1f1f1; }

td.overview_paket_space {
  padding: 0px 5px 0px 5px !important; }

td.overview_paket_info_border {
  border-bottom: 1px solid #e1e1e1;
  padding: 0 !important; }

span.redprice {
  color: #771100;
  font-size: 16px; }

div.overview-info-descr {
  background-color: #f6e4db;
  float: left;
  margin: 0 10px 0 0;
  width: 144px;
  padding: 20px; }

div.overview-info-text {
  width: 430px;
  float: left;
  padding: 0 20px 0 0; }

div.overview-info-button {
  background-color: #f2f2f2;
  padding: 20px;
  margin: 0 0 15px 0; }

div.overview_paket_button {
  float: left;
  width: 100%; }

/* Mypage
----------------------------------------------------------------*/
div.mypage-container {
  margin: 0 0 20px 0;
  border: 1px solid #dedede;
  padding: 25px 30px 25px 30px; }

div.mypages_infobox {
  padding: 15px;
  background-color: whitesmoke;
  margin: 0 0 10px 0; }

table.mypage_myservices th {
  background-color: #4c4c4c;
  color: #fff;
  font-weight: normal;
  padding: 7px 5px 7px 5px;
  font-size: 12px; }

table.mypage_myservices td {
  padding: 5px 5px 5px 5px; }

table.mypages_customer td {
  padding: 5px 5px 5px 0px; }

div.shopopts {
  line-height: 18px; }

table#order_table td {
  padding: 0 10px 10px 0; }

div.upgrade-paket {
  float: left;
  margin: 0 20px 0 0; }

div.choose-shop {
  margin: 0 0 12px 0;
  border: 1px solid #ffdddd;
  padding: 10px 10px 10px 10px;
  background: url(/images/images-new/icon_choose_shop.jpg) no-repeat;
  font-size: 12px;
  background-position: 175px 5px;
  background-color: #ffeeee;
  border-radius: 5px; }

div.jqmNotice {
  background: url(/images/images-new/product_bg.jpg) repeat-x !important;
  background-position: bottom left !important;
  background-color: #fff !important;
  padding: 15px 25px 15px 20px !important;
  z-index: 10001 !important;
  box-shadow: 0pt 0pt 18px rgba(0, 0, 0, 0.4) !important;
  border-radius: 7px !important;
  border: 7px solid #184458 !important;
  margin-left: -300px !important; }

.jqmnTitle {
  margin: 0 !important; }

.jqmnTitle h1 {
  color: #000 !important;
  background-color: transparent !important;
  padding: 0px 0px 5px 0px !important;
  font-size: 22px !important;
  line-height: 25px !important; }

div.jqmNotice .jqmClose {
  right: 10px !important;
  top: 10px !important; }

/* Category
----------------------------------------------------------------*/
div.category-text-container {
  margin: 0 0 15px 0;
  border: 1px solid #dedede;
  padding: 30px; }

div.category-image {
  float: left;
  width: 133px;
  margin: 0 12px 0 0; }

div.category-small {
  width: 20.2%;
  height: 189px;
  padding: 10px 10px 10px 10px;
  float: left;
  vertical-align: top;
  margin: 0 2% 15px 0;
  border: 1px solid #dedede;
  position: relative;
  border-radius: 5px; }

div.category-small-counter {
  margin-right: 0 !important; }

div.category-small-img {
  text-align: center;
  height: auto;
  margin: 0 0 8px 0; }
  div.category-small-img img {
    max-width: 100%;
    height: auto; }

div.category-small-txt {
  font-size: 12px;
  text-align: center; }

div.category-small-txt a {
  color: #323232;
  text-decoration: none;
  font-weight: 700; }

div.category-small-txt a:hover {
  text-decoration: underline; }

/* Mypages newshop & hosting
----------------------------------------------------------------*/
table.newshop_progress_bar {
  margin: 0 0 -1px 0;
  border: 1px solid #dedede;
  padding: 0 0 0 0;
  height: 45px; }

table.newshop_progress_bar td {
  padding: 0 12px 0 12px;
  line-height: 45px;
  list-style: none;
  margin: 0;
  border-right: 1px solid #dedede;
  text-align: center;
  opacity: 0.5;
  /* fx, safari, opera */
  background-color: #fff; }

table.newshop_progress_bar td.selected {
  color: #000;
  font-weight: 700;
  filter: alpha(opacity=100);
  /* internet explorer */
  -khtml-opacity: 1;
  /* khtml, old safari */
  -moz-opacity: 1;
  /* mozilla, netscape */
  opacity: 1;
  /* fx, safari, opera */ }

div.ns-paket {
  float: left;
  margin: 20px 30px 0 0;
  text-align: center;
  width: 250px;
  position: relative; }

div.ns-paket2 {
  text-align: center;
  width: 250px;
  font-weight: 700; }

div.ns-paket-premium {
  position: absolute;
  top: 35px;
  left: 270px;
  z-index: 3; }

div.ns-paket h3 {
  margin: 10px 0 10px 0;
  font-size: 24px;
  line-height: normal; }

/* Mypages popup
----------------------------------------------------------------*/
div.mypage_popup {
  width: 350px;
  padding: 20px 25px 20px 25px;
  background: url(/images/images-new/product_bg.jpg) repeat-x;
  background-position: bottom left;
  background-color: #fff; }

div.mypage_show .mypage_show_no {
  display: none !important; }

/*
----------------------------------------------------------------*/
.arrow_link {
  background: url(/images/images-new/arrow_link.png) no-repeat;
  background-position: 0 2px;
  padding: 0 0 0 9px; }

span.rss_icon {
  padding: 0 0 0 3px; }

.width700 {
  width: 700px !important; }

h6 {
  font-size: 22px !important;
  line-height: 25px !important;
  margin: 0 0 15px 0 !important;
  font-weight: normal;
  color: black;
  letter-spacing: -0.01em; }

/*-------------------------------------ÅF-----------------------------------*/
p.list-lan {
  position: relative;
  left: 0px;
  top: 20px;
  font-weight: normal;
  color: #000000;
  letter-spacing: -0.01em;
  font-size: 17px;
  line-height: 21px;
  margin: 0 0 7px 0;
  display: inline; }

select.select-lan {
  position: relative;
  left: -80px;
  top: 50px;
  width: 200px; }

p.list-lan-no {
  position: relative;
  left: -284px;
  top: 90px;
  font-weight: normal;
  color: #000000;
  letter-spacing: -0.01em;
  font-size: 17px;
  line-height: 21px;
  margin: 0 0 7px 0;
  display: inline; }

select.select-lan-no {
  position: relative;
  left: -375px;
  top: 120px;
  width: 200px; }

div.partners-list {
  width: 723px;
  position: relative;
  padding: 0px;
  vertical-align: top;
  background: url(/images/partner_karta_bg) repeat-x;
  background-position: bottom left;
  height: 73px;
  margin-bottom: 13px;
  overflow: hidden; }

div.partners-list p {
  margin-top: 15px;
  margin-right: 15px; }

div.partners-list img {
  padding: 7px;
  float: left;
  margin-right: 15px; }

div#partnets-list-container div.partners-list h3 {
  margin-left: 165px;
  padding-top: 6px;
  margin-bottom: 6px; }

div#partnets-list-container div.partners-list p {
  margin-left: 165px;
  margin-top: 0px;
  padding-bottom: 0px; }

.partners_map {
  position: absolute;
  top: -2px;
  right: 8px; }

.partners_map_overlay {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3; }

table.drift-info {
  margin: 0 0 12px 0;
  padding: 7px;
  border: 1px solid #e4e4e4; }

table.drift-info th {
  font-size: 12px;
  padding: 0 3px 3px 0; }

table.drift-info td {
  padding: 0 3px 3px 0;
  font-size: 12px; }

div.julkampanj-2012 {
  display: none; }

/*----------------------------------E-paket popup---------------------------------*/
.epaket_popup {
  background-color: #fff; }

div.epaket_popup div.produkt {
  margin: 0px;
  border: none; }

div.epaket_popup div.categorytrace {
  display: none; }

div.epaket_popup hr {
  display: none; }

.epaket_popup .mt20, .epaket_popup .mt15 {
  display: none; }

.epaket_popup .blog_about {
  display: none; }

div.epaket_popup ul.tabs {
  display: none; }

div.epaket_popup div.tab_container {
  display: none; }

.epaket_categorypopup {
  background-color: #fff;
  width: 730px; }

div.epaket_categorypopup div.category-text {
  margin: 0px; }

.epaket_read_more {
  background-color: #006861;
  padding: 10px 15px;
  height: 15px; }

.epaket_read_more a {
  color: #fff;
  font-weight: 700;
  float: right;
  text-decoration: none; }

.epaket_read_more a:hover {
  text-decoration: underline; }

/* Plattform
-----------------------------------------------------------------------------*/
div.plattform-symbol {
  margin: 0 0 50px 0; }

div.plattform-symbol-left-img {
  float: left;
  margin: 0 50px 0 0;
  position: relative; }

div.plattform-symbol-right-img {
  float: right;
  position: relative; }

div.plattform-symbol-left-txt {
  float: left;
  width: 650px; }

div.plattform-symbol-right-txt {
  float: right;
  width: 650px; }

div.plattform-symbol-left-txt h3, div.plattform-symbol-right-txt h3 {
  font-size: 27px;
  line-height: 30px;
  margin: 0px 0 20px 0;
  padding: 55px 0 0 0; }

div.plattform-symbol-left-txt, div.plattform-symbol-right-txt, div.plattform-symbol-left-txt p, div.plattform-symbol-right-txt p {
  font-size: 16px;
  line-height: 22px; }

div.plattform-package-left {
  position: relative;
  width: 480px;
  text-align: center;
  float: left; }

div.plattform-package-left-img {
  margin: 0 0 15px 0;
  text-align: center; }

div.plattform-package-right {
  position: relative;
  width: 480px;
  text-align: center;
  float: right; }

div.plattform-package-right-img {
  margin: 0 0 15px 0;
  text-align: center; }

div.plattform-package-right-plus {
  position: absolute;
  top: 15px;
  left: 280px; }

div.plattform-package-left-plus:hover {
  position: absolute;
  top: 15px;
  left: 280px; }

/* Bildspel för referenser på startsidan
----------------------------------------------------------------*/
div.bildspel_ref_container {
  width: 290px;
  height: 130px;
  margin: 0 0 0 0;
  z-index: 2;
  position: relative;
  cursor: pointer; }

div.bildspel_ref {
  width: 100%;
  height: 100%;
  position: relative; }

div.bildspel_ref_bild {
  margin: 0 0 20px 0;
  text-align: center;
  height: 42px;
  line-height: 42px; }

/* Formbuilder
----------------------------------------------------------------*/
.formbuilder-form {
  width: 100%; }
  .formbuilder-form table {
    width: 100%; }
    .formbuilder-form table tr {
      width: 50% !important;
      float: left !important; }
      .formbuilder-form table tr td {
        display: block; }
    .formbuilder-form table .falt {
      width: 75%;
      margin: 5px 0 15px 0; }
    .formbuilder-form table .formbuilder-required {
      color: red; }

/*# sourceMappingURL=/scss/style.scss?SASS_MAP=1&SASS_DEBUG_MODE=1 */