/* Global Styles */

#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;
}

#banner {
  background: #9c9;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  font: small-caps 40px/40px "Times New Roman", serif;
  color: #282;
  text-align: center;
}

#banner img {
  float: left;
}

#columns {
}

#main {
  margin-left: 15em;
  padding-top: 0;
  padding-left: 2em;
}

#change-store {
  text-align: right;
}

#change-store div {
  display: inline;
}

#change-store div img {
  vertical-align: middle;
}

#change-store h3 {
  display: inline;
  font-weight: bold;
  font-size: small;
}

.store_item {
  padding-bottom: 10px;  
}

.store_item form input {
  display: inline;
}

#side {
  float: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 14em;
}

#side a {
  font-size: small;
}

.cart-title {
  font: 120% bold;
}

.item-price, .total-line {
  text-align: right;
}

.total-line .total-cell {
  font-weight: bold;
  border-top: 1px solid #595;
}

#cart, #cart table {
  font-size: small;
}

#cart table {
  border-top: 1px dotted #595;
  border-bottom: 1px dotted #595;
  margin-bottom: 10px;
}

.cart-item-quantity {
  font-weight: bold;
  vertical-align: top;
}

#category-list {
  font-size: small;
}

#category-list h2 {
  font: 120% bold;
}

#category-list li {
  list-style: none;
}

#category-list ul {
  padding-left: 4px;
}

/* Styles for order-form */

.depot-form label {
  font-weight: bold;
  width: 10em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

.depot-form .submit {
  margin-left: 13.5em;
}

.payment-methods div {
  display: inline;
  padding-right: 12px;
}

.depot-form .clear {
  clear: both;
}

/* The error box */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0

}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;

}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;

}
#footer {
  clear: both;
  padding: 10px;
  text-align: center;
}
