/* Catalog Content for 2022 - Transition to Responsive Styles */

#catContent { width: 77%; }
#catContent.home {
	width: 738px;
	position: relative;
	background: url(../images/catalog/2022/catContent-home.png) no-repeat center top;
	margin: 3px auto 10px 210px;
	padding: 0;
	display: block;
	border-radius: 10px;
	overflow: hidden;
  background-size: 100%;
}
#Content.home #footer {
  height: auto;
  width: 100%;
  text-indent: -9999px !important;
}
#Content.home #footer p {
  position: absolute;
    top: 0;
    left: -9999px;
}
#catContent.searchResults {
	background-image: url(../images/catalog/2020/header-searchResults.png);
    background-repeat: no-repeat;
	padding: 62px 0 0 0;
    margin-left: 210px;
}
#catContent.byType {
	background: linear-gradient(180deg, rgba(158,204,59,1) 50%, rgba(226,228,25,1) 90%);
    margin-left: 220px;
}

#catContent.byType > a {
    display: block;
    text-indent: -9999px;
    height: 135px;
    width: 694px;
    margin: 10px 0 0 0;
	border: none;
}
#Content.byType {
    background-color: #ec0a52;
    margin: 0;
}

/* Catalog Main Page Content */

#Content #mastHead {
	height: 0px;
	width: 100%;
	text-indent: -9999px;
}
#Content #mastHead h1, #catContent #mastHead h2 {
	display: none;
}
#catContent h3 {
	font: bold 1.1em Verdana, sans-serif;
	color: #005996;
	margin: 20px 30px 3px 30px;
	padding: 0;
}
#catContent p {
	margin: 5px 35px 8px 33px;
	font-size: 0.8em;
	color: #333;
	line-height: 1.6em;
}
#catContent a {
	color: #005db6;
	border-bottom: #005db6 1px dashed;
	padding-bottom: 1px;
}
#catContent a:hover {
	color: #005db6;
}
#catContent ul {
	list-style: outside url(../images/fp_links_bullet_1.gif);
	margin: 10px 40px 10px 55px;
}
#catContent li {
	font-size: .8em;
	line-height: 1.6em;
	margin: 2px 0;
}
#catContent ul ol {
	margin: 10px 20px;
	list-style: outside decimal;
}
#catContent li ol li {
	font-size: inherit;
}
#catContent blockquote {
	margin: 10px 30px;
}

#Content #intro {
    margin: 0 10px 10px 10px;
    padding: 0 ;
	background-color: #FFF;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .30);
	-moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .30);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .30);
	opacity: .9;
}
#Content.byType #intro {
    margin: 0 10px 10px 10px;
    padding: 0 ;
    box-shadow: none;
	opacity: .9;
}
#Content #intro p {
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333;
    margin: 0;
}
#Content #intro form {
	height: auto;
	width: 100%;
    max-width: 300px;
	background: url(../images/catalog/cat-prod-search-bg.png) 0 0 no-repeat; background-size: cover;
    border-radius: 5px;
    padding: 0 5px 5px 5px;
    margin: 0 auto;
    overflow: hidden;
}
#Content #intro form h4,
#Content #intro form .h4 {
	height: 36px;
	display: block;
}
#Content #intro input {
  font-size: 12px;
  display: block;
  margin: 0 auto;
}
#Content #intro textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
#prodSearchText {
	margin: 0;
	padding: 2px 5px;
	border: 1px solid;
	border-color: #000 #ccc #ccc #000;
	height: 15px;
	width: 100%;
	color: #000;
}
#prodSearchHint {
	margin: 0;
	padding: 2px 5px;
	border: 1px solid;
	border-color: #000 #ccc #ccc #000;
	height: 15px;
	width: 100%;
	color: #CCC;
}
#prodSearchButton {
	border: 0;
}
#Content #intro [class*="col-"] {
    padding: 5px;
}
#Content #intro #searchBox [class*="col-"] {
    padding: 2px;
}


/**** Catalog Homepage - Contains main feature and search-by menus ****/

#catMainContent {
	margin: 0;
	padding: 0;
}
#catMainContent ul {
	list-style: none;
	width: 100%;
	font-size: 0.7em;
}
#catMainContent li {
	border-bottom: #aea0ec 1px solid;
}

#catMainContent .catMainProdNav {
  background-color: #f68b26;
  border: #f68b26 1px solid;
  padding: 0 0 3px 0;
  border-radius: 5px;
}
#catMainContent .catMainProdNav h4 {
  height: 43px;
  display: block;
  margin-top: -1px;
  text-indent: -9999px;
}
#catMainContent .catMainProdNav p.type {
  background: url(../images/catalog/2022/cat-prodtype-header-sq-trans.png) 0 0 no-repeat; background-size: contain; text-indent: -9999px; height: 40px; margin-bottom: 5px;

}
#catMainContent .catMainProdNav p.browse {
  background: url(../images/catalog/2022/cat-browse-header-sq-trans.png) 0 0 no-repeat; background-size: contain; text-indent: -9999px; height: 40px; margin-bottom: 5px;
}
#catMainContent .catMainProdNav ul {
  list-style: none;
  font-size: 0.85em;
  margin: 0;
}
#catMainContent .catMainProdNav li {
  font-size: .95em;
  border-bottom: #aea0ec 1px solid;
  background-color: #efeafd;
  padding: 1px 0;
  margin: 0;
  transition: .4s;
}
#catMainContent .catMainProdNav li:hover {
  background-color: #fffca3;
}
#catMainContent .catMainProdNav a {
  color: #433470;
  padding: 1px 10px;
  display: block;
  border-bottom: none;
}
#catMainFeature { max-width: 500px; margin: 0 auto; }


/* Product Image Zoom Modal */

.prodZoomModal-overlay {
  display: flex;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	opacity: .80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	z-index: 901;
}
.prodZoomModal-window {
	position: fixed;
	top: 20%;
	left: 50%;
	padding: 20px;
	z-index: 902;
	background-color: #a3faff;
	border-radius: 10px; /* CSS 3 */
}
.prodZoomModal-window img {
	margin-top: 10px;
}
.prodZoomModal-window p {
	color: #056489;
}
.close-prodZoomModalWindow {
	position: absolute;
	width: 51px;
	height: 16px;
	right: 10px;
	top: 10px;
	background: transparent url('../images/catalog/close-button.png') no-repeat scroll right top;
	text-indent: -99999px;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.close-prodZoomModalWindow:hover {
	opacity: .99;
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
}
a.zoom-button {
	color: #ee008c;
}
.zoom-button:hover {
	cursor: zoom-in;
}


/* Blackline Zoom Modal */

.blacklineModal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	opacity: .80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	z-index: 901;
}
.blacklineModal-window {
	position: fixed;
	top: 5%;
	width: 90% !important;
	padding: 20px 10px 10px 10px;
	z-index: 902;
	background: #99dcf6;
	border-radius: 10px;
	margin: 0 5%;
}
.blacklineModal-window img {
	margin-top: 10px;
}
.blacklineModal-window p {
	color: #056489;
}
.close-blacklineModalWindow {
	position: absolute;
	width: 51px;
	height: 16px;
	right: 10px;
	top: 10px;
	background: transparent url('../images/catalog/close-button.png') no-repeat scroll right top;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.close-blacklineModalWindow:hover {
	opacity: .99;
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
}
.zoom-blackline-button:hover {
	cursor: -moz-zoom-in;
}


/* Video Modal */

.videoModal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	opacity: .80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	z-index: 901;
}
.videoModal-Window {
	position: fixed;
	top: 30%;
	left: 50%;
	padding: 20px;
	z-index: 902;
	background: #99dcf6;
	border-radius: 10px;
}
.close-videoWindow {
	position: absolute;
	width: 51px;
	height: 16px;
	right: 10px;
	top: 10px;
	background: transparent url('../images/catalog/close-button.png') no-repeat scroll right top;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.close-videoWindow:hover {
	opacity: .99;
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
}


/************* Catalog Homepage Right Sidebar *************/

#catMainSidebar {
    display: flex;
    flex-flow: column;
	width: 100%;
	padding: 0;
    overflow: auto;
}
@media screen and (max-width: 850px){
   #catMainSidebar {
    display: flex;
    flex-flow: row;
       flex-wrap: wrap;
} 
}
#catMainSidebar a {
  display: block;
  width: 100%;
    max-width: 235px;
  min-height: 193px;
  margin-top: 5px;
  border: none;
}
#catMainSidebar a.onDemand {
	background: url(../images/catalog/2022/cat-feature-onDemand.png) 0 0 no-repeat; background-size: contain; background-position: center;
}
#catMainSidebar a.Catalog {
	background: url("../images/catalog/2025/cat-feature-catalog-2025.png") 0 0 no-repeat; background-size: contain; background-position: center;
}
#catMainSidebar a.dExpress {
	background: url(../images/catalog/2022/cat-feature-dexpress.gif) 0 0 no-repeat; background-size: contain; background-position: center;
}
#catMainSidebar a.JMT {
	background: url("../images/catalog/2020/cat-feature-megatimer.png") 0 0 no-repeat; background-size: contain; background-position: center;
}

#catMainSidebar h4, #catMainSidebar p {
    position: absolute;
    top: 0;
    left: -9999px;
}


/************* Catalog Left Sidebar Navigation for non-repsonsive pages *************/

#catNavLeft {
	width: 100%;
	padding: 0 0 15px 0;
	margin: 0;
	position: relative;
	overflow: visible;
	z-index: 901;
  	border-radius: 15px;
    background-color: #2c2473;
}
#catNavLeft a { /* Sidebar Header */
	display: block;
	height: 74px;
}

