/**
 * Color palette
 * Green:       #26B34D
 * Red:         #EE1D23
 * Dark green:  #22A448
 * Light gray:  #999
 * Medium gray: #666
 * Dark gray    #333
 */
 
/* Reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}

html {
  background: #FFF;
  color: #333;
  font: normal 62.5%/1.5 "Arial", "Helvetica", sans-serif;
}

a { color: #333; }
a:hover { color: #666; }

strong { font-weight: bold; }

/* Standard form styles */
form.standard {}
  form.standard fieldset {}
    form.standard fieldset label {
      display: block;
      font-size: 1.2em;
      margin: 1.5em 0;
    }
      form.standard fieldset label strong {
        display: -moz-inline-box;
        display: inline-block;
        font-weight: normal;
        margin-right: 1em;
        text-align: right;
        width: 8em;
        /* IE */
        #white-space: nowrap;
      }
        /* Required field */
        form.standard fieldset label strong span {
          color: #EE1D23;
          font-weight: bold;
        }

    form.standard fieldset label input {
      background: #F2F2F2 url("/online/ee/inet.nsf/images/input.png?OpenFileResource") repeat-x 0 -500px;
      border-color: #999 #CCC #E5E5E5;
      border-style: solid;
      border-width: 1px;
      font-size: 1em;
      margin-right: 1em;
      padding: 4px;
      width: 18em;
      /* IE alignment problems */
      #vertical-align: middle;
    }
    /*form.standard fieldset label input:focus {
      background-position: 0 -500px;
      color: #333;
    }*/

    form.standard fieldset label textarea {
      background: #F2F2F2 url("/online/ee/inet.nsf/images/input.png?OpenFileResource") repeat-x 0 -500px;
      border-color: #999 #CCC #E5E5E5;
      border-style: solid;
      border-width: 1px;
      font-size: 1em;
      padding: .375em;
      vertical-align: top;
      width: 32em;
    }
    /*form.standard fieldset label textarea:focus {
      background-position: 0 -500px;
      color: #333;
    }*/

    form.standard fieldset span.button {
      background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 0 0;
    }
      form.standard fieldset span.button button {
        background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 100% -24px;
        height: 24px;
        /* IE inheritance issues */
        #font-size: 12px;
      }

    /* Fix some IE stuff */
    * html form.standard fieldset span.button,
    * html form.standard fieldset span.button button {
      background-image: url("/online/ee/inet.nsf/images/button.gif?OpenFileResource");
    }
    *:first-child + html form.standard fieldset input[type="checkbox"],
    *:first-child + html form.standard fieldset input[type="radio"] {
      background: none;
      border: 0;
      margin: auto;
      padding: 0;
      width: auto;
    }
    * html form.standard fieldset input {
      background: expression(this.type == 'checkbox' ? 'auto'   : '#F2F2F2 url("/online/ee/inet.nsf/images/input.png?OpenFileResource") repeat-x 0 -500px');
      border:     expression(this.type == 'checkbox' ? '0'      : 'auto');
      margin:     expression(this.type == 'checkbox' ? 'auto'   : '0 1em 0 0');
      padding:    expression(this.type == 'checkbox' ? '0'      : '.375em');
      width:      expression(this.type == 'checkbox' ? 'auto'   : '18em');
    }

span.onoff { text-transform: uppercase; }

span.label a {
  color: #FFF;
  text-decoration: none;
}

div.wrapper {
  margin: 0 auto;
  width: 970px;
  _zoom: 1;
}

/* Button base styles */
span.button {
  display: -moz-inline-box; /* Firefox < 3 does not understand inline-block */
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
}
  span.button button {
    border: 0;
    color: #333;
    cursor: pointer;
    font-weight: bold;
    margin: 0;
    padding: 0 18px;
    /* IE bugs */
    #padding: 0 5px;
  }

p.button {
  display: -moz-inline-box;
  display: inline-block;
  font-weight: bold;
}
  span.button a,
  p.button a {
    color: #333;
    display: block;
    text-decoration: none;
    padding: 0 18px;
  }

/* Rating base styles */
p.rating {}
  p.rating span {
    display: block;
    height: 0;
    overflow: hidden;
  }
  p.rating.one   span { width: 20%; }
  p.rating.two   span { width: 40%; }
  p.rating.three span { width: 60%; }
  p.rating.four  span { width: 80%; }
  p.rating.five  span { width: 100%; }
  /* No rating */
  p.rating.none   span { width: 0; }

table tbody tr:nth-child(2n+1) { background: #F2F2F2; }
table tbody tr.odd { background: #F2F2F2; }

/* PDF link */
p.pdf {}
  p.pdf a {
    display: block;
    display: inline-block;
    background: url("/online/ee/inet.nsf/images/icon-pdf.png?OpenFileResource") no-repeat 0 0;
    padding: 2px 0 2px 23px;
    /* IE6 */
    _zoom: 1;
  }

legend, *.hidden, *.hiddendiv { display: none; }

*.visiblediv { display: block; }

/* Weird IE bug */
legend {
  #display: block;
  #height: 0;
  #position: absolute;
  #visibility: hidden;
}

/* Tooltips */
span.tip {
  cursor: help;
  text-decoration: underline;
}

p.tooltip {
  background-color: #fff;
  background: #fff;
 
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #ccc;
  font-color: #000;
  display: none;
  max-width: 250px;
  font-size: 1.2em;
  margin-top: 10px;
  padding: .75em 1em;
  position: absolute;
  _width: 250px;
}
  p.tooltip span {
    background: url("/online/ee/inet.nsf/images/tooltip.png?OpenFileResource") no-repeat 0 0;
    display: block;
    height: 8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: -8px;
    width: 15px;
    /* IE6 */
    _background-image: url("/online/ee/inet.nsf/images/tooltip.gif?OpenimageResource");
  }

*.notice { color: #EE1D23; }

div#content div.column.main p.ad:first-child { margin-top: 0; }
* html div#content div.column.main p.ad {
  margin-top: expression(this.previousSibling ? '0' : 'inherit');
}


/**
 * Header
 */
div#header {
  background: #FFF url("/online/ee/inet.nsf/images/header-background.png?OpenFileResource") repeat-x 0 0;
}
  div#header div.wrapper {
    position: relative;
  }
  * html div#header div.wrapper { overflow: hidden; }

  div#header p.logotype {
    padding: 29px 0 37px 10px;
    width: 200px;
  }
    div#header p.logotype a {
      background: url("/online/ee/inet.nsf/images/logotype.png?OpenFileResource") no-repeat 0 0;
      display: block;
      height: 0;
      overflow: hidden;
      padding-top: 44px;
    }
  div#header ul.account1 {
    color: #666;
    font-size: 1.1em;
    position: absolute;
/*    right: 328px;	*/
	right: 0px;
    top: 10px;
  }
    div#header ul.account1 li { float: left; }
    div#header ul.account1 li:first-child {
/*    border-right: 1px solid #CCC;	*/
      margin-right: .75em;
      padding-right: .75em;
    }
    * html div#header ul.account1 li {
      border-right:  expression(this.previousSibling ? '0' : '1px solid #CCC');
      margin-right:  expression(this.previousSibling ? '0' : '.75em');
      padding-right: expression(this.previousSibling ? '0' : '.75em');
    }
      div#header ul.account1 li a { color: #666; }
      div#header ul.account1 li a:hover { color: #333; }

  div#header ul.account {
    color: #666;
    font-size: 1.1em;
    position: absolute;
    right: 0;
    top: 10px;
  }
    div#header ul.account li { float: left; }
    div#header ul.account li:first-child {
      border-right: 1px solid #CCC;
      margin-right: .75em;
      padding-right: .75em;
    }
    * html div#header ul.account li {
      border-right:  expression(this.previousSibling ? '0' : '1px solid #CCC');
      margin-right:  expression(this.previousSibling ? '0' : '.75em');
      padding-right: expression(this.previousSibling ? '0' : '.75em');
    }
      div#header ul.account li a { color: #666; }
      div#header ul.account li a:hover { color: #333; }

  /* Cart */
  div#header div.cart {
    height: 36px;
    position: absolute;
    right: 0;
    top: 50px;
    white-space: nowrap;
  }
  * html div#header div.cart { width: 1%; }
      div#header div.cart h2 {
        display: inline;
        font-size: 1.3em;
        font-weight: bold;
      }
      div#header div.cart p {
        display: inline;
        font-size: 1.3em;
        margin: 0 10px 0 0;
      }
      div#header div.cart p.button {
        background: url("/online/ee/inet.nsf/images/button-cart.png?OpenFileResource") 0 0;
        display: -moz-inline-box;
        display: inline-block;
        font-size: 1.2em;
        margin: 0 0 0 .5em;
        vertical-align: middle;
      }
        div#header div.cart p.button a {
          background: url("/online/ee/inet.nsf/images/button-cart.png?OpenFileResource") 100% -36px;
          height: 36px;
          line-height: 36px;
          padding: 0 25px;
        }
        div#header div.cart p.button.checkout a {
          color: #26B34D;
        }
      /* Insane IE */
      * html div#header div.cart p.button,
      * html div#header div.cart p.button a {
        background-image: url("/online/ee/inet.nsf/images/button-cart.gif?OpenFileResource");
        width: 1%;
        white-space: nowrap;
      }
      div#header div.cart p.button { #display: inline; }
          

  div#header ul.categories {
    font-size: 1.2em;
    font-weight: bold;
    overflow: hidden;
    
    word-spacing: -1px;
    width: 980px;
  }
  * html div#header ul.categories { zoom: 1; }
    div#header ul.categories li {
      background: #1F9642 url("/online/ee/inet.nsf/images/header-tabs.png?OpenFileResource") no-repeat 0 -38px;
      float: left;
      text-shadow: 0 0 0 rgba(0, 0, 0, .1);
    }
    div#header ul.categories li:first-child { background-position: 0 0; }
    div#header ul.categories li.active { background-position: 0 -114px; }
      div#header ul.categories li a {
        background: url("/online/ee/inet.nsf/images/header-tabs.png?OpenFileResource") no-repeat 100% -152px;
        color: #FFF;
        display: block;
        padding: 10px 1.25em;
        text-decoration: none;
      }
      div#header ul.categories li.active a {
        background-color: #FFF;
        background-position: 100% -266px;
        color: #26B34D;
      }

  /* IE 6 fixes */
  * html div#header ul.categories li,
  * html div#header ul.categories li a {
    background-image: url("/online/ee/inet.nsf/images/header-tabs.gif?OpenFileResource");
    white-space: nowrap;
    width: 1%;
  }

  /*Search form */
  div#header form.search {
    clear: both;
  }
    div#header form.search fieldset {
      background: url("/online/ee/inet.nsf/images/search-adeptic.png?OpenFileResource") no-repeat 0 56px;
      height: 36px;
      line-height: 36px;
      padding: 20px 0;
    }
      div#header form.search fieldset input {
        background: #F2F2F2 url("/online/ee/inet.nsf/images/input.png?OpenFileResource") repeat-x 0 0;
        border-color: #999 #CCC #E5E5E5;
        border-style: solid;
        border-width: 1px;
        color: #999;
        font-size: 1.4em;
        height: 16px;
        margin: 4px .5em 4px 0;
        padding: 5px;
        width: 240px;
      }
      div#header form.search fieldset input:focus {
        background-position: 0 -500px;
        color: #333;
      }
      div#header form.search fieldset span.button {
        background: #FFF url("/online/ee/inet.nsf/images/button-search.png?OpenFileResource") no-repeat 0 0;
        font-size: 1.2em;
      }
        div#header form.search fieldset span.button button {
          background: url("/online/ee/inet.nsf/images/button-search.png?OpenFileResource") no-repeat 100% -36px;
          height: 36px;
          line-height: 36px;
          padding: 0 25px;
          /* IE */
          #font-size: 12px;
          #padding: 0 15px;
        }
      div#header form.search fieldset span.button, x:-moz-any-link {
        vertical-align: top;
        overflow: hidden;
      }
      /* IE bugs */
      * html div#header form.search fieldset span.button,
      * html div#header form.search fieldset span.button button {
        background-image: url("/online/ee/inet.nsf/images/button-search.gif?OpenFileResource");
      }

  div#header ul.links {
    bottom: 0;
    font-size: 1.2em;
    line-height: 25px;
    padding: 28px 0;
    position: absolute;
    right: 0;
  }
    div#header ul.links li {
      float: left;
      margin-left: 1em;
    }
    div#header ul.links li.help{
      background: url("/online/ee/inet.nsf/Images/helplogo.gif?OpenImageResource") no-repeat 0 0;
      border-right: 1px solid #CCC;
      margin-left: 50px;
      padding-right: 0.5em;
      padding-left: 30px;
	}

    div#header ul.links li.service{
      border-right: 1px solid #CCC;
      margin-left: .5em;
      padding-right: .5em;
    }
    div#header ul.links li.shops {
      border-right: 1px solid #CCC;
      margin-left: .5em;
      padding-right: .5em;
    }

    div#header ul.links li.service { border: 0; }
    div#header ul.links li.webtv { margin-left: 10px; }
      div#header ul.links li a {
        display: block;
        text-decoration: none;
      }
      div#header ul.links li.webtv       a,
      div#header ul.links li.downloads  a,
      div#header ul.links li.developing a {
        background: url("/online/ee/inet.nsf/images/header-links.png?OpenFileResource") no-repeat 0 0;
        padding-left: 25px;
      }
      div#header ul.links li.webtv        a { background-position: 0px 0;    }
      div#header ul.links li.downloads  a { background-position: -200px 0; }
      div#header ul.links li.developing a { background-position: -400px 0; }

/**
 * Content
 */

div#content {
  clear: both;
}
  div#content div.wrapper {
    background: #FFF url("/online/ee/inet.nsf/images/content-background.png?OpenFileResource") repeat-y 0 0;
    overflow: hidden;
  }

  div#content.two-columns div.wrapper {
    background-position: -1940px 0;
  }

/**
 * Footer
 */
