.content h2,
.content h3,
.content h4 {
	margin: 1.8em 0 .8em 0; 
	text-align:center;
}
blockquote.testimonial {
	width: 550px;
	margin: 2em 5em .5em 3em;
	padding: 15px 15px 25px 15px;
	border-top: 1px solid #f0f0f0;
	background: #E8FBFB url(/_img/toolbox/misc/testimonial-blue-bottom.gif) bottom no-repeat;
}
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 dotted #ccc;
	background: #E8FBFB;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
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;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.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 0 10px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.cbox {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.box.box-alt .box-title {
	font-weight: bold;
	text-align: center;
	padding: .5em;
	background-color:#f7fff8;
	border-bottom: 1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.box-alt p {
	margin: .8em 0;
	padding: 0 .8em;	
}
.box div.cited {margin-right: 1em;}
.product-title {
	color:#006;
}
.cited {
	font-style:normal;	
}
