#offer-list-area
{
  background-color: #ecedf1;
  padding: 10px 10px;
  margin-top: 10px;
}

#offer-list
{
  border: #bdbdbd 1px solid;
  background-color: #ffffff;
}

.even-row
{
  background-color: #ffffff;
  padding: 10px 15px;
  position: relative;
}

.odd-row
{
  background-color: #f5f6f8;
  padding: 10px 15px;
  position: relative;
}

.offer-left-column
{
  float: left;
  width: 120px;
  position: relative;
}

.offer-image
{
  width: 110px;
}

.offer-read-more
{
  margin-top: 10px;
}

.offer-read-more .button
{
 background: transparent url(/images/agriculture/decoration/button-bg.gif) scroll no-repeat 0px 5px;
 height: 30px;
 width: 110px;
 line-height: 28px;
 text-decoration:underline;
}

.offer-header
{
  font-size:14px;
  font-weight:bold;
  color: #415805;
  margin-left: 130px;
}

.offer-teaser
{
  margin-left: 130px;
  margin-top: 5px;
}

/* showSuccess.php */

.offer-area
{
  background-color: #ecedf1;
  padding: 10px 10px;
}

.offer
{
  border: #bdbdbd 1px solid;
  background-color: #ffffff;
  padding: 10px 10px 10px 10px;
  position: relative;
}

.offer a
{
  text-decoration: underline;
}

.offer .image
{
  float: left;
  margin-right: 10px;
  position: relative;
}