div#footer {
  background: #26B34D url("/online/ee/inet.nsf/images/footer-background.png?OpenFileResource") repeat-x 0 0;
}
/* IE */
div#footer {
  #zoom: 1;
}
  div#footer div.wrapper {
    overflow: hidden;
    padding: 2em 0;
    position: relative;
  }
  div#footer dl {
    color: #FFF;
    float: left;
    font-weight: bold;
    text-shadow: 0 0 0 #000;
    width: 180px;
  }
    div#footer dl dt {
      font-size: 1.4em;
      margin-bottom: .75em;
      text-transform: uppercase;
    }
    div#footer dl dd { font-size: 1.1em; }
      div#footer dl dd a { color: #FFF; }
      div#footer dl dd a:hover { color: #C9ECD3; }

  div#footer ul.awards {
    position: absolute;
    right: 0;
    top: 3em;
  }
    div#footer ul.awards li {
      float: left;
      margin-left: 10px;
    }
    div#footer ul.awards li.pricerunner {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      color: #FFF;
      margin-right: 0px;
      padding: 0em 0px;
    }
    div#footer ul.awards li.top100 {
      background: #22A347;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      color: #FFF;
      margin-right: 20px;
      padding: 1em 20px;
    }

/**
 * Contact etc
 */
div#contact {
  margin: 0 auto;
  padding: 1em 0;
  position: relative;
  width: 970px;
}
  div#contact p {
    font-size: 1.1em;
  }
    div#contact p a {
      text-decoration: none;
    }
    div#contact p span.adr {
      margin-right: 1.5em;
    }

  div#contact ul.partners {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 7px;
  }
    div#contact ul.partners li {
      float: left;
      margin-left: 1em;
    }
      div#contact ul.partners li a {
      }
      /* Bye bye CSS sprites :(
      div#contact ul.partners li.swedbank a {
        background-position: 0 0;
        width: 74px;
      }
      div#contact ul.partners li.handelsbanken a {
        background-position: -74px 0;
        width: 79px;
      }
      div#contact ul.partners li.nordea a {
        background-position: -153px 0;
        width: 57px;
      }
      div#contact ul.partners li.seb a {
        background-position: -210px 0;
        width: 29px;
      }
      div#contact ul.partners li.verified-by-visa a {
        background-position: -239px 0;
        width: 35px;
      }
      div#contact ul.partners li.mastercard-securecode a {
        background-position: -274px 0;
        width: 38px;
      }
      div#contact ul.partners li.visa a {
        background-position: -312px 0;
        width: 26px;
      }
      div#contact ul.partners li.mastercard a {
        background-position: -338px 0;
        width: 26px;
      }
      */

div#content div.column.path {
  background: #FFF url("/online/ee/inet.nsf/images/gradient-vertical.png?OpenFileResource") repeat-x 0 0;
  padding-bottom: 10px;
}
  div#content div.column.path ul {
    clear: both;
    color: #666;
    font-size: 1.1em;
    padding: 10px;
  }
    div#content div.column.path ul li { display: inline; }
    div#content div.column.path ul li.hidden { display: none; }
      div#content div.column.path ul li a { color: #666; }
      div#content div.column.path ul li a:hover { color: #333; }
      div#content div.column.path ul li strong { font-weight: bold; }

/* Menu column */
div#content div.column.menu {
  float: left;
  width: 180px;
}
  div#content div.column.menu h2 {
    background: #22A448 url("/online/ee/inet.nsf/images/column-headers.png?OpenFileResource") repeat-x -20px 0;
    color: #FFF;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 30px;
    text-indent: 20px;
    text-shadow: 0 0 0 rgba(0, 0, 0, .1);
    
    white-space: nowrap;
  }
  div#content div.column.menu dl.categories {
    background: #F2F2F2 url("/online/ee/inet.nsf/images/content-background.png?OpenFileResource") repeat-y -970px 0;
    font-size: 1.2em;
    padding: 1.5em 20px;
    
  }
    div#content div.column.menu dl.categories dt.active { font-weight: bold; }
      div#content div.column.menu dl.categories dt a {
        display: block;
        text-decoration: none;
      }

    div#content div.column.menu dl.categories dd { padding-left: 20px; }
      div#content div.column.menu dl.categories dd ul {}
        div#content div.column.menu dl.categories dd ul li.active { font-weight: bold; }
          div#content div.column.menu dl.categories dd ul li a {
            display: block;
            text-decoration: none;
          }
          * html div#content div.column.menu dl.categories dd ul li a { height: 1%; }
            div#content div.column.menu dl.categories dd ul li.active a span { font-weight: normal; }



/* Main column */
div#content div.column.main {
  float: left;
  min-height: 1000px;
  padding: 0 20px 1.8em;
  width: 550px;
}
/* IE6 "min-height" */
* html div#content div.column.main {
  overflow-x: hidden;
}
  div#content div.column.main h1 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: .3em;
  }


/*tabbed content 2 for checkout */
  div#content div.column.main ul.tabs2 {
    background: url("/online/ee/inet.nsf/images/tabbed-links.png?OpenFileResource") no-repeat 100% 100%;
        font-size: 10px;
    font-weight: bold;
    overflow: hidden;
  }

    /* For category pages */
  div#content.category div.column.main ul.tabs2 {
    margin-bottom: -1px;
    padding-left: 20px;
    position: relative;
    z-index: 10;
  }

    div#content div.column.main ul.tabs2 li {
      background: url("/online/ee/inet.nsf/images/tabbed-links.png?OpenFileResource") no-repeat 0 -32px;
      float: left;
      text-indent: 1px;
    }
    div#content div.column.main ul.tabs2 li.active { background-position: 0 -96px; }
    div#content div.column.main ul.tabs2 li:first-child {
      background-position: 0 0;
      text-indent: 0;
    }
    div#content div.column.main ul.tabs2 li:first-child.active { background-position: 0 -64px; }
    div#content div.column.main ul.tabs2 li:last-child { border-right: 1px solid #D6D6D6; }
      div#content div.column.main ul.tabs2 li a {
        color: #666;
        display: block;
        padding: 7px 1.5em;
        text-decoration: none;
      }
      div#content div.column.main ul.tabs2 li a:hover,
      div#content div.column.main ul.tabs2 li.active a { color: #333; }

    /* More strange and wonderful IE bugs */
    * html div#content div.column.main ul.tabs2 { zoom: 1; }

    /* Emulate :first-child and :last-child in IE6 */
    * html div#content div.column.main ul.tabs2 li {
      background-position: expression(this.previousSibling ? '0 -32px' : '0 0');
    }
    * html div#content div.column.main ul.tabs2 li.active {
      background-position: expression(this.previousSibling ? '0 -96px' : '0 -64px');
    }
    * html div#content div.column.main ul.tabs2 li {
      border-right: expression(this.nextSibling ? '0' : '1px solid #D6D6D6');
    }
      * html div#content div.column.main ul.tabs2 li a {
        white-space: nowrap;
        width: 1%;
      }
    /* Emulate :last-child in IE7 */
    *:first-child + html div#content div.column.main ul.tabs2 li {
      border-right: expression(this.nextSibling ? '0' : '1px solid #D6D6D6');
    }

/*tabbed content 3 for checkout */
  div#content div.column.main ul.tabs3 {
    background: url("/online/ee/inet.nsf/images/tabbed-links.png?OpenFileResource") no-repeat 100% 100%;
    font-size: 10px;
    font-weight: bold;
    overflow: hidden;
  }

    /* For category pages */
  div#content.category div.column.main ul.tabs3 {
    margin-bottom: -1px;
    padding-left: 20px;
    position: relative;
    z-index: 10;
  }

    div#content div.column.main ul.tabs3 li {
      background: url("/online/ee/inet.nsf/images/tabbed-links.png?OpenFileResource") no-repeat 0 -32px;
      float: left;
      text-indent: 1px;
    }
    div#content div.column.main ul.tabs3 li.active { background-position: 0 -96px; }
    div#content div.column.main ul.tabs3 li:first-child {
      background-position: 0 0;
      text-indent: 0;
    }
    div#content div.column.main ul.tabs3 li:first-child.active { background-position: 0 -64px; }
    div#content div.column.main ul.tabs3 li:last-child { border-right: 1px solid #D6D6D6; }
      div#content div.column.main ul.tabs3 li a {
        color: #666;
        display: block;
        padding: 7px 1.5em;
        text-decoration: none;
      }
      div#content div.column.main ul.tabs3 li a:hover,
      div#content div.column.main ul.tabs3 li.active a { color: #333; }

    /* More strange and wonderful IE bugs */
    * html div#content div.column.main ul.tabs3 { zoom: 1; }

    /* Emulate :first-child and :last-child in IE6 */
    * html div#content div.column.main ul.tabs3 li {
      background-position: expression(this.previousSibling ? '0 -32px' : '0 0');
    }
    * html div#content div.column.main ul.tabs3 li.active {
      background-position: expression(this.previousSibling ? '0 -96px' : '0 -64px');
    }
    * html div#content div.column.main ul.tabs3 li {
      border-right: expression(this.nextSibling ? '0' : '1px solid #D6D6D6');
    }
      * html div#content div.column.main ul.tabs3 li a {
        white-space: nowrap;
        width: 1%;
      }
    /* Emulate :last-child in IE7 */
    *:first-child + html div#content div.column.main ul.tabs3 li {
      border-right: expression(this.nextSibling ? '0' : '1px solid #D6D6D6');
    }
/*tabbed content 4 for checkout */
  div#content div.column.main ul.tabs4 {
    background: url("/online/ee/inet.nsf/images/tabbed-links.png?OpenFileResource") no-repeat 100% 100%;
        font-size: 10px;
    font-weight: bold;
    overflow: hidden;
  }

    /* For category pages */
  div#content.category div.column.main ul.tabs4 {
    margin-bottom: -1px;
    padding-left: 20px;
    position: relative;
    z-index: 10;
  }

    div#content div.column.main ul.tabs4 li {
      background: url("/online/ee/inet.nsf/images/tabbed-links.png?OpenFileResource") no-repeat 0 -32px;
      float: left;
      text-indent: 1px;
    }
    div#content div.column.main ul.tabs4 li.active { background-position: 0 -96px; }
    div#content div.column.main ul.tabs4 li:first-child {
      background-position: 0 0;
      text-indent: 0;
    }
    div#content div.column.main ul.tabs4 li:first-child.active { background-position: 0 -64px; }
    div#content div.column.main ul.tabs4 li:last-child { border-right: 1px solid #D6D6D6; }
      div#content div.column.main ul.tabs4 li a {
        color: #666;
        display: block;
        padding: 7px 1.5em;
        text-decoration: none;
      }
      div#content div.column.main ul.tabs4 li a:hover,
      div#content div.column.main ul.tabs4 li.active a { color: #333; }

    /* More strange and wonderful IE bugs */
    * html div#content div.column.main ul.tabs4 { zoom: 1; }

    /* Emulate :first-child and :last-child in IE6 */
    * html div#content div.column.main ul.tabs4 li {
      background-position: expression(this.previousSibling ? '0 -32px' : '0 0');
    }
    * html div#content div.column.main ul.tabs4 li.active {
      background-position: expression(this.previousSibling ? '0 -96px' : '0 -64px');
    }
    * html div#content div.column.main ul.tabs4 li {
      border-right: expression(this.nextSibling ? '0' : '1px solid #D6D6D6');
    }
      * html div#content div.column.main ul.tabs4 li a {
        white-space: nowrap;
        width: 1%;
      }
    /* Emulate :last-child in IE7 */
    *:first-child + html div#content div.column.main ul.tabs4 li {
      border-right: expression(this.nextSibling ? '0' : '1px solid #D6D6D6');
    }

 /* Tabbed content 5 */
  div#content div.column.main ul.tabs5 {
    background: url("/online/ee/inet.nsf/images/tabbed-links.png?OpenFileResource") no-repeat 100% 100%;
    font-size: 10px;
    font-weight: bold;
    overflow: hidden;
  }

  /* For category pages */
  div#content.category div.column.main ul.tabs5 {
    margin-bottom: -1px;
    padding-left: 20px;
    position: relative;
    z-index: 10;
  }

    div#content div.column.main ul.tabs5 li {
      background: url("/online/ee/inet.nsf/images/tabbed-links.png?OpenFileResource") no-repeat 0 -32px;
      float: left;
      text-indent: 1px;
    }
    div#content div.column.main ul.tabs5 li.active { background-position: 0 -96px; }
    div#content div.column.main ul.tabs5 li:first-child {
      background-position: 0 0;
      text-indent: 0;
    }
    div#content div.column.main ul.tabs5 li:first-child.active { background-position: 0 -64px; }
    div#content div.column.main ul.tabs5 li:last-child { border-right: 1px solid #D6D6D6; }
      div#content div.column.main ul.tabs5 li a {
        color: #666;
        display: block;
        padding: 7px 1.5em;
        text-decoration: none;
      }
      div#content div.column.main ul.tabs5 li a:hover,
      div#content div.column.main ul.tabs5 li.active a { color: #333; }

    /* More strange and wonderful IE bugs */
    * html div#content div.column.main ul.tabs5 { zoom: 1; }

    /* Emulate :first-child and :last-child in IE6 */
    * html div#content div.column.main ul.tabs5 li {
      background-position: expression(this.previousSibling ? '0 -32px' : '0 0');
    }
    * html div#content div.column.main ul.tabs5 li.active {
      background-position: expression(this.previousSibling ? '0 -96px' : '0 -64px');
    }
    * html div#content div.column.main ul.tabs5 li {
      border-right: expression(this.nextSibling ? '0' : '1px solid #D6D6D6');
    }
      * html div#content div.column.main ul.tabs5 li a {
        white-space: nowrap;
        width: 1%;
      }
    /* Emulate :last-child in IE7 */
    *:first-child + html div#content div.column.main ul.tabs5 li {
      border-right: expression(this.nextSibling ? '0' : '1px solid #D6D6D6');
    }


  /* Tabbed content */
  div#content div.column.main ul.tabs {
    background: url("/online/ee/inet.nsf/images/tabbed-links.png?OpenFileResource") no-repeat 100% 100%;
    font-size: 1.2em;
    font-weight: bold;
    overflow: hidden;
  }

  /* For category pages */
  div#content.category div.column.main ul.tabs {
    margin-bottom: -1px;
    padding-left: 20px;
    position: relative;
    z-index: 10;
  }

    div#content div.column.main ul.tabs li {
      background: url("/online/ee/inet.nsf/images/tabbed-links.png?OpenFileResource") no-repeat 0 -32px;
      float: left;
      text-indent: 1px;
    }
    div#content div.column.main ul.tabs li.active { background-position: 0 -96px; }
    div#content div.column.main ul.tabs li:first-child {
      background-position: 0 0;
      text-indent: 0;
    }
    div#content div.column.main ul.tabs li:first-child.active { background-position: 0 -64px; }
    div#content div.column.main ul.tabs li:last-child { border-right: 1px solid #D6D6D6; }
      div#content div.column.main ul.tabs li a {
        color: #666;
        display: block;
        padding: 7px 1.5em;
        text-decoration: none;
      }
      div#content div.column.main ul.tabs li a:hover,
      div#content div.column.main ul.tabs li.active a { color: #333; }

    /* More strange and wonderful IE bugs */
    * html div#content div.column.main ul.tabs { zoom: 1; }

    /* Emulate :first-child and :last-child in IE6 */
    * html div#content div.column.main ul.tabs li {
      background-position: expression(this.previousSibling ? '0 -32px' : '0 0');
    }
    * html div#content div.column.main ul.tabs li.active {
      background-position: expression(this.previousSibling ? '0 -96px' : '0 -64px');
    }
    * html div#content div.column.main ul.tabs li {
      border-right: expression(this.nextSibling ? '0' : '1px solid #D6D6D6');
    }
      * html div#content div.column.main ul.tabs li a {
        white-space: nowrap;
        width: 1%;
      }
    /* Emulate :last-child in IE7 */
    *:first-child + html div#content div.column.main ul.tabs li {
      border-right: expression(this.nextSibling ? '0' : '1px solid #D6D6D6');
    }

  div#content div.column.main p {
    font-size: 1.2em;
    margin: 10px 0;
  }

  /* Table styles */
  div#content div.column.main table {
    font-size: 1.2em;
    margin: 1.5em 0;
    width: 100%;
  }
    div#content div.column.main table thead {}
      div#content div.column.main table thead tr {}
        div#content div.column.main table thead tr th {
          font-weight: bold;
          padding: .25em 10px;
        }
        div#content div.column.main table thead tr th:first-child { width: 40%; }

    div#content div.column.main table tbody {}
      div#content div.column.main table tbody tr {}
        div#content div.column.main table tbody tr td {
          padding: .25em 10px;
        }
