

/*------------testimonials.css----------*/

.testimonial {
	padding-bottom:5px;
	background:url(/images/icon_testimonial_open.gif) transparent 0 0 no-repeat;
}
.testimonial dt {
	padding:5px 11px;
	background:url(/images/icon_testimonial_close.gif) transparent 100% 100% no-repeat;
}
.testimonial dd,
.testimonial-first dd {
	padding:5px 11px;
	padding-bottom:20px;
	background:url(/images/rule_testimonials.gif) transparent 50% 100% no-repeat;
}
.testimonial dd .name {
	font-size:11px;
	font-weight:bold;
	color:#004e80;
}
.testimonial-first dd .position,
.testimonial dd .position {
	color:#479cdd;
}
.testimonial-first {
	padding-bottom:5px;
	background:url(/images/icon_testimonial_first_open.gif) transparent 0 0 no-repeat;
}
.testimonial-first dt {
	padding:5px 11px;
	background:url(/images/icon_testimonial_first_close.gif) transparent 100% 100% no-repeat;
}
.testimonial-first dt.first {
	font-size:16px;
	line-height:24px;
	color:#3f4651;
}
.testimonial-first dd .name-first {
	font-size:14px;
	font-weight:bold;
	color:#004e80;
}
.testimonial-first dd .position-first {
	font-size:14px;
	color:#479cdd;
}