#catNavLeft a.homeLink { /* Sidebar Header for Catalog Homepage */
	background: url(../images/catalog/2023/cat_sidebar-top.png) no-repeat 0 0 #251b84;
  	background-size: 100%;
    height: 87px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    text-indent: -9999px;
}
#catNavLeft ul {
	list-style: none;
	width: 100%;
    background-color: #207bbd;
    font-size: .95em;
}
#catNavLeft ul li {
	border-bottom: rgba(255,255,255,.8) 1px dotted;
    position: relative;
}
#catNavLeft ul li:last-of-type {
    border: none !important;
}
#catNavLeft ul li a { /* Give this link dimension to make it clickable. */
	color: #fff;
	display: block;
	height: auto;
	padding: 6px 10px;
	margin: 0;
	overflow: hidden;
	transition: .3s;
}
#catNavLeft ul li a:hover {
    background-color: #0861a1;
}
#catNavLeft ul li ul { /* Slide out Sub-Menu */
	position: absolute;
	top: -2px;
	left: 100%;
	width: 0;
	background-color: #207bbd;;
	transition: .1s;
	z-index: 2;
	overflow: hidden;
	border-radius: 0 7px 7px 7px;
}
#catNavLeft ul li:hover ul { /* Trigger slide out sub-menu. Achieved by expanding menu width. */
  width: max-content;
  border: solid 2px #1570b2;
}
#catNavLeft ul li ul li {
  border-bottom: rgba(255, 255, 255, .8) 1px dotted;
  background-color: #207bbd;
  white-space: nowrap;
}
#catNavLeft ul li ul li:hover {
  background-color: #0861a1;
  transition: .4s;
}
#catNavLeft ul li ul li a {
  color: #fff;
  padding: 6px 10px;
  display: block;
  margin: 0;
  border-top: none;
  border-bottom: none;
  min-width: 200px;
}


/** Quick Links Sidenav **/

#catQLinks {
	width: 209px;
	background-image: url(../images/catalog/cat_qlink-m.png);
	background-repeat: repeat-y;
	text-indent: -1000px;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#catQLinks h2 {
	background-image: url(../images/catalog/cat_qlink-t.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding: 0;
	height: 40px;
	width: 100%;
	display: block;
}
#catQLinks h3 {
	background-image: url(../images/catalog/cat_qlink-b.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	margin: 0;
	padding: 0;
	height: 18px;
	width: 100%;
	display: block;
}
#catQLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	list-style-type: none;
	display: block;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0;
	padding-left: 10px;
	text-indent: 0;
	text-decoration: none;
	color: #1e79c3;
}
#catQLinks a:hover {
	color: #ec008c;
	background-color: #daecf8;
}
#catQLinks br {
	margin: 0;
}


/** Customers Also Bought **/

#alsoBought {
	display: block;
	margin: 10px auto;
	padding: 35px 15px 5px 15px;
	border-radius: 10px;
	border: 3px solid #36cfd9;
	background-image: url(../images/catalog/customersAlsoBought.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	font: normal 11px/14px Arial, sans-serif;
}
#alsoBought img {
	margin-bottom: 2px;
}
#alsoBought strong {
	color: #838383;
	font-size: .9em;
}
#alsoBought td {
	border-right: 1px solid #b2eef2;
	border-left: 1px solid #b2eef2;
	padding: 0 3px;
	text-align: center;
}
#alsoBought td.first {
	border-left: none;
}
#alsoBought td.last {
	border-right: none;
}
#alsoBought td.none {
	border: none;
}


/****** Left Sidebar Banner Ads Under Nav Links ******/

#banAdLft {
	width: 214px;
	height: 96px;
	margin: 12px 0 0 0;
	position: relative;
	background-position: -5px 0;
	background-repeat: no-repeat;
	z-index: 802;
}
#banAdLft h3 {
	text-indent: -9999px;
	width: 214px;
	height: 96px;
}
#banAdLft p {
	text-indent: -9999px;
}

/* Background color and/or bkg image */

#banAdLft .paleBlue {
	background-color: #90b6dd !important;
}
#banAdLft .swirlies {
    background-image: url("/images/promoLink-bkg-swirlyRibbons.png");
}
#banAdLft .starrySwoosh {
    background-image: url("/images/promoLink-bkg-starrySwoosh.png");
	background-size: cover;
}

/* Text Color */
#banAdLft .mag {
    color: #ee008c !important;
}
#banAdLft button.magenta {
    color: #ee008c;
}
#banAdLft .wht {
    color: #fff;
}
#banAdLft .yellow {
    color: #faed48;
}
#banAdLft .purp {
    color: #87378d;
}

#banAdLft .text-shadow { text-shadow: 0 0 3px #000;
}


/* Text Size */
#banAdLft .size2 {
    font-size: 1.05em;
    line-height: 1.1em;
    letter-spacing: -.3px;
}
#banAdLft .size2 {
    font-size: 1.05em;
    line-height: 1.1em;
    letter-spacing: -.3px;
}
#banAdLft .size3 {
    font-size: 1.1em;
    line-height: 1.1em;
    letter-spacing: -.3px;
}
#banAdLft .size4 {
    font-size: 1.15em;
    line-height: 1.1em;
    letter-spacing: -.3px;
}


/* Left Sidebar Banner Ad – Special of the Month */

#banAdLft.Sp { display: block; width: 95%; max-width: 224px; border-radius: 10px; height: auto; padding: 10px 0 2px 0; text-align: center; font-size: 1.1em; background-image: url("/images/promoLink-bkg-som-repeat.png"); background-repeat: repeat; margin: 0 auto; border: 5px #fff solid;
}
#banAdLft.Sp.swirlies {
  background-image: url("../images/promoLink-bkg-swirlies.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #91beec;
}
#banAdLft.Sp.bkg-pinStripes {
    background-image: url("../images/promoLink-bkg-pinStripes-horizontal.png") !important;
  background-repeat: repeat-y;
}
#banAdLft.Sp.blue { background-color: #7b82e1 !important; }
#banAdLft.Sp a {
    min-height: 155px;
}
#banAdLft.Sp img.somLogo {
    width: 80%;
	margin-bottom: 10px;
}
#banAdLft.Sp img {
	display: block; width: 80%; height: auto; margin: 2px auto;
}
#banAdLft.Sp p { 
	text-indent: 0 !important;
	font-size: 1.05em;
	line-height: 1.3em;
    margin-top: 0;
    position: relative;
    left: 0;
}
#banAdLft.Sp p.header {
    display: block;
    margin: 2px 0 5px 0;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.15em;
    line-height: 1em;
    text-align: center;
}
#banAdLft.Sp {
  background-color: #b4d9ff;
    overflow: auto;
}
#banAdLft.Sp #button {
    display: flex;
    width: max-content;
    border-radius: 10px;
    margin: 10px auto 0 auto;
    padding: 2px 8px;
    text-align: center;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: .95em;
    color: #fff !important;
    font-weight: bold;
    transition: .1s;
}
#banAdLft.Sp #button.magenta {
	background-color: #ee008c;
}
#banAdLft.Sp #button.purp, .button.purp {
	background-color: #87378d;
}
#banAdLft.Sp #button.gold {
	background-color: #fca00f;
}
#banAdLft.Sp #button.red, .button.red {
	background-color: #af2418;
}
#banAdLft.Sp #button.pink, .button.pink {
	background-color: #ef3b8e;
}
#banAdLft.Sp strong.red { 
    color: #af2418; }
#banAdLft.Sp #button:hover {
  background-color: #e8ee46;
  color: #fff !important;
  cursor: pointer;
}

/* Rotating New Product Banner Ads */

#banAdLft.One {
	background-image: url(../images/catalog/bannerad1.png);
}
#banAdLft.Two {
	background-image: url(../images/catalog/bannerad2.png);
}
#banAdLft.Three {
	background-image: url(../images/catalog/bannerad3.png);
}
#banAdLft.Four {
	background-image: url(../images/catalog/bannerad4.png);
}
#banAdLft.Five {
	background: url(../images/catalog/bannerad5.png);
}
#banAdLft.Six {
	background-image: url(../images/catalog/bannerad6.png);
}
#banAdLft.Seven {
	background-image: url(../images/catalog/bannerad7.png);
}
#banAdLft.Eight {
	background-image: url(../images/catalog/bannerad8.png);
}
#banAdLft.Nine {
	background-image: url(../images/catalog/bannerad9.png);
}
#banAdLft.Ten {
	background-image: url(../images/catalog/bannerad10.png);
}
#banAdLft.Eleven {
	background-image: url(../images/catalog/bannerad11.png);
}
#banAdLft.Twelve {
	background-image: url(../images/catalog/bannerad12.png);
}
#banAdLft.Thirteen {
	background-image: url(../images/catalog/bannerad13.png);
}
#banAdLft.Fourteen {
	background-image: url(../images/catalog/bannerad14.png);
}
#banAdLft.Fifteen {
	background-image: url(../images/catalog/bannerad15.png);
}
#banAdLft.Sixteen {
	background-image: url(../images/catalog/bannerad16.png);
}
#banAdLft .darkBlue {
    color: #0037a1;
}


/* Left Sidebar Banner Ad - KPD */

#KPDbanAd1 {
	width: 214px;
	height: 96px;
	margin: 12px 0 0 0;
	position: relative;
}
#KPDbanAd1 h3 {
	background: url(../images/fp_featured_link_usa.png) no-repeat -5px -0;
	height: 96px;
	width: 214px;
	position: relative;
    background-size: contain;
}
#KPDbanAd2 {
	width: 214px;
	height: 96px;
	margin: 12px 0 0 0;
	position: relative;
}
#KPDbanAd2 h3 {
	background: url(../images/fp_featured_link_SA2026.png) no-repeat -5px -0;
	height: 96px;
	width: 214px;
	position: relative;
    background-size: contain;
}
#KPDbanAd3 {
	width: 214px;
	height: 96px;
	margin: 12px 0 0 0;
	position: relative;
}
#KPDbanAd3 h3 {
	background: url(../images/fp_featured_link-wa.png) no-repeat -5px -0;
	height: 96px;
	width: 214px;
	position: relative;
}


/************************  Risk-Free Button and Modal ************************/

/* Modal button */
.riskFreeButton {
	background-image: url(../images/catalog/risk-free-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 103px;
	width: 140px !important;
	background-color: #FFF;
	text-indent: -9999px;
    margin: 15px auto 0 auto;
	outline: 0;
}
.riskFreeButton:hover {
	background-position: 0 -103px;
	cursor: pointer;
}
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 802; /* Sit on top */
	padding-top: 400px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}
