.testimonial,
.testimonial div {
  padding: 0;
  margin: 0;
}

.testimonial {
  background: #fff url('/images/tsm_box/top_left.gif')  no-repeat top left;
  float: left;
  border: 0px solid red;
  width: 570px;
  margin-left: 10px;
  margin-top: 0.5em;
  text-align: left;
}

.testimonial .top_right {
  background: transparent url('/images/tsm_box/top_right.gif')  no-repeat top right;
  float: right;
  width: 100%;
  border: 0px solid yellow;
}

.testimonial .bottom_right {
  background: transparent url('/images/tsm_box/bottom_right.gif')  no-repeat bottom right;
  float: right;
  clear: right;
  width: 100%;
  margin-top: 12px;
  border: 0px solid green;
}

.testimonial .bottom_left {
  background: transparent url('/images/tsm_box/bottom_left.gif')  no-repeat bottom left;
  float: left;
  width: 100%;
  border: 0px dotted black;
  padding-bottom: 34px;
}

.testimonial .content {
  float: left;
  clear: left;
  border: 0 solid #e2e2e4;
  border-width: 0 1px;
  width: 568px;
}

.testimonial .content .quote {
  margin: 12px 15px 20px 15px;
  padding: 0;
  float: left;
}

.testimonial .source {
  float: right;
  clear: right;
  width: 90%;
  text-align: right;
  padding: 0.5em 0 1.5em 0;
  font-weight: bold;
  font-size: 0.9em;
}

/** SUB TESTIMONIAL CLASSES **/

.testimonial.testimonial_small_left .content,
.testimonial.testimonial_small_right .content {
  font-size: 0.95em;
  font-style: italic;
}

.testimonial.testimonial_small_left {
  float: left;
  clear: left;
  width: 250px;
  margin-right: 2em;
}
  .testimonial.testimonial_small_left .content {
    width: 248px;
  }
  
.testimonial.testimonial_small_right {
  float: right;
  clear: right;
  width: 250px;
  margin-left: 2em;
}
  .testimonial.testimonial_small_right .content {
    width: 248px;
}


.featured_testimonial {
  width: 535px;
  display: block;
}

.featured_testimonial .content {
    width: 533px;
}

.featured_testimonial .source {
    padding-bottom: 0;
    margin-bottom: 0;
}