/*
* StorageReview theme for drupal
* ---------------------------
*
* created by Dan Volkens
* contact: hello at danvolkens dot com
*
* inspired by the zen theme and the garland theme
*
* uses the .tpl.php-files of the zen theme with some small modifications
* and a modified "One True Layout" (see layout.css for details)
*
* the icons are created by Stefan Nagetaal, lullabot, Everaldo and Franz Heinzmann
* and are all available under the terms of the GPL
*
* licensed under the GPL.
*/

/* import the "One True Layout" */

/*@import "layout.css";*/

/* 2010 Redesign */
/* General */
body {
  background: #f0f0f0 url(img/source.png) 0 -131px repeat-x;
  margin: 0;
  font-family: helvetica, arial, sans-serif;
  font-size: 13px;
  color: #454545;
  line-height: 22px;
}

img {
  border: 0;
}

a:link {
  color: #0078af;
  text-decoration: underline;
}

a:visited {
  color: #0078af;
  text-decoration: underline;
}

a:hover {
  color: #0078af;
  text-decoration: none;
}

a:active {
  color: #0078af;
  text-decoration: none;
}

p {
  margin: 0 0 15px 0;
}

.clr {
  clear: both;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
}

/* Structure */
.wrap {
  width: 1240px;
  margin: 0 auto;
}

#search-theme-form {
  display: block;
  padding: 20px 0 0 0;
  margin: 0;
  float:left;
}

  #edit-search-theme-form-1 {
    width: 200px;
  }

.footer {
  width: 980px;
  margin: 0 auto;
  font-size: 12px;
  padding: 30px 0 30px 0;
  text-align: center;
}

/* Header & Navigation */
#header {

}

  #logo {
    display: block;
    float: left;
    background: url(img/source.png) no-repeat;
    width: 240px;
    height: 128px;
    position: relative;
    z-index: 1;
  }

  .links {
    padding: 0 0 0 10px !important;
    margin: 0;
    height: 32px;
  }

    .links li {
      display: block;
      float: left;
      padding: 0 !important;
      position: relative;
      z-index: 1;
      margin: 0;
      list-style-type: none;
      height: 32px;
    }

      .links li a {
        display: block;
        float: left;
        font-size: 12px;
        color: #666;
        padding: 0 10px 0 10px;
        text-transform: uppercase;
        text-decoration: none;
        height: 32px;
        line-height: 34px;
      }

        .links li a:visited {
          color: #666;
        }

        .links li:hover a {
          color: #333;
          background-color: #FFF;
          border-top: 3px solid #7dc9ec;
          line-height: 29px;
          -webkit-box-shadow: inset 0 -2px 2px #EBEBEB;
          -moz-box-shadow: inset 0 -2px 2px #EBEBEB;
          box-shadow: inset 0 -2px 2px #EBEBEB;
          voice-family: "\"}\"";
          voice-family:inherit;
          height: 29px;
        }

        .links li.active-trail a {
          color: #333;
          background-color: #FFF;
          border-top: 3px solid #7dc9ec;
          line-height: 29px;
          -webkit-box-shadow: inset 0 -2px 2px #EBEBEB;
          -moz-box-shadow: inset 0 -2px 2px #EBEBEB;
          box-shadow: inset 0 -2px 2px #EBEBEB;
          voice-family: "\"}\"";
          voice-family:inherit;
          height: 29px;
        }

        .links li.active a {
          color: #333;
          background-color: #FFF;
          border-top: 3px solid #7dc9ec;
          line-height: 29px;
          -webkit-box-shadow: inset 0 -2px 2px #EBEBEB;
          -moz-box-shadow: inset 0 -2px 2px #EBEBEB;
          box-shadow: inset 0 -2px 2px #EBEBEB;
          voice-family: "\"}\"";
          voice-family:inherit;
          height: 29px;
        }

        /* Nav Dropdown */
        .links li:hover ul {
          display: block
        }

        .links ul {
          display: none;
          position: absolute;
          top: 29px;
          left: 0;
          margin: 0;
          padding: 10px 0;
          list-style: none;
          background-color: #FFF;
          border: none;
          width: 205px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
          -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
        }

        .links li.active ul { /* Dropdown color for on state */
          background-color: #fff;
          -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
          -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
          box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
        }

          .links ul li {
            float: none !important;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
          }

            .links ul li a {
              color: #454545;
              font-weight: normal !important;
              background-image: none !important;
              border: none !important;
              display: block !important;
              float: none !important;
              text-shadow: 0 0 0 !important;
              -moz-border-radius: 0 !important;
              -webkit-border-radius: 0 !important;
              border-radius: 0 !important;
              -moz-box-shadow: none !important;
              -webkit-box-shadow: none !important;
              box-shadow: none !important;
            }

            .links ul li a:hover {
              background-color: #f3f3f3 !important
            }

            .links li.active ul li a:hover {
              background-color: #f3f3f3 !important
            }

