/**
 * Erstellt mit LESS
 * TODO: Bitte .less Datei schauen.
 */
#configurator .carImageContainer #carImage {
  height: 270px;
  padding: 15px;
  background: #fff;
  width: 672px;
  text-align: center;
  margin-bottom: 5px;
}
#configurator .carImageContainer div.colors {
  float: right;
  width: 45px;
}
#configurator .carImageContainer div.colors a {
  display: block;
  height: 43px;
  width: 43px;
  border: 1px solid #fff;
}
#configurator .carImageContainer div.colors a + a {
  margin-top: 6px;
}
#configurator table.filterTable .legend {
  padding-left: 5px;
}
#configurator table.filterTable .legend span {
  margin-bottom: 5px;
}
#configurator table.filterTable select {
  width: 145px;
}
#configurator #stream {
  padding: 10px 5px !important;
}
#configurator #stream .stream {
  overflow: hidden;
}
#configurator #stream .stream > div {
  background: #fff;
  position: relative;
  width: 177px;
  height: 212px;
  margin: 0 5px 10px;
  padding: 2px 2px 2px 112px;
}
#configurator #stream .stream > div div.image,
#configurator #stream .stream > div div.desc {
  clear: both;
}
#configurator #stream .stream > div div.image img {
  cursor: pointer;
  float: left;
  margin-left: -110px;
}
#configurator #stream .stream > div div.desc {
  clear: both;
  margin: 0 0 10px -110px;
}
#configurator #stream .stream > div div.sizes {
  overflow: hidden;
}
#configurator #stream .stream > div div.sizes div.size {
  margin-bottom: 3px;
  height: 38px;
  overflow: hidden;
  border: 1px solid #f1f0e6;
  cursor: pointer;
  float: left;
  margin: 0 3px 3px 0;
  width: 54px;
}
#configurator #stream .stream > div div.sizes div.size.selectedWheel {
  border-color: #ee007c;
}
#configurator #stream .stream > div div.sizes div.size span {
  font-size: 75%;
}
#configurator #stream .stream > div div.sizes div.size span.stock {
  float: right;
}
#configurator #stream .stream > div div.sizes div.size span.stock .color {
  margin: 0;
}
#configurator #stream .stream > div div.select {
  position: absolute;
  bottom: 2px;
  right: 2px;
}
/*# sourceMappingURL=54-configurator.css.map */