/* =========================================================== */
/* FELLING TESTIMONIALS STYLES						
/* Copyright 2009, Michael B. Mitchell - All Rights Reserved
/* =========================================================== */

/* Full-Size page individual testimonial container */
div.TestimonialFS {
	border: 1px solid rgb( 120, 120, 120 );
	border-left: 0;
	border-right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Full-size testimonial paragraph */
div.TestimonialFS p {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

/* Full-size testimonial name block */
div.TestimonialFS span {
	font-size: 11px;
	font-weight: 600;
	margin-left: 15px;
}


/* =========================================================== */
/* TESTIMONIALS POD STYLES
/* =========================================================== */
#POD_TESTIMONIALS {
	border: 0px solid red;
	background-color: #000000;
	color: rgb( 210, 210, 210 );
}

div.ATestimonial {
	width: 300px;
	border: 2px solid rgb( 255, 0, 0 );
	border-left: 0;
	border-right: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

div.ATestimonial p {
	font-size: 14px;
	font-weight: 500;
	margin-top: 0;
	padding-left: 5px;
}

div.ATestimonial p.More {
	font-size: 11px;
	font-weight: 400;
	text-align: right;
	margin: 0;
	padding: 0;
}

/* Testimonial name block */
div.ATestimonial span {
	margin-left: 15px;
	font-family: Arial, Sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-style: italic;
}

/* Quote graphics table cells */
div.ATestimonial td {
	vertical-align: top;
}

/* Quote graphics images */
div.ATestimonial img {

}

/* END POD STYLES
/* =========================================================== */
