ol {
	list-style-type: decimal;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.aligncenter {
	display: block;
	margin: auto;
}

.com_content #component p {
	margin: 1em 0;
}

.com_content #component ul, ol {
	margin: 0 0 1em;
	padding-left: 2em;
}

/* FACELIFT CHAPTER */

.facelift-chapter h2,
.facelift-chapter h3,
.facelift-chapter h4 {
	text-align: center;
}

.facelift-chapter h2 {
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	margin-top: 50px !important;
	padding: 20px 0;
	text-transform: uppercase;
}

.facelift-chapter h3 {
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	margin-top: 40px !important;
	padding: 10px 0;
}

.facelift-chapter h4 {
	font-weight: bold !important;
	margin-top: 30px !important;
}

.facelift-chapter img {
	display: block;
	margin: auto;
}

.facelift-chapter small {
	font-size: 75%;
}
