﻿/* white/category_page.css */
/* full width hero */

.fullWidthCatHeroBodyInner {
	color: #FFF;
}
.fullWidthCatHeroBodyInner h1 {
	color: #FFF;
}
/* static hub pages */
.oneColumnModuleBody {
	background: url(../../images/layout/white/category_pages/category_module_bg.jpg) top left repeat-y;
}
.oneColumnModuleBodyInner {
	color: #353535;
}
.oneColumnModuleBodyInner h1 {
	color: #353535;
}
.oneColumnModuleHeader {
	background: url(../../images/layout/white/category_pages/category_module_corners.jpg) top left no-repeat;
}
.oneColumnModuleFooter {
	background: url(../../images/layout/white/category_pages/category_module_corners.jpg) bottom left no-repeat;
}
.oneColumnModuleBodySmall {
	background: url(../../images/layout/white/category_pages/category_module_bg.jpg) top left repeat-y;
}
.oneColumnModuleBodySmall .oneColumnModuleBodyInner 
{
	background: url(../../images/layout/white/category_pages/category_module_bg_small.jpg) bottom left no-repeat;
}
.arrowRightLink {
	background: url(../../images/layout/white/category_pages/arrow_right_blue.png) top right no-repeat;
}
.arrowRightLinkBlue {
	color: #027fc5 !important;
}
.arrowRightLinkWhite{
	color: #FFF !important;
}

/* full width hero with right aligned black text */
.fullWidthCatHeroVar2 .fullWidthCatHeroBodyInner {
	color: #000;
}
.fullWidthCatHeroVar2 .fullWidthCatHeroBodyInner h1 {
	color: #000;
}

/* full width hero with left aligned white text */
.fullWidthCatHeroVar3 .fullWidthCatHeroBodyInner {
	color: #FFF;
}
.fullWidthCatHeroVar3 .fullWidthCatHeroBodyInner h1 {
	color: #FFF;
}

/* reason and feature lists */
.section-hubpage-fullwidth .contentpaneMid {
	background: url(../../images/layout/white/category_pages/bg_column_cat_page.gif) repeat-y;
}
.section-hubpage-fullwidth .contentpane h1, .section-hubpage-fullwidth .contentpane .column h1, .section-hubpage-fullwidth .contentpaneMid .column h1, .section-hubpage-fullwidth .contentpaneBot h1 {
	color: #369a42;
}
.section-hubpage-fullwidth .contentpaneBot {
	border-top: 1px solid #e8ecef;
}
/* Comparison Grid on cat pages */
.section-hubpage-fullwidth table th {
	border-bottom: 1px solid #E4E7EA;
}
.section-hubpage-fullwidth table th h3 a {
	color: #409fd5;
}
.section-hubpage-fullwidth table td {
	border-bottom: 1px solid #E4E7EA;
}
.section-hubpage-fullwidth table .even {
	background: url(../../images/products/bg_table_even_cat_page.jpg) repeat-y right;
}
.blue_grid {
	background: url(../../images/layout/bg_table_blue_grid.jpg) repeat-y right;
}
.black {
	background: url(../../images/layout/bg_table_gray.jpg) repeat-y right;
}
/* red gloss */
.gloss {
	color: #ed1b24;
}
h1 .gloss {
	font-size: 18pt;
}
.categoryHeroFullscreenHeader
{ background: url(../../images/layout/bg_cat_hero_header.jpg) no-repeat; }
.categoryHeroFullscreenLeft
{ background: url(../../images/layout/bg_cat_hero_left.jpg) repeat-y; }
.categoryHeroFullscreenRight
{ background: url(../../images/layout/bg_cat_hero_right.jpg) repeat-y; }
.categoryHeroFullscreenFooter
{ background: url(../../images/layout/bg_cat_hero_footer.jpg) no-repeat; }

.section-hubpage-fullwidth .catModuleFullWidth {
	background: url(../../images/layout/white/category_pages/bg_hub_module.jpg) repeat-y top center;
}
.section-hubpage-fullwidth .catModuleFullWidthHeader {
	background: url(../../images/layout/white/category_pages/corners_hub_module.jpg) no-repeat top center;
}
.section-hubpage-fullwidth .catModuleFullWidthFooter {
	background: url(../../images/layout/white/category_pages/corners_hub_module.jpg) no-repeat bottom center;
}

.section-hubpage-fullwidth .popUpWinBody {
	background: url(../../images/layout/white/popup/bg_popup.png) repeat-y;
}
.section-hubpage-fullwidth .popUpWinHeader {
	background: url(../../images/layout/white/popup/corners_popup.png) no-repeat top center;
}
.section-hubpage-fullwidth .popUpWinFooter {
	background: url(../../images/layout/white/popup/corners_popup.png) no-repeat bottom center;
}

/* regular full width hero banner on category pages */
.fullWidthCatHeroBodyInner .articleSmall {
	color: #545454;
}
/* end white/category_page.css */
