@charset "utf-8";

.mod-specCompare div,
.mod-specCompare ul,
.mod-specCompare h3 {
  margin: 0;
}

.mod-specCompare ul,
.mod-specCompare li {
  list-style: none;
  padding: 0;
}


.mod-specCompare {
  width: 950px;
  margin: 0 auto;
  padding-bottom: 120px;
  font-size: 13px;
  overflow: hidden;
}

.mod-specCompare h1 {
  margin-bottom: 60px;
  padding: 8px 10px;
  font-size: 18px;
  background: #eeeeee;
}

.mod-specCompare-step .mod-specCompare-step-title {
  margin-bottom: 25px;
  border-bottom: 1px solid #dddddd;
}

.mod-specCompare-step-title h2 {
  float: left;
  font-size: 14px;
}

.mod-specCompare-step-checks {
  padding-top: 15px;
  text-align: right;
}

.mod-specCompare-products {
  color: #333;
  width: 963px;
  overflow: hidden;
  background: url(../images/mod-speccompare/products_bg.png) left top repeat-y;
}


.mod-specCompare-products-row:first-child {
  background: none;
}

.mod-specCompare-products h3,
.mod-specCompare-products li {
  float: left;
  position: relative;
  margin-bottom: 14px;
  width: 97px;
  height: 128px;
  margin-right: 10px;
}

.mod-specCompare-products h3 {
  width: 81px;
  height: 98px;
  padding: 30px 8px 0 8px;
  text-align: left;
  font-weight: normal;
  font-size: 1em;
  background: url(../images/mod-speccompare/bg.gif) no-repeat;
}

.mod-specCompare-products li label {
  display: block;
  height: 105px;
}

.mod-specCompare-products li input {
  display: block;
  margin-bottom: 3px;
}

.mod-specCompare-products li img {
  display: block;
  width: 72px;
  margin: 0 auto 3px auto;
  border: 1px solid #d9d9d9;
}

.ex-development .mod-specCompare-products li img {
  background: orange;
}

.mod-specCompare-products li span {
  display: block;
  text-align: center;
}

.mod-specCompare .mod-specCompare-specs {
  padding: 0 30px 50px 30px;
}

.mod-specCompare-specs li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 290px;
  padding: 5px 0;
}

.mod-specCompare-compare {
  text-align: center;
}

.mod-specCompare .ex-window {
  padding-right: 15px;
  background: url(../images/mod-speccompare/icon.png) right top no-repeat;
}


.mod-specCompare .ex-center {
  text-align: center;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media ( max-width:640px ) {
  .mod-specCompare {
    width: auto;
    margin: 0 5px;
    font-size: 10px;
  }

  .mod-specCompare h1 {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .mod-specCompare-step .mod-specCompare-step-title {
    border-bottom: none;
  }

  .mod-specCompare-step-title h2 {
    float: none;
    margin-bottom: 0;
    border-bottom: 1px solid #dddddd;
    font-size: 13px;
  }

  .mod-specCompare-step-checks {
    padding-left: 3px;
    text-align: left;
    font-size: 10px;
  }

  .mod-specCompare-step-checks label {
    display: block;
    margin-bottom: 12px;
  }


  .mod-specCompare-products {
    width: auto;
    height: auto !important;
    text-align: center;
    background: none;
  }

  .mod-specCompare-products h3,
  .mod-specCompare-products li {
    width: 92px;
    height: 124px;
    margin: 0 5px 0 0;
  }

  .mod-specCompare-products li img {
    width: 50px;
  }

  .mod-specCompare-products h3 {
    width: 78px;
    height: 94px;
    padding: 30px 7px 0 7px;
    background-size: 100% auto;
  }

  .mod-specCompare .mod-specCompare-specs {
    margin-top: -20px;
    padding: 0 2px;
  }


  .mod-specCompare-specs li {
    width: 150px;
  }

  .mod-specCompare .ex-window {
    padding: 2px 18px 0 0;
    background: url(../images/mod-speccompare/icon_02.png) right top no-repeat;
  }
}