/* -------------------------------- */
  /* New Pagination 2008-09-16 - GoLa */
  div#content div.column.main ol.pagination2
 {
    font-size: 1.2em;
    list-style: none;
    margin: 0 0;
    text-align: center;
  }

  div#content div.column.main ol.pagination2  
{
    _clear: both;
    #margin-top: 0.5em;
    _width: 100%;
  }



  /* -------------------------------- */

   /* Pagination */
  div#content div.column.main ol.pagination {
    font-size: 1.2em;
    list-style: none;
    margin: 1.5em 0;
    text-align: center;
  }
  div#content div.column.main ol.letters {
    font-size: 1.1em;
  }
  /* IE */
  div#content div.column.main ol.pagination {
    _clear: both;
    #margin-top: 3em;
    _width: 100%;
  }
    div#content div.column.main ol.pagination li,
    div#content div.column.main ol.pagination2 li 
    {
      display: inline;
    }
    div#content div.column.main ol.pagination li.previous,
    div#content div.column.main ol.pagination li.next,
    div#content div.column.main ol.pagination2 li.previous,
    div#content div.column.main ol.pagination2 li.next, 
    {
      font-weight: bold;
    }
      div#content div.column.main ol.pagination li a,
      div#content div.column.main ol.pagination2 li a 
      {
        padding: 3px 7px;
        text-decoration: none;
      }
      div#content div.column.main ol.letters li a {
        padding: 2px 3px;
      }
      div#content div.column.main ol.pagination li a:hover,
      div#content div.column.main ol.pagination2 li a:hover 
      {
        background: #E5E5E5;
      }
      div#content div.column.main ol.pagination li a.active,
      div#content div.column.main ol.pagination2 li a.active 
      {
        background: #26B34D;
        color: #FFF;
        font-weight: bold;
      }
      div#content div.column.main ol.pagination li.previous a,
      div#content div.column.main ol.pagination li.next a,
      div#content div.column.main ol.pagination2 li.previous a,
      div#content div.column.main ol.pagination2 li.next a 
      {
        background: none;
      }

/* Last column */
div#content div.column.last {
  float: right;
  width: 200px;
}
  div#content div.column.last h2 {
    background: #949494 url("/online/ee/inet.nsf/images/column-headers.png?OpenFileResource") no-repeat -200px 0;
    color: #FFF;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 30px;
    text-indent: 20px;
    text-shadow: 0 0 0 rgba(0, 0, 0, .1);
        white-space: nowrap;
  }


/**
 * Category page
 */

div#content div.column.main div.tabbed {
  overflow: hidden;
  position: relative;
}
/* IE */
* html div#content div.column.main div.tabbed { zoom: 1; }
*:first-child + html div#content div.column.main div.tabbed { padding-bottom: 1.8em; }

div#content.category div.column.main div.tabbed {
  background: #F2F2F2 url("/online/ee/inet.nsf/images/gradient-vertical-gray.png?OpenFileResource") repeat-x 0 0;
  border-color: #D6D6D6;
  border-style: solid;
  border-width: 0 1px 1px;
  overflow: hidden;
  padding: 0 20px;
}
body.js div#content div.column.main div.tabbed { display: none; }
  div#content div.column.main div.tabbed h2 {
    font-size: 2em;
    font-weight: bold;
    margin: 1em 0;
  }

  div#content div.column.main div.tabbed h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1em;
  }

  div#content div.column.main div.tabbed p.show {
    background: url("/online/ee/inet.nsf/images/button-show-all.png?OpenFileResource") no-repeat 0 0;
    font-weight: bold;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
  }
    div#content div.column.main div.tabbed p.show a {
      background: url("/online/ee/inet.nsf/images/button-show-all.png?OpenFileResource") no-repeat 100% -24px;
      color: #333;
      display: block;
      line-height: 24px;
      padding: 0 18px;
      text-decoration: none;
    }

  /* IE6 */
  * html div#content div.column.main div.tabbed p.show,
  * html div#content div.column.main div.tabbed p.show a {
    background-image: url("/online/ee/inet.nsf/images/button-show-all.gif?OpenFileResource");
  }


/*tabbed 2 for checkout*/

div#content div.column.main div.tabbed2 {
  overflow: hidden;
  position: relative;
}
/* IE */
* html div#content div.column.main div.tabbed2 { zoom: 1; }
*:first-child + html div#content div.column.main div.tabbed2 { padding-bottom: 1.8em; }

div#content.category div.column.main div.tabbed2 {
  background: #F2F2F2 url("/online/ee/inet.nsf/images/gradient-vertical-gray.png?OpenFileResource") repeat-x 0 0;
  border-color: #D6D6D6;
  border-style: solid;
  border-width: 0 1px 1px;
  overflow: hidden;
  padding: 0 20px;
}
body.js div#content div.column.main div.tabbed2 { display: none; }
  div#content div.column.main div.tabbed2 h2 {
    font-size: 2em;
    font-weight: bold;
    margin: 1em 0;
  }

  div#content div.column.main div.tabbed2 h3 {
        font-size: 10px;
    font-weight: bold;
    margin-bottom: 1em;
  }

  div#content div.column.main div.tabbed2 p.show {
    background: url("/online/ee/inet.nsf/images/button-show-all.png?OpenFileResource") no-repeat 0 0;
    font-weight: bold;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
  }
    div#content div.column.main div.tabbed2 p.show a {
      background: url("/online/ee/inet.nsf/images/button-show-all.png?OpenFileResource") no-repeat 100% -24px;
      color: #333;
      display: block;
      line-height: 24px;
      padding: 0 18px;
      text-decoration: none;
    }

  /* IE6 */
  * html div#content div.column.main div.tabbed2 p.show,
  * html div#content div.column.main div.tabbed2 p.show a {
    background-image: url("/online/ee/inet.nsf/images/button-show-all.gif?OpenFileResource");
  }

/*tabbed 3 for checkout*/

div#content div.column.main div.tabbed3 {
  overflow: hidden;
  position: relative;
}
/* IE */
* html div#content div.column.main div.tabbed3 { zoom: 1; }
*:first-child + html div#content div.column.main div.tabbed3 { padding-bottom: 1.8em; }

div#content.category div.column.main div.tabbed3 {
  background: #F2F2F2 url("/online/ee/inet.nsf/images/gradient-vertical-gray.png?OpenFileResource") repeat-x 0 0;
  border-color: #D6D6D6;
  border-style: solid;
  border-width: 0 1px 1px;
  overflow: hidden;
  padding: 0 20px;
}
body.js div#content div.column.main div.tabbed3 { display: none; }
  div#content div.column.main div.tabbed3 h2 {
    font-size: 2em;
    font-weight: bold;
    margin: 1em 0;
  }

  div#content div.column.main div.tabbed3 h3 {
        font-size: 10px;
    font-weight: bold;
    margin-bottom: 1em;
  }

  div#content div.column.main div.tabbed3 p.show {
    background: url("/online/ee/inet.nsf/images/button-show-all.png?OpenFileResource") no-repeat 0 0;
    font-weight: bold;
    font-size: 10px;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
  }
    div#content div.column.main div.tabbed3 p.show a {
      background: url("/online/ee/inet.nsf/images/button-show-all.png?OpenFileResource") no-repeat 100% -24px;
      color: #333;
      display: block;
      line-height: 24px;
      padding: 0 18px;
      text-decoration: none;
    }

  /* IE6 */
  * html div#content div.column.main div.tabbed3 p.show,
  * html div#content div.column.main div.tabbed3 p.show a {
    background-image: url("/online/ee/inet.nsf/images/button-show-all.gif?OpenFileResource");
  }
/*tabbed 4 for checkout*/

div#content div.column.main div.tabbed4 {
  overflow: hidden;
  position: relative;
}
/* IE */
* html div#content div.column.main div.tabbed4 { zoom: 1; }
*:first-child + html div#content div.column.main div.tabbed4 { padding-bottom: 1.8em; }

div#content.category div.column.main div.tabbed4 {
  background: #F2F2F2 url("/online/ee/inet.nsf/images/gradient-vertical-gray.png?OpenFileResource") repeat-x 0 0;
  border-color: #D6D6D6;
  border-style: solid;
  border-width: 0 1px 1px;
  overflow: hidden;
  padding: 0 20px;
}
body.js div#content div.column.main div.tabbed4 { display: none; }
  div#content div.column.main div.tabbed4 h2 {
    font-size: 2em;
    font-weight: bold;
    margin: 1em 0;
  }

  div#content div.column.main div.tabbed4 h3 {
        font-size: 10px;
    font-weight: bold;
    margin-bottom: 1em;
  }

  div#content div.column.main div.tabbed4 p.show {
    background: url("/online/ee/inet.nsf/images/button-show-all.png?OpenFileResource") no-repeat 0 0;
    font-weight: bold;
    font-size: 10px;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
  }
    div#content div.column.main div.tabbed4 p.show a {
      background: url("/online/ee/inet.nsf/images/button-show-all.png?OpenFileResource") no-repeat 100% -24px;
      color: #333;
      display: block;
      line-height: 24px;
      padding: 0 18px;
      text-decoration: none;
    }

  /* IE6 */
  * html div#content div.column.main div.tabbed4 p.show,
  * html div#content div.column.main div.tabbed4 p.show a {
    background-image: url("/online/ee/inet.nsf/images/button-show-all.gif?OpenFileResource");
  }
/*tabbed 5 for checkout*/
div#content div.column.main div.tabbed5 {
  overflow: hidden;
  position: relative;
}
/* IE */
* html div#content div.column.main div.tabbed5 { zoom: 1; }
*:first-child + html div#content div.column.main div.tabbed5 { padding-bottom: 1.8em; }

div#content.category div.column.main div.tabbed5 {
  background: #F2F2F2 url("/online/ee/inet.nsf/images/gradient-vertical-gray.png?OpenFileResource") repeat-x 0 0;
  border-color: #D6D6D6;
  border-style: solid;
  border-width: 0 1px 1px;
  overflow: hidden;
  padding: 0 20px;
}
body.js div#content div.column.main div.tabbed5 { display: none; }
  div#content div.column.main div.tabbed5 h2 {
    font-size: 2em;
    font-weight: bold;
    margin: 1em 0;
  }

  div#content div.column.main div.tabbed5 h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1em;
  }

  div#content div.column.main div.tabbed5 p.show {
    background: url("/online/ee/inet.nsf/images/button-show-all.png?OpenFileResource") no-repeat 0 0;
    font-weight: bold;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
  }
    div#content div.column.main div.tabbed5 p.show a {
      background: url("/online/ee/inet.nsf/images/button-show-all.png?OpenFileResource") no-repeat 100% -24px;
      color: #333;
      display: block;
      line-height: 24px;
      padding: 0 18px;
      text-decoration: none;
    }

  /* IE6 */
  * html div#content div.column.main div.tabbed5 p.show,
  * html div#content div.column.main div.tabbed5 p.show a {
    background-image: url("/online/ee/inet.nsf/images/button-show-all.gif?OpenFileResource");
  }

  /* Buyers guide */
  div#content div.column.main div.tabbed dl.guide {
    margin: 1.8em 0;
    /*padding-left: 110px;*/
  }
    div#content div.column.main div.tabbed dl.guide dt {
      font-size: 1.4em;
      font-weight: bold;
    }
    div#content div.column.main div.tabbed dl.guide dd {
      margin-bottom: 1.8em;
      position: relative;
    }
      div#content div.column.main div.tabbed dl.guide dd p {
        margin: 0 0 .75em;
      }
      /*div#content div.column.main div.tabbed dl.guide dd p.photo {
        height: 90px;
        left: -110px;
        line-height: 90px;
        position: absolute;
        top: -21px;
      }
        div#content div.column.main div.tabbed dl.guide dd p.photo img {
          vertical-align: middle;
        }*/

div#content div.column.main p.video object {
  background: #F2F2F2;
}

div#content div.column.main ul.videos {
  font-size: 1.2em;
  overflow: hidden;
  width: 530px;
}
  div#content div.column.main ul.videos li {
    float: left;
    margin: 0 20px 1.5em 0;
  }
    div#content div.column.main ul.videos li a {
      background: url("/online/ee/inet.nsf/images/tv-item.png?OpenFileResource") no-repeat 0 0;
      display: block;
      height: 81px;
      position: relative;
      padding-left: 110px;
      text-decoration: none;
      width: 135px;
    }
      div#content div.column.main ul.videos li a img {
        left: 0;
        position: absolute;
        top: 0;
      }

