.pelmax-product-list {
	background-color: #fff;
	padding: 40px 0;
}

.pelmax-product-list .product {
	float: left;
	max-width: 31%;
	margin: 0 2% 25px 0;
	border-top: 11px solid #9d3221;
}

.pelmax-product-list .product.nrm { margin-right: 0; }


.pelmax-product-list .pagelead {
	margin: 0px 0px 30px 0px;
	font-family: 'Gotham Narrow A', 'Gotham Narrow B';
	font-size: 1.0em;
	line-height: 1.5em;
	color: #140a0f;
}

.pelmax-product-list h3 {
	width: 100%;
	height: 10px;
	background-color: #9d3221;
}

.pelmax-product-list h4 {
	width: 100%;
	height: 60px;
	background-color: #dd7526;
}

.pelmax-product-list h3 > span {
	display: block;
	float: left;
	padding-top: 2px;
	color: #fff;
}

.pelmax-product-list h4 > span {
	display: block;
	float: left;
	padding-top: 8px;
	color: #fff;
	font-size: 1.5em;
}

.pelmax-product-list h3 > .product-id {
	width: 100%;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 500;
	text-align: left;
	padding-left: 15px;
	font-size: 0.1em;
}

.pelmax-product-list h4 > .product-title {
	box-sizing: border-box;
	padding-left: 15px;
	font-family: 'Gotham Cond A', 'Gotham Cond B';
	font-weight: 300;
	font-size: 1.5em;
	text-transform: uppercase;
}

.pelmax-product-list .product .product-body {
	background-color: #e5e8ea;
	padding: 10px;
	height: 320px;
}

.pelmax-product-list .product-body img {
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.pelmax-product-list .product-body .list-container {
	float: left;
	display: block;
	width: 100%;
}

.pelmax-product-list .product-body ul {
	float: left;
	display: block;
	box-sizing: border-box;
	margin: 0px;
	padding-top: 10px;
}

.pelmax-product-list .product-body li {
	padding-left: 20px; 
	margin-bottom: 15px;
	background-image: url(../images/peltec-list-bullet.png);
    background-repeat: no-repeat;
	font-family: 'Gotham Narrow A', 'Gotham Narrow B';
	font-size: .875em;
	color: #140a0f;
}

.pelmax-product-list .product-footer {
	padding: 15px 15px;
	border-top: 3px solid #c7ced3;
	border-bottom: 8px solid #7d8c97;
	background-color: #dadfe2;
}

.pelmax-product-list .product-footer a {
	font-family: 'Gotham Narrow A', 'Gotham Narrow B';
	font-size: 1em;
	color: #7d8c96;
}

.pelmax-product-list .product-footer a:hover {
	color: #5d6c76;
}

.pelmax-product-list .product-footer a > img {
	margin-right: 8px;
	vertical-align: middle;
}

.pelmax-product-list .product-footer a:last-child {
	margin-left: 10px;
}

@media screen and (max-width: 1080px) {
		.pelmax-product-list .product-footer a {
		display: block;
		text-align: center;
	}

	.pelmax-product-list .product-footer a:last-child {
		margin: 15px 0 0 0;
	}
}

@media screen and (max-width: 992px) {
	.pelmax-product-list h3 > .product-title {
		font-size: 1.35em;
	}
}

@media screen and (max-width: 768px) {
	.pelmax-product-list .product {
		max-width: 100%;
		float: none;
		margin-right: 0;
	}

	.pelmax-product-list h3 > .product-id {
		width: 95%;
	}

	.pelmax-product-list h3 > .product-title {
		width: 95%;
	}
	.pelmax-product-list .product .product-body {
		background-color: #e5e8ea;
		padding: 10px;
		height: auto;
		}
}

@media screen and (max-width: 480px) {
	.pelmax-product-list h3 > .product-id {
		width: 95%;
	}

	.pelmax-product-list h3 > .product-title {
		width: 95%;
	}
}

.pelmax-product-links {
	background-color: #fff;
	padding: 25px 0px 15px 0px;
}
.pelmax-product-links p {
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 200;
	text-align: center;
	font-size: .8em;
	color: #BABDD2;
	text-align:left;
}
.pelmax-product-links p span {
	font-weight: 500;
	text-decoration: underline;
}
#pelmax-products-links a:link {
	color: #566B9A;
	text-decoration: none;
}
#pelmax-products-links a:visited {
	color: #566B9A;
	text-decoration: none;
}
#pelmax-products-links a:hover {
	color: #ffffff;
	background-color: #BABDD2;
}
#pelmax-products-links a:active {
	color: #566B9A;
	text-decoration: none;
}