﻿
/*************************
    TESTIMONIAL VIEW
*************************/
.testimonialDiv {
    display: block;
    width: 135px;
    height: auto;
    overflow: hidden;
    padding-left: 0px;
    text-align: left;
}
.testimonialDiv .shortDescLink span {
    color: #666666;
    display: inline-block;
    font-size: .9em;
    line-height: 1.1em;
    outline: none;
    text-decoration: none;
}
.testimonialDiv .shortDescLink span:hover {
    text-decoration: underline;
}
.testimonialDiv span,
.testimonialDiv .name {
    color: #ED0677;
    display: block;
    margin-bottom: 10px;
}
.testimonialDiv .name {
    margin-top: -10px;
}
.testimonialDiv .heading {
    border-bottom: solid 1px #999999;
    color: #666666;
    font-size: 1.4em;
    line-height: 1.8em;
    width: 100%;
}
.testimonialDiv .seeAllLnk {
    color: #666666;
}
/*************************/




/*************************
  TESTIMONIAL GRID VIEW
*************************/
.tgvName {
    display: block;
    font-size: 1.4em;
    line-height: 1.6em;
}
.tgvHR {
    border-bottom: solid 1px #CCCCCC;
    margin: 20px 0 20px 0;
    width: 100%;
}
.tgvMore {
    color: #666666;
    display: block;
    margin-top: 10px;
    outline: none;
}
.tgvMore:hover {
    color: #ED0677;
}
/*************************/

