/** Begins - Testimonials Styles **/
article ul {
    padding-left: 0px;
}
article ul li {
    list-style: none;
    margin: 0 0 0 0px;
    padding: 5px 0 0 0;
}
.testimonial-list { 
	float:left; 
	width:100%; 
	margin: 10px 0 0; 
}
.testimonial-list li {
	border-bottom: 1px solid #ccc;
	float: left;
	margin: 0 0 10px;
	padding: 0 0 10px;
	width: 100%;
}
.testimonial-list li .authorfileupload { 
	width: 70px; 
	float:left; 
	margin:0 10px 10px 0; 
	padding:3px; 
	border:1px solid #ccc; 
}
.testimonial-list li .authortestimonial { 
	line-height: 20px;
	font-family: Verdana, sans-serif;
	color: #232323;
	font-size: 12px;
	text-align: justify;
}
.testimonial-list li .authorname { 
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
/** Ends - Testimonials Styles **/