.header_bold {
	font-size:1.5em;
	font-weight:700;
	color:#000000;
	line-height:1.2;
	text-align:left;
}
.content h2,
.content h3,
.content h4 {
	margin: 1.8em 0 .8em 0; 
	text-align:center;
}
.testimonial_box {
	font-size:0.8em;
}
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 solid #f0f0f0;
	background: #E8FBFB;
}
blockquote.testimonial p:first-child,
blockquote.testimonial-uncited p:first-child {
	margin-top: 0;
}


a.order {
	background: transparent url('/_img/toolbox/buttons/sliding/button-rcap.png') no-repeat scroll top right;
	color: #fff;
	display: block;
	width:200px;
	font: normal 1.5em arial, sans-serif;
	height: 40px;
	margin: auto;
	padding-right: 7px; /* sliding doors padding */
	text-decoration: none;
}
a.order span {
	background: transparent url('/_img/toolbox/buttons/sliding/button-bg.png') no-repeat;
	display: block;
	line-height: 16px;
	padding: 11px 0 13px 7px;
	text-align:center;
	font-weight:bold;
}
a.order:hover {
	color:#FF3;
}
a.order:active {
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
	color:#666;
}
a.order:active span {
	background-position: bottom left;
	padding: 13px 0px 11px 9px;
}



.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;	
}