.modal h3 {
	background-image: url(../images/catalog/risk-free-header.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	display: block;
	height: 101px;
	width: 555px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 3px solid #cbad38;
	width: 600px;
	border-radius: 10px;
}
/* The Close Button */
.close {
	float: right;
	display: block;
	border-radius: 10px;
	height: 20px;
	width: 20px;
	background-image: url(/images/close-button-teal-mag.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
.close:hover, .close:focus {
	cursor: pointer;
	background-position: 0 -20px;
}



/************* Special of the Month and Pop-Up Promos Landing Page - RESPONSIVE *************/

#Content.special, #Content.promo, #Content.newProduct  {
  background: url('../images/catalog/sp-containter-bkg.png') no-repeat, linear-gradient(180deg, rgba(83, 68, 157, .3) 0%, rgba(150, 225, 254, 1) 3%, rgba(255, 255, 255, 1) 15%);
  background-size: contain;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .15);
  padding: 15px;
}
#Content.special .header, #Content.promo header, #Content.newProduct .header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
  margin: 20px 0;
}

#Content.special .header h1 {
  display: block;
  background-image: url(../images/catalog/sp-header.png);
  width: 275px;
  height: 127px;
}
#Content.special .header h2 {
  display: inline-block;
  height: max-content;
  width: max-content;
  background-color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  margin: 5px;
  border: #d40012 solid 3px;
  text-align: center;
}
#Content.special .header em {
  font-size: .7em;
  color: #545454;
}
#Content.special h3 {
  text-align: center;
  font: 1.6em Georgia, "Times New Roman", Times, serif;
  margin-bottom: 20px;
  font-weight: bold;
}
#Content.special p {
  font-size: .9em;
  margin-bottom: 15px;
}
#Content.special #AddThis {
  float: right;
}
#Content.special .header h2 {
  display: inline-block;
  height: max-content;
  width: max-content;
  background-color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  margin: 5px;
  border: #d40012 solid 3px;
  text-align: center;
  position: relative;
  text-indent: 0;
}
#Content.special .header em {
  font-size: .7em;
  color: #545454;
}
#Content.promo header img.titlegraphic {
    width: 100%;
    height: auto;
    max-width: 300px;
}

p.lookwhatsinside {
    font-weight: bold;
    font-size: 1.4em !important;
    color: #545454;
    text-align: center;
    margin-bottom: 0 !important;
}
#sample h1 {
    flex-basis: 100%;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 5px;
}
#sample .row1, #sample .row2 {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    padding-top: 10px;
}
#sample .row1 {
    background-color: #00a6e9;
}
#sample .row2 {
    background-color: #0083ce;
}
#sample .row1 h2, #sample .row2 h2 {
    flex-basis: 100%;
    text-align: center;
    color: #fff !important;
}
#sample a {
    margin: 10px;
}
#sample.rollover-none img:hover {
    border-color: #000 !important;
}
#sample img {
    
}


/* Catalog Home Page - RESPONSIVE */

#Content.home {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .15);
  padding: 15px;
  background: url(../images/catalog/2022/footerBkg-home.png) no-repeat center bottom, linear-gradient(180deg, rgba(158,204,59,1) 50%, rgba(226,228,25,1) 90%);
  background-size: auto;
  background-size: contain;
}



/************************** Add Styles for Special of the Month Include - Based on styles from home.css **********************************/

/* Promo Link Background Images */

#Content.home #catMainSidebar a.bkg-paper { background-image: url("../images/promoLink-bkg-paper.png"); background-repeat:repeat;
}
#Content.home a.bkg-sparkleSky { background-image: url("../images/promoLink-bkg-sparkleSky.png") !important; background-repeat:no-repeat;
}
#Content.home .bkg-stars {
	background-image: url("../images/promoLink-bkg-stars-cartoony.png") !important;
    background-repeat: repeat-x;
    background-position: center top;
}
#Content.home #catMainSidebar a.dots { background-image: url("../images/promoLink-bkg-som-repeat.png"); background-repeat:repeat;
}
#Content.home #catMainSidebar a.bkg-splats { background-image: url("../images/promoLink-bkg-splats.png"); background-repeat:no-repeat;
}
#Content.home #catMainSidebar a.bkg-pinStripes { background-image: url("../images/promoLink-bkg-pinStripes-horizontal.png"); background-repeat:no-repeat;
}
#Content.home #catMainSidebar a.swirlies { background-image: url("../images/promoLink-bkg-swirlyRibbons.png"); }

#Content.home #catMainSidebar a.starrySwoosh { background-image: url("../images/promoLink-bkg-starrySwoosh.png"); background-size: cover;  }

#Content.home #catMainSidebar a.digitalSquares { background: url("../images/promoLink-bkg-digitalSquares.png"), linear-gradient(180deg, rgba(215,240,253,1) 0%, rgba(150,213,250,1) 34%); background-size: cover;  }


/* Promo Link Button Colors */

#Content.home #catMainSidebar #button {
	display: block;
	width: max-content;
	border-radius: 10px;
	margin: 3px auto;
	padding: 2px 8px;
	text-align: center;
	font-size: .9em;
	color: #fff !important;
	font-weight: bold;
	transition: .1s;
}
#Content.home #catMainSidebar #button.mag {
	background-color: #ee008c;
}
#Content.home #catMainSidebar #button.teal {
	background-color: #00a1ab;
}
#Content.home #catMainSidebar #button.teal2 {
	background-color: #48c1c3;
}
#Content.home #catMainSidebar #button.red {
	background-color: #c20000;
}
#Content.home #catMainSidebar #button.purp {
	background-color: #87378d;
}
#Content.home #catMainSidebar #button.green {
	background-color: #14b04d;
}
#Content.home #catMainSidebar #button.blue {
	background-color: #007fc3;
}
#Content.home #catMainSidebar #button.gold {
	background-color: #fca00f;
}

/* promo links image sizes */

#Content.home #catMainSidebar img.square { width: 100px; height: 100px;
}
#Content.home #catMainSidebar img.portrait { width: auto; max-height: 125px;
}
#Content.home #catMainSidebar img.header { display: block; width: 100%; height: auto; margin: 0 auto;
}



/* promo links - Special of the Month */

#Content.home #catMainSidebar a.onSale {
  display: flex;
  width: 93%;
  margin: 0 auto;
  flex-wrap: wrap;
  text-indent: 0;
  padding: 0;
  overflow: auto;
  border-radius: 5px;
  border: solid 5px white;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, .3);
}
@media screen and (max-width: 600px) {
    #Content.home #catMainSidebar a.onSale {
      border-radius: 14px;
      border-width: 7px;
      margin-top: 4%;
    }
}
@media screen and (max-width: 810px) {
    #Content.home #catMainSidebar a.onSale {
      margin-top: 4%;
    }
}

#Content.home #catMainSidebar a.onSale img.somLogo {
  display: block;
  width: 60%;
  min-width: 150px;
  height: auto;
  margin: 7px auto;
}
#Content.home #catMainSidebar a.onSale p {
  width: 100%;
  position: relative;
  left: 0;
}
#Content.home #catMainSidebar p { margin: 0; line-height: 1.4em; text-align: center;
}
#Content.home #catMainSidebar .header { display: block; margin: 2px 0 5px 0; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; line-height: 1em; text-align: center; 
}
#Content.home #catMainSidebar p.wht { color: #fff;
}

/* Promo Link Text Color */
#Content.home #catMainSidebar .mag { color: #ee008c;
}
#Content.home #catMainSidebar .palePink { color: #f77fc6;
}
#Content.home #catMainSidebar .teal { color: #48c1c3;
}
#Content.home #catMainSidebar .blk { color: #000;
}
#Content.home #catMainSidebar .wht { color: #fff;
}
#Content.home #catMainSidebar .darkBlue { color: #0037a1;
}
#Content.home #catMainSidebar .purp { color: #87378d;
}
#Content.home #catMainSidebar .red { color: #af2418;
}
#Content.home #catMainSidebar .yellow { color: #faed48;
}
#Content.home #catMainSidebar .yellow2 { color: #fcf48e;
}


/* Promo Link Text Size */

#Content.home #catMainSidebar .size1 { font-size: .85em; line-height: 1.2em;
}
#Content.home #catMainSidebar .size2 { font-size: 1.05em; line-height: 1.1em; letter-spacing: -.3px;
}
#Content.home #catMainSidebar .size3 { font-size: 1.1em; line-height: 1.1em; letter-spacing: -.3px
}
#Content.home #catMainSidebar .size4 { font-size: 1.15em; line-height: 1.1em; letter-spacing: -.3px
}
#Content.home #catMainSidebar .size5 { font-size: 1.2em; line-height: 1.1em; letter-spacing: -.3px
}
#Content.home #catMainSidebar .size6 { font-size: 1.3em; line-height: 1.1em; letter-spacing: -.3px
}


/* Promo Link Background Color */

#Content.home #catMainSidebar a.teal { background-color: #48c1c3;
}
#Content.home #catMainSidebar a.teal2 { background-color: #4dd0d2;
}
#Content.home #catMainSidebar a.teal3 { background-color: #52e5e7;
}
#Content.home #catMainSidebar a.blue { background-color: #7b82e1 !important;
}
#Content.home #catMainSidebar a.blue2 { background-color: #91beec !important;
}
#Content.home #catMainSidebar a.blue3 { background-color: #b4d9ff !important;
}
#Content.home #catMainSidebar a.paleCyan { background-color: #d7f0fd !important;
}
#Content.home #catMainSidebar a.blueGradient { background: linear-gradient(180deg, rgba(33,37,98,1) 0%, rgba(123,130,225,1) 34%, rgba(0,212,255,1) 100%);
}
#Content.home #catMainSidebar a.yellow3 { background-color: #f8f6c2;
}

/* On Sale - Special of the Month - Static Layout */

