﻿ /* NEW TESTIMONIAL STYLES FOR MULTIPLE TESTIMONIALS */
 
 div.ReviewBubbleContainer
 {
    float: right;
    height: 155px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    
 }
 
 div.multiple
 {
    width: 100%;
 
 }
 
 
 div.newtestimonial
{
	width:192px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 8px;
	padding: 0px 0px;
	float: left;
	text-align: center;
}
div.newtestimonial div.top 
{ padding:10px 10px 0px 30px; 
 	background:url(i/review-bubble/bubble-top.png) no-repeat top;	
    min-height:44px;
 }
 

 
div.ReviewBubble {} 
div.newtestimonial div.text 
{ padding: 0px 10px 0px 30px; 
   	background:url(i/review-bubble/bubble-mid.png) repeat-y;	
 }
div.newtestimonial div.text span
{
  	padding-top:3px;
 	color:#6f7376; /* tbogrey */
 	display:block;
}
div.newtestimonial div.text a
{ 
 	color:#34a5e2; /* tboaqua */
 	padding-top:3px;
 	margin:0px;
 	display:block;
}
 div.newtestimonial div.bottom
{
	background:url(i/review-bubble/bubble-bottom.png) no-repeat bottom;	
	height:15px;
} 
 
 
/* OLD TESTIMONIAL CSS STYLES */
 	
div.testimonial
{
	width:192px;
	padding:0px;
	float:right;
	margin-top:5px;
}
div.testimonial div.top 
{ padding:10px 10px 0px 30px; 
 	background:url(i/review-bubble/bubble-top.png) no-repeat top;	
    min-height:44px;
 }
 

 
div.ReviewBubble {} 
div.testimonial div.text 
{ padding: 0px 10px 0px 30px; 
   	background:url(i/review-bubble/bubble-mid.png) repeat-y;	
 }
div.testimonial div.text span
{
  	padding-top:3px;
 	color:#6f7376; /* tbogrey */
 	display:block;
}
div.testimonial div.text a
{ 
 	color:#34a5e2; /* tboaqua */
 	padding-top:3px;
 	margin:0px;
 	display:block;
}
 div.testimonial div.bottom
{
	background:url(i/review-bubble/bubble-bottom.png) no-repeat bottom;	
	height:15px;
} 

div.testimonial-left
{
    float: left !important;
    


}


