/* DEFAULT CSS */

/*REQUIRED FOR FOOTER AT BOTTOM */
html, body {
	height: 100%;
	font-family: "din-2014", Helvetica, sans-serif;
	font-size: 14px; /* changed from 12px (MS) */
}

#mainContainerSF {
	min-height: 100%;
}

#mainContentSF {
	max-width: 1890px;
	width: 99% !important;
	padding-bottom: 68px !important; /* Must match height of footer (compensate for MoreHTML Body and other spacing variation in screen height) */
}

/*** FOOTER***/
footer {
	position: relative;
	width: 100%;
	margin-top: -68px; /* compensate as need for perfect fit with #mainContentSF */
	clear: both;
	/* Above CSS required for footer at bottom */
	padding: 0;
	background: #111;
	background-image: linear-gradient(5deg, #1e1e1e 0, #111 100%);
	height: 68px;
}

/* End Footer*/

body {
	margin: 0 auto;
	height: 100%;
	background-color: #F5F5F5 ;
	background-repeat: no-repeat;
	overflow-x: hidden;
}

.tag {
	color: #666666;
	font-size: 9px;
	line-height: 1.2em;
}

.boldbody {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}

.smallbody {
	color: #666666;
	font-size: 10pt;
}

.login {
	font-size: 14px; /* changed from 12px */
	font-style: 400;
	width: 100%;
	background-color: transparent;
	padding:8px 0 10px 10px;
	color: #000;
}

a.login {
	color: #444;
	text-decoration: none;
	font-weight:bold;
	padding-right: 8px;
	padding-left: 8px;
	text-transform: capitalize;
}

a.login:hover {
	color: #000;
	text-decoration:none;
	background-color: transparent;
}

.loginWelcome, .loginLogout {
	background-color: transparent;
}

.loginWelcome span {
	float: right !important;
}

table.tableLogin {
	position: relative; /*absolute (Scroll With Page) fixed (Fixed In Upper Corner) */
	float: right;
	width: 100%;
	top: 88px;
	z-index: 100;
	border: none;
}

table.tableMain {
	position: relative;
	top: 75px;
	z-index: 2;
	width: 100%;
	max-width: 1890px;
	background-color: transparent;
	padding: 10px 0;
    margin: 0 0 150px 0;
}

table.tableSiteBanner {
	position: absolute; /* changed from fixed */
	height: 77.25px;
  	background: transparent;
  	z-index: 11;
  	max-width: 1890px;
  	width: 98%; /* changed from 100% (MS) */ 
}

.tableSiteBanner img {
	z-index: 2;
    float: inherit;
    position: absolute; /* changed from fixed */
    height: 65px; /* changed from 32px (MS) */
    margin: 5px 0; /* changed from 23px 0 (MS) */
}

.mainContentNB {
	color: #000000;
	padding-left: 15px;
	width: 745px;
}

a {
	color: #153B6B;
	text-decoration: none;
}

a:hover {
	color: #1DAFEC;
	text-decoration: underline;
}

.anchor a{
	text-decoration: none;
}

.anchor a:hover {
	text-decoration: underline;
}

/******************************************************************************************
* DTSS ADDED - HTML for Menu, Footer, Checkout, Etc. *
*******************************************************************************************/

#navBG { 
  	background: #fff;
	position: absolute; /* changed from fixed */
  	top: 0;
  	height: 77.25px;
  	left: 0;
  	right: 0;
  	width: 100%;
  	z-index: 10;
}

#headerInfoBar {
	position: relative;
	background: #F3EA09;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.7px;
}

/* Main Navigation Menu */

#navWrapper {
	float: right;
    position: absolute; /* changed from relative */
    top: 25px;
    z-index: 12;
    right: 0;
}

#menu {
	width: 100%;
	background: transparent;
	position: relative;
  	z-index: 12px;
}

#menu li {
	float: left;
	text-align: left;
	margin: 0 auto;
	position: relative;
	display: inline;
}

#menu li a {
	font-size: 14.5px;
	font-weight: 400;
	color: #b0b0b0;
	height: 52px;
	padding: 8px;
	line-height: 25px;
	text-decoration: none;
	text-transform: capitalize;
  	letter-spacing: .029em;
}

#menu li a:hover,
#menu li.menuG a,
#menu li:hover > a {
	text-decoration:none;
	color: #000;
}

/*#menu li.menuG a:before {
	content: '';
	position: absolute;
	right: 15px;
	left: 15px;
	background-color: #F3EA09;
	top: 28px;
	height: 1px;
}*/

