@CHARSET "UTF-8";

#testimonialList .container_list {
	font-family: Arial, Verdana;
	font-size: 12px;	
}
#testimonialList .testimonial {
	background-color: #EFE1E4;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	padding: 10px;
	margin-bottom: 10px;
	width: 525px;
}
#testimonialList .title {
	padding:2px 2px 3px 10px;
	font-weight: bold;
	color:#730019;
	font-family:Tahoma;
	font-size:12px;
}
#testimonialList a {
	color:#730019;
	font-weight:bold;
}
#testimonialList .bodytext {
	margin-top: 5px;
}
#testimonialList .viewmore {
	margin: 10px 0;
}
#testimonialList .viewmore a{
	text-align: right;	
}
#testimonialList  .client {
	font-style:italic; 	
}
#testimonialList .clear {
	clear: both;
}
#testimonialDetail {
	font-family: Arial, Verdana;
	font-size: 12px;	
}
#testimonialDetail .testimonial {
	background-color: #EFE1E4;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	padding: 10px;
	width: 525px;
}
#testimonialDetail .title {
	padding:2px 2px 3px 10px;
	font-weight: bold;
	color:#730019;
	font-family:Tahoma;
	font-size:12px;
}
#testimonialDetail.bodytext {
	margin-top: 5px;
	
}
#testimonialDetail .client {
	font-style:italic; 	
}
#testimonialDetail .back {
	margin: 10px;
}