#saleContent {
	width: 738px;
	padding: 0;
	background: url(../images/catalog/on-sale-header-bg-trans.png) 0 0 no-repeat;
	margin-top: -28px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 210px;
	overflow: visible;
}
#saleContent h1 {
	height: 110px;
}
#saleContent > h2 {
	margin-left: 475px;
	font-size: 18px;
	text-align: center;
	width: 200px;
	text-indent: 0;
	display: block;
}
#saleContent .prodtypsm {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #000000;
}
#saleContent .prod-name {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	color: #000;
	line-height: 20px;
}
#saleContent .prodtype {
	color: #008996;
}
#saleContent .prod-namesubtitle {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #000;
	line-height: 20px;
}
#saleContent .prod-author {
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	color: #666;
	line-height: 18px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#saleContent strong {
	font-weight: bold;
	color: #333333;
}
#specialContent {
	margin: 50px auto;
	width: 95%;
}
#specialContent h3 {
	text-align: center;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	font-weight: bold;
}
#specialContent p {
	font-size: 0.9em;
	line-height: 1.8em;
	color: #333;
}
#specialContent .price {
	font-weight: bold;
	color: #EB008D;
}
#specialContent .save {
	font-weight: bold;
	color: #6449b3;
}
#specialContent p.fine {
	font-size: .70em;
}
#summary {
	font-size: 0.8em;
	line-height: 1.8em;
	color: #333333;
}
#summary .prodname {
	font-size: 1.2em;
	line-height: 2em;
	color: #000;
	font-weight: bold;
}
#related {
	font-size: 0.8em;
	line-height: 1.8em;
	color: #666;
}
#related a {
	color: #FF00FF
}
#related .prodname {
	font-size: 1.2em;
	line-height: 2em;
	color: #000;
	font-weight: bold;
}


/** You May Also Like - Appears with Special of the Month **/

#alsoLike {
	width: 100%;
	border: 1px solid #00689c;
	border-radius: 10px;
    margin: 35px auto;
    padding: 40px 10px 10px 10px;
    background-image: url(../images/catalog/special/common/YouMayAlsoLike.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
	overflow: hidden;
    background-size: 231px 40px;
}
#alsoLike h1 {
  font-size: 1.1em !important;
  color: #ee008c;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 30px;
}
#alsoLike h3 {
  flex-basis: 100%;
  font-size: 1.1em;
  color: #ee008c;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 30px;
}
#alsoLike img {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: auto;
  max-width: 120px;
}
#alsoLike p {
  flex-basis: 66%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 auto;
}

#alsoLike b {
	font-size: 1.2em;
	color: #00689c;
	line-height: 1.4em;
}
#alsoLike em.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #474747;
}


/* Offer Details for Special of the Month */

#Details {
  flex-basis: 100%;
  border-radius: 8px;
  text-align: left;
  background-color: #f6f6f6;
  padding: 10px;
    clear: both;
}
#Details p {
	margin-bottom: 5px;
	font-size: 13px !important;
	line-height: normal;
	font-weight: bold;
	margin-left: 0;
}
#Details ul {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 20px;
}
#Details li {
	font-size: 10px !important;
	line-height: normal !important;
	color: #5a5a5a !important;
	font-style: italic;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 5px !important;
}


/************* Software Download *************/

#softdownloadContent {
	width: 700px;
	padding: 0;
	border-radius: 7px; /* CSS 3 */
	background: url(../images/catalog/softdownload-header.png) 0 0 no-repeat;
	background-color: #65c4d4;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 225px;
	overflow: visible;
}
#softdownloadContent.eula {
	background: url(../images/catalog/eula-header.png) 0 0 no-repeat;
	background-color: #65c4d4;
}
#softdownloadContent h2 {
	text-indent: -10000px;
}


#softdownloadContent a.catbutton {
	display: block;
	width: 139px;
	height: 79px;
	float: right;
	margin: 13px 5px 0 0;
	text-indent: -90000px;
	background-image: url(../images/catalog/softdownload-catbutton.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#softdownloadContent a.catbutton:hover {
	background-position: -139px 0;
}

#softdownloadContent a.softwareSupport {
	display: block;
	width: 125px;
	height: 41px;
	float: right;
	margin: 0 10px 0 0;
	text-indent: -90000px;
	background-image: url(../images/catalog/softSupport-purpleButton.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	clear: right;
}
#softdownloadContent a.softwareSupport:hover {
	background-position: -125px 0;
}

#softdownloadContent a.softbutton {
	display: block;
	width: 125px;
	height: 122px;
	float: right;
	margin: 0 0 0 0;
	text-indent: -9000px;
	background-image: url(../images/catalog/softdownload-softbutton.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#softdownloadContent a.softbutton:hover {
	background-position: -125px 0;
}


#downloadContent {
	margin: 125px auto auto auto;
	width: 680px;
}
#downloadContent #intro {
	width: 570px;
	padding: 10px;
	background-color: #FFF;
	-o-border-radius: 7px; /* Opera */
	-icab-border-radius: 7px; /* iCab */
	-khtml-border-radius: 7px; /* Konqueror */
	-moz-border-radius: 7px; /* Firefox */
	-webkit-border-radius: 7px; /* Safari */
    border-radius: 7px; /* CSS 3 */
	border: 3px solid #00535f;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#downloadContent #intro > p {
	font-size: 0.85em;
	line-height: 1.45em;
	color: #333;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
#downloadContent p {
	font-size: 0.8em;
	line-height: 1.8em;
	color: #333;
}
#downloadContent strong {
	display: block;
	margin-top: 2px;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 0.95em;
	margin-bottom: 2px;
}
#downloadContent .price {
	font-weight: bold;
	color: #EB008D;
	font-size: 10px;
}
#downloadContent p.fine {
	font-size: .70em;
}
#downloadContent table#titledisplay td {
	padding: 3px;
	vertical-align: middle;
}
#downloadContent table#titledisplay td img {
	margin-top: 3px;
}
#downloadContent .boldwhite {
	font-weight: bold;
	color: #FFF;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#downloadContent .brLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
#downloadContent .bLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#downloadContent .rLine {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
#downloadContent p {
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	line-height: normal;
}
#downloadContent ul {
	margin-left: 15px;
}
#downloadContent li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	list-style-type: disc;
	font-weight: bold;
	font-size: .8em;
	line-height: normal;
}
#downloadContent a {
	color: #ee008c;
}
#downloadContent a:hover {
	color: #00a1ab;
}


/************* Software Details Pages *************/

.downloadManual {
	width: 300px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9de6ed;
	border-right-color: #9de6ed;
	border-bottom-color: #9de6ed;
	border-left-color: #9de6ed;
	background-color: #d1f9fd;
	-o-border-radius: 5px; /* Opera */
	-icab-border-radius: 5px; /* iCab */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px;
    border-radius: 5px; /* CSS 3 */
	padding: 10px;
	margin: 5px auto;
}


/************* On Sale - DEALER Special *************/

#dealerspecContent {
	width: 738px;
	padding: 0;
	background: url(../images/catalog/special/dealer_special/on-dealerspecial-header-bg-trans.png) 0 0 no-repeat;
	margin-top: -28px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 210px;
	overflow: visible;
}
#dealerspecContent h1 {
	height: 110px;
}
#dealerspecContent h2 {
	margin-left: 475px;
	font-size: 18px;
	text-align: center;
	width: 200px;
	text-indent: 0;
}
#dealerspecContent .prodtypsm {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #000000;
}
#dealerspecContent .prod-name {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	color: #000;
	line-height: 15px;
}
#dealerspecContent .prodtype {
	color: #008996;
}
#dealerspecContent .prod-namesubtitle {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #000;
	line-height: 20px;
}
#dealerspecContent .prod-author {
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	color: #666;
	line-height: 18px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#dealerspecContent strong {
	font-weight: bold;
	color: #333333;
}


/************* Kagan Special Offer - Pop-Up Promos *************/

#SpecialOfferContent {
	width: 75%;
	padding: 0;
	background: url(../images/catalog/specialoffer-header-bg.png) center 0 no-repeat;
	margin-top: -28px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 210px;
	overflow: visible;
}
#SpecialOfferContent .header {
	display: none;
}
#SpecialOfferContent h1 {
	height: 110px;
}
#SpecialOfferContent h2 {
	margin-left: 475px;
	font-size: 18px;
	text-align: center;
	width: 200px;
}
#SpecialOfferContent .prodtypsm {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #000000;
}
#SpecialOfferContent .prod-name {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	color: #000;
	line-height: 20px;
}
#SpecialOfferContent .prodtype {
	color: #008996;
}
#SpecialOfferContent .prod-namesubtitle {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #000;
	line-height: 20px;
}
#SpecialOfferContent .prod-author {
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	color: #666;
	line-height: 18px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#SpecialOfferContent strong {
	font-weight: bold;
	color: #333333;
}
#SpecialOfferContent .author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #666;
}



/************* Kagan Social Media Special *************/

#SocMediaContent {
	width: 718px;
	padding: 0 10px;
	background: url(../images/social_media_special/social-media-special-header.png) 0 0 no-repeat;
	margin-bottom: 10px;
	margin-left: 210px;
  line-height: 1.5em;
}
#SocMediaContent #inner {
  width: 95%;
  margin: 0 auto;
  padding-top: 95px;
}
#SocMediaContent #modes {
  display: flex;
  align-content: center;
  flex-flow: row;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
#SocMediaContent #modes .module {
  width: 42%;
  padding: 10px 15px 0 15px;
  background-color: #ecf8fe;
  margin: 4px;
  border: #def0f9 solid 2px;
  border-radius: 7px;
  line-height: 1.5em;
}
#SocMediaContent #modes .module > img {
  display: block;
  margin: 0 auto;
}
#SocMediaContent #modes .module img {
  width: 50%;
  height: auto;
}

#SocMediaContent h1 {
	height: 110px;
}
#SocMediaContent h2 {
	font-size: 1.6em;
  color: #0072ca;
  margin-bottom: 8px;
}
#SocMediaContent h3 {
	font-size: 1.15em;
  color: #7c7c7c;
}
#SocMediaContent #details {
  margin-top: 40px;
  padding: 15px;
  background-color: #f6f6f6;
  border-radius: 7px;
  clear: both;
}