/* Homepage - Content Columns */
.maincolhome {
  float: left;
  width: 720px;
  margin: 20px 10px 0 10px;
}

.maincol {
  float: left;
  width: 890px;
  margin: 20px 10px 0 10px;
}

#sidebar-left {
  float: left;
  width: 300px;
  margin: 0 10px 0 10px;
}

#sidebar-right {
  float: left;
  width: 160px;
  margin: 0 10px 0 10px;
}

/* Homepage Box */
.subfeatured {
  background-color: #FFF;
  margin: 20px 0 0 0;
  -webkit-box-shadow: 0 0 4px #CCC;
  -moz-box-shadow: 0 0 4px #CCC;
  box-shadow: 0 0 4px #CCC;
}

.subarticles {
  background-color: #FFF;
  padding: 5px 20px 20px 20px;
  -webkit-box-shadow: 0 0 4px #CCC;
  -moz-box-shadow: 0 0 4px #CCC;
  box-shadow: 0 0 4px #CCC;
}

.discussions {
  background-color: #FFF;
  margin: 20px 0 0 0;
  -webkit-box-shadow: 0 0 4px #CCC;
  -moz-box-shadow: 0 0 4px #CCC;
  box-shadow: 0 0 4px #CCC;
}

  .discussions ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

    .discussions ul li {
      padding: 0;
      margin: 0;
      list-style-type: none;
    }

      .discussions ul li a {
        display: block;
        padding: 5px 10px 5px 10px;
        border-bottom: 1px solid #E3E3E3;
        font-size: 10px;
        font-weight: bold;
        color: #555;
        text-decoration: none;
        line-height: 16px;
      }

        .discussions ul li a:visited {
          color: #555;
        }

        .discussions ul li a:hover {
          color: #FFF;
          background-color: #111;
          text-decoration: none;
        }

