/*
 * News Styles - List
 */

div#news {
  list-style: none;
}
div#news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#news li {
  width: 450px;
  padding-left: 92px;
  overflow: hidden;
  margin: 0 0 1.8em 0;
}
div#news li.with-image {

}
div#news li p {
  margin: 0;
}
div#news li img {
  float: left;
  border: 1px solid #000;
  margin-left: -92px;
}
div#news li h3 {
  font-size: 1.2em;
  margin: 0 0 2px 0;
}
div#news li h3 a {
  text-decoration: none;
}
div#news li h3 a:hover {
  text-decoration: underline;
}


div#news li p.cart {
  width: 80px;
  padding-left: 10px;
  float: right;
}
div#news p.update {
  text-align: right;
  padding: 0 10px 0 0;
}
div#news p.update button {
  font-size: 0.8em;
}
div#news p.shipping {
  text-align: right;
  padding: 0 10px 0 0;
}
div#news p.total {
  border-top: 1px solid #ccc;
  text-align: right;
  padding: 10px 10px 0 0;
  font-size: 1.2em;
}
div#news p.total input.checkout {
  margin: 5px 0 0 0;
}



/*
 * News Styles - Item
 */

div#news-item p.main-image {
  float: right;
  border: 1px solid #000;
  margin: 0 0 12px 12px;
}
div#news-item p.main-image img {
  display: block;
}
div#news-item h2 {
  padding: 0;
  line-height: 1.4em !important;
  background: #fff;
  margin: 0 0 0.2em 0;
}
div#news-item h3.date {
  font-size: 1em;
  margin: 0 0 1em 0;
}
div#news-item p.summary {
  font-style: italic;
}



/*
 *  Checkout Styles
 */
table#text-cart {
  width: 100%;
}
table#text-cart th,
table#text-cart td {
  text-align: left;
  padding: 2px;
}
table#text-cart th.top {
  background: #ccc;
  font-size: 1.1em;
}
table#text-cart th.price,
table#text-cart td.price {
  text-align: right;
  width: 3.6em;
}
table#text-cart tr.subtotal td,
table#text-cart tr.subtotal th,
table#text-cart tr.total td,
table#text-cart tr.total th {
  border-top: 1px solid #ccc;
}
table#text-cart tr.total td,
table#text-cart tr.total th {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
table#text-cart th.subtotal,
table#text-cart th.pandp,
table#text-cart th.total {
  text-align: right;
  padding-right: 0.5em;
}


form#checkout-form {
  margin: 1em 0 0 0;
}
form#checkout-form h3 {
  background: #ccc;
  font-size: 1.1em;
  line-height: 1.6em;
  padding: 2px;
  margin: 0 0 1px 0;
}
form#checkout-form p {
  overflow: hidden;
  background: #eaeaea;
  padding: 2px 0 2px 0;
  margin: 0 0 1px 0;
  width: 100%;
}
form#checkout-form p.submit {
  text-align: right;
  background: none;
  padding: 10px 0 0 0;
}
form#checkout-form p label {
  float: left;
  width: 10em;
  margin-right: 0.5em;
  text-align: right;
  line-height: 1.9em;
}
form#checkout-form p input {
  width: 20em;
}
form#checkout-form p input#idpostcode {
  width: 5em;
}
form#checkout-form p input#idtel,
form#checkout-form p input#idmobile {
  width: 8em;
}

form#checkout-form span.mandatory {
  color: #c00;
}