/*
$Id: main.css,v 1.4 2008/11/07 17:49:08 max Exp $
vim: set ts=2 sw=2 sts=2 et:
*/

.pconf-cart-list {
  margin-bottom: 30px;
}
.pconf-cart-list table td {
  margin: 0px;
  vertical-align: top;
}
.pconf-cart-list table td.pconf-cart-subproduct {
  padding-left: 10px;
  padding-right: 80px;
}
.pconf-cart-list table td.pconf-price-modifier {
  white-space: nowrap;
  text-align: right;
  color: #b51a00;
}
.pconf-cart-list table td.pconf-price {
  white-space: nowrap;
  text-align: right;
}
.pconf-cart-list .subhead-row {
  background: #f1f1f1 none;
}
.pconf-cart-list tr.pconf-cart-total td {
  border-top: 1px solid #dddddd;
}
.pconf-cart-list tr.pconf-cart-total td.pconf-cart-total-name {
  padding-left: 20px;
}
.pconf-cart-list .button-row {
  margin: 0px;
}

/*
  Configuration wizard: Step page
*/
.pconf-product-configure .pconf-step-title {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.pconf-product-configure .pconf-step-descr {
  margin: 0px;
  padding: 15px 0px 0px 0px;
}
.pconf-slot-configure {
  margin: 0px;
  padding: 45px 0px 0px 0px;
}
.pconf-slot-configure-first {
  padding-top: 25px;
}
.pconf-slot-configure .pconf-slot-title {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}
.pconf-slot-configure .pconf-slot-descr {
  margin: 0px;
  padding: 0px;
}
.pconf-slot-configure .pconf-slot-required {
  font-weight: normal;
  color: #b51a00;
}
.pconf-slot-product .image {
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.pconf-slot-product-details {
  vertical-align: top;
  padding-left: 20px;
}
.pconf-price-row .price {
  font-weight: bold;
  font-size: 12px;
}
.pconf-price-row .price-value {
  font-weight: bold;
  font-size: 12px;
  color: #b51a00;
}

/*
  Configuration wizard: Products list
*/
.pconf-rules tr td {
  padding: 2px;
  vertical-align: top;
}
.pconf-rules .pconf-rules-or {
  display: block;
}

/*
  Configuration summary
*/
p.pconf-summary {
  font-weight: bold;
  padding-bottom: 15px;
}
.pconf-summary-step {
  position: relative;
  vertical-align: top;
  border: 1px solid #c5d0e1;
  padding: 0px;
  margin: 0px 0px 15px 0px;
}
.pconf-summary-step .pconf-step-title {
  height: 26px;
  background: #e2e8f0 none;
  border: 0px none;
  border-bottom: 1px solid #c5d0e1;
  position: relative;
  vertical-align: middle;
  line-height: 25px;
  padding: 0px 50px 0px 10px;
  position: relative;
  margin: 0px;
}
.pconf-summary-step .pconf-step-title .button-row {
  margin: 0px;
  position: absolute;
  top: 2px;
  right: 10px;
}
.pconf-summary-slots .pconf-slot-image,
  .pconf-summary-slots .pconf-slot-details
{
  padding: 0px 0px 38px 0px;
}
.pconf-summary-slots .pconf-slot-image {
  text-align: center;
  width: 90px;
}
.pconf-summary-slots .pconf-slot-title {
  font-weight: bold;
}
.pconf-summary-slots a.pconf-slot-product:link,
  .pconf-summary-slots a.pconf-slot-product:visited,
  .pconf-summary-slots a.pconf-slot-product:hover,
  .pconf-summary-slots a.pconf-slot-product:active
{
  font-weight: bold;
  text-decoration: underline;
}
.pconf-summary-slots .pconf-slot-price {
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
.pconf-summary-slots .pconf-slot-taxes {
  padding-left: 40px;
}
