.guide-sub-articles-front,
.sub-articles {
	float: left;
	margin: 0 2%;
}

.guide-sub-articles-front {
	width: 44%;
}

.sub-articles {
	width: 30%;
	margin-top: .5em;
	padding-bottom: 2em;
	padding-left: 1em;
	color: #91916e;
}

.guide-sub-articles-front dt {
	clear: both;
	margin-bottom: 5px;
}

.guide-sub-articles-front dd {
	padding-left: 51px;
	margin-bottom: 10px;
}

.guide-sub-articles-front .sub-article {
	font-size: 131% !important;
	font-weight: normal;
}

.guide-sub-articles-front .sub-article img {
	float: left;
	margin: 0 1em 1em 0;
	border: 0;
	background: url('../images/elements/category-thumb-frame.png') 0 0 no-repeat;
	padding: 7px;
}

/* Growing Guide links */

.growing-guide-download {
	float: right;
	margin: 10px 20px;
}

/* Planting Guide links */

#related_categories {
	color: #91916e;
	margin-bottom: 1em;
}


/* Next/Prev Navigation */

#next_prev {
	border-top: 1px solid #d6cdab;
	color: #d6cdab;
	text-align: center;
	padding: 1em;
	margin: 2em 0;
	clear: both;
}

#next_prev #prev,
#next_prev #next,
#next_prev #parent {
	float: left;
	width: 32.9%;
}


#next_prev .next-article,
#next_prev .previous-article {
	font-family: sans-serif;
	font-size: 85%;
	background: #f3f4dd;
	border: 1px solid #ddc;
	padding: 0.2em 0.5em;
	text-decoration: none;
	font-weight: bold;
}

#next_prev .next-article span,
#next_prev .previous-article span {
	font-weight: normal;
}

#next_prev .next-article span.arrow,
#next_prev .previous-article span.arrow {
	font-size: 120%;
}

#next_prev .next-article { float: right; text-align: right; }
#next_prev .previous-article { float: left; text-align: left; }

#next_prev .parent-article {
	text-decoration: none;
	font-family: sans-serif;
	font-size: 85%;
	font-weight: bold;
}

#next_prev .parent-article span {
	font-weight: normal;
}

