/*REQURED FOR FOOTER AT BOTTOM */
html, body {
	height: 100%; 
}
#mainContainerSF {
  max-width: 1200px;
 	min-height: 100%;
  background: rgba(255,255,255,0.95);
  margin:0 auto;
}
#mainContentSF {
    background: transparent;
	overflow: auto;
  	padding-bottom: 100px; /* Must match height of footer (comensate for MoreHTML Body and other spacing vairation 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: #005a9c;
	height: 68px;
  	color: #fff;
}
#footerContent {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 68px;
}

/* End Footer*/

#mainContentSF {
 max-width: 1200px;	
  width: 100% !important;
}

body {
	margin: 0 auto;
	height: 100%;
	background: url("../user/images/globals/default/bg.jpg") #fff ;
	background-size: cover;
	background-repeat: repeat-y;;
	overflow-x: hidden;
  font-family: Poppins, sans-serif !important;
}

.login {

            font-family: "Poppins", sans-serif;
            font-size: 14px;
            font-weight: 700;
            width: 100%;
            background-color: transparent;
            padding:10px 0 10px 10px;
}

a.login {
            color: #1A45A7;
            text-decoration: none;
            font-weight:bold;
            padding: 0;
            border:none;
}

a.login:hover {
	color: #ffffff;
    text-decoration:none;
	filter: brightness(85%);
}

.loginWelcome, .loginLogout {
  	color: #202124;
    background-color: transparent;
    border: none;
}

.loginWelcome span {
  float: right !important; 
  margin: 0 10px 0 0;
}

.loginLogout {
  padding: 0 15px 0 0;
    border-right: 1px solid #B1B1B1;
}

.loginLogout a {
   background: #005a9c; 
  border-radius: 100px;
  font-size: 12px;
  color: #fff;
  text-transform: capitalize;
      padding: 5px 15px;
}

table.tableLogin {
	position: relative;
    float: right;
    z-index: 2;
    width: 320px;
    top: -100px;
    right: 10px;
    z-index: 100;
    line-height: 10px;
    margin: 0 40px 0 0;
}
table.tableMain {
	position: relative;
	top: 27px;
	z-index: 2;
	width: 100%;
  	max-width: 1360px;
	background: transparent;
	padding: 10px;
}
table.tableSiteBanner {
	position: relative;
  	height: 80px;
}
.tableSiteBanner img {
	z-index: 2;
	float: inherit;
	position: relative;
	height: 125px;
	margin: 8.5px 0;
}
.mainContentNB {
	color: #000000;
	padding-left: 15px;
	width: 745px;
}
a {
	font-family: Poppins, sans-serif;
}

/******************************************************************************************
* DTSS ADDED - HTML for Menu, Footer, Checkout, Etc. *
*******************************************************************************************/

#headerBG {
 position: absolute;
  top: 0;	
  left: 0;
  right: 0;
  height: 134px;
  background: #fff;
  box-shadow: 3px 3px 10px rgb(0 0 0 / 30%);
  z-index:2;
}

#headerInfoBar {
	position: relative;
  	background: #005a9c;
  	width: 100%;
  	height: 40px;
  	color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.7px;
}

/* Main Navigation Menu */

#navWrapper {
	position: absolute;
    top: 134px;
    left: 0;
    right: 0;
    height: 62px;
    background: #fff;
    width: 100%;
   box-shadow: 3px 3px 10px rgb(0 0 0 / 30%);
}

#menu { 
  max-width: 1200px; 
  background: transparent; 
  position: relative;
  margin: 0 auto;
}
#menu li {
	float: left;
	text-align: left;
	margin: 0 auto;
	position: relative; 
	display: inline;
  line-height: 62px;
}
#menu li a {
	font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #202124;
    padding: 22px;
    text-decoration: none;
    text-transform: capitalize;
}
#menu li a:hover, #menu li.menuG a, #menu li:hover > a {
	text-decoration:none;
	color: #fff;
  background: #005a9c;
}

/* 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 {
	color: #005a9c;
	font-size: 40px; 
	font-family: "Poppins";		
	font-weight: 700;
}

/* FOOTER*/
.footerSections {
  	width: 100%;
  	max-width: 1360px;
  	margin: 0 auto; 
}
#footerTop {
 
}
#footerBottom {
  height: 68px;
}
.footerCoyright { 
	color: rgba(255,255,255,.45)!important;
    font-size: 12px;
    line-height: 68px;
    font-family: Poppins, san-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    text-align: left;
}

