/* testimonials styling */
div#testimonials {
	width:610px;
}
div.testimonials_entry {
	
}
div.testimonials_entry_quote {
	text-align:justified;
	padding-bottom:4px;
}
span.testimonials_entry_name:before {
	content:"";
}
span.testimonials_entry_name {
	font-style:italic;
	font-weight:bold;
}
span.testimonials_entry_source {
	font-weight:normal;
}
div.testimonials_entry_separator {
	margin:8px auto 8px auto;
	width:42px;
	height:16px;
	background:url(/images/promo/testimonials/divide_full_sm.gif) no-repeat bottom left;
	padding:0;
}
div#testimonials a,div#testimonials a:link,div#testimonials a:visited {
	color:inherit;
	text-decoration:none;
}
div#testimonials a:hover,div#testimonials a:active {
	color:#c5150c;
	text-decoration:underline;
}

div#testimonials_small {
	padding:0 20px;
}