@charset "UTF-8";
/* CSS styles for MAIN CATEGORY PAGES */
.categorypg {
    color: #d71a21;
    margin: 10px 0 !important;
    text-align: left !important;
}
.categorytitle {
	color: #d71a21;
}
.categoryhdr {
	font-size: 32pt !important;
	font-weight: 300;
	line-height: 34pt;
	margin: 0 auto 35px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.categoryhdr::after {
	background-color: #d71a21;
	content: "";
	display: block;
	height: 2px;
	margin: 25px auto 0;
	width: 78px;
}
.imgcontent {
	width: auto;
	float: left;
	height: auto;
	padding: 0px 20px 20px 0px;
}
.imgcontenthdr {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px 0px 20px 0px;
}
.imgcontentright {
	width: auto;
	float: right;
	height: auto;
	padding: 0px 0px 20px 20px;
}
.unstyled {
	list-style: outside none none;
	margin: 0 0 30px -11px !important;
    text-indent: 1px !important;
}