@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700);
@import url(https://fonts.googleapis.com/css?family=PT+Serif+Caption:400,400italic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

/********************************/
/* SECONDARY CAT PAGE ALERT BOX */
/********************************/

div#seccatpage_alertbanner_container
{
	background-image: url('../images/promo_bgtexture.png');
	background-position: top center;
	background-repeat: repeat;
	
	width: 100%;
	min-width: 960px;
}

div#seccatpage_alertbanner_container_bggrad
{
	background-image: url('../images/announcerow_bggrad.png');
	background-position: top center;
	background-repeat: repeat-y;
	
	width: 100%;
	min-width: 960px;
}

div#seccatpage_alertbanner_container_bottomdivider
{
	background-image: url('../images/announcerow_divider.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	
	padding: 11px 0px 13px 0px;
	
	width: 100%;
	min-width: 960px;

}

div#seccatpage_alertbanner_box
{
	background-color: #99CA33;
	margin: 0px auto;
	
	position: relative;
	
	width: 624px;
}

div#seccatpage_alertbanner_box_cornerbg_NW
{
	background-image: url('../images/announcerow_corner-NW.png');
	background-position: top left;
	background-repeat: no-repeat;
	
	width: 8px;
	height: 8px;
	
	position: absolute;
	top: 0px;
	left: 0px;
}

div#seccatpage_alertbanner_box_cornerbg_NE
{
	background-image: url('../images/announcerow_corner-NE.png');
	background-position: top left;
	background-repeat: no-repeat;
	
	width: 8px;
	height: 8px;
	
	position: absolute;
	top: 0px;
	right: 0px;
}

div#seccatpage_alertbanner_box_cornerbg_SW
{
	background-image: url('../images/announcerow_corner-SW.png');
	background-position: top left;
	background-repeat: no-repeat;
	
	width: 8px;
	height: 8px;
	
	position: absolute;
	bottom: 0px;
	left: 0px;
}

div#seccatpage_alertbanner_box_cornerbg_SE
{
	background-image: url('../images/announcerow_corner-SE.png');
	background-position: top left;
	background-repeat: no-repeat;
	
	width: 8px;
	height: 8px;
	
	position: absolute;
	bottom: 0px;
	right: 0px;
}

div#seccatpage_alertbanner_box_content
{
	padding: 10px;
}

img#seccatpage_alertbanner_box_icon
{
	float: left;
}

div#seccatpage_alertbanner_box_textcontainer
{
	float: left;
	
	width: 572px;
}

div#seccatpage_alertbanner_box_text
{
	padding-left: 8px;
}

/****************************/
/* SECONDARY CAT PAGE TITLE */
/****************************/

div#seccatpage_titlebox_container
{
	background-image: url('../images/primecat_headerbg.png');
	background-position: top center;
	background-repeat: repeat-y;
	
	width: 100%;
	min-width: 960px;
}

div#seccatpage_titlebox_headerholder
{
	padding: 5px 0px 5px 0px;
}

/*************************************/
/* SECONDARY CAT PAGE TERTIARY TITLE */
/*************************************/

div.seccatpage_terttitle_container
{
	width: 100%;
	min-width: 960px;
}

div.seccatpage_terttitle_box
{
	margin: 0px auto;
	display:table;
}

div.seccatpage_terttitle_box_leftcap
{
	background-image: url('../images/tertiarycateg_headertab-leftcap.png');
	background-position: top left;
	background-repeat: repeat-y;
	
	float: left;
	
	width: 28px;
	height: 38px;
}

div.seccatpage_terttitle_box_spanner
{
	background-image: url('../images/tertiarycateg_headertab-spanner.png');
	background-position: top left;
	background-repeat: repeat-x;
	
	float: left;
	
	height: 38px;
}

div.seccatpage_terttitle_box_rightcap
{
	background-image: url('../images/tertiarycateg_headertab-rightcap.png');
	background-position: top left;
	background-repeat: repeat-y;
	
	float: left;
	
	width: 28px;
	height: 38px;
}

/**************************************/
/* SECONDARY CAT PAGE PRODUCT SECTION */
/**************************************/

div.seccatpage_productsection_container
{
	background-image: url('../images/headerbgtop.png');
	background-position: top center;
	background-repeat: no-repeat;
	
	width: 100%;
	min-width: 960px;
}

div.seccatpage_productsection_section
{
	position: relative;
	margin: 0px auto;
	
	width: 960px;
}

div.seccatpage_productsection_productbox_container
{
	position: relative;
	
	float: left;
	
	width: 160px;
	
	/*background-color: blue;*/
}

div.seccatpage_productsection_productbox_thumb_container
{
	position: relative;
	
	width: 144px;
	height: 144px;
	
	text-align: center;
	
	padding: 8px;
	
	/*background-color: yellow;*/
}

.seccatpage_productsection_productbox_thumb_img
{
	
	max-width: 144px;
	max-height: 144px;
}

div.seccatpage_productsection_productbox_shoppingcartcontrol_container
{

	height: 42px;
}

a.seccatpage_productsection_productbox_shoppingcartcontrol_inactivecartbutton
{
	background-image: url('../images/icon_cartmedium-grey.png');

	display: block;
	margin: 0px auto;
	
	text-decoration: none;
	
	width: 31px;
	height: 25px;
}

/************************************/
/* SECONDARY CAT PAGE PRODUCT POPUP */
/************************************/

.seccatpage_prodpopup_container
{
	position: absolute;
	top: 0px;
	left: 0px;
	
	z-index: 1001;
}

.seccatpage_prodpopup_content
{
	background-image: url('../images/borderswatch.png');
	background-repeat: repeat-xy;
	background-position: center center;
	padding: 10px;
	
	z-index: 1002;
	
}

#productpopup_image
{
	max-width: 400px;
	max-height: 400px;
	z-index: 1003;
}
/* TEXT STYLINGS */

.body_seccat_A
{
	/*font-family: 'PT Sans Caption', arial, sans-serif;*/
	font-family: "Nunito Sans", arial, sans-serif;

	font-size: 14px;
	color: #FFFFFF;
	
	line-height: 1.2em;
	
	text-decoration: none;
	text-align: left;
	
	font-weight: 600;
}

.body_seccat_B
{
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-size: 16px;
	color: #b2b2b2;
	text-shadow:0px 1px 0px #ffffff;
	
	text-transform: uppercase;
	
	text-decoration: none;
	text-align: left;
	
	/*margin-bottom: 10px;*/
	
	font-weight: 400;
}

.body_seccat_B:link 			{ color: #b2b2b2;}
.body_seccat_B:visited 		{ color: #b2b2b2;}
.body_seccat_B:hover 		{ color: #b2b2b2;}
.body_seccat_B:active 		{ color: #d9d9d9;}

.body_seccat_C
{
	/*font-family: 'PT Serif', 'Georgia', serif;*/
	font-family: 'Zilla Slab', Georgia, serif;
	/*font-size: 26px;*/
	font-size: 35px;
	color: #6ccb13;
	text-shadow:0px 1px 0px #ffffff;
	
	text-decoration: none;
	text-align: center;
	
	/*margin-bottom: 10px;*/
	
	font-weight: 700;
}

h1.body_seccat_C
{
	
}

.body_seccat_C:link 			{ color: #6ccb13;}
.body_seccat_C:visited 		{ color: #6ccb13;}
.body_seccat_C:hover 		{ color: #7ddd23;}
.body_seccat_C:active 		{ color: #95ec43;}

.body_seccat_D
{
	/*font-family: 'PT Sans Caption', arial, sans-serif;*/
	font-family: "Nunito Sans", arial, sans-serif;
	font-size: 20px;
	color: #808080;
	text-shadow:0px 1px 0px #ffffff;
	
	text-decoration: none;
	text-align: center;
	
	/*margin-bottom: 10px;*/
	
	font-weight: 800;
}

h2.body_seccat_D
{
	padding-top: 8px;
}

.body_seccat_D:link 			{ color: #808080;}
.body_seccat_D:visited 		{ color: #808080;}
.body_seccat_D:hover 		{ color: #a1a1a1;}
.body_seccat_D:active 		{ color: #bababa;}

.body_seccat_E
{
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-size: 18px;
	color: #000000;
	
	text-decoration: none;
	text-align: center;
	
	font-weight: 700;
}

.body_seccat_E sup
{
	font-size: 10px;
	position: relative;
	bottom: 6px;
}

.body_seccat_F
{
	/*font-family: 'PT Sans Caption', arial, sans-serif;*/
	font-family: "Nunito Sans", arial, sans-serif;
	font-size: 15px;
	color: #000000;
	
	text-decoration: none;
	text-align: center;
	
	font-weight: 800;
}

.body_seccat_F sup
{
	font-size: 10px;
	position: relative;
	bottom: 4px;
}

.body_seccat_G
{
	/*font-family: 'PT Sans', arial, sans-serif;*/
	font-family: "Nunito Sans", arial, sans-serif;

	font-size: 14px;
	color: #000000;
	
	text-decoration: none;
	text-align: right;
	
	font-weight: 700;
}
