.content h2,
.content h3,
.content h4 {
	margin: 1.8em 0 .8em 0; 
	text-align:center;
}

blockquote.testimonial + .cited {
	margin-top:0;
	padding-right:3em;
}
blockquote.testimonial-uncited {
	width: 550px;
	margin: 2em 3em .5em 3em;
	padding: 10px 15px 10px 15px;
	border: 1px solid #f0f0f0;
	background: #E8FBFB;
}
blockquote.testimonial p:first-child,
blockquote.testimonial-uncited p:first-child {
	margin-top: 0;
}

.rbox.box,
.lbox.box {
	font-size:.8em;
	width:220px;
	border: 1px solid orange;
}
.box .box-title {
	font-weight: bold;
	text-align: center;
}
.box blockquote {
	font-style:italic;
}
.lbox.box.box-alt,
.rbox.box.box-alt {
	width:280px;
	border: 1px solid #ccc;
	background-color:#fff;
	padding: 0;
}
.box.box-alt .box-title {
	font-weight: bold;
	text-align: center;
	padding: .5em;
	background-color:#f7fff8;
	border-bottom: 1px solid #ccc;
}
.box-alt p {
	margin: .8em 0;
	padding: 0 .8em;	
}
.product-title {
	color:#006;
}
.cited {
	font-style:normal;	
}
