/**
 * @file
 * Testimonial module styles.
 *
 * @author Shannon M. Rause <shannon.rause@creativeflavor.com>
 * @version $Revision: 1.14 $
 * @version $Name: CREATIVEFLAVOR_2010-07-25_71 $
 * @version $Id: main.css,v 1.14 2008/10/30 05:19:37 bfinch Exp $
 *
 * These files are copyrighted to Creative Flavor Inc. and are
 * subject to the terms of the applicable Service Agreement.
 * If no service agreement is available you must contact us at
 * legal@creativeflavor.com or 303-379-9450.
 * 
 * These files may be watermarked to ensure traceability.
 */
/*
 * Note that this file is arranged mostly (but not necessarily) by generic
 * styles, classes, and then id elements--each alphabetized.  There are some
 * exceptions where it made sense.
 */
#testimonialBlock
{
	line-height: normal;
	padding: 5px 0px;
	margin: 10px 0px;
}

#testimonialBlockCityState,
#testimonialBlockCompany,
#testimonialBlockName,
#testimonialBlockPosition
{
   font-size: 11px;
   font-weight: bold;
	text-align: right;
}

#testimonialBlockText
{
	padding: 5px 25px 5px 25px;
	position: relative;
   font-size: 11px;
   font-weight: normal;
	margin-bottom: 5px;
}

#testimonialBlockOpenQuote
{
   background: url(/images/en/testimonial/leftQuote.gif) no-repeat left top;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 29px;
   height: 27px;
}

#testimonialBlockCloseQuote
{
   background: url(/images/en/testimonial/rightQuote.gif) no-repeat left bottom;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 29px;
   height: 27px;
}