
.testimonials {
	margin: 2em 0;
	padding: 0;
	}
	
.testimonials li {
	list-style: none;
	margin: 0 0 3em 0;
	padding: 0 10px 0 0;
	}

.testimonials blockquote {
	padding: 20px 30px 20px 40px;
	margin: 0 0 0 0;
	
	background: #eee url(pullquote.gif) no-repeat 10px 22px;
	color: #5a5552;
	
	font-size: 1.125em;
	line-height: 1.5em;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #ccc;
	}
	
	* html .testimonials blockquote {
		width: 80%;
		}
	
.testimonials cite {
	display: block;
	background: url(cite.gif) no-repeat 40px 0;
	padding: 15px 0 0 40px;
	
	}
	
.testimonials cite em {
	color: #ccc;
	}