#SocMediaContent #details h5 {
  margin-bottom: 5px;
  color: #787878;
}
#SocMediaContent #details ul {
  color: #787878;
  margin-left: 20px;
  font-size: .85em;
  line-height: 1.4em;
}



/************* Gift Certificates *************/

#GiftCert {
	width: 738px;
	padding: 160px 0 0 0;
	background: url(../images/gift_certificates/GiftCert-header-bg.png) 0 0 no-repeat;
	margin-top: -28px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 210px;
	overflow: visible;
}
#GiftCertContent {
	margin: 40px;
	width: 668px;
	vertical-align: top;
}
#GiftCertContent p {
	font-size: 0.8em;
	line-height: 1.8em;
	color: #666;
}
#GiftCertContent h1 {
	height: 110px;
}
#GiftCertContent h2 {
	margin-left: 475px;
	font-size: 18px;
	text-align: center;
	width: 200px;
}
#GiftCertContent .mediumbold {
	font-size: 14px;
	font-weight: bold;
	color: #ec008c;
}
#GiftCertContent .prodtypsm {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #000000;
}
#GiftCertContent .prod-name {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	color: #000;
	line-height: 20px;
}
#GiftCertContent .prodtype {
	color: #008996;
}
#GiftCertContent .prod-namesubtitle {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #000;
	line-height: 20px;
}
#GiftCertContent .prod-author {
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	color: #666;
	line-height: 18px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#GiftCertContent strong {
	font-weight: bold;
	color: #333333;
}
#GiftCertContent .author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #666;
}
#GiftCertContent #optionbox {
	width: 276px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 13px;
	padding-left: 13px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#GiftCertContent #optionbox p {
	margin: 0;
	text-indent: -20000px;
}
#GiftCertContent #optionbox.twentyfive {
	background-image: url(../images/gift_certificates/box25.png);
}
#GiftCertContent #optionbox.fifty {
	background-image: url(../images/gift_certificates/box50.png);
}
#GiftCertContent #optionbox.seventyfive {
	background-image: url(../images/gift_certificates/box75.png);
}
#GiftCertContent #optionbox.hundred {
	width: 295px !important;
	background-image: url(../images/gift_certificates/box100.png);
}
#GiftCertContent #buy {
	margin: 20px auto 30px auto;
	width: 144px;
	height: 38px;
}

/************* Vouchers *************/

#Vouchers {
	width: 738px;
	padding: 160px 0 0 0;
	background: url(../images/vouchers/header-bg.png) 0 0 no-repeat;
	margin-top: -28px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 210px;
	overflow: visible;
}
#Vouchers header h1 {
position: absolute;
    top: 0;
    left: -9999px;
}
#VouchersContent {
	margin: 40px;
	width: 668px;
	vertical-align: top;
}
#VouchersContent p {
	font-size: 0.8em;
	line-height: 1.8em;
	color: #666;
}
#GiftCertContent h2 {
	margin-left: 475px;
	font-size: 18px;
	text-align: center;
	width: 200px;
}
#VouchersContent .mediumbold {
	font-size: 14px;
	font-weight: bold;
	color: #ec008c;
}
#VouchersContent .prodtypsm {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #000000;
}
#VouchersContent .prod-name {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	color: #000;
	line-height: 20px;
}
#VouchersContent.prodtype {
	color: #008996;
}
#VouchersContent .prod-namesubtitle {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #000;
	line-height: 20px;
}
#VouchersContent .prod-author {
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	color: #666;
	line-height: 18px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#VouchersContent strong {
	font-weight: bold;
	color: #333333;
}
#VouchersContent .author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #666;
}
#VouchersContent #optionbox {
	width: 276px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 13px;
	padding-left: 13px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#VouchersContent #optionbox p {
	margin: 0;
	text-indent: -20000px;
}
#VouchersContent #optionbox.twentyfive {
	background-image: url(../images/vouchers/box25.png);
}
#VouchersContent #optionbox.fifty {
	background-image: url(../images/vouchers/box50.png);
}
#VouchersContent #optionbox.seventyfive {
	background-image: url(../images/vouchers/box75.png);
}
#VouchersContent #optionbox.hundred {
	width: 295px !important;
	background-image: url(../images/vouchers/box100.png);
}
#VouchersContent #buy {
	margin: 20px auto 30px auto;
	width: 144px;
	height: 38px;
}


/************* Free Catalog *************/

#catFreeCatContent {
	width: 740px;
	margin: 0 270px 10px 220px;
	padding: 0;
}
#catFreeCatContent h1 {
	width: 329px;
	height: 65px;
	display: block;
	background: url(../images/catalog/free-catalog-header.png) 0 0 no-repeat;
}
#catFreeCatContent h2 {
	font-size: 1.2em;
	color: #4852b5;
	margin-top: 5px;
}
#subscribeForm h4.catOrder {
	background: url(../images/catalog/cat-order-form-header-trans.png) 0 0 no-repeat;
}
#catFreeCatContent ul {
	list-style: url(../images/fp_links_bullet_2.gif) outside;
	font-size: 0.7em;
	padding: 10px;
	margin-left: 15px;
}
#catFreeCatContent li {
	padding: 3px 0;
}
#catFreeCatContent li.pgHighlight {
	background-color: #d0ecee;
	margin-top: 10px;
}
#catFreeCatContent ul ul {
	list-style: none;
	padding: 3px 10px;
	margin-left: 0;
}
#catFreeCatContent ul ul li {
	padding: 1px 0;
	font-size: 2.0em !important;
	line-height: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #0085cb;
}
#catFreeCatContent ul ul li strong {
	color: #5dc0c7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#catFreeCatContent p {
	line-height: 1.6em;
}
#catFreeCatContent a {
	color: #ec008c;
	margin-left: 3px;
}
#catFreeCatContent a:hover {
	color: #0072bc;
	background-color: #fff;
}
.catPDFBox {
	width: 700px;
	padding: 10px 10px 10px 10px;
	margin: 5px 10px 10px 0;
	float: left;
	position: relative;
	border-top: #4852b5 1px dotted;
	background: url(../images/catalog/catPDFBox-bg.png) 0 0 repeat-x #fff;
}
.catPDFBox i {
	font-size: .85em;
}
.catPDFBox strong {
	color: #0085cb;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#catFreeCatSidebar {
	width: 236px;
	float: right;
	padding: 0 25px 0 15px;
	display: inline;
	margin: -10px 0 10px 0;
}
#catFreeCatSidebar h3 {
	font-size: 1.1em;
	margin: 10px 0 5px 0;
	color: #639;
	padding: 5px 4px;
	border-bottom: #4852b5 1px dotted;
	border-top: #4852b5 1px dotted;
	background-color: #e1f4fd;
}
#catFreeCatSidebar p {
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 0;
	padding: 5px;
}
#catFreeCatSidebar ul {
	list-style: url(../images/fp_links_bullet_1.gif) outside;
	font-size: 0.7em;
	padding: 10px;
	margin-left: 15px;
}
#catFreeCatSidebar li {
	padding: 3px 0;
}
#catFreeCatSidebar a {
	color: #0072bc;
	border-bottom: #0072bc 1px dotted;
}
#catFreeCatSidebar a:hover {
	color: #ec008c;
	border-bottom: #ec008c 1px dotted;
	background-color: #fff;
}


/************* Page Main Headers *************/

#catContent h1 {
	text-indent: -9999px;
	width: 696px;
	height: 113px;
	display: block;
	margin-bottom: 0;
}
#catContent h1.dealerHeader {
	background: url(../images/catalog/cat-dealers-header.png) 0 0 no-repeat;
}
#catContent h1.ideaHeader {
	background-image: url(../images/catalog/cat-submit-idea-header.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#catContent h1.purPolHeader {
	text-indent: -9999px;
	width: 696px;
	height: 113px;
	display: block;
	background: url(../images/catalog/cat-pur-pol-header.png) 0 0 no-repeat;
}


/************* Purchasing Policies *************/

#purPolicyNav {
	overflow: auto;
	margin: 0 0 15px 30px;
	width: 708px;
}
#purPolicyNav ul {
	margin: 0;
	padding: 0;
	display: block;
}
#purPolicyNav li {
	list-style: none;
	display: inline;
	float: left;
	padding: 2px 0;
	font-size: 9px;
	margin: 0 2px 0 0;
	text-align: center;
	border-bottom: #fff 2px solid;
}
#purPolicyNav li a {
	display: block;
	border-bottom: none;
	padding: 0 15px;
	background: #0092d2;
	color: #fff;
	margin: 0;
}
#purPolicyNav li a:hover {
	color: #ff0;
	background: #005996;
	border-bottom: none;
}
#purPolicyNav li:hover {
	border-bottom: #005996 2px solid;
}
#catContent div.orderBox {
	overflow: auto;
	display: block;
	background: url(/images/angle-bg-light-blue.gif) 0 0 repeat;
	border: #005996 1px solid;
	margin: 5px 30px;
	padding: 10px;
	-o-border-radius: 10px; /* Opera */
	-icab-border-radius: 10px; /* iCab */
	-khtml-border-radius: 10px; /* Konqueror */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari */
    border-radius: 10px; /* CSS 3 */
}
#catContent div.orderBox img {
	margin-right: 15px;
}
#catContent table {
	margin: 5px auto 20px 40px;
	font: bold 0.8em Arial, sans-serif;
	padding: 0;
	color: #000;
}
#catContent tr {
	margin: 0;
	padding: 0;
}
#catContent th,
#catContent caption {
	background: #fff;
	padding: 2px;
	color: #ff0;
	font: bold 0.6em Arial, sans-serif;
	border-right: #fff 1px solid;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#catContent th.us,
