/*
 * summarizor-website - The summarizor.com website.
 * Copyright (C) 2025  SUMMARIZOR
 *     contact@summarizor.com
 *     Tel. +33 (0) 970 462 005
 *
 * This file is part of summarizor-website.
 *
 * summarizor-website is non-exclusive, non-transferable, non-redistributable.
 *
 * summarizor-website is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */
#stepsTable,
#stepsTable td {
  border:0px;
  margin:0px;
  padding:0px;
}
#stepsTable {
  border-collapse:collapse;
  margin-bottom:2em;
}
#stepsTable td {
  width:120px;
  text-align:center;
}
#stepsTable a {
  color:black;
  font-weight:normal;
  text-decoration:none;
}
#purchaseSummarizORServerDiv {
  border:1px solid #c0c0c0;
  padding: 2em;
  margin-bottom: 4em;
}
#purchaseFormDiv,
#selectLanguagesDiv,
#selectDomainsDiv,
#reviewShoppingCartDiv,
#costCalculator {
  border:1px solid #c0c0c0;
  padding: 0em 1em 1em 1em;
  margin-bottom: 4em;
  margin-left: 2em;
  margin-right: 2em;
}
#purchaseFormDiv {
  padding-top:1em;
}
#purchaseFormDiv,
#selectLanguagesDiv,
#selectDomainsDiv,
#reviewShoppingCartDiv {
  background-color:#f0f0f0;
}
#selectLanguagesDiv,
#selectDomainsDiv,
#reviewShoppingCartDiv,
#paymentDiv,
#costCalculator,
#purchaseSummarizORServerDiv {
  float: left;
}
#paymentError,
#paymentDiv {
  width: 40%
}
#paymentError {
  font-weight: bold;
  color: red;
  font-size: larger;
}
#costCalculator {
  background-color:#f0f0ff;
}
#costCalculator {
  font-size: smaller;
}
#shoppingCartTable td,
#shoppingCartTable th {
  padding:2px 4px 2px 4px;
}
#shoppingCartTable th {
  text-align: center;
}
.regularPrice {
  text-decoration:line-through;
}
.salePrice {
  color:red;
}
#totalPrice,
#totalSalePrice {
  font-weight:bold;
}