div#content div.column.main dl.dictionary {
  font-size: 1.2em;
}
  div#content div.column.main dl.dictionary dt {
    font-weight: bold;
  }
  div#content div.column.main dl.dictionary dd {
    margin-bottom: .75em;
  }

div#content div.column.main div.tabbed span.button {
  background: url("/online/ee/inet.nsf/images/button-gray.png?OpenFileResource") no-repeat 0 0;
  margin-bottom: 1.5em;
}
  div#content div.column.main div.tabbed span.button a {
    background: url("/online/ee/inet.nsf/images/button-gray.png?OpenFileResource") no-repeat 100% -24px;
    line-height: 24px;
  }

div#content div.column.main div.filter {
  background: #F2F2F2 url("/online/ee/inet.nsf/images/gradient-vertical-gray.png?OpenFileResource") repeat-x 0 0;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  margin: 1.8em 0;
  padding: 1.8em 0 0 20px;
  position: relative;
}
/* IE6 */
* html div#content div.column.main div.filter {
  padding-bottom: 20px !important;
  width: 528px;
}
  div#content div.column.main div.filter div {
    clear: both;
    margin-top: 1.2em;
    overflow: hidden;
  }
  div#content div.column.main div.filter h2 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1em;
  }
  div#content div.column.main div.filter dl {
    float: left;
    margin-right: 20px;
    width: 112px;
  }
  div#content div.column.main div.filter dl.break { clear: left; }
  div#content div.column.main div.filter dl.last { clear: right; }
    div#content div.column.main div.filter dl dt {
      font-size: 1.2em;
      font-weight: bold;
    }
    div#content div.column.main div.filter dl dd {
      font-size: 1.1em;
    }

  div#content div.column.main div.filter span.button {
    background: url("/online/ee/inet.nsf/images/button-gray.png?OpenFileResource") no-repeat 0 0;
    clear: both;
    float: left;
    font-weight: bold;
    margin: 1.5em 100px 1.5em 0;
    /* IE */
    #white-space: nowrap;
  }
    div#content div.column.main div.filter span.button a {
      background: url("/online/ee/inet.nsf/images/button-gray.png?OpenFileResource") no-repeat 100% -24px;
      height: 24px;
      line-height: 24px;
    }
  * html div#content div.column.main div.filter span.button,
  * html div#content div.column.main div.filter span.button a {
    background-image: url("/online/ee/inet.nsf/images/button-gray.gif?OpenFileResource");
  }

/**
 * Department and Category page
 */

div#content div.column.main ul.department {
  overflow: hidden;
  width: 560px;
}
* html div#content div.column.main ul.department { margin-right: -10px; }

  div#content div.column.main ul.department > li {
    float: left;
    margin: 0 10px 1.8em 0;
    width: 130px;
  }
  * html div#content div.column.main ul.department li {
    float:  expression(this.parentNode.className == 'department' ? 'left' : 'auto');
    margin: expression(this.parentNode.className == 'department' ? '0 10px 1.8em 0' : 'auto');
    width:  expression(this.parentNode.className == 'department' ? '130px' : 'auto');
  }
    div#content div.column.main ul.department li p.photo {
      background: url("/online/ee/inet.nsf/images/department-product.png?OpenFileResource") no-repeat 0 0;
      height: 130px;
      line-height: 130px;
      margin: 0 0 1em 0;
      text-align: center;
    }
      div#content div.column.main ul.department li p.photo a {
        display: block;
        height: 130px;
      }
        div#content div.column.main ul.department li p.photo a img {
          height: 130px;
        }

    div#content div.column.main ul.department li p.title {
      font-size: 1.2em;
      font-weight: bold;
      margin: 0;
    }

    div#content div.column.main ul.department li ul.categories {
      font-size: 1.1em;
    }
      div#content div.column.main ul.department li ul.categories li {
        display: inline;
        margin-right: .5em;
      }

div#content div.column.main ul.department-categories {
  overflow: hidden;
  width: 520px;
}
* html div#content div.column.main ul.department-categories { margin-right: -12px; }

  div#content div.column.main ul.department-categories li {
    float: left;
    margin: 0 10px 1.8em 0;
    text-align: center;
    width: 120px;
  }
    div#content div.column.main ul.department-categories li p.photo {
      /*background: url("/online/ee/inet.nsf/images/department-product.png?OpenFileResource") no-repeat 0 0;*/
      height: 120px;
      line-height: 120px;
      margin: 0;
      text-align: center;
    }
      div#content div.column.main ul.department-categories li p.photo a {
        display: block;
        height: 100px;
      }
        div#content div.column.main ul.department-categories li p.photo a img {
          vertical-align: middle;
        }

    div#content div.column.main ul.department-categories li p.title {
      font-size: 1.2em;
      font-weight: bold;
      margin: 0;
    }
      div#content div.column.main ul.department-categories li p.title a {
        display: block;
      }


/* Featured product blocks */
div#content div.column.main div.featured {
  overflow: hidden;
  width: 570px;
}
* html div#content div.column.main div.featured { margin-right: -20px; }
  div#content div.column.main div.featured.category h2 {
    border-top: 1px solid #CCC;
    clear: both;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 3em;
    margin-top: .8571em;
    width: 550px;
  }
    div#content div.column.main div.featured.category h2 a img {
      vertical-align: middle;
    }

  div#content div.column.main div.featured div.product {
    border-bottom: 1px solid #CCC;
    float: left;
    margin: 1em 20px 1em 0;
    min-height: 14.4em;
    overflow: hidden;
     /*padding: 0 0 4.2em 95px;*/
    padding: 0 0 2.2em 95px;
    position: relative;
    width: 170px;
  }
  div#content div.column.main div.featured.category div.product {
    border-bottom: 0;
  }
  /* IE6 hasLayout bug */
  * html div#content div.column.main div.featured div.product { zoom: 1; }
    div#content div.column.main div.featured div.product h3 {
      font-size: 1.2em;
      font-weight: bold;
      margin-bottom: .5em;
    }
      div#content div.column.main div.featured div.product h3 span.label {
        background: #26B34D url("/online/ee/inet.nsf/images/label-arrow-small.png?OpenFileResource") no-repeat 4px 50%;
        color: #FFF;
        font-size: 11px;
        font-weight: bold;
        margin-right: 5px;
        padding: 1px 4px 1px 11px;
        text-decoration: none;
        text-shadow: 0 0 0 rgba(0, 0, 0, .1);
      }
      div#content div.column.main div.featured div.product h3 a {
        display: block;
      }
    /* Ratings */
    div#content div.column.main div.featured div.product p.rating {
      background: url("/online/ee/inet.nsf/images/rating-stars-small.png?OpenFileResource") repeat-x 0 0;
      float: left;
      margin: 0 10px 0 0;
      width: 80px;
    }
      div#content div.column.main div.featured div.product p.rating span {
        background: url("/online/ee/inet.nsf/images/rating-stars-small.png?OpenFileResource") repeat-x 0 -15px;
        padding-top: 15px;
      }

    div#content div.column.main div.featured div.product p.reviews {
      display: -moz-inline-box;
      display: inline-block;
      line-height: 15px;
      margin-right: 0;
      font-size: 1.1em;
    }

    div#content div.column.main div.featured div.product p {
      font-size: 1.2em;
    }

    div#content div.column.main div.featured div.product p.photo {
      height: 80px;
      left: 0;
      line-height: 80px;
      position: absolute;
      top: 0;
      text-align: center;
      width: 80px;
    }
      div#content div.column.main div.featured div.product p.photo img {
        vertical-align: middle;
      }

    div#content div.column.main div.featured div.product p.description {
      margin: .5em 0;
    }
    /* IE6 */
    * html div#content div.column.main div.featured div.product p.description {
      height: 6em;
    }

    div#content div.column.main div.featured div.product p.price {
      bottom: 18px;
      display: -moz-inline-box;
      display: inline-block;
      font-size: 1.4em;
      font-weight: bold;
      left: 95px;
      line-height: 24px;
      position: absolute;
      width: 5em;
    }

    div#content div.column.main div.featured div.product p.button {
      background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 0 0;
      bottom: 18px;
      position: absolute;
      left: 165px;
    }
      div#content div.column.main div.featured div.product p.button a {
        background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 100% -24px;
        color: #26B34D;
        line-height: 24px;
      }
      /* IE6 */
      * html div#content div.column.main div.featured div.product p.button,
      * html div#content div.column.main div.featured div.product p.button a {
        background-image: url("/online/ee/inet.nsf/images/button.gif?OpenFileResource");
      }
      * html div#content div.column.main div.featured div.product p.button { display: inline; }
      /* IE7 */
      *:first-child + html div#content div.column.main div.featured div.product p.button {
        display: inline;
      }

    div#content div.column.main div.featured div.product p.payment {
      color: #666;
      font-size: 1.1em;
      margin: .5em 0 1em;
    }

/**
 * Product list
 */

ul.help.hits {
  background: url("/online/ee/inet.nsf/images/badge-help-small.png?OpenFileResource") no-repeat 0 0;
  float: right;
  font-size: 1.2em;
  margin-top: -3em;
  min-height: 3em;
  padding-left: 46px;
  /* IE6 */
  _height: 3em;
}

/* Filtering of hits */
div#content div.column.main div.filter.hits {
  padding-bottom: 2px;
}
  div#content div.column.main div.filter.hits h2 {}
    div#content div.column.main div.filter.hits h2 a {
      background: url("/online/ee/inet.nsf/images/icon-expand.png?OpenFileResource") no-repeat 0 0;
      display: block;
      padding: 1px 0 1px 31px;
      text-decoration: none;
      width: 40%;
      /* FF */
      -moz-outline: 0;
    }
    /* IE6/7 */
    div#content div.column.main div.filter.hits h2 a {
      _background-image: url("/online/ee/inet.nsf/images/icon-expand.gif?OpenFileResource");
      #outline: 0;
      #zoom: 1;
    }

    div#content div.column.main div.filter.hits h2 a.active {
      background-position: -1000px 0;
    }

  div#content div.column.main div.filter.hits p.stock {
    background: url("/online/ee/inet.nsf/images/icon-stock.png?OpenFileResource") no-repeat 0 0;
    line-height: 1.75em;
    padding-left: 25px;
    position: absolute;
    right: 20px;
    top: 0;
    /* IE6 */
    _background-image: url("/online/ee/inet.nsf/images/icon-stock.gif?OpenFileResource");
  }

  body.js div#content div.column.main div.filter.hits div#filters {
    display: none;
  }
  /* IE */
  div#content div.column.main div.filter.hits div#filters {
    #zoom: 1;
    #overflow: hidden;
  }
    div#content div.column.main div.filter.hits div#filters span.button a {
      padding: 0 1.5em;
      #padding-bottom: 1.5em;
    }

/* Sorting of products */
div#content div.column.main div.options {
  background: url("/online/ee/inet.nsf/images/gradient-vertical.png?OpenFileResource") repeat-x 0 0;
  padding: 15px 20px 0;
  position: relative;
  /* IE6 */
  _zoom: 1;
}
  div#content div.column.main div.options h2 {
    font-size: 1.4em;
    font-weight: bold;
    left: 20px;
    position: absolute;
    top: 15px;
  }

  /* Sorting options */
  div#content div.column.main div.options ul {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 23px;
    text-align: right;
  }
    div#content div.column.main div.options ul li {
      display: inline;
      margin-left: .5em;
font-weight: normal;
    }
      div#content div.column.main div.options ul li a {
        font-weight: normal;
      }

/* Buttons */
div#content div.column.main div.buttons {
  clear: both;
  overflow: hidden;
}
  div#content div.column.main div.buttons p.button {
    background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 0 0;
    /* IE */
    _background-image: url("/online/ee/inet.nsf/images/button.gif?OpenFileResource");
    #float: left;
  }
    div#content div.column.main div.buttons p.button a {
      background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 100% -24px;
      line-height: 24px;
      padding: 0 1.5em;
      /* IE */
      _background-image: url("/online/ee/inet.nsf/images/button.gif?OpenFileResource");
    }
  div#content div.column.main div.buttons p.button.print {
    margin-left: 1em;
  }

/* Matching products */
div#content div.column.main div.hit {
  border-bottom: 1px solid #E5E5E5;
  margin: 1.8em 0;
  min-height: 12.6em;
  padding: 0 120px 1.8em 110px;
  position: relative;
  /* IE6 */
  _height: 12.6em;
  _zoom: 1;
}
div#ontent div.column.main div.hit.first {
  background: url("/online/ee/inet.nsf/images/gradient-vertical.png?OpenFileResource") repeat-x 0 0;
}
  div#content div.column.main div.hit h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: .5em;
  }
    div#content div.column.main div.hit h3 span.label {
      background: #26B34D url("/online/ee/inet.nsf/images/label-arrow-small.png?OpenFileResource") no-repeat 4px 50%;
      color: #FFF;
      font-size: 11px;
      font-weight: bold;
      margin-right: 5px;
      padding: 1px 4px 1px 11px;
      text-decoration: none;
      text-shadow: 0 0 0 rgba(0, 0, 0, .1);
    }
  div#content div.column.main div.hit p { margin: 0 0 1.5em 0; }
  div#content div.column.main div.hit p.rating {
    background: url("/online/ee/inet.nsf/images/rating-stars-small.png?OpenFileResource") repeat-x 0 0;
    float: left;
    line-height: 15px;
    margin: 0 10px 0 0;
    width: 80px;
  }
    div#content div.column.main div.hit p.rating span {
      background: url("/online/ee/inet.nsf/images/rating-stars-small.png?OpenFileResource") repeat-x 0 -15px;
      padding-top: 15px;
    }

  div#content div.column.main div.hit p.reviews {
    font-size: 1.1em;
    line-height: 15px;
    margin: 0;
  }

  div#content div.column.main div.hit p.photo {
    left: 0;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 90px;
  }
    div#content div.column.main div.hit p.photo img {
      vertical-align: middle;
    }

  /* Compare */
  div#content div.column.main div.hit label {
    font-size: 1.1em;
    font-weight: bold;
    left: 10px;
    position: absolute;
    top: 110px;
  }
    div#content div.column.main div.hit label input {
      margin-right: 5px;
      /* IE6, IE7 */
      #vertical-align: middle;
    }
    /* FF */
    div#content div.column.main div.hit label input, x:-moz-any-link {
      vertical-align: text-bottom;
    }

  div#content div.column.main div.hit p.description {
    clear: both;
    margin: .5em 0 1.5em;
  }

  /* More info */
  div#content div.column.main div.hit p.more {
    font-size: 1.1em;
    margin: 0;
  }
    div#content div.column.main div.hit p.more a {
      background: url("/online/ee/inet.nsf/images/icons-toggle.png?OpenFileResource") no-repeat 0 50%;
      display: block;
      text-indent: 20px;
      /* FF */
      -moz-outline: 0;
    }
    /* IE6 */
    * html div#content div.column.main div.hit p.more a { zoom: 1; }
    div#content div.column.main div.hit p.more a.active {
      background-position: -1000px 50%;
    }

  div#content div.column.main div.hit div.more {
    overflow: hidden;
  }
  body.js div#content div.column.main div.hit div.more { display: none; }

  div#content div.column.main div.hit table {
    font-size: 1.1em;
    width: 320px;
  }

  div#content div.column.main div.hit div.buy {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    width: 100px;
  }
    div#content div.column.main div.hit div.buy p {
      font-size: 1.1em;
      margin: 0;
    }
    div#content div.column.main div.hit div.buy p.price {
      font-size: 1.4em;
      font-weight: bold;
    }
    div#content div.column.main div.hit div.buy p.button {
      background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 0 0;
      font-size: 1.2em;
      margin: .5em 0;
    }
      div#content div.column.main div.hit div.buy p.button a {
        background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 100% -24px;
        color: #26B34D;
        line-height: 24px;
      }
      /* IE6 */
      * html div#content div.column.main div.hit div.buy p.button,
      * html div#content div.column.main div.hit div.buy p.button a {
        background-image: url("/online/ee/inet.nsf/images/button.gif?OpenFileResource");
        width: 1%;
      }
      *:first-child + html div#content div.column.main div.hit div.buy p.button {
        display: inline;
      }

    div#content div.column.main div.hit div.buy p.stock {
      white-space: nowrap;
    }