.node {
  background: url(img/bg_boxshadow.png) bottom center no-repeat;
  padding: 20px 20px 50px 20px;
}

  .subarticles .node {
    background-image: none;
    padding: 0 0 20px 0;
    font-size: 11px;
    line-height: 18px;
  }

  .sticky {
    background-color: #FFF;
    background-image: none;
    padding: 20px;
    -webkit-box-shadow: 0 0 6px #333;
    -moz-box-shadow: 0 0 6px #333;
    box-shadow: 0 0 6px #333;
  }

  .snippet {
    background-image: none;
    padding: 10px 20px 15px 20px;
    margin: 0;
  }

  .subarticles .snippet {
    padding: 0;
  }

  h1 {
    font-size: 22px;
    font-weight: bold;
    color: #111;
    letter-spacing: -1px;
    line-height: 30px;
    margin: 0 0 16px 0;
  }

    h1 a {
      color: #111 !important;
      text-decoration: none !important;
    }

      h1 a:visited {
        color: #111;
        text-decoration: none;
      }

      h1 a:hover {
        color: #FFF !important;
        background-color: #111;
        text-decoration: none;
      }

      .sticky h1 a:hover {
        color: #FFF;
        background-color: #ec4e4e;
      }

      .subfeatured h1 a:hover {
        color: #FFF;
        background-color: #4ebaec;
      }

      .subarticles h1 a:hover {
        color: #FFF;
        background-color: #D29638;
      }

    .snippet h1 {
      font-size: 15px;
      color: #353535;
      margin-bottom: 0;
    }

      .snippet h1 a {
        color: #353535;
        text-decoration: none;
      }

      .snippet h1 a:visited {
        color: #353535;
        text-decoration: none;
      }

      .snippet h1 a:hover {
        color: #FFF;
      }

    .subarticles h1 {
      font-size: 12px;
      line-height: 18px;
      margin: 0 0 7px 0;
      letter-spacing: 0px;
    }

  h2 {
    font-size: 18px;
    color: #999;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 18px;
    margin: 0 0 16px 0;
  }

    .discussions h2 {
      font-size: 15px;
      padding: 10px 10px 0 10px;
      margin: 0;
    }

    h2.title a {
      color: #999;
      text-decoration: none;
    }

      h2.title a:visited {
        color: #999;
        text-decoration: none;
      }

      h2.title a:hover {
        color: #FFF;
        background-color: #999;
      }

  h6 {
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #666;
    line-height: 10px;
    margin: 0 0 10px 0;
  }

    h6 a {
      color: #666;
      text-decoration: none;
    }

    h6 a:hover {
      color: #FFF;
      background-color: #666;
      text-decoration: none;
    }

    .postdate {
      display: inline-block;
      color: #FFF;
      text-transform: uppercase;
      background-color: #4ebaec;
      padding: 2px 4px 3px 4px;
    }

    .sticky .postdate {
      background-color: #ec4e4e;
    }

    .snippet .postdate {
      background-color: #7dc9ec;
    }

    .subarticles .postdate {
      background-color: #d29638;
    }

  .readmore {
    display: inline-block;
    background-color: #888;
    font-size: 11px;
    color: #FFF !important;
    text-transform: uppercase;
    padding: 0 5px 0 5px;
    line-height: 17px;
    text-decoration: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
  }

    .readmore:visited {
      color: #FFF;
      text-decoration: none;
    }

    .readmore:hover {
      color: #FFF;
      background-color: #4ebaec;
    }

    .sticky .readmore {
      background-color: #555;
    }

      .sticky .readmore:hover {
        background-color: #ec4e4e;
      }

/* Reviews */
.reviewslist {
  background-color: #FFF;
  padding: 20px;
  -webkit-box-shadow: 0 0 4px #CCC;
  -moz-box-shadow: 0 0 4px #CCC;
  box-shadow: 0 0 4px #CCC;
}

  .reviewslist .postdate {
    background-color: #d29638;
  }

.sidebarreviews {
  background-color: #FFF;
  padding: 20px;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 4px #CCC;
  -moz-box-shadow: 0 0 4px #CCC;
  box-shadow: 0 0 4px #CCC;
}

  .sidebarreviews .node {
    background-image: none;
    padding: 0;
  }

    .sidebarreviews .snippet {
      padding: 0;
    }

    .sidebarreviews h1 {
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0px;
    }

    .sidebarreviews .postdate {
      background-color: #d29638;
    }

.divider {
  background: url(img/bg_boxshadow.png) bottom left no-repeat;
  padding: 20px;
  font-size: 1px;
  line-height: 1px;
}

/* Article */
.article {
  background-color: #FFF;
  padding: 20px;
  -webkit-box-shadow: 0 0 4px #CCC;
  -moz-box-shadow: 0 0 4px #CCC;
  box-shadow: 0 0 4px #CCC;
}

  .article h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .article h2 {
    font-size: 24px;
    color: #000;
    line-height: 30px;
  }

  .article .postdate {
    background-color: #ec4e4e;
  }

/* Pagination */
.pager {
  padding: 0 0 0 20px;
  margin: 0;
}

  .pager li {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
  }

    .pager li a {
      display: block;
      float: left;
      background-color: #BBB;
      font-size: 14px;
      font-weight: bold;
      color: #FFF;
      text-align: center;
      padding: 2px 9px 2px 9px;
      margin-right: 2px;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-box-shadow: inset 0 2px 2px #999;
      -moz-box-shadow: inset 0 2px 2px #999;
      box-shadow: inset 0 2px 2px #999;
    }

      .pager li a:visited {
        color: #FFF;
      }

      .pager li a:hover {
        background-color: #4ebaec;
        -webkit-box-shadow: inset 0 2px 2px #1e78a2;
        -moz-box-shadow: inset 0 2px 2px #1e78a2;
        box-shadow: inset 0 2px 2px #1e78a2;
        text-decoration: none;
      }

      .pager li.pager-current, .pager li.pager-current a {
        background-color: #4ebaec;
        padding: 2px 9px 2px 9px;
        margin-right: 2px;
        -webkit-box-shadow: inset 0 2px 2px #1e78a2;
        -moz-box-shadow: inset 0 2px 2px #1e78a2;
        box-shadow: inset 0 2px 2px #1e78a2;
        color: #FFF;
        text-decoration: none;
      }

