/** GENERAL **/
.testimonial-post .testimonial-content					{ position:relative; float:left; padding:20px; width:70%; }
.testimonial-post .testimonial-right					{ float:right; padding:20px; width:200px; }
.testimonial-post .testimonial-content .read-more 		{ position:absolute; bottom:0; left:0; right:0; display:block; text-align:center; text-transform:uppercase; padding:5px; font-size:0.8em; }
.testimonial-post .testimonial-right .rating			{ margin:10px 0px 0px 0px; padding:10px 0px 0px 0px; }
.testimonial-post span.stars,
.testimonial-post span.stars span 						{ display:block; width:80px; height:16px; }
.testimonial-shadow										{ margin:0px 0px 20px 0px; }

.testimonial-post										{ background:#FAFAFA; border:1px solid #CCCCCC; }
.testimonial-post .testimonial-content					{ background:#FFFFFF; }
.testimonial-post .testimonial-right .address			{ color:#777777; }
.testimonial-post .testimonial-right .rating			{ border-top:1px solid #CCCCCC; }
.testimonial-post span.stars,
.testimonial-post span.stars span 						{ background:url(icons/star-ratings.png) 0 -16px repeat-x; }
.testimonial-post span.stars span						{ background-position:0 0; }
.testimonial-post .testimonial-content .read-more 		{ color:#AAAAAA; }
.testimonial-post .testimonial-content .read-more:hover	{ background:#FAFAFA; color:#999999; }