
.teaserContainer{
 display: block;
 margin-bottom: 15px;
}

.teaserHead{
  /*background-color: #E3E4E5;*/
  display:block;
  float: left;
  padding: 3px 8px;
}
.teaserHead span.title {
  color: #002a5b;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

.teaserBody, .teaserLeftBody {
  padding: 3px 8px;
  display:block;
  overflow: hidden;
  background-color: #e3e4e5;
  width: 178px;
  clear: both;
  margin-bottom: 10px;
}

.teaserBody img {
  float: left;
  padding: 0 10px 20px 0;
}

.teaserLeftBody {
  width: 184px;
}

.teaserBody a,
.teaserLeftBody a {
  color: #737800;
}

.teaserBody a:hover,
.teaserLeftBody a:hover {
  color: #333333;
}

.teaserBody, .teaserBody p,
.teaserLeftBody, .teaserLeftBody p {
  font-size: 11px;
  color: #434445;
  line-height: 16px;
}

.teaserLeftBody, .teaserLeftBody p {
  color: #002a5b;
}

.teaserBody p,
.teaserLeftBody p {
  margin-bottom: 0;
}

.teaserBody h1,
.teaserLeftBody h1 {
  font-size: 12px;
  color: #002a5b;
  font-weight: bold;
}

.teaserBody strong {
  color: #002a5b;
  display: block;
  margin: 4px 0 10px 0;
}

.teaserLeftBody strong {
  color: #002a5b;
}

.teaserIcon {
 float:right;
 width:10%;
 text-align:right;
 padding:3px 3px 0px 0px;
 cursor:pointer;
}
