@charset "UTF-8";
#howfast {
  font-size: 17px;
  background-color: red; }

.config {
  border: 1px solid #666;
  background-color: #fff;
  width: 180px;
  float: right;
  position: relative;
  top: -18px;
  clear: both;
  margin-bottom: 15px; }
  .config th {
    text-align: left;
    border-bottom: 1px dotted #666;
    padding-bottom: 2px;
    padding-top: 8px;
    padding-left: 0px; }
  .config td {
    font-size: 10px;
    padding-left: 0px;
    padding-right: 0px; }
    .config td.itemprice {
      text-align: right;
      line-height: 80%; }

#config_summary {
  background: url("/CONTENT/configurator/summary.png") top left no-repeat #FFF;
  padding-top: 30px;
  margin-top: 30px; }

#config_specifications {
  background: url("/CONTENT/configurator/specifications.png") top left no-repeat #FFF;
  padding-top: 30px; }
  #config_specifications td {
    padding-top: 0px;
    padding-bottom: 0px; }

#config_specifications_innards {
  margin-top: -10px; }

.config_innards {
  padding: 5px; }
  .config_innards .price {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: -8px;
    color: #000; }
  .config_innards .howfast a {
    font-size: 11px;
    font-weight: bold; }
  .config_innards .tagline {
    font-size: 11px;
    margin: 5px 0px 5px 0px; }
  .config_innards .tagline2 {
    font-size: 11px;
    color: red;
    margin: 10px 0px 5px 0px; }
  .config_innards .edition_summary ul {
    margin-left: -25px;
    font-size: 11px; }
