﻿/*
.Testimonial
{
    border-bottom:solid 1px #acacac;
	margin: 10px 19px 0 0;
	overflow: hidden;
	padding-bottom:10px;
}

.TestimonialAlt
{
    border-bottom:solid 1px #acacac;
	margin: 10px 19px 0 0;
	overflow: hidden;
	padding-bottom:10px;
}

.TestimonialLast
{
    border-bottom:0;
}

.Testimonial img
{
	float: right;
	margin-left: 20px;
}

.TestimonialAlt img
{
	float: left;
	margin-right: 20px;
}

.Testimonial .Author
{
    font-weight:bold;
	text-align: right;
}

*/

.Testimonial
{
    float:left;
    overflow:hidden;
    width:430px;
}

.Testimonial p
{
    font-size: 12px;
    margin-left:150px;
}

.Testimonial .Author
{
    font-weight:bold;
}

.TestimonialImage
{
    float:left;
    text-align:center;
    width:150px;
}

.TestimonialImage .Image
{
    border:solid 1px #acacac;
    padding:3px;
}

.Divider
{
    clear:left;
}