/* CSS rules governing text throughout the site */

p.guarantee {
	font-size: 84%;
	margin: .75em 0;
}

/* =========== Reviews Section ========== */

body#reviews div#content {
	background-color: white;
	color: black;
	width: 510px;
}

body#reviews div#content h1 {
	margin-top: 0;
	margin-bottom: .5em;
}

body#reviews div#content p {
	font-size: 75%;
}

body#reviews #sidebar-primary {
	border: none;
	float:right;
	padding-left:10px;
	width:360px;
}

dt.review_title {
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}

dd.review_text {
	font-size: 85%;
	font-style: italic;
	margin-bottom: 0.4em;
}

dd.review_text a {
	font-weight: bold;
	text-decoration: none;
	color: #C00;
}

dd.reviewed_putter {
	font-size: 85%;
}