/**
 * Purchase advice
 */
 div#content div.column.main div.padvice p.more {
    font-size: 1.1em;
    margin: 0;
  }
    div#content div.column.main div.padvice p.more a {
      background: url("/online/ee/inet.nsf/images/icons-toggle.png?OpenFileResource") no-repeat 0 50%;
      display: block;
      text-indent: 20px;
      /* FF */
      -moz-outline: 0;
    }
    /* IE6 */
    * html div#content div.column.main div.padvice p.more a { zoom: 1; }
    div#content div.column.main div.hit p.more a.active {
      background-position: -1000px 50%;
    }

  div#content div.column.main div.padvice div.more {
    overflow: hidden;
  }
  body.js div#content div.column.main div.padvice div.more { display: none; }

/**
 * Info page
 */

 div#content div.column.info {
   background: #FFF;
   float: left;
   min-height: 800px;
   padding-bottom: 50px;
   width: 770px;
 }
 /* IE6 "min-height" */
 * html div#content div.column.info { height: 1500px; }


/**
 * End Info page
 */

/**
 * Start page
 */

 div#content div.column.start {
   background: #FFF;
   float: left;
   min-height: 1500px;
   padding-bottom: 50px;
   width: 770px;
 }
 /* IE6 "min-height" */
 * html div#content div.column.start { height: 1500px; }

  div#content div.column.start div.carousel {
    height: 260px;
    margin-bottom: 1.5em;
    overflow: auto;
    position: relative;
    width: 750px;
  }
  body.js div#content div.column.start div.carousel { overflow: hidden; }
    div#content div.column.start div.carousel h1 {
      background: url("/online/ee/inet.nsf/images/carousel-glass.png?OpenFileResource") no-repeat 100% 0;
      display: none;
      height: 260px;
      position: absolute;
      right: 0;
      text-indent: -999em;
      top: 0;
      width: 375px;
      z-index: 10;
    }
    * html div#content div.column.start div.carousel h1 {
      background-image: none;
      display: none;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/online/ee/inet.nsf/images/glass.png?OpenFileResource', sizingMethod='crop');
    }

    /* Carousel navigation */
    div#content div.column.start div.carousel ul.navigation {
      bottom: 0;
      font-size: 1.2em;
      overflow: hidden;
      position: absolute;
      width: 760px;
    }
      div#content div.column.start div.carousel ul.navigation li {
        background: #E0E0E0;
        float: left;
        margin-right: 10px;
        width: 180px;
      }
      body.js div#content div.column.start div.carousel ul.navigation li.active {
        background: #E0E0E0;
      }
        div#content div.column.start div.carousel ul.navigation li a {
          color: #333;
          display: block;
          height: 90px;
        }

    /* Carousel buttons */
    div#content div.column.start div.carousel span {
      background: url("/online/ee/inet.nsf/images/carousel-buttons.png?OpenFileResource") no-repeat 0 0;
      cursor: pointer;
      height: 27px;
      position: absolute;
      bottom: 15px;
      width: 27px;
      _background-image: url("/online/ee/inet.nsf/images/carousel-buttons.gif?OpenFileResource");
    }
    div#content div.column.start div.carousel span.next {
      background-position: -27px 0;
      right: 15px;
    }
    div#content div.column.start div.carousel span.previous {
      right: 52px;
    }
    div#content div.column.start div.carousel span:hover {
      background-position: 0 -27px;
    }
    div#content div.column.start div.carousel span:active {
      background-position: 0 -54px;
    }
    div#content div.column.start div.carousel span.next:hover {
      background-position: -27px -27px;
    }
    div#content div.column.start div.carousel span.next:active {
      background-position: -27px -54px;
    }

    /* Carousel items */
    div#content div.column.start div.carousel ul.items {
      background: #000 url("/online/ee/inet.nsf/images/carousel.png?OpenFileResource");
      color: #FFF;
      overflow: hidden;
      position: relative;
      text-shadow: 0 0 0 rgba(0, 0, 0, .1);
      width: 6000px;
    }
      div#content div.column.start div.carousel ul.items li {
        float: left;
        height: 260px;
        position: relative;
        width: 750px;
      }
        div#content div.column.start div.carousel ul.items li h2 {
          font-size: 2.4em;
          font-weight: bold;
        }
        div#content div.column.start div.carousel ul.items li p { font-size: 1.4em; }
        /*
        div#content div.column.start div.carousel ul.items li img {
          position: absolute;
          right: 50px;
          top: 20px;
        }
        */


/* Featured product blocks */
div#content div.column.start div.featured {
  float: left;
  /*height: 31.5em;*/
  margin: 1em 10px 1em 0;
  overflow: hidden;
  width: 370px;
}
  div#content div.column.start div.featured h2 {
    border-bottom: 1px solid #CCC;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 2.25em;
    text-indent: 10px;
    
  }
  div#content div.column.start div.featured div.product {
    /*height: 17.9em;*/
    padding: 2em 0 0 170px;
    position: relative;
  }
  /* IE6 hasLayout bug */
  * html div#content div.column.start div.featured div.product { zoom: 1; }
    div#content div.column.start div.featured div.product h3 {
      font-size: 1.2em;
      font-weight: bold;
      margin-bottom: .5em;
    }
      div#content div.column.start div.featured div.product h3 span.label {
        background: #26B34D url("/online/ee/inet.nsf/images/label-arrow-small.png?OpenFileResource") no-repeat 4px 50%;
        color: #FFF;
        font-size: 11px;
        font-weight: bold;
        margin-right: 5px;
        padding: 1px 4px 1px 11px;
        text-decoration: none;
        text-shadow: 0 0 0 rgba(0, 0, 0, .1);
      }
    /* Ratings */
    div#content div.column.start div.featured div.product p.rating {
      background: url("/online/ee/inet.nsf/images/rating-stars-small.png?OpenFileResource") repeat-x 0 0;
      display: inline-block;
      float: left;
      margin-right: 10px;
      width: 80px;
    }
      div#content div.column.start div.featured div.product p.rating span {
        background: url("/online/ee/inet.nsf/images/rating-stars-small.png?OpenFileResource") repeat-x 0 -15px;
        padding-top: 15px;
      }

    div#content div.column.start div.featured div.product p.reviews {
      display: -moz-inline-box;
      display: inline-block;
      line-height: 15px;
      font-size: 1.1em;
    }


    div#content div.column.start div.featured div.product p.photo {
      left: 0;
      line-height: 120px;
      position: absolute;
      top: 2em;
      text-align: center;
      width: 160px;
    }
      div#content div.column.start div.featured div.product p.photo img {
        vertical-align: middle;
      }

    div#content div.column.start div.featured div.product p.description {
      font-size: 1.2em;
      min-height: 6em;
height: 100px;
      margin: .5em 0;
    }
    /* IE6 */
    * html div#content div.column.start div.featured div.product p.description {
      height: 6em;
    }

    div#content div.column.start div.featured div.product p.price {
      display: -moz-inline-box;
      display: inline-block;
      font-size: 1.4em;
      font-weight: bold;
      line-height: 24px;
      width: 5em;
    }
    /* IE */
    * html div#content div.column.start div.featured div.product p.price {
      display: inline;
      margin-bottom: 7px;
    }
    *:first-child + html div#content div.column.start div.featured div.product p.price {
      display: inline;
      margin-bottom: 7px;
    }

    div#content div.column.start div.featured div.product p.button {
      background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 0 0;
      font-size: 1.2em;
    }
      div#content div.column.start div.featured div.product p.button a {
        background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 100% -24px;
        color: #26B34D;
        line-height: 24px;
      }
      /* IE6 */
      * html div#content div.column.start div.featured div.product p.button,
      * html div#content div.column.start div.featured div.product p.button a {
        background-image: url("/online/ee/inet.nsf/images/button.gif?OpenFileResource");
      }
      * html div#content div.column.start div.featured div.product p.button { display: inline; }
      /* IE7 */
      *:first-child + html div#content div.column.start div.featured div.product p.button {
        display: inline;
      }

    div#content div.column.start div.featured div.product p.payment {
      color: #666;
      font-size: 1.1em;
      margin: .5em 0 1em;
    }

  /* Shortcuts */
  div#content div.column.start div.featured div.shortcuts {
    background: #F2F2F2 url("/online/ee/inet.nsf/images/start-product-shortcuts.png?OpenFileResource") repeat-x 0 100%;
    margin-top: 1.2em;
    padding: 1.2em 15px 1.8em;
  }
    div#content div.column.start div.featured div.shortcuts p {
      font-size: 1.3em;
      font-weight: bold;
      margin-bottom: .25em;
    }
    div#content div.column.start div.featured div.shortcuts ul {
      font-size: 1.1em;
    }
      div#content div.column.start div.featured div.shortcuts ul li {
        display: inline;
        margin-right: .5em;
      }

/* Tabbed drawers */
div#content div.column.last ul.tabs {
  background: #CCC url("/online/ee/inet.nsf/images/tabbed-list.png?OpenFileResource") no-repeat 0 -140px;
  font-size: 1.2em;
  font-weight: bold;
  overflow: hidden;
/*    padding: 10px 0 0 12px;	xxx */
  padding: 10px 0 0 6px;
}
* html div#content div.column.last ul.tabs { zoom: 1; }
  div#content div.column.last ul.tabs li {
    float: left;
  }
  div#content div.column.last ul.tabs li:last-child {
    background: #F2F2F2 url("/online/ee/inet.nsf/images/tabbed-list.png?OpenFileResource") no-repeat 100% -112px;
    padding-right: 2px;
  }
  /* IE */
  * html div#content div.column.last ul.tabs li {
    background: expression(this.nextSibling ? 'none' : '#F2F2F2 url("/online/ee/inet.nsf/images/tabbed-list.png?OpenFileResource") no-repeat 100% -112px');
    padding-right: expression(this.nextSibling ? '0' : '2px');
  }
  *:first-child + html div#content div.column.last ul.tabs li {
    background: expression(this.nextSibling ? 'none' : '#F2F2F2 url("/online/ee/inet.nsf/images/tabbed-list.png?OpenFileResource") no-repeat 100% -112px');
    padding-right: expression(this.nextSibling ? '0' : '2px');
  }
    div#content div.column.last ul.tabs li a {
      background: #F2F2F2 url("/online/ee/inet.nsf/images/tabbed-list.png?OpenFileResource") no-repeat 0 0;
      color: #666;
      display: block;
/*    padding: 6px 1em 4px; xxx */
      padding: 6px .4em 4px;
      text-decoration: none;
      text-indent: 2px;
    }
    div#content div.column.last ul.tabs li a:hover { color: #333; }
    div#content div.column.last ul.tabs li:first-child a {
      background-position: 0 -28px;
    }
    /* IE6 */
    * html div#content div.column.last ul.tabs li a {
      background-position: expression(this.parentNode.previousSibling ? '0 0' : '0 -28px');
    }
    div#content div.column.last ul.tabs li.active a {
      background-position: 0 -56px;
      color: #333;
    }
    div#content div.column.last ul.tabs li.active:first-child a {
      background-position: 0 -84px;
    }
    /* IE6 */
    * html div#content div.column.last ul.tabs li.active a {
      background-position: expression(this.parentNode.previousSibling ? '0 -56px' : '0 -84px');
      width: 1%;
      white-space: nowrap;
    }

