#testimonials-addnew H3,
#testimonials-list H3
{
	background: #2786b2;
	font-size: 17px;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}

.clear
{
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
}

/*** testimonials-list ***/
#testimonials-list TABLE
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#testimonials-list TABLE TH
{
	border-bottom: 1px solid #cccccc;
	text-align: left;
	vertical-align: top;
	background: #bbbbbb;
	color: #000;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#testimonials-list TABLE TD
{
	padding: 5px 7px 15px 3px;
	text-align: left;
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #ddd;
}
#testimonials-list TABLE TR.odd TD
{
	background: #f1f1f1;
}
