.testimonial_text h2 {
    color: #6fc138;
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    margin-bottom: 3px;
}
.testimonial_text h3 {
    color: #6fc138;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
	font-weight:normal;
	padding:0;
	margin: 0;
}

.testimonial_text h4 {
    color: #43A3AC;
    font-size: 13px;
    line-height: 13px;
    text-align: right;
}
table.form-list{
    background: none repeat scroll 0 0 #FFFFFF;
    /*border: 1px solid #D9DDE3;
    border-radius: 5px 5px 5px 5px;
    padding: 20px;*/
    width: 100%;
    margin-bottom: 20px;
}
span.required{color: #EB340A;}
.form-list input.input-text {
    
    /*width: 254px;*/
}
.testimonials-form td{
    text-align: left;
}
.testimonials-form .buttons-set button.button{
    margin-right:  0;
}
table#product-review-table{margin:10px 0 10px;}
label.rating { padding:10px 0 0 0;}

.testimonial_image {
	float:left;
	max-width:120px;
}
.testimonial_text {
	/*float:left;
	width:565px;*/
	margin-left: 140px;
}
.description-box {
	/*min-height:50px;*/
	margin-bottom: 10px;
}
.testimonials {/* margin:40px 0 0 0;*/}


.testimonial_sidebar_name {
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0px;
  overflow: hidden;
}
.testimonial_sidebar_name span{
    margin-left: 15px;
}
.testimonial_sidebar_name img{
    max-width: 60px;
}
.testimonial_sidebar_box .rating-box {
  margin-left: 73px;
  margin-top: -44px;
  padding-bottom: 8px;
}
.testimonial_sidebar_text {
	padding: 18px;
	text-align: left;
	font-style:italic;
	border: 1px solid #e6e6e6;
	position: relative;
}
.testimonial_sidebar_text:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 10px solid #e6e6e6;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 23px;
}
.testimonials_sidebar .block-content a {
  float: none;
  font-size: 11px;
  line-height: 1.25;
  text-align: right;
  text-decoration: underline;
}
.testimonial_l,
.testimonial_r{
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    
}
.testimonial_l:last-child,
.testimonial_r:last-child{
    margin: 0;
    border: none;
}
.block .block-content .testimonial li{
    padding: 1px 3px;
}