.ac-picture-container {
  width: 100%;
  width: calc(100% - 2px);
  height: 600px;
  position: relative;
  overflow: scroll;
  border: lightgray solid 1px;
}

.ac-picture {
  position: absolute;
  left: 0px;
  top: 0px;
}

  .ac-picture img {
    float: left;
  }

.ac-picture-toolbar {
  margin: 0 auto;
  height: 30px;
}

.ac-picture-toolbutton {
  float: left;
  width: 24px;
  height: 24px;
  margin: 2px 9px 2px 9px;
  cursor: pointer;

}

  .ac-picture-toolbutton:hover {
    border: darkgray solid 1px;
  }

.ac-picture-toolbar-zoom {
  float: left;
}

.ac-picture-toolbar-navigation {
  float: right;
}

.ac-part-rectangle {
  position: absolute;
  border: black solid 1px;
  text-align: center;
  font-size: 16px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.ac-parts-table {
  margin: 30px auto 30px auto;
  border-collapse: collapse;
}

  .ac-parts-table th {
    padding: 5px;
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
  }

  .ac-parts-table tr {
    border-bottom: lightgray solid 1px;
    cursor: default;
  }
  
  .ac-parts-table td {
    padding: 5px;
  }

  .ac-parts-table th {
    padding: 5px 10px 5px 5px;
  }

.ac-partposition-td {
  text-align: center;
}

  .ac-partposition-td div {
    -moz-min-width: 20px;
    -ms-min-width: 20px;
    -o-min-width: 20px;
    -webkit-min-width: 20px;
    min-width: 20px;
    height: 20px;
    font-size: 16px;
    cursor: pointer;
    padding: 1px 2px 1px 2px;
  }

.ac-partnumber-td {
}

.ac-partname-td {
}

.ac-button-td {
}

  .ac-button-td div {
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: 10px;
  }


.ac-details {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ac-details-fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-opacity: 0.5;
  background: black;
  opacity: 0.5;
}

.ac-details-window {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  margin-top: -100px;
  border: black solid 2px;
}

.ac-details-desc {
  margin: 15px;
}

  .ac-details-desc p {
    margin: 5px 0;
  }

  .ac-details-desc table {
    max-height: 100px;
    overflow: scroll;
    border-collapse: collapse;
    white-space: nowrap;
  }

.ac-details-parameter {
  font-weight: bold;
}

.ac-details-header {
  height: 30px;
}

.ac-details-title {
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin: 2px;
  margin-left: 10px;
}

.ac-details-close {
  float: right;
  width: 24px;
  height: 24px;
  margin: 2px;
  background: url("../images/close.png");
  cursor: pointer;
  border: lightgray solid 1px;
}

  .ac-details-close:hover {
    border: darkgray solid 1px;
  }