#catContent caption.us {
	background: #005996;
}
#catContent td {
	padding: 5px 10px;
	margin: 0;
	border-bottom: #ddd 1px dotted;
	border-right: #fff 1px solid;
}
#catContent tr.fields td,
#catContent tr.fields th {
	background: #0092d2;
	color: #fff;
	font: bold 1em Arial, sans-serif;
	border-bottom: none;
	margin: 2px 10px;
}
#catContent tr.r1 td {
	background: #fff;
}
#catContent tr.r2 td {
	background: #ecf7fa;
}
#catContent div.back2top {
	display: block;
	margin: 30px;
	padding: 3px;
	text-align: center;
	background: #ecf7fa;
	border-top: #005996 1px dotted;
	border-bottom: #005996 1px dotted;
}
#catContent div.back2top a {
	border-bottom: none;
	padding: 1px 3px;
	background: #0092d2;
	color: #fff;
	font-size: 0.7em;
}
#catContent div.back2top a:hover {
	border-bottom: none;
	color: #fff;
	background: #005996;
}


/************* Clearance Section *************/

#clearance {
	margin: 3px auto 10px 250px;
}
#clearance .classtitle {
	background: #ff6;
	font: bold 12px Arial, sans-serif;
	color: #641CD3;
	padding: 10px 0;
	margin: 0;
}
#clearance .itemrow {
	background: #fff;
	font: normal 11px Arial, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
}
#clearance .itemrowyellow {
	background: #ffc;
	font: normal 11px Arial, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
}
#clearance .tableheader {
	background: #fff;
	font: bold 12px Arial, sans-serif;
	color: #666666;
	padding: 0;
	margin: 0;
	text-align: center;
}
#clearance .save {
	color: #f39;
	font-weight: bold;
}
#clearance a:link {
	color: #000;
	text-decoration: none;
}
#clearance a:hover {
	color: #f39;
	text-decoration: none;
}
#clearance a:visited {
	color: #f39;
	text-decoration: none;
}
#clearance .body p {
	font: normal 10px/13px Arial, sans-serif;
}
#clearance .codeindent {
	text-indent: 10px;
}


/* iFrame */

#ifrmCat {
	background: url(../images/catalog/cat-products-header.png) 0 0 no-repeat;
	color: #fff;
	background-color: #fff !important;
	padding: 110px 5px 5px 5px;
	margin: 15px auto 15px 15px;
	width: 700px;
	height: 700px;
	position: relative;
	border-radius: 5px;
}
#catContent.byType #ifrmCat {
	background: url(../images/catalog/cat-prod-type-header.png) 0 0 no-repeat;
	background-color: #fff;
}
#ifrmSearch {
	background: url(../images/catalog/cat-webSearch-header.png) 0 0 no-repeat;
	color: #fff;
	background-color: #fff;
	padding: 110px 5px 5px 5px;
	margin: 15px auto 15px 15px;
	width: 700px;
	height: 500px;
	position: relative;
	border-radius: 5px;
}
/* Warning */

#warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-image: url(../images/catalog/warning_icon.png);
	background-position: left top;
	text-indent: 15px;
	position: relative;
	background-repeat: no-repeat;
	width: 400px;
	height: 15px;
	padding: 3px;
}

/*************************************** UPDATES for 2021 ***********************************************************/

#cat {
	width: 700px;
	text-align: center;
	margin: -2px auto 15px 240px;
	display: block;
	border-radius: 15px;
  background-size: 100%;
  background-color: #e2f4fd;
  background-repeat: no-repeat;
}
#cat h4 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
}
#cat #horizontalNav {
  display: flex;
    position: relative;
	width: 100%;
  justify-content: center;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	z-index: 20;
	margin: 0 auto;
  padding: 2px 0;
}
#cat #horizontalNav.bottom {
  font-size: 16px;
  padding: 5px 0;
}
#cat #horizontalNav a, #cat #horizontalNav a:visited, #cat #horizontalNav a:active {
	color: #fff;
	font-weight: bold;
  margin: 0 5px;
}
#cat #horizontalNav.bottom a, #cat #horizontalNav.bottom a:visited, #cat #horizontalNav.bottom a:active {
  margin: 0 8px;
}
#cat #horizontalNav a:hover, #cat #horizontalNav a:active {
	color: #ffe857;
	text-decoration: none;
}
#cat #horizontalNav a.next {
  display: block;
  width: 0;
  height: 0;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left:  solid 12px #FFFFFF;
  text-indent: -9999px;
  margin-top: 2px;
}
#cat #horizontalNav a.next:hover {
  border-left: solid 12px #ffe857;
}
#cat #horizontalNav.bottom a.next {
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left:  solid 14px #FFFFFF;
  margin-top: 2px;
}
#cat #horizontalNav.bottom a.next:hover, #cat #horizontalNav.bottom a.next:active {
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 14px #ffe857;
}

#cat #horizontalNav a.back {
  display: block;
  width: 0;
  height: 0;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-right:  solid 12px #FFFFFF;
  text-indent: -9999px;
  margin-top: 2px;
}
#cat #horizontalNav a.back:hover {
  border-right:  solid 12px #ffe857;
}
#cat #horizontalNav.bottom a.back {
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-right:  solid 14px #FFFFFF;
  margin-top: 2px;
}
#cat #horizontalNav.bottom a.back:hover {
  border-right:  solid 14px #ffe857;
}

#cat p {
	font: 0.9em/1.5em Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}
#cat input.marg {
	margin-bottom: 10px;
	margin-top: 3px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}
.titletype {
	color: #008996;
	font-size: .9em;
}
#cat .heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF3399;
}
#cat .author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-style: italic;
	line-height: 1.3em;
	color: #666;
}
#cat .quotegrn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #597000;
	font-size: 1.1em;
	line-height: 1.2em;
}
#cat .body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
#cat .pricecode {
	font-weight: bold;
	color: #333;
}
#cat .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#cat .smallitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: 15px;
}
#cat .smallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 12px;
}
.highlight-mag {
	color: #EC008C;
	font-weight: bold;
}
#cat .highlight-purp {
	color: #942790;
	font-weight: bold;
}
#cat .medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#cat .mediumbold {
	font-weight: bold;
	font-size: 10px;
}
#cat a:link {
	font-weight: bold;
	color: #ec008c;
	text-decoration: none;
}
#cat a:hover {
	font-weight: bold;
	color: #00a1ab;
	text-decoration: none;
}
#cat a:active {
	font-weight: bold;
	color: #00a1ab;
	text-decoration: none;
}
#cat .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	font-style: normal;
}
#cat .quote {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #330000;
	line-height: 17px;
}
#cat .smgrnquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #063;
	font-style: italic;
}
#cat .bodyitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: 13px;
}
#cat .hline1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #71C9F1;
}
#cat .hline2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #71C9F1;
}
#cat .bluerow {
	background-color: #D0EFFF;
}
#cat hr {
	color: #fff;
	background-color: #fff;
	border: 2px dotted #7dcbf9;
	border-style: none none dotted;
	margin: 0;
}
#cat .nobkg {
	background-image: none !important;
}
#cat #footer {
  display: block;
  background: url("/images/catalog/2022/footerBkg.png") repeat center 0;
  background-size: 100%;
  height: auto;
  width: 100%;
  padding-top: 10px;
  vertical-align: bottom;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#cat #footer p {
  position: absolute;
  top: 0;
  left: -9999px;
}
#cat #footer strong {
	color: #fdfd93;
}
#cat.at #footer {
	background-color: #82529f;
}
#cat.bb #footer {
	background-color: #b62532;
}
#cat.cei #footer {
	background-color: #ec4355;
}
#cat.cl #footer {
	background-color: #009b57;
}
#cat.di #footer {
	background-color: #59327d;
}
#cat.e-fl #footer {
	background-color: #6bc18d;
}
#cat.go-mm #footer {
	background-color: #dc532e;
}
#cat.hlt #footer {
	background-color: #0084b8;
}
#cat.kh #footer {
	background-color: #323582;
}
#cat.la #footer {
	background-color: #d61a36;
}
#cat.lcc #footer {
	background-color: #eb522c;
}
#cat.l #footer {
	background-color: #009b57;
}
#cat.md #footer {
	background-color: #f8a92c;
}
#cat.ma #footer {
	background-color: #f38c2d;
}
#cat.mi #footer {
	background-color: #e9142b;
}
#cat.m #footer {
	background-color: #e8008c;
}
#cat.np #footer {
	background-color: #f2803a;
}
#cat.p #footer {
	background-color: #7abf4a;
}
#cat.posters #footer {
	background-color: #0aacb6;
}
#cat.sci #footer {
	background-color: #00adc5;
}
#cat.sc #footer {
	background-color: #842d75;
}
#cat.ss #footer {
	background-color: #00a177;
}
#cat.soft #footer {
	background-color: #00938b;
	height: 50px;
}
#cat.soft #footer p.softwareLink {
	visibility: visible;
	color: #fff;
	font-weight: normal !important;
	margin: 0;
	font-size: .8em;
}
#cat.soft #footer a {
	color: #89dfff;
}
#cat.soft #footer a:hover {
	color: #fff2ac;
}
#cat #footer p.softwareLink {
	visibility: hidden;
}
#cat.sn-i #footer {
	background-color: #009ad9;
}
#cat.spinners #footer {
	background-color: #e4472a;
}
#cat.tt #footer {
	background-color: #499d4b;
}


/*** Product Boxes - Contains Product Descriptions ***/

#productbox {
	background-color: #FFF;
	display: block;
	width: 95%;
	margin: 15px auto 10px auto;
	border-radius: 10px;
	padding: 10px;
	text-align: left;
	webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, .05);
  	border: #afdaef 3px solid;
}
#productbox a.onSale { display: block; width: 104%; position: relative; top: -10px; left: -10px; padding: 10px;  font-size: 1em; color: #fff; text-align: center; background-color: #ee008c; background-image: url("/images/promoLink-bkg-swirlyRibbons.png"); background-size: cover; }
#productbox a.onSale:hover { background-color: #00a1ab; color: #fff; }
#productbox a.onSale strong { color: #fdee6e; font-size: 1.7em; text-shadow: 2px 2px #000; }
#productbox a.onSale em { font-size: .8em; color: #fff; }