div#content div.column.last ul.products {
  background: #F2F2F2 url("/online/ee/inet.nsf/images/content-background.png?OpenFileResource") repeat-y -1740px 0;
  margin-bottom: 1.8em;
  padding: 1.2em 0;
}
body.js div#content div.column.last ul.products { display: none; }
/* IE */
html div#content div.column.last ul.products { zoom: 1; }
  div#content div.column.last ul.products li {
    background: url("/online/ee/inet.nsf/images/drawer-item-separator.png?OpenFileResource") no-repeat 50% 100%;
    min-height: 91px;
    padding: 10px 10px 10px 85px;
    position: relative;
  }
  div#content div.column.last ul.products li:last-child { background: none; }
  /* IE fixes */
  * html div#content div.column.last ul.products li {
    background-image: expression(this.nextSibling ? 'url("/online/ee/inet.nsf/images/drawer-item-separator.png?OpenFileResource")' : 'none');
    height: 91px;
    zoom: 1;
  }
  *:first-child + html div#content div.column.last ul.products li {
    background-image: expression(this.nextSibling ? 'url("/online/ee/inet.nsf/images/drawer-item-separator.png?OpenFileResource")' : 'none');
  }
    div#content div.column.last ul.products li h3 {
      font-size: 1.1em;
      font-weight: bold;
    }
    div#content div.column.last ul.products li p {
      font-size: 1.1em;
      margin: .25em 0;
    }
    div#content div.column.last ul.products li p.photo {
      background: url("/online/ee/inet.nsf/images/photo-frame.png?OpenFileResource") no-repeat 0 0;
      height: 65px;
      left: 10px;
      line-height: 65px;
      margin: 0;
      position: absolute;
      text-align: center;
      top: 10px;
      width: 65px;
    }
      div#content div.column.last ul.products li p.photo img {
        vertical-align: middle;
      }

    /* Ratings */
    div#content div.column.last ul.products li p.rating {
      background: url("/online/ee/inet.nsf/images/rating-stars-small-gray.png?OpenFileResource") repeat-x 0 0;
      width: 80px;
    }
      div#content div.column.last ul.products li p.rating span {
        background: url("/online/ee/inet.nsf/images/rating-stars-small-gray.png?OpenFileResource") repeat-x 0 -15px;
        padding-top: 15px;
      }

    /* Buy button */
    div#content div.column.last ul.products li span.button {
      background: url("/online/ee/inet.nsf/images/button-small-gray.png?OpenFileResource") no-repeat 0 0;
      font-size: 1.1em;
      font-weight: bold;
      left: 10px;
      position: absolute;
      top: 82px;
    }
      div#content div.column.last ul.products li span.button a {
        background: url("/online/ee/inet.nsf/images/button-small-gray.png?OpenFileResource") no-repeat 100% -19px;
        color: #26B34D;
        display: block;
        height: 19px;
        line-height: 19px;
        padding: 0;
        text-align: center;
        text-decoration: none;
        width: 65px;
      }
   * html div#content div.column.last ul.products li span.button,
   * html div#content div.column.last ul.products li span.button a {
     background-image: url("/online/ee/inet.nsf/images/button-small-gray.gif?OpenFileResource");
   }
    /* Read more */
    div#content div.column.last ul.products li span.readmore {
 background: #F2F2F2 url("/online/ee/inet.nsf/images/content-background.png?OpenFileResource") repeat-y -1740px 0;
      font-size: 10px;
      font-weight: bold;
       display: block;
        height: 15px;
        line-height: 15px;
  	padding: 0px 0px 10px 10px;
	text-decoration: none;
	right: 0px;
	left:0px;
	position: absolute;
	top: 110px;

    }
div#content div.column.last p.ad {
  background: #F2F2F2 url("/online/ee/inet.nsf/images/content-background.png?OpenFileResource") repeat-y -770px 0;
  margin: 1.8em 0;
  text-align: right;
  /* IE6 goes mad without this */
  width: 200px;
}
  * html div#content div.column.last p,
  * html div#content div.column.last p.ad a {
    display: block;
    zoom: 1;
  }


/**
 * Product page
 */

div#content div.column.main div.product {
  overflow: hidden;
}
  /* Product columns */
  div#content div.column.main div.product div.first {
    float: left;
    width: 280px;
  }
  div#content div.column.main div.product div.last {
    float: right;
    width: 240px;
  }

  * html div#content div.column.main div.product div.last {
    background: none;
  }

/* Product details */
div#content div.column.main div.product ul.details {
  font-size: 1.1em;
}
  div#content div.column.main div.product ul.details li {
    display: inline;
/*  margin-right: 1em; xxx */
    margin-right: .1em;
    white-space: nowrap;
  }
    div#content div.column.main div.product ul.details li.label a {
      background: #26B34D url("/online/ee/inet.nsf/images/label-arrow.png?OpenFileResource") no-repeat 5px 50%;
      color: #FFF;
      font-size: 13px;
      font-weight: bold;
      padding: 2px 6px 2px 14px;
      text-decoration: none;
      text-shadow: 0 0 0 rgba(0, 0, 0, .1);
    }

/* Product image */
div#content div.column.main div.product p.photo {
  text-align: center;
}

/* Product services */
div#content div.column.main div.product ul.services {
  background: url("/online/ee/inet.nsf/images/gradient-vertical.png?OpenFileResource") repeat-x 0 0;
  font-size: 1.1em;
  line-height: 2em;
  overflow: hidden;
  padding: 15px 20px;
}
  div#content div.column.main div.product ul.services li {
    background: url("/online/ee/inet.nsf/images/icons-services.png?OpenFileResource") no-repeat 0 50%;
    float: left;
    width: 100px;
  }
  div#content div.column.main div.product ul.services li.images { background-position: 0 50%; }
  div#content div.column.main div.product ul.services li.print  { background-position: -200px 50%; }
  div#content div.column.main div.product ul.services li.movies { background-position: -100px 50%; }
  div#content div.column.main div.product ul.services li.send   { background-position: -300px 50%; }
    div#content div.column.main div.product ul.services li a {
      display: block;
      padding-left: 20px;
    }

/* IE6 bugs */
* html div#content div.column.main div.product div.last { background: none; }
  * html div#content div.column.main div.product ul.services { zoom: 1; }
    * html div#content div.column.main div.product ul.services li {
      background-image: url("/online/ee/inet.nsf/images/icons-services.gif?OpenFileResource");
    }

div#content div.column.main div.product p.rating {
  background: url("/online/ee/inet.nsf/images/rating-stars-big.png?OpenFileResource") repeat-x 0 0;
  margin: 1.8em 0 .6em;
  width: 108px;
}
  div#content div.column.main div.product p.rating span {
    background: url("/online/ee/inet.nsf/images/rating-stars-big.png?OpenFileResource") repeat-x 0 -20px;
    padding-top: 20px;
  }

  div#content div.column.main div.product p.reviews,
  div#content div.column.main div.product p.write {
    display: inline;
    margin-right: 1em;
  }

div#content div.column.main div.product p.photo {
  height: 200px;
  line-height: 200px;
  margin-bottom: 1.5em;
}
  div#content div.column.main div.product p.photo img {
    vertical-align: middle;
  }

div#content div.column.main div.product h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 1.384em;
}

div#content div.column.main div.product p { margin: 0; }

div#content div.column.main div.product dl.status {
  font-size: 1.2em;
  margin-bottom: 1.5em;
}
  div#content div.column.main div.product dl.status dt {
    float: left;
    font-weight: bold;
    margin-right: .5em;
  }

div#content div.column.main div.product ul.help {
  background: url("/online/ee/inet.nsf/images/badge-help.png?OpenFileResource") no-repeat 0 50%;
  font-size: 1.2em;
  margin: 1.5em 0;
  min-height: 3em;
  padding: 5px 0 5px 55px;
  /* IE6 */
  _height: 3em;
}

/* Product buy form */
div#content div.column.main form.buy {
  background: url("/online/ee/inet.nsf/images/form-buy.png?OpenFileResource") no-repeat 0 100%;
  margin-bottom: 1.8em;
  padding-bottom: 1px;
}
/* IE6 */
* html div#content div.column.main form.buy {
  clear: both;
  height: 124px;
  zoom: 1;
}
  div#content div.column.main form.buy fieldset {
    background: url("/online/ee/inet.nsf/images/form-buy.png?OpenFileResource") no-repeat 0 0;
    min-height: 124px;
    overflow: hidden;
  }
    div#content div.column.main form.buy fieldset div.first {
      float: left;
      padding: 20px 0 20px 20px;
      width: 213px;
    }
    div#content div.column.main form.buy fieldset div.last {
      float: right;
      min-height: 56px;
      padding: 14px 110px 43px 10px;
      position: relative;
      text-align: right;
      width: 155px;
    }
    /* IE6 */
    * html div#content div.column.main form.buy fieldset div.last { height: 56px; }
    div#content div.column.main form.buy fieldset div.first h3 {
      font-size: 1.3em;
      font-weight: bold;
      margin-bottom: .5em;
    }
    div#content div.column.main form.buy fieldset div.first label {
      display: block;
      font-size: 1.1em;
      font-weight: bold;
      line-height: 2em;
    }
      /* IE */
      div#content div.column.main form.buy fieldset div.first label input {
        #vertical-align: middle;
      }
      /* Moz */
      div#content div.column.main form.buy fieldset div.first label input, x:-moz-any-link {
        vertical-align: middle;
      }
      div#content div.column.main form.buy fieldset div.first label a {
        font-weight: normal;
        margin: 0 .5em;
      }
    div#content div.column.main form.buy fieldset div.last p {
      font-size: 1.1em;
      margin: 0;
    }

    /* Special offers */
    div#content div.column.main form.buy fieldset div.last img {
      height: 92px;
      position: absolute;
      left: 0;
      top: 0;
      width: 92px;
    }

    div#content div.column.main form.buy fieldset div.last p.price {
      font-size: 2.2em;
      font-weight: bold;
    }
    div#content div.column.main form.buy fieldset div.last p.price.special {
      color: #EE1D23;
    }

    div#content div.column.main form.buy fieldset div.last button {
      background: url("/online/ee/inet.nsf/images/button-buy.png?OpenFileResource") repeat-x 0 0;
      color: #26B34D;
      font-size: 1.25em;
      height: 41px;
      line-height: 41px;
      padding: 0;
      position: absolute;
      right: 10px;
      top: 10px;
      width: 89px;
    }
    div#content div.column.main form.buy fieldset div.last p.payment {
      background: url("/online/ee/inet.nsf/images/onoff-card-small.png?OpenFileResource") no-repeat 0 100%;
      bottom: 10px;
      min-height: 36px;
      padding-left: 20px;
      position: absolute;
      right: 20px;
      width: 195px;
      /* IE 6 */
      _background-image: url("/online/ee/inet.nsf/images/onoff-card-small.gif?OpenFileResource");
      _height: 36px;
    }
      div#content div.column.main form.buy fieldset div.last p.payment a {
        white-space: nowrap;
      }

/* Split columns */
div#content div.column.main div.column {
  float: left;
  width: 265px;
}
div#content div.column.main div.column.last { float: right; }
  div#content div.column.main div.column ul {
    font-size: 1.2em;
    margin: 1.5em 0;
  }

/* Accessories */
div#content div.column.main div.accessory {
  border-bottom: 1px solid #E5E5E5;
  margin: 1.5em 0;
  min-height: 100px;
  padding: 0 120px 0 110px;
  position: relative;
}
div#ontent div.column.main div.accessory.first {
  background: url("/online/ee/inet.nsf/images/gradient-vertical.png?OpenFileResource") repeat-x 0 0;
}
* html div#content div.column.main div.accessory { zoom: 1; }

div#content div.column.main div.accessory:last-child { border: 0; }
  div#content div.column.main div.accessory h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: .5em;
  }
    div#content div.column.main div.accessory h3 span.label {
      background: #26B34D url("/online/ee/inet.nsf/images/label-arrow-small.png?OpenFileResource") no-repeat 4px 50%;
      color: #FFF;
      font-size: 11px;
      font-weight: bold;
      margin-right: 5px;
      padding: 1px 4px 1px 11px;
      text-decoration: none;
      text-shadow: 0 0 0 rgba(0, 0, 0, .1);
    }
  div#content div.column.main div.accessory p { margin: 0 0 1.5em 0; }
  div#content div.column.main div.accessory p.rating {
    background: url("/online/ee/inet.nsf/images/rating-stars-small.png?OpenFileResource") repeat-x 0 0;
    float: left;
    line-height: 15px;
    margin: 0 10px 0 0;
    width: 80px;
  }
    div#content div.column.main div.accessory p.rating span {
      background: url("/online/ee/inet.nsf/images/rating-stars-small.png?OpenFileResource") repeat-x 0 -15px;
      padding-top: 15px;
    }

  div#content div.column.main div.accessory p.reviews {
    font-size: 1.1em;
    line-height: 15px;
    margin: 0;
  }

  div#content div.column.main div.accessory p.photo {
    left: 0;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 90px;
  }
    div#content div.column.main div.accessory p.photo img {
      vertical-align: middle;
    }

  div#content div.column.main div.accessory p.description {
    clear: both;
    margin: .5em 0 1.5em;
  }

  div#content div.column.main div.accessory div.buy {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    width: 100px;
  }
    div#content div.column.main div.accessory div.buy p {
      font-size: 1.1em;
      margin: 0;
    }
    div#content div.column.main div.accessory div.buy p.price {
      font-size: 1.4em;
      font-weight: bold;
    }
    div#content div.column.main div.accessory div.buy p.button {
      background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 0 0;
      font-size: 1.2em;
      margin: .5em 0;
    }
      div#content div.column.main div.accessory div.buy p.button a {
        background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 100% -24px;
        color: #26B34D;
        line-height: 24px;
      }
      /* IE6 */
      * html div#content div.column.main div.accessory div.buy p.button,
      * html div#content div.column.main div.accessory div.buy p.button a {
        background-image: url("/online/ee/inet.nsf/images/button.gif?OpenFileResource");
        width: 1%;
      }
      *:first-child + html div#content div.column.main div.accessory div.buy p.button {
        display: inline;
      }

/* Reviews */
div#content div.column.main p.toggle {
  background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 0 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: bold;
}
  div#content div.column.main p.toggle a {
    background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 100% -24px;
    color: #333;
    display: block;
    line-height: 24px;
    padding: 0 18px;
    text-decoration: none;
  }
  /*div#content div.column.main p.toggle a.active {
    color: #26B34D;
  }*/
  /* IE hax */
  * html div#content div.column.main p.toggle,
  * html div#content div.column.main p.toggle a {
    background-image: url("/online/ee/inet.nsf/images/button.gif?OpenFileResource");
  }
  * html div#content div.column.main p.toggle {
    width: 1%;
    white-space: nowrap;
  }
  *:first-child + html div#content div.column.main p.toggle {
    display: inline;
  }

/* Product reviews */
div#content div.column.main div.review {
  border-bottom: 1px solid #CCC;
  margin: 1.8em 0;
  padding-left: 120px;
  position: relative;
}
/* IE6 */
* html div#content div.column.main div.review { zoom: 1; }
div#content div.column.main div.review:last-child { border: 0; }
  div#content div.column.main div.review h3 {
    font-size: 1.4em;
    font-weight: bold;
  }
  div#content div.column.main div.review dl {
    font-size: 1.2em;
    margin: .75em 0;
  }
    div#content div.column.main div.review dl dt {
      float: left;
      font-weight: bold;
      margin-right: .5em;
    }

  div#content div.column.main div.review div.about {
    left: 0;
    position: absolute;
    top: 0;
  }
    div#content div.column.main div.review div.about p {
      font-size: 1.1em;
      margin: 0;
    }
    div#content div.column.main div.review div.about p.label {
      background: #26B34D url("/online/ee/inet.nsf/images/label-arrow.png?OpenFileResource") no-repeat 5px 50%;
      display: -moz-inline-box;
      display: inline-block;
      color: #FFF;
      font-size: 13px;
      font-weight: bold;
      margin-bottom: 7px;
      padding: 2px 6px 2px 14px;
      text-decoration: none;
      text-shadow: 0 0 0 rgba(0, 0, 0, .1);
    }
    /* IE6 */
    * html div#content div.column.main div.review div.about p.label {
      width: 1%;
    }
    div#content div.column.main div.review div.about p.rating {
      background: url("/online/ee/inet.nsf/images/rating-stars-medium.png?OpenFileResource") repeat-x 0 0;
      margin-bottom: 14px;
      width: 90px;
    }
      div#content div.column.main div.review div.about p.rating span {
        background: url("/online/ee/inet.nsf/images/rating-stars-medium.png?OpenFileResource") repeat-x 0 -16px;
        padding-top: 16px;
      }

    div#content div.column.main div.review div.about p.title {
      font-weight: bold;
    }