/* Ads */
#header .ad {
  float: right;
  width: 970px;
  font-size: 9px;
  color: #999;
  text-transform: uppercase;
  line-height: 14px;
  margin: 19px 10px 0 0;
  text-align: right;
}

  #header .ad img {
    border: 1px solid #818181;
  }

#sidebar-left .ad {
  margin: 12px 0 10px 0;
  font-size: 9px;
  color: #999;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
}

  #sidebar-left .ad img {
    border: 1px solid #6e6e6e;
    -webkit-box-shadow: 0 0 4px #CCC;
    -moz-box-shadow: 0 0 4px #CCC;
    box-shadow: 0 0 4px #CCC;
  }

#sidebar-right .ad {
  margin: 20px 0 10px 0;
  font-size: 9px;
  color: #999;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
}

  #sidebar-right .ad img {
    border: 1px solid #6e6e6e;
    -webkit-box-shadow: 0 0 4px #CCC;
    -moz-box-shadow: 0 0 4px #CCC;
    box-shadow: 0 0 4px #CCC;
  }

.reviewslist .ad {
  float: right;
  margin: 0 0 20px 20px;
  font-size: 9px;
  color: #999;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
}

  .reviewslist .ad img {
    border: 1px solid #6e6e6e;
    -webkit-box-shadow: 0 0 4px #CCC;
    -moz-box-shadow: 0 0 4px #CCC;
    box-shadow: 0 0 4px #CCC;
  }

.article .ad {
  float: right;
  margin: 0 0 20px 20px;
  font-size: 9px;
  color: #999;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
}

  .article .ad img {
    border: 1px solid #6e6e6e;
    -webkit-box-shadow: 0 0 4px #CCC;
    -moz-box-shadow: 0 0 4px #CCC;
    box-shadow: 0 0 4px #CCC;
  }

/* Tables */
.listing {
  width: 418px;
}

  .listing td {
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
  }

.whitepapers {
  margin-top: 62px;
  padding: 0;
}

.whitepapers h2 {
  padding: 20px 20px 0px 20px;
}

.whitepapers ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.whitepapers ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.whitepapers ul li a {
  background: url(/images/icon_whitepaper.png) 20px 7px no-repeat;
  border-bottom: 1px solid #E3E3E3;
  color: #555;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  padding: 8px 20px 8px 46px;
  text-decoration: none;
}

.whitepapers ul li a:visited {
  color: #555;
}

.whitepapers ul li a:hover {
  background-color: #111;
  color: #fff;
  text-decoration: none;
}

.broughttoyouby {
  color: #666;
  font-style: italic;
  font-size: 11px;
  padding: 20px 0;
  text-align: center;
}

.broughttoyouby img {
  display: block;
  margin: 5px auto 0 auto;
}

tbody {
  border:none;
}

.sr_webinar_img {
  margin-top: 20px;
  margin-bottom: -6px;
}

.sr_webinar {
  background-color: #FFF;
  margin: 0px 0 20px 0;
  -webkit-box-shadow: 0 0 4px #CCC;
  -moz-box-shadow: 0 0 4px #CCC;
  box-shadow: 0 0 4px #CCC;
  text-align:center;
}

  .sr_webinar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

    .sr_webinar ul li {
      padding: 0;
      margin: 0;
      list-style-type: none;
    }

      .sr_webinar ul li a {
        display: block;
        padding: 5px 10px 5px 10px;
        border-bottom: 1px solid #E3E3E3;
        font-size: 10px;
        font-weight: bold;
        color: #555;
        text-decoration: none;
        line-height: 16px;
      }

        .sr_webinar ul li a:visited {
          color: #555;
        }

        .sr_webinar ul li a:hover {
          color: #FFF;
          background-color: #111;
          text-decoration: none;
        }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


.reviewpage {
  background-color: #f4f4f4;
  padding: 20px;
  -webkit-box-shadow: 0 0 4px #CCC;
  -moz-box-shadow: 0 0 4px #CCC;
  box-shadow: 0 0 4px #CCC;
}

