/*
	Testimonial attributes available for embedding:
	(each of these items has a _wrapper class around it for additional styling)
	
	testimonial_image
	testimonial_excerpt
	testimonial_name
	testimonial_role
	testimonial_date
	testimonial_link
	testimonial_fullstory
*/

/* thumbnail vertical view template */
.testimonials_tmpl01_wrapper {  }
.testimonials_tmpl01 { border-bottom: 1px solid #999999; padding-bottom: 10px; overflow-y:hidden; margin-bottom:15px; }
.testimonials_tmpl01 .testimonial_image_wrapper { border: 1px solid rgb(119, 119, 119); float:left; margin-right:10px; margin-left:3px; }
.testimonials_tmpl01 .testimonial_image_wrapper .testimonial_image { width:80px; height:80px; }
.testimonials_tmpl01 .testimonial_excerpt_wrapper { margin-top:5px; }
.testimonials_tmpl01 .testimonial_excerpt_wrapper .testimonial_excerpt {  }
.testimonials_tmpl01 .testimonial_name_wrapper {  }
.testimonials_tmpl01 .testimonial_name_wrapper .testimonial_name { font-weight:bold; }
.testimonials_tmpl01 .testimonial_role_wrapper {  }
.testimonials_tmpl01 .testimonial_role_wrapper .testimonial_role { font-weight:bold; font-style:italic; }
.testimonials_tmpl01 .testimonial_date_wrapper {  }
.testimonials_tmpl01 .testimonial_date_wrapper .testimonial_date {  }
.testimonials_tmpl01 .testimonial_link_wrapper { margin-top:10px; }
.testimonials_tmpl01 .testimonial_link_wrapper .testimonial_link {  }


/* thumbnail horizontal floated view template */
.testimonials_tmpl02_wrapper { overflow-y:hidden; margin-bottom:15px; }
.testimonials_tmpl02 { border: 1px solid #999999; margin-right:15px; margin-bottom:15px; float:left; padding:10px; width:150px;}
.testimonials_tmpl02 .testimonial_image_wrapper { text-align:center; }
.testimonials_tmpl02 .testimonial_image_wrapper .testimonial_image {  border: 1px solid rgb(119, 119, 119); }
.testimonials_tmpl02 .testimonial_excerpt_wrapper { height:25px; overflow-y:hidden; text-align:center; }
.testimonials_tmpl02 .testimonial_excerpt_wrapper .testimonial_excerpt {  }
.testimonials_tmpl02 .testimonial_name_wrapper {  }
.testimonials_tmpl02 .testimonial_name_wrapper .testimonial_name { font-weight:bold; }
.testimonials_tmpl02 .testimonial_role_wrapper {  }
.testimonials_tmpl02 .testimonial_role_wrapper .testimonial_role { font-weight:bold; font-style:italic; }
.testimonials_tmpl02 .testimonial_date_wrapper {  }
.testimonials_tmpl02 .testimonial_date_wrapper .testimonial_date {  }
.testimonials_tmpl02 .testimonial_link_wrapper {  }
.testimonials_tmpl02 .testimonial_link_wrapper .testimonial_link {  }


/* Simple horizontal floated view template */
.testimonials_tmpl03_wrapper { overflow-y:hidden; margin-bottom:15px; }
.testimonials_tmpl03 { border: 1px solid #999999; margin-right:15px; margin-bottom:15px; float:left; padding:10px; width:150px; }
.testimonials_tmpl03 .testimonial_image_wrapper {  }
.testimonials_tmpl03 .testimonial_image_wrapper .testimonial_image {  }
.testimonials_tmpl03 .testimonial_excerpt_wrapper { height:37px; overflow-y:hidden; text-align:center; }
.testimonials_tmpl03 .testimonial_excerpt_wrapper .testimonial_excerpt {  }
.testimonials_tmpl03 .testimonial_name_wrapper {  }
.testimonials_tmpl03 .testimonial_name_wrapper .testimonial_name {  }
.testimonials_tmpl03 .testimonial_role_wrapper {  }
.testimonials_tmpl03 .testimonial_role_wrapper .testimonial_role {  }
.testimonials_tmpl03 .testimonial_date_wrapper {  }
.testimonials_tmpl03 .testimonial_date_wrapper .testimonial_date {  }
.testimonials_tmpl03 .testimonial_link_wrapper {  }
.testimonials_tmpl03 .testimonial_link_wrapper .testimonial_link {  }

/* Full story template */
.testimonials_fs01 { overflow-y:hidden; }
.testimonials_fs01 .testimonial_image_wrapper { border: 1px solid rgb(119, 119, 119); padding:5px; float:right; margin-right:10px; margin-left:10px; margin-bottom:10px; }
.testimonials_fs01 .testimonial_image_wrapper .testimonial_image { width:80px; height:80px; }
.testimonials_fs01 .testimonial_excerpt_wrapper { margin-top:5px; }
.testimonials_fs01 .testimonial_excerpt_wrapper .testimonial_excerpt {  }
.testimonials_fs01 .testimonial_name_wrapper {  }
.testimonials_fs01 .testimonial_name_wrapper .testimonial_name { font-weight:bold; }
.testimonials_fs01 .testimonial_role_wrapper {  }
.testimonials_fs01 .testimonial_role_wrapper .testimonial_role { font-weight:bold; font-style:italic; }
.testimonials_fs01 .testimonial_date_wrapper {  }
.testimonials_fs01 .testimonial_date_wrapper .testimonial_date {  }