#menu li:last-child a {
	padding: 10px 0 0 15px;
	background: transparent
}

/* END Main Navigation Menu */

/* LOGIN BOX*/
#bigbox {
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
/* END Login Box */

/*CATEGORY HEADER TEXT*/
div.source,
p.style1 {
	color: #4a4a4a;
  	font-family: "din-2014", Helvetica, sans-serif; /* changed from times, serif (MS)*/
	font-size: 70px;
	font-weight: 400;
}

/* FOOTER*/
.footerSections {
	width: 100%;
	max-width: 1890px;
	margin: 0 auto;
}

#footerBottom {
	height: 68px;
}

.footerCoyright {
	color: rgba(255,255,255,.45)!important;
	font-size: 12px;
	line-height: 68px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.7px;
	text-align: left;
}

/* End Footer*/

#catalogWrap,
.prodCell {
	border: 1px solid rgba(0,0,0,.06);
}
/*ADDED MS*/ 
#products > .prodCell {
	padding: 0;
	text-align: center;
  	padding: 15px;
}
/* CHECKOUT HEADER*/

.tableCheckoutHeader {
	display: block;
	float: inherit;
	position: relative;
	top: -20px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	z-index: 3;
}

.tableCheckoutHeader img {
	padding-left: 120px;
}
/* END Checkout Header*/

p.style1 {
	color: #444;
	font-size: 25px;
	font-weight: bold;
}

/******************************************************************************************
* PRODUCT SIDE MENU *
*******************************************************************************************/

#TCtable {
	background: none;
	padding: 0;
}

#TCtable td {
	background: none;
}

.TCCaption {
	color: #BDBDBD;
	font-style: italic;
}

ul.TreeControl {
	float: inherit;
	position:relative;
	padding: 10px;
}

ul.TreeControl {
	color: #ffffff;
}

ul.TreeControl li.TCopen div.anchorCatalog,
ul.TreeControl li.TCclosed div.anchorCatalog {
	float:inherit;
	position:relative;
	color: #4a4a4a; /* Changed from #000 (MS) */
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	border: none;
	background: #4a4a4a; /* Old browsers */ /* Changed from #000 (MS) */
	margin-bottom: 5px;
	text-align: left;
	height: 42px;
	line-height: 42px;
  	border-radius: 5px; /* Added MS */
  	font-weight: bold; /* Added MS */
}

ul.TreeControl li {
	list-style: none;
}

ul.TreeControl,
ul.TreeControl ul,
ul.TreeControl li {
	margin-bottom: 5px;
	padding: 0;
	font-size: 10pt;
}

ul.TreeControl li a  {
	cursor: pointer;
	text-decoration: underline;
	color: #000000;
}

ul.TreeControl li a:hover {
	padding-left: 30px; /* changed from 5px*/
	cursor: pointer;
	text-decoration: underline;
	color: #224390;
}

ul.TreeControl li.TCopen a {
	list-style: none;
	background: none;
	text-decoration: none;
	color: #e6e6e6; /* changed from #F3EA09 (MS) */
}

ul.TreeControl li.TCclosed a {
	list-style: none;
	background: none;
	text-decoration: none;
	color: #e6e6e6; /* changed from #F3EA09 (MS) */
}

ul.TreeControl li.TCbullet {
	padding: 4px 10px 4px;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	text-shadow: 0 1px 1px
	rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
}

ul.TreeControl li#active ::before /* changed from ul.TreeControl li#active */  {
    /* border-bottom: 2px solid #4a4a4a; */
    content: "»";
    border-radius: 2px;
    Color: #00467F;
    margin-inline-end: 4px;
  	font-size: 20px;
  	font-weight: bold;
}
  

ul.TreeControl li.TCbullet a {
	list-style: disc; background: none;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	font-size: 14.5px; /* changed from 14px */
	line-height: 25px;
	margin-bottom: 0px;
	text-align: left;
}
ul.TreeControl li.TCbullet a:hover {
	color: #000;
}

ul.TreeControl li.TCopen ul {
	display: block;
}

ul.TreeControl li.TCclosed ul {
	display: none;
}

/******************************************************************************************
* END DTSS ADDED - PRODUCT SIDE MENU *
*******************************************************************************************/

#cartContainer.floatClass {
	top: -60px;
}

.shopping_cart_icon path {
	fill: #456888;
}

#cartCountBadge {
	background: #456888;
}

.catalogTbl {
	background-color: transparent;
	padding: 0 !important;
}

/*******************************************************************************************
* Shopping Cart *
*******************************************************************************************/

