.CatalogPane {
	background:#fff !important;
}

.PageContentRule {
	background-image: url(/Portals/0/Skins/Adore/images/page-rule-gray.gif);
}

.marginRight {
	margin-right:0 !important;
}

.ArrowDown {
	width:30px;
	height:30px;
	background: url(/Portals/0/Skins/Adore/images/arrowDown-gray.png) no-repeat 5px 5px transparent;
	border-bottom: 1px solid #b8b7af;
	border-right: 1px solid #b8b7af;
}

.ArrowDown img {
	display:none;
}

.sectionTitle {
	border-bottom:1px solid #b8b7af;
}

.CertificationContainer .HeaderContainer {
	position:relative;
	overflow:hidden;
}

.HeaderTitle {
	position:absolute;
	left:0;
	bottom:0;
}

.HeaderTitle img {
	max-width:100%;
	padding:0 30px 15px;
}

.HeaderContainer img {
	min-width:100%;
}

.contentHeader {
    padding-left: 60px;
    margin-top: -20px;
    border-bottom: 1px solid #b8b7af;
}

.contentHeader h3{
	text-transform:uppercase;
}

.contentHeader .subtitle {
	font-weight:bold;
}

.CertificationsList {
	margin-top:4px;
	background:#edece2;
	display:table;
}

.CertificationsListItem {
	display:table-row;
}

.CertificationLogo, .CertificationDetail {
	display:table-cell;
	border-bottom: 1px solid #b8b7af;
	vertical-align:top;
}

.CertificationLogo {
	text-align:center;
	padding:15px 30px 45px;
}

.CertificationDetail {
	font-size:18px;
	font-weight:bold;
	padding:15px 30px 45px 0;
}

@media all and (max-width:480px) {
	.CertificationsList, .CertificationsListItem, .CertificationLogo, .CertificationDetail {
		display:block;
	}
	
	.CertificationLogo, .CertificationDetail {
		padding:15px;
	}
	
	.CertificationDetail {
		border-top:none;
	}
}