/*----------------------------------------------
 |  text.css |
 |-----------
 |  Bodytext elements
 *---------------------------------------------*/
div#bodytext {
  padding-bottom: 65px;
  padding-top: 5px;
  padding-left:30px;
  padding-right:50px;
}

div#bodytext li {
  line-height: 1.4em;
  margin: 0px;
  padding: 0px;
}

div#bodytext li p {
  line-height: 1.5em;
  margin: 0px;
  padding: 0px;
}

div#bodytext p {
  padding-top: 0px;
  margin-top: 0px;
  font-size: 1.0em;
  line-height: 1.5em;
  color: #534640;
}

div#bodytext h2 {
  padding: 0px;
  margin: 0px;
  color: #000000;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: bold;
  padding-bottom: 5px;
  color: #B2334B;
  text-transform:uppercase;
}

div#bodytext h1 {
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #B2334B;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 15px;
  text-transform:uppercase;
}

div#bodytext span.newsdate {
  color: #958981;  
  display:none;
}

div#bodytext span.price {
  color: black;
  font-weight:bold;  
}
div#bodytext span.error {
  color: red;
  font-weight:bold;  
}

div#bodytext li.sponsor {
  line-height: 1.2em;
  margin: 0px;
  padding: 0px;
}