/* End Footer*/

#topbreadsearch {
 display: block !important;
    margin: 0 0 22px 0; 
}

#customizeTbl {
 	background: transparent; 
}
#shoppingCartTbl {
	background: #fff;
}

#backBtnSection,
#nextBtnSection {
 width: auto; 
}
#titleSection {
 width: 93%; 
}
#catalogWrap,
.prodCell {
 	border: 1px solid rgba(0,0,0,.06); 
}

/* 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*/

.rightColumn {
	width: 240px;
}
.homeTable { color: #005D40; font-size: 12px; font-family: Poppins, sans-serif; font-weight: bold; text-decoration: none;}
.homeTable a { color: #005D40; font-size: 12px; font-family: Poppins, sans-serif; font-weight: bold; text-decoration: none; }
.homeTable a:hover { color: #009900; font-size: 12px; font-family: Poppins, sans-serif; font-weight: bold; text-decoration: none; }

/* Page Heading */
.pageHeading  { color: #005D40; font-size: 25px; font-family: Poppins, sans-serif; font-weight: bold; font-style:italic; float: left; padding-right: 20px; }
/* END Page Heading */

/* Product Heading */
.prodHeading  { color: #005D40; font-size: 20px; font-family: Poppins, sans-serif; font-weight: bold; font-style:italic; float: left; padding-right: 20px; }
/* END Page Heading */

p.style1 { color: #444; font-size: 25px; font-family: Poppins, sans-serif; font-weight: bold; }

/******************************************************************************************
* END DTSS ADDED - HTML for Menu, Footer, Checkout, Etc. *
*******************************************************************************************/

.body {
	color: #333333;
	font-size: 13px;
	line-height: 1.2em;
}
h1 {
	font-family: Poppins, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
}
.h1 {
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
}
h2 {
	font-family: Poppins, sans-serif;
	font-size: 15px;
	line-height: 1.2em;
}
.h2 {
	font-family: Poppins, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
}
h3 {
	font-family: Poppins, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
}
.h3 {
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
}
.inputBody {
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	text-decoration: none;
}

/* cart image */
table.tblImage {
	border: 1px solid #CCCCCC;
}
table.tblImage td {
	background-color: #FFFFFF;
	padding: 0em;
	margin: 0em;
	text-align: center;
	vertical-align: middle;
}

/******************************************************************************************
* DTSS ADDED - 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, ul.TreeControl li.TCclosed {  }
ul.TreeControl li.TCopen div.anchorCatalog, ul.TreeControl li.TCclosed div.anchorCatalog {
        float:inherit;
	position:relative;
        color:#fff; 
	font-size: 16px;
  font-weight: 400;
        padding: 0;
        border: none;
       
background: #005a9c; /* Old browsers */
margin-bottom: 5px;
text-align: left;
  height: 42px;
  line-height: 42px;
}
ul.TreeControl li { list-style: none; }
ul.TreeControl, ul.TreeControl ul, ul.TreeControl li { margin-bottom: 5px; padding: 0; font-size: 10pt;}
ul.TreeControl ul {  }
ul.TreeControl li a  cursor: pointer; text-decoration: underline; color: #000000; }
ul.TreeControl li a:hover { padding-left: 5px; cursor: pointer; text-decoration: underline; color: #224390; }
ul.TreeControl li.TCopen a { list-style: none; background: none; text-decoration: none; color: #fff; }
ul.TreeControl li.TCclosed a { list-style: none; background: none; text-decoration: none; color: #fff;}

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 {
  border-bottom: 1px solid #005a9c;
}
ul.TreeControl li.TCbullet a { 
        list-style: disc; background: none;
        color: #000;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 10px;
	font-size: 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 *
*******************************************************************************************/


.catalogTbl {
	background-color: transparent;	
	padding: 0 !important;
}

/*******************************************************************************************
* Shopping Cart *
*******************************************************************************************/

#cartIcon {
	color: #005a9c;
	position: absolute;
	right: 4px;
	padding: 0;
	font-size: 21pt;
}	
#cartCountBadge {
	background: #39815B;
	position: absolute;
	right: -3px;
    top: -6px;
	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: -87px;
}

.checkoutProgress {
 	top: 30px;
  border: 0;
}