/* CSS by routeb */
#reviews {
	background-image: url("/images/structure/antons-bg2.gif");
	background-position: 410px -30px;
	background-repeat: no-repeat;
} 
#reviews h3 {
	background-image: url("/images/titles/reviews.gif");
}
#comments h3 {
	background-image: url("/images/titles/comments.gif");
}

.reviews .article {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	*margin: 0px 0px -10px 0px;
	width: 100%;
}
.reviews .article .text {
	width: 550px;
}
.reviews #comments .article {
	*margin: 0px 0px 10px 0px;
}
.reviews #comments .article .text {
	padding-left: 0px;
	width: 500px;
	clear: both;
}
.reviews .article .text .quote {
	font-style: italic;
}
.reviews .article .image {
	padding-right: 12px;
}
.reviews h4 a,
#main-content .article h4 span {
	float: left;
	display: block;
	color: #8D032E;
}
.article .text h4 {
	margin-left: 7px;
	color: #8D032E;
	font-size: 14px;
	*font-weight: bold;
	padding-bottom: 10px;
}