div#content div.column.main form.review {
  background: #F2F2F2 url("/online/ee/inet.nsf/images/form-review.png?OpenFileResource") repeat-x 0 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /* IE */
  #zoom: 1;
}
body.js div#content div.column.main form.review { display: none; }
  div#content div.column.main form.review fieldset {
    padding: 20px;
    width: 510px;
  }
    div#content div.column.main form.review fieldset h2 {
      font-size: 1.4em;
      font-weight: bold;
    }
    div#content div.column.main form.review fieldset p { margin: 0; }
      div#content div.column.main form.review fieldset label select {
        font-size: 1em;
        width: 12em;
      }

    div#content div.column.main form.review fieldset span.button {
      background: url("/online/ee/inet.nsf/images/button-big-gray.png?OpenFileResource") no-repeat 0 0;
      margin-left: 9em;
      /* IE */
      #margin-left: 10.5em;
    }
      div#content div.column.main form.review fieldset span.button button {
        background: url("/online/ee/inet.nsf/images/button-big-gray.png?OpenFileResource") no-repeat 100% -36px;
        height: 36px;
        padding: 0 25px;
        /* IE */
        #font-size: 12px;
        #padding: 0 9px;
      }

    /* IE */
    * html div#content div.column.main form.review fieldset span.button,
    * html div#content div.column.main form.review fieldset span.button button {
      background-image: url("/online/ee/inet.nsf/images/button-big-gray.gif?OpenFileResource");
    }


/**
 * History
 */
div#content div.column.main div.history {
  background: #FFF url("/online/ee/inet.nsf/images/gradient-vertical.png?OpenFileResource") repeat-x 0 0;
  clear: both;
  padding: 20px;
}
/* IE6 */
* html div#content div.column.main div.history {
  display: none;
  overflow: hidden;
  width: 510px;
}
  div#content div.column.main div.history h3 {
    font-size: 1.4em;
    font-weight: bold;
  }
  div#content div.column.main div.history ul {
    color: #FFF;
    margin: 1.8em 0 0 0;
    overflow: hidden;
    width: 534px;
  }
    div#content div.column.main div.history ul li {
      background: #FFF url("/online/ee/inet.nsf/images/history-item.png?OpenFileResource") repeat-x 0 0;
      float: left;
      height: 75px;
      line-height: 75px;
      margin-right: 24px;
      text-align: center;
      width: 75px;
    }
      div#content div.column.main div.history ul li a {
        display: block;
        height: 75px;
      }
        div#content div.column.main div.history ul li a img {
          vertical-align: middle;
        }

/**




 * Account pages
 */
div#content div.column.account {
  background: #FFF;
  width: 730px;
}
  div#content div.column.account h1 {
    margin-bottom: .9em;
  }

  div#content div.column.account div.tabbed span.button {
    background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 0 0;
    _background-image: url("/online/ee/inet.nsf/images/button.gif?OpenFileResource");
  }
    div#content div.column.account div.tabbed span.button a {
      background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 100% -24px;
      line-height: 24px;
      _background-image: url("/online/ee/inet.nsf/images/button.gif?OpenFileResource");
    }

  div#content div.column.account div.tabbed h2 {
    font-size: 1.4em;
    font-weight: bold;
  }

  div#content div.column.account div.section {
    border-bottom: 1px solid #CCC;
    clear: both;
    margin-bottom: 1.8em;
    overflow: hidden;
    /* IE */
    #zoom: 1;
  }
    div#content div.column.account div.section div.part {
      float: left;
      width: 355px;
    }
    div#content div.column.account div.section div.first {
      margin-right: 20px;
    }

  div#content div.column.account div.section.last {
    border-bottom: 0;
  }
    div#content div.column.account div.section h2 {
      margin-bottom: .25em;
    }
    div#content div.column.account div.section p,
    div#content div.column.account div.section ul {
      font-size: 1.2em;
      margin: 0 0 1.5em;
    }

  div#content div.column.account form { margin: 1.8em 0; }
        div#content div.column.account form fieldset label strong {
          width: 10em;
        }
        div#content div.column.account form fieldset label input {
          width: 36em;
        }
      div#content div.column.account form fieldset div.locality {
        overflow: hidden;
        _zoom: 1;
      }
        div#content div.column.account form fieldset div.locality label {
          float: left;
          margin: 0;
        }
        div#content div.column.account form fieldset div.locality label.first {
          width: 20em;
        }
          div#content div.column.account form fieldset div.locality label.first input {
            margin: 0;
            width: 6em;
          }

          div#content div.column.account form fieldset div.locality label.second strong {
            width: 3em;
          }

          div#content div.column.account form fieldset div.locality label.second input {
            width: 23em;
          }

      div#content div.column.account form fieldset label.checkbox {
        padding-left: 11em;
      }
        div#content div.column.account form fieldset label.checkbox input {
          width: auto;
        }

      div#content div.column.account form fieldset span.button {
        argin-left: 11.1em;
      }

  div#content div.column.account table.orders { margin: 1.5em 0; }
        div#content div.column.account table.orders thead tr th { width: auto; }
        div#content div.column.account table.orders thead tr th.last {
          width: 140px;
        }
        div#content div.column.account table.orders tbody tr.information td { padding: 0; }
          div#content div.column.account table.orders tbody tr.information td div {
            display: none;
          }


  div#content div.column.account ol.pagination {
    margin-top: 0;
    text-align: left;
  }


  /* Login and register */
  div#content div.column.account div.login {
    background: #F2F2F2 url("/online/ee/inet.nsf/images/login.png?OpenFileResource") repeat-y 0 0;
    overflow: hidden;
    /* IE6 */
    _zoom: 1;
  }

    div#content div.column.account div.login form { margin: 0; }

    div#content div.column.account div.login div.part {
      float: left;
      padding: 20px;
      width: 315px;
      /* IE6 */
      _overflow-x: hidden;
    }
    div#content div.column.account div.login div.first {
      margin-right: 20px;
    }
    div#content div.column.account div.login div.first input {
      width: 304px;
    }    
div#content div.column.account div.login div.first input.radio {
      width: 20px;
    }

  div#content div.column.account div.login h3 {
    font-size: 1.4em;
    font-weight: bold;
  }
  div#content div.column.account div.login h3.information {
    background: url("/online/ee/inet.nsf/images/information.png?OpenFileResource") no-repeat 0 50%;
    padding-left: 25px;
    /* IE6 */
    _background-image: url("/online/ee/inet.nsf/images/information.gif?OpenFileResource");
  }

  div#content div.column.account div.login label span {
    display: block;
    margin-bottom: .5em;
  }

  div#content div.column.account div.login p.password {
    margin-bottom: 0;
  }

  div#content div.column.account div.login span.button,
  div#content div.column.account div.login span.button button {
    background-image: url("/online/ee/inet.nsf/images/button-gray.png?OpenFileResource");
    _background-image: url("/online/ee/inet.nsf/images/button-gray.gif?OpenFileResource");
  }

  div#content div.column.account div.login span.button a {
    background: url("/online/ee/inet.nsf/images/button-gray.png?OpenFileResource") no-repeat 100% -24px;
    _background-image: url("/online/ee/inet.nsf/images/button-gray.gif?OpenFileResource");
    height: 24px;
    line-height: 24px;
  }

  div#content div.column.account div.registration {
    background: #F2F2F2;
    overflow: hidden;
    padding: 20px;
  }
    div#content div.column.account div.registration h3 {
      font-size: 1.4em;
      font-weight: bold;
    }
    div#content div.column.account div.registration p.information {
      background: url("/online/ee/inet.nsf/images/information.png?OpenFileResource") no-repeat 0 0;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: .75em;
      padding: 0 0 .75em 25px;
      /* IE6 */
      _background-image: url("/online/ee/inet.nsf/images/information.gif?OpenFileResource");
    }

    div#content div.column.account div.registration span.button,
    div#content div.column.account div.registration span.button button {
      background-image: url("/online/ee/inet.nsf/images/button-gray.png?OpenFileResource");
      _background-image: url("/online/ee/inet.nsf/images/button-gray.gif?OpenFileResource");
    }

  div#content div.column.account form.information span.button {
    margin-left: 11em;
    #margin-left: 13em;
  }
  div#content div.column.account div.quiz {
    background: #F2F2F2;
    overflow: hidden;
    padding: 10px;
width:300px;
  }
    div#content div.column.account div.quiz span.button,
    div#content div.column.account div.quiz span.button button {
      background-image: url("/online/ee/inet.nsf/images/button-gray.png?OpenFileResource");
      _background-image: url("/online/ee/inet.nsf/images/button-gray.gif?OpenFileResource");
    }
  div#content div.column.account div.quiz span.button {
    margin-left: 10px;
    #margin-left: 10px; }
/**
 * Checkout
 */
div#content div.column.checkout {
  background: #FFF;
  float: left;
  min-height: 1000px;
  padding-bottom: 1.8em;
  width: 710px;
  /* IE6 */
  _height: 1000px;
}
  div#content div.column.checkout h1 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: .3em;
  }

  div#content div.column.checkout h2 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 18px;
  }

  div#content div.column.checkout table {
    border-bottom: 1px solid #E5E5E5;
    margin: 1.8em 0;
  }
        div#content div.column.checkout table thead tr th.remove { text-align: center; }
        div#content div.column.checkout table tbody tr td {
          padding: 10px;
          vertical-align: middle;
        }
          div#content div.column.checkout table tbody tr td span.photo {
            background: url("/online/ee/inet.nsf/images/checkout-product.png?OpenFileResource") no-repeat 0 0;
            display: inline-block;
            height: 65px;
            line-height: 65px;
            margin-right: 20px;
            text-align: center;
            width: 65px;
            /* IE6 */
            _vertical-align: middle;
          }
            div#content div.column.checkout table tbody tr td span.photo img {
              vertical-align: middle;
            }

          div#content div.column.checkout table tbody tr td.remove a {
            background: url("/online/ee/inet.nsf/images/checkout-remove.png?OpenFileResource") no-repeat 0 0;
            display: block;
            height: 0;
            margin: 0 auto;
            overflow: hidden;
            padding-top: 15px;
            width: 15px;
            /* IE6 */
            _background-image: url("/online/ee/inet.nsf/images/checkout-remove.gif?OpenFileResource");
            _cursor: pointer !important;
          }

            div#content div.column.checkout table tbody tr td label input {
             background: #F2F2F2 url("/online/ee/inet.nsf/images/input.png?OpenFileResource") repeat-x 0 -500px;
              border-color: #999 #CCC #E5E5E5;
              border-style: solid;
              border-width: 1px;
                  font-size: 10px;
              margin-right: .5em;
              padding: 4px;
              width: 1.5em;
              /* IE alignment problems */
              #vertical-align: middle;
            }
            div#content div.column.checkout table tbody tr td label.checkbox input {
              background: 0;
              border: 0;
              width: auto;
            }


  /* Summary */
  div#content div.column.checkout ul.summary {
        font-size: 10px;
    margin: 0 20px;
    text-align: left;
    /* IE */
    #zoom: 1;
  }
    div#content div.column.checkout ul.summary li {}
      div#content div.column.checkout ul.summary li span {
        display: -moz-inline-box;
        display: inline-block;
        font-weight: normal;
        margin-left: 20px;
        text-align: right;
        width: 150px;
      }

  div#content div.column.checkout p.buttons {
        font-size: 10px;
    margin-top: 1.8em;
    text-align: right;
  }
    div#content div.column.checkout p.buttons span.button {
      background-image: url("/online/ee/inet.nsf/images/button.png?OpenFileResource");
      margin-left: 10px;
      /* IE6 */
      _background-image: url("/online/ee/inet.nsf/images/button.gif?OpenFileResource");
    }
      div#content div.column.checkout p.buttons span.button a {
        background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 100% -24px;
        line-height: 24px;
        /* IE6 */
        _background-image: url("/online/ee/inet.nsf/images/button.gif?OpenFileResource");
      }
      div#content div.column.checkout p.buttons span.button.buy a { color: #26B34D; }


  /* Checkout customer information */
  div#content div.column.checkout div.information {
    /*background: #F2F2F2;*/
    /*margin-bottom: .8em;*/
font-size: 10px;
    padding: 10px;
  }
    div#content div.column.checkout div.information h2 { margin: 0; }

    div#content div.column.checkout div.information ul {
          font-size: 10px;
      /* margin: .5em 0 1em;*/
      overflow: hidden;
    }
      div#content div.column.checkout div.information ul li {
        float: left;
        width: 200px;
      }
        div#content div.column.checkout div.information ul li strong {
          /*margin-left: .5em;*/
        }

    div#content div.column.checkout div.information span.button {
      background-image: url("/online/ee/inet.nsf/images/button.png?OpenFileResource");
      _background-image: url("/online/ee/inet.nsf/images/button-gray.gif?OpenFileResource");
      _clear: both;
     
    }
      div#content div.column.checkout div.information span.button a {
        background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 100% -24px;
        line-height: 24px;
            font-size: 10px;
        _background: url("/online/ee/inet.nsf/images/button-gray.gif?OpenFileResource") no-repeat 100% -24px;
      }


  div#content div.column.checkout form.checkout fieldset {
 /*border-bottom: 1px solid #CCC;*/
    clear: both;