.reviewpage h1 {
  font-size: 30px;
  line-height: 40px;
}

.reviewpage h2 {
  font-size: 24px;
  color: #000;
  line-height: 30px;
}

.reviewpage .postdate {
  background-color: #ec4e4e;
}

.reviewbox {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 0 4px #CCC;
  -moz-box-shadow: 0 0 4px #CCC;
  box-shadow: 0 0 4px #CCC;
}

.reviewbox h3 {
  background-color: #b1b1b1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(177, 177, 177)), to(rgb(147, 147, 147)));
  background-image: -webkit-linear-gradient(top, rgb(177, 177, 177), rgb(147, 147, 147));
  background-image: -moz-linear-gradient(top, rgb(177, 177, 177), rgb(147, 147, 147));
  background-image: -o-linear-gradient(top, rgb(177, 177, 177), rgb(147, 147, 147));
  background-image: -ms-linear-gradient(top, rgb(177, 177, 177), rgb(147, 147, 147));
  background-image: linear-gradient(top, rgb(177, 177, 177), rgb(147, 147, 147));
  color: #fff;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding-left: 20px;
  text-shadow: 0 0 1px rgba(0, 0, 0, .5);
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
}

.reviewbox h3 a {
  background-color: #78c3e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(120, 195, 230)), to(rgb(55, 150, 195)));
  background-image: -webkit-linear-gradient(top, rgb(120, 195, 230), rgb(55, 150, 195));
  background-image: -moz-linear-gradient(top, rgb(120, 195, 230), rgb(55, 150, 195));
  background-image: -o-linear-gradient(top, rgb(120, 195, 230), rgb(55, 150, 195));
  background-image: -ms-linear-gradient(top, rgb(120, 195, 230), rgb(55, 150, 195));
  background-image: linear-gradient(top, rgb(120, 195, 230), rgb(55, 150, 195));
  border-left: 1px solid #2d95c5;
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: normal;
  float: right;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
}

.reviewbox h3 a:link, .reviewbox h3 a:visited { color: #fff; text-decoration: none; }

.reviewbox h3 a:hover {
  background-color: #92cfeb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(146, 207, 235)), to(rgb(93, 171, 208)));
  background-image: -webkit-linear-gradient(top, rgb(146, 207, 235), rgb(93, 171, 208));
  background-image: -moz-linear-gradient(top, rgb(146, 207, 235), rgb(93, 171, 208));
  background-image: -o-linear-gradient(top, rgb(146, 207, 235), rgb(93, 171, 208));
  background-image: -ms-linear-gradient(top, rgb(146, 207, 235), rgb(93, 171, 208));
  background-image: linear-gradient(top, rgb(146, 207, 235), rgb(93, 171, 208));
  border-left: 1px solid #57aad1;
  color: #fff;
}

.reviewimage {
  float: left;
  min-height: 10px;
  height: auto !important;
  height: 10px;
  padding: 20px;
  width: 140px;
}

.reviewboxreviews {
  border-left: 1px solid #e1e1e1;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 660px;
}

.reviewboxreviews li {
  border-bottom: 1px solid #e1e1e1;
  padding: 0;
  margin: 0;
}
.reviewboxreviews li:last-child { border: none; }

.reviewboxreviews li a {
  color: #454545;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 20px 8px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.reviewboxreviews li a:link, .reviewbox li a:visited { color: #454545; text-decoration: none; }
.reviewboxreviews li a:hover { background-color: #f4f4f4; }

.reviewboxreviews li a.editorschoicereview { background-color: #e3f6ff; }
.reviewboxreviews li a.editorschoicereview:hover { background-color: #d5f0fd; }

.reviewboxreviews li a.editorschoicereview span {
  background: url(img/ribbon-editorschoicereview.png) no-repeat;
  display: block;
  height: 39px;
  position: absolute;
  right: 10px;
  top: -3px;
  width: 22px;
}

.reviewboxcategories {
  background-image: linear-gradient(top, rgb(128,128,128) 0%, rgb(135,135,135) 8%);
  background-image: -o-linear-gradient(top, rgb(128,128,128) 0%, rgb(135,135,135) 8%);
  background-image: -moz-linear-gradient(top, rgb(128,128,128) 0%, rgb(135,135,135) 8%);
  background-image: -webkit-linear-gradient(top, rgb(128,128,128) 0%, rgb(135,135,135) 8%);
  background-image: -ms-linear-gradient(top, rgb(128,128,128) 0%, rgb(135,135,135) 8%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(128,128,128)),color-stop(0.08, rgb(135,135,135)));
  list-style: none;
  margin: 0;
  padding: 10px 10px 0 20px;
}

.reviewboxcategories li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 10px 10px 0;
}

.reviewboxcategories li a, .reviewboxcategories li a:link, .reviewboxcategories li a:visited {
  background-color: #b1b1b1;
  background-image: linear-gradient(bottom, rgb(142,142,142) 0%, rgb(177,177,177) 100%);
  background-image: -o-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(177,177,177) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(177,177,177) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(177,177,177) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(177,177,177) 100%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(142,142,142)),color-stop(1, rgb(177,177,177)));
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #727272;
  -moz-box-shadow: 0 0 2px #727272;
  box-shadow: 0 0 2px #727272;
  color: #e6e6e6;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 15px;
  text-decoration: none;
  text-shadow: 0 0 2px rgba(0, 0, 0, .25);
}

.reviewboxcategories li a:hover {
  background-color: #f2f2f2;
  background-image: linear-gradient(bottom, rgb(142,142,142) 0%, rgb(242,242,242) 100%);
  background-image: -o-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(242,242,242) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(242,242,242) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(242,242,242) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(242,242,242) 100%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(142,142,142)),color-stop(1, rgb(242,242,242)));
  border-left: 4px solid #4ebaec;
  color: #414141;
  padding-left: 11px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}

