@charset "utf-8";
/* CSS Document */
.ProductHeroImage {
	float: left;
	width: 31.5%;
	margin-right: 2.75%;
	position: relative;
	line-height: 0px;
	padding: 0px;
	overflow: hidden;
}
.ProductHeroImage:nth-child(3n) {
	margin-right: 0;
}
.ProductHeroImage img {
	border-radius: 10px 10px 10px 10px;
	width: 100%;
	height: auto;
	line-height: 0px;
	padding: 0px;
}
.ProductHeroImage img:hover {
}
.FeatureOverLay {
	background-image: url(../ui/feature-overlay.png);
	background-repeat: repeat;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
}
.FeatureOverLay h3 {
	color: #FFF;
	font-size: 2.25em;
	font-weight: 300;
	line-height: normal;
}
.SpecSheetDivision {
	float: left;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eeedeb;
	position: relative;
	padding-top: 142px;
}
.SpecSheets {
	text-align: center;
	padding-top: 94px;
}
.SpecSheets h3 {
	color: #0bb5eb;
	font-size: 2.25em;
	font-weight: 300;
	line-height: normal;
	padding-bottom: 20px;
}
.SpecSheetSelector {
	box-sizing: border-box;
	float: left;
	height: 57px;
	width: 100%;
	margin-top: 45px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #eeedeb;
	position: relative;
	border-radius: 10px;
	cursor: pointer;
	z-index: 1;
}
.SpecSheetSelectorOpen {
	background-image: url(../ui/faq-open.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}
.SpecSheetSelectorClose {
	background-image: url(../ui/faq-close.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}
.SpecSheetSelector span {
	text-align: left;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 18px;
	padding-left: 18px;
}
.SpecSheetDrop {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 105px;
	display: none;
	border: 2px solid #eeedeb;
	overflow: hidden;
	z-index: 20;
	background-color: #FFF;
}
.SpecSheetContainer {
	float: left;
	width: 100%;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeedeb;
	cursor: pointer;
}
.SpecSheetDownload {
	float: left;
	width: 100%;
	position: relative;
	text-align: left;
	padding-top: 15px;
	padding-left: 18px;
	padding-bottom: 15px;
}
.SpecSheetContainer:last-child {
	border: 0;
}
.SpecSheetContainer a {
	display: block;
	font-size: 1.10em;
	color: #0bb5eb;
	text-decoration: none;
}
.SpecSheetContainer a:hover {
	color: #023d5b;
}
.SpecSheetContainer:hover {
	background-color: #023d5b;
}
.SpecSheetContainer:hover > .SpecSheetDownload a {
	color: #FFFFFF;
}
.RequestSpecSheet {
	padding-top: 58px;
	color: #0bb5eb;
}
.RequestSpecSheet a {
	color: #0bb5eb;
	text-decoration: underline;
}
.RequestSpecSheet a:hover {
	color: #023d5b;
}
.FAQSection {
	padding-top: 180px;
}
.FAQSection h3 {
	text-align: center;
	color: #0bb5eb;
	font-size: 2.25em;
	font-weight: 300;
	line-height: normal;
	padding-bottom: 20px;
}
#page-products .NewsPanel {
	margin-top: 40px;
}