﻿.testimonials
{
    background-color:#fff1cc;
}

.testimonials > li
{
    background-color:#fff1cc;
    width:306px;
    float:left;
}

.testimonials > li:first-child
{
    width:308px;
}

.testimonials > li + li
{
    padding-left:4%;
}

.testimonials > li > ul
{
/*    background-color:#fff1cc;*/
    width:80%;
}

.testimonials > li > ul > li
{
/*    background-color:#fff1cc;*/
    position:relative;
    clear:both;
    left:10%;
    height:800px;
    font-size: 13.0pt;
    font-family: "Times Italic";
    color: black;
    font-style:normal;
    font-weight:bold;
}

.testimonials > li > ul > li em
{
    font-size: 12.0pt;
    font-family: "Times Italic";
    color: black;
    font-style: italic;
    font-weight:normal;
}