.reviewboxcategories li a.on {
  background-color: #f2f2f2;
  background-image: linear-gradient(bottom, rgb(142,142,142) 0%, rgb(242,242,242) 100%);
  background-image: -o-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(242,242,242) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(242,242,242) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(242,242,242) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(142,142,142) 0%, rgb(242,242,242) 100%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(142,142,142)),color-stop(1, rgb(242,242,242)));
  border-left: 4px solid #4ebaec;
  color: #414141;
  padding-left: 11px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}

.links li.node_read_more {
  display:none;
}

.view-enterprise-reviews-by-type .view-header {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}

.view-consumer-reviews-by-type .view-header {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}

.view-reviews-by-type .view-header {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}

#term_description {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

/* Social Icons */
.social-icons { margin-top: 20px; }
.social-icons a {
  display: block;
  float: left;
  height: 32px;
  margin-right: 10px;
  text-decoration: none;
  width: 32px;
}
.social-icons a:visited { text-decoration: none; }
.social-icons span { display: none; }

a.icon-facebook { background: url(img/icon-facebook.png) no-repeat; }
a.icon-twitter { background: url(img/icon-twitter.png) no-repeat; }
a.icon-youtube { background: url(img/icon-youtube.png) no-repeat; }
a.icon-rss { background: url(img/icon-rss.png) no-repeat; margin: 0; }

/* Micron Jobs Promotion */
.jobspromotionbox {
  background: #dce1e6 url(img/bg_jobspromotionbox.png);
  border: 2px solid #4ebaec;
  color: #1f436a;
  font-size: 16px;
  font-weight: bold;
  height: 56px;
  line-height: 58px;
  margin-bottom: 20px;
  max-height: 56px;
  padding: 0 22px;
  width: 842px;
}
 
.jobspromotionbox_logo {
  float: left;
  margin: 16px 20px 0 0;
}
 