#productbox .mediumbold {
	color: #303030;
	font-weight: bold;
}
.nomargin {
	margin: 0px !important;
}
#productbox tr.nomargin p {
	margin: 0;
}
#productbox img.coverMargin {
margin-top: 15px;
}
#productbox a:link, a:visited, a:active {
	font-weight: bold;
	color: #E40079;
}
#productbox a:hover {
	font-weight: bold;
	color: #00a1ab;
	text-decoration: none;
}
#productbox > ul {
	margin: 5px;
	list-style-image: url(../images/star_bullet.gif);
	list-style-type: none;
	list-style-position: inside;
	padding-left: 10px;
}
#productbox ul li, #productbox ol li {
	text-indent: 0;
	font-size: .9em;
	line-height: 1.5em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 2px 0 2px 15px;
}
#productbox div.InnerBox1, #Content.mag .InnerBox1 {
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEE7B4;
	border-right-color: #EEE7B4;
	border-bottom-color: #EEE7B4;
	border-left-color: #EEE7B4;
	background-color: #fcfbe6;
	border-radius: 7px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
  overflow: auto;
}
#productbox .InnerBoxPale {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEE7B4;
	border-right-color: #EEE7B4;
	border-bottom-color: #EEE7B4;
	border-left-color: #EEE7B4;
	background-color: #FCF9E9;
	border-radius: 5px;
	padding: 2px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#productbox .InnerBoxBlue {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9de6ed;
	border-right-color: #9de6ed;
	border-bottom-color: #9de6ed;
	border-left-color: #9de6ed;
	background-color: #d1f9fd;
	border-radius: 5px;
	padding: 2px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#productbox .InnerBox {
	border: 1px solid;
	border-right-width: 1px;
	border-radius: 5px;
	padding: 2px;
	margin: 5px 0 0 0;
}
#productbox .InnerBox.blue {
    border-color: #329dc6;
	background-color: #68BAEC;
}
#productbox .InnerBox.magenta {
    border-color: #890050;
	background-color: #ee008c;
}
#productbox .lineNone {
	padding: 5px;
}
#productbox .line1BR {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #71C9F1;
	border-bottom-color: #71C9F1;
	padding: 5px;
}
#productbox .line1B {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #71C9F1;
	padding: 5px 0;
}
#productbox .line1R {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #71C9F1;
	padding: 5px;
}
#productbox td.line1R:last-of-type {
  border-right-width: 0 !important;
}
#productbox .line2BR {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #71C9F1;
	border-bottom-color: #71C9F1;
	padding: 5px;
}
#productbox .line2B {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #71C9F1;
	padding: 5px;
}
#productbox .line2R {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #71C9F1;
	padding: 5px;
}
#productbox blockquote {
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#productbox .hidden {
	display: none;
}
#productbox .unhidden {
	display: block;
}
#productbox .totaltime {
	text-align: right;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	line-height: 25px;
	padding-right: 25px;
}
#productbox .totaltimeright {
	text-align: right;
	font-weight: bold;
	color: #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e83fa3;
	padding-right: 20px;
}
#productbox > table {
	width: 98%
}
#productbox .scrollarea {
	overflow: auto;
	background-color: #fff;
	width: 540px;
}
#productbox .box1Mid .scrollarea td {
	padding: 5px;
}
#productbox.colorTop {
	background-image: url(../images/catalog/2022/striped-productBox-bkg-blue.png);
	background-position: center -70px;
	background-repeat: no-repeat;
	padding-top: 0;
}
#productbox.colorTop > img {
	display: block;
	width: auto;
	margin: 0 auto;
}
#productbox.combo {
	background-image: url(../images/catalog/2022/productBox-combo-bkg.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 35px;
}
#productbox.combo > img {
	display: block;
	width: auto;
	margin: 0 auto;
}
#productbox.classSet {
	background-image: url(../images/catalog/2022/productBox-classSet-bkg.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 35px;
}
#productbox.classSet > img {
	display: block;
	width: auto;
	margin: 0 auto;
}
#productbox.teamSet {
	background-image: url(../images/catalog/2022/productBox-teamSet-bkg.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 35px;
}
#productbox.teamSet > img {
	display: block;
	width: auto;
	margin: 0 auto;
}
#productbox.structuresSeries {
	background-image: url(../images/catalog/2022/productBox-structuresSeries-bkg.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 35px;
}
#productbox.structuresSeries > img {
	display: block;
	width: auto;
	margin: 0 auto;
}

#productbox .label-yellow, #moreDetails .label-yellow {
    padding: 0 3px;
    background-color: #fff01e;
    border-radius: 5px;
    line-height: 1.5;
  font-size: .8em;
}
#moreDetails .label-yellow {
    color: #343434;
}
#posterspace img {
	margin-top: 5px;
	margin-bottom: 5px;
}
#posterspace img.corners {
	margin-top: 0;
	margin-bottom: 0;
}
#posterspace td {
	padding-bottom: 10px;
	background-color: #d1f9fd;
}


/** Look What's Inside and Prodcut Reviews **/

#moreDetails {
	display: block;
	width: 700px;
	min-height: 500px;
	background: url(../images/catalog/2022/moreDetails-bkg.png) no-repeat center top  #fff;
    background-size: 100%;
	margin: 0 0 25px 225px;
	padding: 15px 0;
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .30);
	-moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .30);/** overflow:hidden; **/
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .30);
    border-radius: 10px; /* CSS 3 */
}
#moreDetails.hotlist {
	background-image: url(../images/catalog/2022/moreDetails-bkg-hot.png);
}
#moreDetails.new {
	background-image: url(../images/catalog/2022/moreDetails-bkg-new.png);
}
#moreDetails a.lwi {
	display: none;
}
#moreDetails #header {
	display: block;
	width: 500px;
	height: 42px;
	margin: 3px auto 45px auto;
	text-align: center;
}
#moreDetails > h2 {
	display: block !important;
	text-indent: 0 !important;
	font-size: 1.7em;
	font-weight: bold;
	color: #1d83cb;
	margin-bottom: 15px;
    margin-left: 15px;
}
#moreDetails > h2 strong {
	color: #00a1ab;
}
#moreDetails > h3 {
	display: block !important;
	text-indent: 0 !important;
	font-size: 1.2em;
	font-weight: bold;
	color: #0963a3;
	margin-top: -15px;
	margin-bottom: 15px;
    margin-left: 15px;
}
#moreDetails img.bigBottomMarg {
	margin-top: 35px !important;
}
#moreDetails h4 {
	display: block;
	color: #00a1ab;
	margin: 30px 0 10px 15px;
}
#moreDetails p.author {
	font-size: .9em;
	color: #666;
	margin: -10px 0 15px 15px;
	font-style: italic;
}
#moreDetails em.author {
	color: #666;
}
#moreDetails .dropCap {
	float: left;
	margin: 7px 0.15em 0 0;
	color: #0083ce;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 35px;
	font-style: normal;
	line-height: 0.8em;
	font-weight: bold;
}
#moreDetails a:hover {
	color: #00a1ab;
}
#moreDetails a.teal:hover {
	color: #00a1ab !important;
}
#moreDetails p {
	font-size: .85em;
	line-height: 1.7em;
	margin-left: 20px;
	margin-right: 20px;
}
#moreDetails ul li {
	font-size: .85em;
	line-height: 1.7em;
	margin-left: 20px;
	margin-right: 5px;
}
#moreDetails p.noBottomMargin {
	margin: 20px 0 0 0;
}
#moreDetails img:nth-child(2) {
	float: right;
	margin: 0 20px 10px 10px !important;
	max-width: 330px !important;
}
#moreDetails img:nth-child(2).imgbdr {
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .30);
	-moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .30);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .30);
}
#moreDetails ul#starBullets {
	width: 100%;
	list-style-image: url(../images/star_bullet-green.gif);
	list-style-position: outside;
}
#moreDetails ul#starBullets > li {
	font-weight: bold;
	color: #018441;
	font-size: 12px;
	margin-bottom: 12px;
	margin-right: 0;
}
#moreDetails ul#starBullets li ul li {
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 370px !important;
	margin-right: 0;
}
#moreDetails b {
	font-size: .9em;
	color: #666;
	margin: 0 15px 5px 0;
	display: block;
}
#moreDetails > ul li {
	font-size: .85em;
	line-height: 1.7em;
	margin-left: 50px;
	margin-bottom: 12px;
	margin-right: 15px;
}
#moreDetails hr {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #00a6e9;
	margin: 30px 15px 0 15px;
}
#moreDetails #sample {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 10px 0;
	justify-content: center;
}
#moreDetails #sample a {
	color: #FFF;
}
#moreDetails #sample a:hover {
	color: #ede127;
	border: none !important;
}

#moreDetails #sample.row1 {
	background-color: #00a6e9;
}
#moreDetails #sample.row2 {
	background-color: #0083ce;
}
#moreDetails #sample h3 {
	flex-basis: 100%;
	text-align: left;
	color: #FFF;
	text-shadow: 0.1em 0.1em 0.1em #000;
	margin: 10px;
}
#moreDetails #sample img {
	display: inline-block;
	margin: 10px !important;
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .30);
	-moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .30);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .30);
}
#moreDetails #sample img:hover {
	border-color: #ede127;
}
#moreDetails #sample.tight img {
	margin: 10px 5px;
}
#moreDetails #sample a:hover {
	border: 1px solid #e7e73f;
}
#moreDetails #sample blockquote {
	margin: -5px 5px 20px 15px;
}
#moreDetails #sample .smallBlock {
	display: inline-block;
}
#moreDetails #sample .smallBlock strong {
	display: block;
	color: #fdfdca;
}
#moreDetails #sample img:nth-child(2) {
	float: none;
	max-width: inherit;
}
#moreDetails .title {
	color: #1d83cb;
}
#moreDetails .subtitle {
	color: #0963a3;
}
#moreDetails img.pdfIcon {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .00) !important;
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .00) !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .00) !important;
}
#moreDetails div.InnerBox1 {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #EEE7B4;
	background-color: #FCF3B3;
	border-radius: 7px;
	padding: 0;
}
#moreDetails img.sectionHeader {
	display: block;
	width: auto;
	margin: 5px auto 0 auto;
}
#moreDetails img.tips {
	display: block;
	width: 209px;
	margin: 20px auto 0 auto;
}
#moreDetails #innerContainer .videoCenterAlign { display: block; width: 90%;
	margin: 5px auto 15px auto;
}
#moreDetails #innerContainer {
	background-color: #93daf8;
	display: block;
	width: 100%;
	margin: 10px 0;
	padding: 5px 0 20px 0;
}
#moreDetails #innerContainer.colorChange {
	background-color: #bfe29c;
}