#cartIcon {
	color: #fff;
	position: absolute;
	right: 4px;
	padding: 0;
	font-size: 24pt;
}

#cartCountBadge {
	background: #99C456;
	position: absolute;
	right: 0;
	margin: 0;
	border-radius: 100px;
	padding: 0px 2px;
	line-height: 19px;
	border: 1px solid #fff;
}

#cartDesc {
	display: none;
}

#cartCount {
	background: transparent;
	border: none;
}

#cartContainer.floatClass {
	top: -62px;
}

.checkoutProgress {
	top: 50px;
  	border: 0;
}

/* cart image */
.tblImage {
	border: 1px solid #CCCCCC;
}

.tblImage td {
	background-color: #FFFFFF;
	padding: 0em;
	margin: 0em;
	text-align: center;
	vertical-align: middle;
}
/* added header box */
.ui-box header {
    display: flow-root;
    border: 1px solid #c2c2c2;
    border-bottom: none;
    background: #4a4a4a; /* Changed from #e6e6e6 MS */
    color: #e6e6e6; /* changed from #444 */
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    min-height: 18px;
    line-height: 18px;
}
/******************************************************************************************
* Checkout process changed added MS *
*******************************************************************************************/
#checkoutProceedButton button {
	width: 100%;
	height: 30px;
	color: #e6e6e6;
	font-size: 16px !important;
	background: #4a4a4a !important;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
	border: none !important;
}

#checkoutProceedButton button:hover,
#checkoutProceedButton button#updateImg,
#checkoutProceedButton button.btnUpdate  {
	background: #00467F !important;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
  	color: #e6e6e6;
}

#checkoutProceedButtonContainer button:before {
	color: #fff;
	font-size: 16px;
}
.checkoutProgress .circle.active .label {
    color: #e6e6e6;
    background: #00467F;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.checkoutProgress .circle.active .title {
    color: #4a4a4a;
}
.checkoutProgress .circle.done .label {
    color: #4a4a4a;
    background: #e6e6e6;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
@-webkit-keyframes greenPulse /* Safari and Chrome */ {
	from {border-color: #00467F;box-shadow: 0 0 0 #333;}
	50% {border-color: #00467F;box-shadow: 0 0 18px #00467F;}
	to {border-color: #00467F;box-shadow: 0 0 0 #333;}
}

@-moz-keyframes greenPulse /* Firefox */
{
	from { border-color: #00467F; box-shadow: 0 0 0 #333; }
	50% { border-color: #00467F; box-shadow: 0 0 18px #00467F; }
	to { border-color: #00467F; box-shadow: 0 0 0 #333; }
}

.pw-img {
    position: relative;
    display: inline-block;
    background-image: none;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 16px;
    color: #00467F;
    cursor: pointer;
    text-rendering: optimizeLegibility;
    width: auto;
    height: auto;
}

/* End Checkout changes */ 
/******************************************************************************************
* Product layout changed MS *
*******************************************************************************************/
 #products .prodCell img {
    border: solid 1px;
    border-color: black;
    width:auto;
	height:200px;
    margin:0 auto;
}
/* added MS */ 
#products {
	grid-gap: 30px;
}
/* End product changes */ 
/******************************************************************************************
* My account page changed MS *
*******************************************************************************************/
/* CSR + Sales rep */ 
.ui-box section table {
    font-size: 13px;
    text-decoration: none;
}
.h3, h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}
.ui-box section a {
    color: #00467F; /* changed from #1d78bf */ 
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
}
div.search	{
	text-align: left !important;
	margin-bottom: 5px;
	margin-top: 10px;
}
#catalogSearch {
	text-align: right !important;
	display: block;
	padding: 0;
	border: none;
	margin-bottom: 10px;
}

/**********************************
* Select Menu MS	              *
***********************************/

select,
.ui-select-menu,
select[name="datatable_length"] {
	font-family: inherit;
	font-weight: normal;
	font-size: 13px;
	border: 1px solid #aaa;
	border-radius: 4px;
	color: #222222;
	padding: 2px 0;
}
/* end select menu MS */
/**********************************
* UI-BOX CONTAINERS MS            *
***********************************/
.ui-box {
	position: relative;
	border: none;
	background: none;
	font-size: 13px; /* changed from font-size: 12px; MS */
	color: #222222;
	border-radius: 4px;
	margin-bottom: 10px;
}
/* end UI-Box Containers MS */
/* Tweaks */
#catalogWrap, 
.prodCell,
#products {
  border: none;
}