a.jobspromotionbox_button {
  background: #4975a2; /* Old browsers */
  background: -moz-linear-gradient(top, #7098c1 0%, #285281 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7098c1), color-stop(100%,#285281)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7098c1 0%,#285281 100%); /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #7098c1 0%,#285281 100%); /* IE10+ */
  background: linear-gradient(to bottom, #7098c1 0%,#285281 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7098c1', endColorstr='#285281',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *display: inline;
  font-size: 12px;
  line-height: 30px;
  margin: -3px 0 0 40px;
  padding: 0 15px;
  text-decoration: none;
  text-shadow: 0 -1px 0 #1c3858;
  text-transform: uppercase;
  zoom: 1;
}
 
a.jobspromotionbox_button:visited { color: #fff; text-decoration: none; }
a.jobspromotionbox_button:hover {
  background: #4975a2; /* Old browsers */
  background: -moz-linear-gradient(top, #285281 0%, #7098c1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#285281), color-stop(100%,#7098c1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #285281 0%,#7098c1 100%); /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #285281 0%,#7098c1 100%); /* IE10+ */
  background: linear-gradient(to bottom, #285281 0%,#7098c1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#285281', endColorstr='#7098c1',GradientType=0 ); /* IE6-9 */
}

/* Synology Product Page */
.synology_product_list {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}

.synology_product_list li {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(204,204,204,.85);
  -moz-box-shadow: 0 0 3px rgba(204,204,204,.85);
  box-shadow: 0 0 3px rgba(204,204,204,.85);
  float: left;
  margin: 0 20px 20px 0;
  padding: 0;
  width: 196px;
}

.synology_product_list li:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
  box-shadow: 0 0 3px rgba(0,0,0,.5);
}

.synology_product_list li:nth-child(4n+4) {
  margin-right: 0;
}

.synology_product_list li a:link, .synology_product_list li a:visited {
  text-decoration: none;
}

.synology_product_list li img {
  display: block;
  height: auto;
  margin: 20px auto 10px auto;
  max-width: 110px;
}

.synology_product_list li h5 a {
  color: black;
  display: block;
  font-size: 14px;
  margin: 0 0 20px 0;
  text-align: center;
  text-shadow: 0 1px 1px rgba(121,121,121,.5);
}


a.synology_product_smallbutton {
  background-color: #f4f4f4;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid white;
  color: #777;
  display: inline-block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  width: 97px;
}

a.synology_product_smallbutton:nth-child(3n+3) {
  border-right: none;
  width: 98px;
}

a.synology_product_smallbutton:hover {
  background-color: #dedede;
  color: black;
}

a.synology_product_button {
  background: #bcbcbc; /* Old browsers */
  background: -moz-linear-gradient(top, #cfcfcf 0%, #a8a8a8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#a8a8a8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cfcfcf 0%,#a8a8a8 100%); /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #cfcfcf 0%,#a8a8a8 100%); /* IE10+ */
  background: linear-gradient(to bottom, #cfcfcf 0%,#a8a8a8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#a8a8a8',GradientType=0 ); /* IE6-9 */
  border-top: 1px solid #e7e7e7;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  clear: both;
  color: white;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(121,121,121,.7);
  text-transform: uppercase;
}

a.synology_product_button:hover {
  background: #4EBAEC; /* Old browsers */
  background: -moz-linear-gradient(top, #4EBAEC 0%, #439fca 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4EBAEC), color-stop(100%,#439fca)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4EBAEC 0%,#439fca 100%); /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #4EBAEC 0%,#439fca 100%); /* IE10+ */
  background: linear-gradient(to bottom, #4EBAEC 0%,#439fca 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4EBAEC', endColorstr='#439fca',GradientType=0 ); /* IE6-9 */
  text-shadow: 0 -1px 1px rgba(62,145,184,.7);
}

.article table {background-color: white;border: 1px solid #b2c8d9;}
.article th {background-color: #7dc9ec;border-bottom: 1px solid #f3f3f3;color: #333;font-size: 11px;font-weight: bold;padding: 5px 10px;text-align: left;}
.article tr:nth-child(odd) {background-color: #fafafa;}
.article tr:hover td {background-color: #ddf3fb;border-bottom: 1px solid #ddd;}
.article td {border-bottom: 1px solid #f3f3f3;padding: 5px 10px;vertical-align: top;}
.article th:first-child, .datatable td:first-child {text-align: left;}
.article td:nth-child(6n-4) {/*font-weight: bold;*/}
.article tr:last-child th, .datatable tr:last-child td {border-bottom: none;}
.article td small {color: #999;font-size: 11px;}

/* Samsung Feature Template */
.samsung-header {
  background: url("img/bg-samsung-header@2x.png") no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -20px -20px 0;
  padding: 98px 50px 35px 60px;
  text-align: left;
}

.samsung-header h1 {
  color: white;
  font-size: 30px;
  margin-bottom: 16px;
}

.samsung-header p {
  color: white;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.samsung-drives-highlights {
  margin: 0 -20px;
  padding: 60px 0 60px 60px;
}

.samsung-drives-highlights:after {
  content: "";
  display: table;
  clear: both;
}

.samsung-drives-highlight {
  float: left;
  margin-right: 17px;
  text-align: center;
  width: 140px;
}

.samsung-drives-highlight:last-child {
  margin-right: 0;
}

.samsung-drives-highlight img {
  height: auto;
  width: 100px;
}

.samsung-drives-highlight h4 {
  color: #7D7D7D;
  font-size: 13px;
  margin: 16px 0 10px;
}

.samsung-drives-highlight p {
  font-size: 12px;
  margin: 0;
}

.samsung-drives-images {
  background-color: #F2F2F2;
  margin: 0 -20px;
  padding: 20px 34px;
}

.samsung-drives-images:after {
  content: "";
  display: table;
  clear: both;
}

.samsung-drives-images img {
  float: left;
  height: auto;
  max-width: 382px;
}

.samsung-drives-images img:last-child {
  float: right;
}

.samsung-drives-summary {
  margin: 0 -20px;
  padding: 60px;
}

.samsung-drives-summary:after {
  content: "";
  display: table;
  clear: both;
}

.samsung-drives-summary-pm863 {
  float: left;
  width: 320px;
}

.samsung-drives-summary-sm863 {
  float: right;
  width: 300px;
}

.samsung-drives-summary h2 {
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 25px 0;
  position: relative;
  z-index: 1;
}

.samsung-drives-summary h2:before {
  background-color: #20A2FF;
  content: "";
  font-size: 1px;
  height: 9px;
  left: 0;
  position: absolute;
  top: -20px;
  width: 60px;
  z-index: 1;
}

.samsung-drives-summary h2 small {
  color: #7D7D7D;
  display: block;
  font-size: 14px;
  letter-spacing: normal;
}

.samsung-drives-summary p {
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 20px 0;
}

a.samsung-drives-summary-btn {
  border: 1px solid #ABDCFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #20A2FF;
  font-size: 18px;
  display: block;
  padding: 13px 0 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 300px;
}

a.samsung-drives-summary-btn:visited {
  color: #20A2FF;
}

a.samsung-drives-summary-btn:hover {
  background-color: #20A2FF;
  border: 1px solid #20A2FF;
  color: white;
  text-decoration: none;
}

.samsung-features {
  margin: 0 -20px;
  padding-bottom: 50px;
}

.samsung-features:after {
  content: "";
  display: table;
  clear: both;
}

.samsung-features h3 {
  font-size: 24px;
  margin: 0 0 24px 60px;
  position: relative;
  z-index: 1;
}

.samsung-features h3:before {
  background-color: #20A2FF;
  content: "";
  font-size: 1px;
  height: 4px;
  left: 0;
  position: absolute;
  top: -15px;
  width: 60px;
  z-index: 1;
}

.samsung-features img {
  height: auto;
  margin-bottom: 30px;
  max-width: 390px;
}

.samsung-feature-left {
  float: left;
  width: 390px;
}

.samsung-feature-left h4 {
  color: #7D7D7D;
  font-size: 18px;
  margin: 0 0 20px;
  padding-left: 60px;
}

.samsung-feature-left p {
  font-size: 13px;
  margin: 0;
  padding-left: 60px;
}

.samsung-feature-left .samsung-drives-summary-btn {
  margin-left: 60px;
}

.samsung-feature-right {
  float: right;
  width: 390px;
}

.samsung-feature-right h4 {
  color: #7D7D7D;
  font-size: 18px;
  margin: 0 0 20px;
  padding-right: 60px;
}

.samsung-feature-right p {
  font-size: 13px;
  margin: 0;
  padding-right: 60px;
}

a.samsung-drives-summary-btn-secondary {
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #666;
  font-size: 13px;
  display: block;
  margin-top: 10px;
  padding: 13px 0 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 300px;
}

a.samsung-drives-summary-btn-secondary:visited {
  color: #666;
}

a.samsung-drives-summary-btn-secondary:hover {
  background-color: #888;
  border: 1px solid #888;
  color: white;
  text-decoration: none;
}

a.samsung-drives-summary-btn img {
  margin: 0;
}
