
/* ------- [CONTENT] ------- */

#content {
	padding: 3em 0 0;
	width: 47.5em;
	color: #5A471E;
}

#content h1 {
	font-size: 1.25em;
}

#content p {
	font-size: 0.75em;
}

#content div#breadcrumbs {
	margin: 1.625em 0 1.625em 0;
	float: left;
	width: 40em;
	font-size: 0.75em;
}

#content div#pagination {
	margin: 1.625em 1em 1.625em 0;
	float: right;
	width: 16em;
	font-size: 0.75em;
	text-align: right;
}

/* ------- [PRODUCTS] ------- */

#products {
	clear: both;
}

#products div {
	float: left;
	width: 15em;
	/* height: 20em; */
	height: 22em;
	margin: 0 .65em 1.875em 0;
	font-size: 0.75em;
	text-align: center;
}

#products div strong {
	display: block;
}

#products div a {
	color: #5A471E;
	text-decoration: none;
}

#products div img {
	margin: 0 0 0.625em 0;
	border: 0.1em solid #E3BD6D;
	width: 15em;
	height: 15em;
}