﻿#leftCol{
    background-image:url(../_images/Testimonieals_left_bg.jpg);
    width:508px;
    height:552px;
    float:left;
}

#rightCol{
    float:left;
    width:442px;
    height:552px;
}

.hLine{
    height:1px;
    width:360px;
    border-style:solid;
    border-width:0 0 1px 0;
    border-color:#6caedf;
}

#content{
    padding:20px 20px 0px 25px;
    line-height:20px;
}

#scrollWrapper{
    height:460px;
    overflow:hidden;
}

#scrollingContent{
    padding:15px 25px 3px 0;
}

.Testimonial{
    padding-bottom:2em;
}

.TestimonialImg{
    width:360px;
    height:200px;
    overflow:hidden;
    border-style:solid;
    border-width:0 0 1px 0;
    border-color:#6caedf;
}

.ReadMore_left{
    font-weight:bold;
    font-size:14px;
    color:#6caedf;
    cursor:pointer;
    position:relative;
    top:-20px;
}

.ReadMore_right{
    text-align:right;
    font-weight:bold;
    font-size:14px;
    color:#6caedf;
    cursor:pointer;
    position:relative;
    top:-20px;
}

.Close{
    font-weight:bold;
    font-size:14px;
    color:#6caedf;
    cursor:pointer;
}

.TestText{
    border-style:solid;
    border-width:0 0 1px 0;
    border-color:#6caedf;
    padding-top:1em;
}

.TestText p{
    padding-bottom:5px;
}
