/*
 * path: /price_estimator.aspx
 * ns:   spe
 *
 * price estimator
 */
.spe-h {
  color: #3d698e
}

.spe-hd {
  border-bottom: 2px solid #f0f1f1;
  padding-bottom: 10px;
}

.spe-actions {
  text-align: right;
}
.spe-shipment-info {
  background-color: #ededed;
  padding: 0 10px;
  height: 450px;
}
  .spe-shipment-info select {
    width: 100%;
  }
  .spe-shipment-info .form-quick-estimator-title {
    border-bottom: 1px dashed #808285;
    line-height: 34px;
    padding-bottom: 0px;
  }
  .spe-shipment-info .form-quick-estimator-country {
    height: 20px !important;
    padding-bottom: 0 !important;
  }
  .spe-shipment-info .form-quick-estimator .form-item {
    height: 25px; 
    padding-bottom: 20px;
  }
  .spe-shipment-info  .form-quick-estimator .form-item .form-item-description {
    color: #3D698E;
    float: none;
    font-size: 12px;
  }
  .spe-shipment-info .form-quick-estimator .form-item .form-item-inputs {
    margin-left: 0px;
    
  }
  .spe-shipment-info .form-item .form-item-description .req {
    position: static;
  }
  
  .spe-shipment-info .form-quick-estimator-button {
    padding-top: 5px;
  }
  
.spe-shipment-info-ft {
  border-top: 1px dashed #808285;
  padding: 10px 0;
}

.spe-story-title {
  font-weight: bold;
}
.spe-story-shipment {
  font-weight: bold;
  color: #989898;
  margin: 5px 0;
}
.spe-story-shipment-price {
  color: #5b8fb5;
}
.spe-story-excerpt-more {
  font-size: 11px;
}

.spe-api-partners {
  white-space: nowrap;
  float: right;
}
.spe-api-bd {
  padding-bottom: 10px;
}

.spe-estimate {
  height: 297px;
}
.spe-estimate strong {
  font-weight: bold;
  color: #5b8fb5;
}
.spe-estimate-ft {
  border-top: 1px dashed #808285;
  padding: 10px 0;
  margin-top: 10px;
}
.spe-estimate-error {
  color: #CC0101;
  font-weight: bold;
}
    .spe-estimate-error ul {
      background: url(/sticky/images/icons/icon_error.png) no-repeat scroll 15px center;
    }
    .spe-estimate-error li {
      margin: 5px 0 5px 45px;
    }

.spe-map {
  height: 311px;
}

.spe-results th {
  color: #6d6e70;
  font-size: 11px;
}
.spe-results-letter {
  display: inline-block;
  width: 16px;
  color: #5b8fb5;
  font-weight: bold;
}
.spe-results-col-price {
  color: #2a5b7e;
  font-weight: bold;
}

.spe-results-highlight td {
  background-color: #F9F9E1;
}
.spe-results-awesome td {
  font-weight: bold;
}
.spe-results--awesome .spe-results-col-rel span {
  padding: 0 5px;
  background-color: #feea4e;
}

.spe-results-table .spe-results-blank td {
  padding: 0;
  border-width: 0;
}
.spe-results-table td,
.spe-results-table th {
    white-space: nowrap;
}
.spe-results-col-title {
    white-space: normal !important;
}
.spe-results-table .spe-results-criteria td {
  border-top: 7px solid #d0e6ee;
  border-bottom: 7px solid #d0e6ee;
  font-weight: bold;
}
.spe-results-criteria .spe-results-col-title {
  border-left: 7px solid #d0e6ee;
}
.spe-results-criteria .spe-results-col-rel {
  border-right: 7px solid #d0e6ee;
}