font-size: 10px;
    margin-bottom: 1.8em;
    margin-bottom: 0.8em;
   overflow: hidden;
     /* IE */
    #zoom: 1;
  }

    div#content div.column.checkout form.checkout fieldset div {
      float: left;

 
    }
    div#content div.column.checkout form.checkout fieldset div.first {
      width: 400px;
      margin-right: 20px;

    }
    div#content div.column.checkout form.checkout fieldset div.second {
      width: 240px;
             
    }
     
      div#content div.column.checkout form.checkout fieldset.radio label input,
      div#content div.column.checkout form.checkout fieldset div.first label input {
       width: 150px;

        /*width: auto;*/
      }

      div#content div.column.checkout form.checkout fieldset div.second input {
        /*width: 12em;*/
        width: 50px;
      }
      
                  /* Fieldsets för tab1 */
  fieldset#premreb {
/*border-bottom: 1px solid #CCC;*/
    clear: both;
    margin-bottom: 1.8em;
    margin-bottom: 0.8em;
   overflow: hidden;
     min-height: 90px;
     _height: auto !important;
     height:90px;
    /* IE */
    #zoom: 1;
  }
    fieldset#voudis {
/*border-bottom: 1px solid #CCC; */
    clear: both;
    margin-bottom: 1.8em;
    margin-bottom: 0.8em;
   overflow: hidden;
     min-height: 140px;
     _height: auto !important;
     height:140px;
    /* IE */
    #zoom: 1;
  }
  /* slut tab1 */
            /* Fieldsets för tab2 */
  fieldset#payone {
/*border-bottom: 1px solid #CCC;*/
    clear: both;
	font-size: 10px;
    margin-bottom: 1.8em;
    margin-bottom: 0.8em;
   	overflow: hidden;
     min-height: 200px;
     _height: auto !important;
     height:200px;
    /* IE */
    #zoom: 1;
  }
    fieldset#paytwo {
	/*border-bottom: 1px solid #CCC;*/
    clear: both;
font-size: 10px;
    margin-bottom: 1.8em;
    margin-bottom: 0.8em;
   	overflow: hidden;
     min-height: 160px;
     _height: auto !important;
     height:160px;
    /* IE */
    #zoom: 1;
  }
  
    fieldset#paythree {
	/*border-bottom: 1px solid #CCC;*/
    clear: both;
font-size: 10px;
    margin-bottom: 1.8em;
    margin-bottom: 0.8em;
   overflow: hidden;
     min-height: 200px;
     _height: auto !important;
     height:200px;
    /* IE */
    #zoom: 1;
  }
    fieldset#payfour {
	/*border-bottom: 1px solid #CCC;*/
    clear: both;
font-size: 10px;
    margin-bottom: 1.8em;
    margin-bottom: 0.8em;
   	overflow: hidden;
    min-height: 130px;
    _height: auto !important;
    height:130px;
    /* IE */
    #zoom: 1;
  }
    fieldset#payfive {
	/*border-bottom: 1px solid #CCC;*/
    clear: both;
font-size: 10px;
    margin-bottom: 1.8em;
    margin-bottom: 0.8em;
   	overflow: hidden;
    min-height: 220px;
    _height: auto !important;
    height:220px;
    /* IE */
    #zoom: 1;
  }
  /* slut Fieldsets för tab2 */
      /* Fieldsets för tab3 */
  fieldset#devmethod {
 /*border-bottom: 1px solid #CCC;*/
    clear: both;
font-size: 10px;
    margin-bottom: 1.8em;
    margin-bottom: 0.8em;
   overflow: hidden;
     min-height: 160px;
     _height: auto !important;
     height:160px;
    /* IE */
    #zoom: 1;
  }
    fieldset#smsnote {
 	/*border-bottom: 5px solid #CCC; */
    /*clear: both;*/
    margin-bottom: 1.8em;
    margin-bottom: 0.8em;
   	overflow: hidden;
     min-height: 100px;
     _height: auto !important;
     height:100px;
    /* IE */
    #zoom: 1;
  }
  /* Slut fieldset tab3 */

        /* Fieldsets för tab4 */
  fieldset#custinfo {
/*border-bottom: 1px solid #CCC; */
    clear: both;
    margin-bottom: 1.8em;
    margin-bottom: 0.8em;
   	overflow: hidden;
    min-height: 50px;
    _height: auto !important;
    height:50px;
    /* IE */
    #zoom: 1;
  }
  /* Slut fieldset tab4 */
      div#first2 input {
      width: 15px;
font-size: 10px;
      margin-top: 5px;
      margin-right: 20px;
      vertical-align: middle;
      horizontal-align:left;
       }

      div#first2 h3 {
font-size: 12px;
font-weight:bold;
        margin-left: 10px;
        vertical-align: middle;
      }

      div#first2 img {
        margin-left: 10px;
        vertical-align: middle;

      }
      div#smsfirst2 input {
      height:10px;
	font-size: 8px;
      width: 20px;
      margin-top: 5px;
      margin-right: 20px;
      vertical-align: top;
      horizontal-align:left;
       }
     div#smsfirst2 p {
      height:15px;
          font-size: 10px;
      width: 200px;
      margin-top: 10px;
      margin-right: 20px;
      vertical-align: middle;
      horizontal-align:left;
       }
       
      div#second2 p {
      width: 235px;
		font-size: 10px;
       min-height: 200px;
        /*height: 200; */
      margin-right: 20px;
      vertical-align: top;
      horizontal-align:middle;
    position: absolute;
    right: 60px;
    top: 15px; 
      }
      
      div#second2 h3 {
      width: 235px;
font-size: 12px;
font-weight: bold;
      margin-right: 20px;
      vertical-align: top;
      horizontal-align:middle;
      position: absolute;
    right: 40px;
    top: 5px;
      }
     div#third1 p.fee {
            font-size: 12px;
      font-weight: bold;
      position: absolute;
    right: 61px;
    top: 92px;
    }
      div#third1 p.fee strong {
        color: #EE1D23;
      }
   div#third2 p.fee {
      font-size: 12px;
      font-weight: bold;
      position: absolute;
    right: 61px;
    top: 90px;
	/* top: 130px; */
    }
      div#third2 p.fee strong {
        color: #EE1D23;
      }
     div#CODthird2 p.fee {
      font-size: 12px;
      font-weight: bold;
      position: absolute;
    right: 61px;
    top: 104px;
    }
      div#CODthird2 p.fee strong {
        color: #EE1D23;
      }
      div#first3 {
      width: 450px;
font-size: 10px;
      margin-right: 20px;
      vertical-align: middle;
      horizontal-align:left;

      }
       div#first3 input {
font-size: 10px;
      margin-right: 20px;
      margin-top: 10px;
      vertical-align: middle;
      horizontal-align:left;

      }
      div#first3 h3 {
font-size: 12px;
      font-weight: bold;
        margin-left: 10px;
        vertical-align: middle;
      }
      div#first3 img {
         margin-top: 10px;
        margin-left: 10px;
        vertical-align: middle;
      }
       div#second3 p input{
  text-align: right;
           font-size: 10px;
      width: 250px;
      margin-right: 20px;
      min-height: 200px;
        font-weight: bold;
      vertical-align: middle;
      horizontal-align:right;
      position: absolute;
      right: 60px;
      top: 110px;
      }

    
       div#second4 p input{
       	    font-size: 10px;
  		width: 50px;
      	margin-right: 20px;
      	margin-left: 20px;
      	min-height: 200px;
      	vertical-align: middle;
      	horizontal-align:left;
      	position: absolute;
      	right: 60px;
      	top: 110px;
      }

      
    /* Payment methods */
    div#content div.column.checkout form.checkout fieldset div.radio label {
      margin: 0;
      line-height: 2;
    }
      div#content div.column.checkout form.checkout fieldset div.radio label img {
        margin-left: 10px;
        vertical-align: middle;
      }

    div#content div.column.checkout form.checkout fieldset p.fee {
          font-size: 10px;
      font-weight: bold;
    }
      div#content div.column.checkout form.checkout fieldset p.fee strong {
        color: #EE1D23;
      }

    div#content div.column.checkout form.checkout fieldset.gif?OpenFileResourcet-certificates {}
      div#content div.column.checkout form.checkout fieldset.gif?OpenFileResourcet-certificates h3 {
            font-size: 10px;
        font-weight: bold;
        margin-bottom: -.75em;
        overflow: hidden;
        /* IE */
        _zoom: 1;
      }
        div#content div.column.checkout form.checkout fieldset.gif?OpenFileResourcet-certificates h3 span {
          float: left;
          margin-left: 2.25em;
          width: 11.875em;
          /* IE is different */
          #width: 11.5em;
        }

      div#content div.column.checkout form.checkout fieldset.gif?OpenFileResourcet-certificates label {}
        div#content div.column.checkout form.checkout fieldset.gif?OpenFileResourcet-certificates label strong {
          width: 1em;
        }
        div#content div.column.checkout form.checkout fieldset.gif?OpenFileResourcet-certificates label input {
          width: 12em;
        }
        div#content div.column.checkout form.checkout fieldset.gif?OpenFileResourcet-certificates label input.cvc {
          width: 3.5em;
        }

    /* Date selects */
    div#content div.column.checkout form.checkout fieldset div.date {
      margin-bottom: 1.8em;
      overflow: hidden;
    }
      div#content div.column.checkout form.checkout fieldset div.date label {
        display: -moz-inline-box;
        display: inline-block;
        margin: 0;
      }

    div#content div.column.checkout form.checkout fieldset.submit {
      border-bottom: 0;
      border-top: 1px solid #CCC;
      margin-top: 1.8em;
      padding-top: 1.8em;
      text-align: right;
      /* IE */
      #position: relative;
      _position: auto;
    }

      div#content div.column.checkout form.checkout fieldset.submit label {
        float: left;
        line-height: 41px;
        margin: 0 20px 0 0;
      }
        div#content div.column.checkout form.checkout fieldset.submit label input {
          width: auto;
        }
        div#content div.column.checkout form.checkout fieldset.submit label a {
          font-weight: bold;
        }

      div#content div.column.checkout form.checkout fieldset.submit span.button {
        background-image: url("/online/ee/inet.nsf/images/button-order.png?OpenFileResource");
        color: #26B34D;
            font-size: 12px;
        /* IE */
        _background-image: url("/online/ee/inet.nsf/images/button-order.gif?OpenFileResource");
      }
        div#content div.column.checkout form.checkout fieldset.submit span.button button {
          background: url("/online/ee/inet.nsf/images/button-order.png?OpenFileResource") no-repeat 100% -41px;
          color: #26B34D;
          height: 41px;
          padding: 0 25px;
          /* IE */
          #font-size: 15px;
          #padding: 0 3px;
          _background: url("/online/ee/inet.nsf/images/button-order.gif?OpenFileResource") no-repeat 100% -41px;
        }


  div#content div.column.checkout div.featured {
    width: 750px;
  }
    div#content div.column.checkout div.featured h2 {
      background: #FFF url("/online/ee/inet.nsf/images/gradient-vertical.png?OpenFileResource") repeat-x 0 0;
      clear: both;
      margin: 18px 0 0;
      padding: 10px;
      width: 710px;
    }
    div#content div.column.checkout div.featured div.product {
      float: left;
      width: 260px;
    }

/* Change information on checkout */
div#content div.column.checkout form.information fieldset label.checkbox,
div#content div.column.checkout form.information fieldset span.button { margin-left: 9em; }
  div#content div.column.checkout form.information fieldset label input { width: 36em; }
  div#content div.column.checkout form.information fieldset label.checkbox input { width: auto; }

/* IE */
div#content div.column.checkout form.information fieldset label.checkbox,
div#content div.column.checkout form.information fieldset span.button { #margin-left: 108px; }



/**
 * Modals
 */
body.js div.modal { display: none; }

div#overlay {
  background: #000;
  bottom: 0;
  display: none;
  left: 0;
  opacity: .6;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
/* IE6 */
* html div#overlay {
  bottom: auto;
  height: expression(document.getElementsByTagName('body')[0].offsetHeight);
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
}

div#modal {
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  left: -1000%;
  max-width: 590px;
  min-width: 180px;
  position: absolute;
  top: 50%;
  z-index: 110;
}
* html div#modal {
  width: 590px;
}
  div#modal p.close {
    background: url("/online/ee/inet.nsf/images/modal-close.png?OpenFileResource") no-repeat 0 0;
    cursor: pointer;
    height: 0;
    line-height: 24px;
    overflow: hidden;
    padding-top: 24px;
    position: absolute;
    right: 15px;
    text-decoration: underline;
    top: 15px;
    #zoom: 1;
  }
  div#modal p.close:hover { color: #666; }

  div#modal div {
    padding: 2.4em 30px;
  }
    div#modal div h2 {
      font-size: 1.8em;
      font-weight: bold;
      margin-bottom: 1em;
    }
    div#modal div h2.help {
      background: url("/online/ee/inet.nsf/images/badge-help.png?OpenFileResource") no-repeat 0 50%;
      padding: 9px 0 9px 55px;
    }

    div#modal div h3 {
      font-size: 1.3em;
      font-weight: bold;
    }
  
    div#modal div p {
      font-size: 1.2em;
      margin: 0 0 1.5em;
    }

    div#modal div ul {
      font-size: 1.2em;
    }

    div#modal div table {
      font-size: 1.2em;
      margin: 1.5em 0;
    }
        div#modal div table tbody tr { background: #FFF; }
          div#modal div table thead tr th { font-weight: bold; }
          div#modal div table thead tr th,
          div#modal div table tbody tr td {
            padding: 0 20px 0 0;
            vertical-align: top;
          }

    div#modal div form { margin: 1.8em 0 0; }

    div#modal div div.buttons {
      clear: both;
      margin-top: 1.8em;
      padding: 0;
    }
      div#modal div div.buttons span.button {
        margin-right: 10px;
      }
      div#modal span.button {
        background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 0 0;
      }
        div#modal span.button button {
          background: url("/online/ee/inet.nsf/images/button.png?OpenFileResource") no-repeat 100% -24px;
          height: 24px;
          /* IE inheritance issues */
          #font-size: 12px;
        }

      /* Fix some IE stuff */
      * html div#modal fieldset span.button,
      * html div#modal fieldset span.button button {
        background-image: url("/online/ee/inet.nsf/images/button.gif?OpenFileResource");
      }

/* Fix PNG for IE6 */
* html div#content div.column.main form.buy fieldset div.last img,
* html div#content div.column.main ul.department-categories li p.photo a img {
  behavior: url("/online/ee/inet.nsf/pngbehavior.htc?OpenFileResource");
}

* html div#content div.column.main ul.department-categories li p.photo a img {
  height: 120px;
}