/** Look What's Inside Bottom Nav for Products with Multiple Look What's Inside Pages **/

#moreDetails p#productNav { display: block; width: 600px; margin: 0 auto; float: none; text-align: center;
}	
#moreDetails p#productNav a {
	display: inline-block;
	width: auto;
	padding: 3px 7px;
	background-color: #00b290;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 0 5px;
	border-radius: 7px;
	clear: both;
}
#moreDetails p#productNav a:hover {
	background-color: #a561cc;
}

a.backButton {
	display: block;
	width: 54px;
	height: 23px;
	background-image: url(../images/backButton.png);
	background-position: 0 0;
	text-indent: -9999px;
	margin: 20px auto 0 auto;
	clear: both;
}
a.backButton:hover {
	background-position: -54px 0;
}
.whiteInnerBox {
	border-radius: 10px;
	background-color: #fffde9;
	width: 550px;
	margin: 20px auto 10px auto;
	padding-top: 5px;
	padding-bottom: 10px;
}
strong.sample {
	color: #009447;
	font-size: 1.2em;
}
td.samplePageHeader {
	color: #fff;
	font-weight: bold;
	size: 10px;
	background-color: #00a651;
	padding: 0 0 0 10px;
}
.purplelineBR {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #683B90;
	border-bottom-color: #683B90;
}
.purplelineB {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #683B90;
}
.purplelineR {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #683B90;
}
.purplelineT {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #683B90;
	padding: 5px 15px 5px 15px;
}


/***** Catalog Section (e.g. Cooperative Learning, Brain-Base Learning) Main Headers and Background Colors ******/

#cat > a {
	display: block;
	text-indent: -9999px;
	height: 71px;
	width: 694px;
	margin: 10px 0 0 0;
}
#cat > h1 {
	position: absolute;
    top: 0;
    left: -9999px;
}
#cat > h2 {
	display: none;
}

#cat.at {
	background-image: url(../images/catalog/2022/h2-at.png);
}
#cat.at #horizontalNav {
	background-color: #7cae62;
}

#cat.bb {
	background-image: url(../images/catalog/2022/h2-bb.png);
  background-size: 100%;
}
#cat.bb #horizontalNav {
	background-color: #0ca08d;
}

#cat.cei {
	background-image: url(../images/catalog/2022/h2-cei.png);
}
#cat.cei #horizontalNav {
	background-color: #23b9ac;
}

#cat.cl {
	background-image: url(../images/catalog/2022/h2-cl.png);
}
#cat.cl #horizontalNav {
	background-color: #ec63a4;
}

#cat.cl #productbox form.floatright {
	display: block;
	width: 100%;
	text-align: right;
	clear: both;
	margin-top: 5px;
}

#cat.di {
	background-image: url(../images/catalog/2022/h2-di.png);
}
#cat.di #horizontalNav {
	background-color: #a6cf84;
}

#cat.e-fl {
	background-image: url(../images/catalog/2022/h2-e-fl.png);
}
#cat.e-fl #horizontalNav {
	background-color: #983f73;
}

#cat.go-mm {
	background-image: url(../images/catalog/2022/h2-go-mm.png);
}
#cat.go-mm #horizontalNav {
	background-color: #25aad7;
}

#cat.kh {
	/* Same as Admin Trainers */
	background-image: url(../images/catalog/2022/h2-kh.png);
}
#cat.kh #horizontalNav {
	background-color: #f2852c;
}

#cat.hlt {
	background-image: url(../images/catalog/2022/h2-hlt.png);
}
#cat.hlt #horizontalNav {
	background-color: #f1794f;
}

#cat.la {
	background-image: url(../images/catalog/2022/h2-la.png);
}
#cat.la #horizontalNav {
	background-color: #66bf8a;
}

#cat.lcc {
	background-image: url(../images/catalog/2022/h2-lcc.png);
}
#cat.lcc #horizontalNav {
	background-color: #00b8d3;
}

#cat.l {
	background-image: url(../images/catalog/2022/h2-l.png);
}
#cat.l #horizontalNav {
	background-color: #ec63a4;
}

#cat.md {
	background-image: url(../images/catalog/2022/h2-md.png);
}
#cat.md #horizontalNav {
	background-color: #3e61aa;
}

#cat.ma {
	background-image: url(../images/catalog/2022/h2-ma.png);
}
#cat.ma #horizontalNav {
	background-color: #3b71b5;
}

#cat.mi {
	background-image: url(../images/catalog/2022/h2-mi.png);
}
#cat.mi #horizontalNav {
	background-color: #5dc6c7;
}

#cat.m {
	background-image: url(../images/catalog/2022/h2-m.png);
}
#cat.m #horizontalNav {
	background-color: #75c061;
}

#cat.np {
	background-image: url(../images/catalog/2022/h2-np.png);
}
#cat.np #horizontalNav {
	background-color: #584393;
}

#cat.p {
	background-image: url(../images/catalog/2022/h2-p.png);
}
#cat.p #horizontalNav {
	background-color: #7d4f9d;
}

#cat.posters {
	background-image: url(../images/catalog/2022/h2-posters.png);
}
#cat.posters #horizontalNav {
	background-color: #ec4a2b;
}

#cat.sci {
	background-image: url(../images/catalog/2022/h2-sci.png);
}
#cat.sci #horizontalNav {
	background-color: #ed5242;
}

#cat.sc {
	background-image: url(../images/catalog/2022/h2-sc.png);
}
#cat.sc #horizontalNav {
	background-color: #009347;
}

#cat.ss {
	background-image: url(../images/catalog/2022/h2-ss.png);
}
#cat.ss #horizontalNav {
	background-color: #ed5e89;
}

#cat.soft {
	background-image: url(../images/catalog/2022/h2-soft.png);
    position: relative;
}
#cat.soft #horizontalNav {
	background-color: #e90471;
}

#cat.spinners {
	background-image: url(../images/catalog/2022/h2-spinners.png);
}
#cat.spinners #horizontalNav {
	background-color: #28b7de;
}

#cat.sn-i {
	background-image: url(../images/catalog/2022/h2-sn-i.png);
}
#cat.sn-i #horizontalNav {
	background-color: #ee6634;
}

#cat.tt {
	background-image: url(../images/catalog/2022/h2-tt.png);
}
#cat.tt #horizontalNav {
	background-color: #cf118c;
}

/** Tech Support Link **/

a#techSupport {
	background-image: url(../images/catalog/2020/techSupport.png);
	background-position: 0 0;
	display: block;
	height: 19px;
	width: 80px;
	text-indent: 0;
	position: relative;
	top: -84px;
	right: 74px;
	float: right;
}
a#techSupport:hover {
	background-position: 0 -19px;
}
#accessibilityNotice {}

/** Software Support Link **/

a#softwareSupport {
  display: block;
  height: auto;
  width: fit-content;
  text-indent: 0;
  font-size: 10px;
  position: absolute;
  right: 60px;
  top: 5px;
}
a#accessibilityNotice {
   display: block;
  height: auto;
  width: fit-content;
  text-indent: 0;
  font-size: 10px;
  position: absolute;
  right: 53px;
  top: 35px;
}

/** Software Pop-Up Modal - Activated by Buy Download Button **/

#softDownloadContainer {
	display: block;
	max-width: 650px;
	width: 100%;
}
#softDownloadContainer .modal-window {
    left: 46%;
    margin: 0;
}
#softDownloadContainer p, #softDownloadContainer li {
	margin-bottom: 8px;
	font-size: 0.85em;
	color: #333;
	line-height: 1.6em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 10px;
}
#softDownloadContainer title { 
	color: #703897 !important;
}


/** For Kagan E-books and BKBF in Product Box **/

ul#bldStar {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	display: block;
	list-style-image: url(../images/star_bullet.gif);
	list-style-type: none;
	list-style-position: outside;
}
ul#bldStar li {
	font-size: 0.8em;
	font-weight: bold;
	text-indent: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}

/** BKCLW **/

#bkclwBlock {
	display: block;
	width: 480px;
	padding: 15px;
	background-color: #1ab6ed;
	text-align: center;
	border-radius: 15px;
	margin: 0 auto;
}
#bkclwBlock h3 {
	color: #fef104;
	font-size: 1.2em;
	margin: 0 0 5px 0;
	text-shadow: 0.1em 0.1em 0.1em #105d78;
}
#bkclwBlock p {
	margin: 0;
	background-repeat: no-repeat;
}
table#posterspace {
	border-radius: 10px;
	overflow: hidden;
}


/* Shake product thumbnail image when arriving from an anchor tag link. */

img:target {
  animation: shake 0.7s;
  animation-iteration-count: 1;
  }
    
  @keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

#buttonBox {
  display: block;
  width: 115px;
  text-align: center;
  float: right;
}
.buyButton, .button {
  display: flex;
  width: max-content;
  height: max-content;
  border-radius: 10px;
  margin: 3px 0 5px 0;
  padding: 2px 8px;
  text-align: center;
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: .95em;
  color: #fff !important;
  font-weight: bold;
  transition: .1s;
  position: relative;
  cursor: pointer;
}
.buyButton:hover {
  background-color: #e8ee46 !important;
  color: #fff !important;
}

.fltlft {
  float: left;
  margin: 0 10px !important;
}
.buyButton .fltrt {
  float: right;
  margin-bottom: 5px !important;
}

.buyButton.blue { background-color: #0085cb; }
.buyButton.magenta { background-color: #ee008c; }
.buyButton.red { background-color: #c62526; }
.buyButton.purple { background-color: #8b029b; }

#footer .image2 { display: none; } 

/******* Animations from  ********/

/* Bounce */
.vertBounce {
	position: relative;
	animation-name: bounce;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in;
}