<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearfix:after { content: "\00A0"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix{ display: inline-block;}
html[xmlns] .clearfix { display: block;}
* html .clearfix{ height: 1%;}
.clearfix {display: block}




body{
  margin: 0;
}

#div-header-spacer{ height:10px; }

#img_login{
  position:relative;
  width:28px;
  cursor:pointer;
}

#div-browser-support{
  position: relative;
}

.td-browser-support{
  background-color: #B40404;
  height: 40px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #D8D8D8;
}

#span-browser-support-link{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFF00;
  text-decoration: none;
}




/*This is the DIV for each HTML/PHP page where the navigation_header page is included*/
#div-header{
  margin-bottom: 5px;
}

#div-header-main{
  width: 1200px;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
}


#div-header-top{}
#div-header-top ul{
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#div-header-top li{
  position: relative;
  float: left;
  padding-left: 25px;
}

/*
#span-newsletter{
  cursor: pointer;
}

#div-newsletter-outer{
  display: none;
  position: absolute;
  width: 320px;
  z-index: 100;
  padding: 12px 12px 12px 12px;
}

#div-newsletter-inner{
  position: relative;
  height: 160px;
  background-color: #F7F7F7;
  overflow: auto;
  text-align: center;
  font-family: Helvetiva, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 5px 10px 2px;
  border: solid 1px #CCCCCC;
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-left-radius:10px;
  border-bottom-left-radius:10px;
  
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-right-radius:10px;
  border-bottom-right-radius:10px;  
  
  -moz-border-radius-topright:10px;
  -webkit-border-top-right-radius:10px;
  border-top-right-radius:10px; 
  
  -moz-border-radius-topleft:10px;
  -webkit-border-top-left-radius:10px;
  border-top-left-radius:10px;
}

#div-newsletter-outer .close_button{
  top: 0px;
  left: 322px;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}

#newsletter-head{
  font-family: Helvetiva, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.news-txtbox{
  font-family: Helvetiva, Verdana, sans-serif;
  padding: 0px 5px 0px 5px;
  margin-top: 10px;
  height: 18px;
  width: 190px;
}
*/

#div-home-img{
  position: relative;
  text-align: left;
  top: 20px;
  cursor: pointer;
  padding-left: 10px;
}

#header-img{
  cursor: pointer;
  width: 230px;
}
#header-img2{ display: none; }

#div-ghc-link{
  position: relative;
  top: -4px;
  line-height: 50px;
  width: 169px;
  background-color: #3588c9;

  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;  
  
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#div-ghc-link:hover{
  background-color: #006bb6;
}
#font-ghc-link{
  position: relative;
  left: -13px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}
#a-ghc-link:link, #a-ghc-link:active, #a-ghc-link:visited{  text-decoration: none; }
#a-meghcdtel-link2{ display: none; }


#span-small-link, #span-small-link:link, #span-small-link:active, #span-small-link:visited{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.alink{
  text-decoration: none;
  color: #000000;
}

.font_head_01{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #434343;
}

.font-freight-value{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #434343;
}

#div-search-box{
  width: 260px;
  white-space: nowrap;
  display: block;
  position: relative;
}

.search-box{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #8A8A8A;
  text-indent: 10px;
  border: 1px solid #cccccc;
  line-height: 26px;
  height: 26px;
  width: 215px;
}

#div-search-icon{
  position: relative;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #e6e6e6;
  float: right;
  height: 28px;
  width: 30px;
  text-align: center;
}
#div-search-icon #img-search{
  position: relative;
  margin: auto;
  padding-top: 9px;
  cursor: pointer;
}

.btn{
  margin-top: 10px;
  background-color: #585854;
  height: 25px;
  width: 140px;
  cursor: pointer;
  text-align: center;
  border-width: 1px;

  -moz-border-radius-bottomleft:5px;
  -webkit-border-bottom-left-radius:5px;
  border-bottom-left-radius:5px;
  
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-right-radius:5px;
  border-bottom-right-radius:5px;

  -moz-border-radius-topright:5px;
  -webkit-border-top-right-radius:5px;
  border-top-right-radius:5px;

  -moz-border-radius-topleft:5px;
  -webkit-border-top-left-radius:5px;
  border-top-left-radius:5px;
}
.font-btn{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
}

.font-small{
  position: relative;
  top: -1px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 15px;
  color: #000000;
}





/*Top menu style*/
#div-menu-prefix{
  position: relative;
  width: 80px;
  top: 32px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color:#3B3B3B;
}

#div-header-menu{
  position: relative;
  left: 50px;
  margin-top: 0px;
  padding-left: 0px;
}

#div-header #menu, ul{
  list-style: none;
  padding: 0px;
}

#div-header-menu #menu li {
  float: left;
  position: relative;
  padding-right: 30px;
}

#div-header-menu #menu a {
  text-decoration: none;
  color:#3B3B3B;
}

#div-header-menu #category-submenu{
  overflow: hidden;
  position: absolute;
  display: none;
  height: auto;
  width: 700px;
  z-index: 99;
  top: 20px;
}

#div-header-menu #category-submenu #menusub li{
  clear: left;
  width: 200px;
  height: 20px;
  padding: 10px 5px 10px 5px;
  background-color: #FAFAFA;
  border: solid 1px #E6E6E6;
  text-align: left;
  cursor: pointer;
}
#div-header-menu #category-submenu #menusub li:hover{
  background-color: #D8D8D8;
}

.menu-subsub{
  display: none;
  position: absolute;
  overflow: hidden;
  clear: left;
  z-index: 99;
  margin-left: 212px;
}

#div-header-menu #menusubsub li{
  overflow: hidden;
  width: 250px;
  padding: 10px 5px 10px 10px;
  background-color: #f2f2f2;
  border: none;
  text-align: left;
  cursor: pointer;
}
#div-header-menu #menusubsub li:hover{
  background-color: #D8D8D8;
}
/*
#div-header-menu #menusubsub a{
  text-decoration: none;
  color:#3B3B3B;
}
*/
.font-menu{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
}

.font-menu-sub{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.font-menu-subsub{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}

.btn-cart{
  height: 40px;
  width: 90px;
  background-color: #009cde;
  border: none;
  cursor: pointer;
}
.btn-cart:hover{
  background-color: #01A9DB;
}
.btn-cart-font{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff;
}
/*Top menu style finish*/


/*Menu Product category*/
#div-menu-category{
  display: none;
  position: absolute;
  height: 600px;
  width: 800px;
  z-index: 99999;
}
/*Using Table*/
#div-menu-category table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  border: none;
}

#div-menu-category th{
  border: solid 1px #cccccc;
  background-color: #cccccc;
  font-family: Helvetica, Verdana, Arial, sans-seri;
  font-size: 19px;
  color: #413E3E;
  height: 30px;
  padding: 6px 0px 0px 0px;
}

#div-menu-category tr{
  border: none;
}

#div-menu-category td{
  width: 200px;
  height: 70px;
  border: solid 1px #cccccc;
  padding-left: 5px;
  font-family: Helvetica, Verdana, Arial, sans-seri;
  font-size: 11pt;
  font-weight: bold;
  color: #000000;
  text-align: left;
  cursor: pointer;
}

#div-menu-category .menu-category-tdcol{
  background-color: #eeeeee;
}
#div-menu-category .menu-category-tdcol:hover{
  background-color: #cccccc;
}

#div-submenu-category{
  display: none;
  position: absolute;
  width: 250px;
  height: auto;
  background-color: #FAFAFA;
  z-index: 999999;
  border: solid 1px #E6E6E6;
}

#div-submenu-category, #div-submenu-category ul{
  list-style: none;
  margin: 0px;
  padding: 5px 3px 20px 3px;
}

#div-submenu-category li{
  position:relative;
  line-height: 25px;
  padding-left: 10px;
  cursor: pointer;
}
#div-submenu-category li:hover{
  background-color: #cccccc;
}

#div-submenu-category #span-subcategory{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  text-decoration: none;
  font-size: 9pt;
  font-weight: bold;
  color: #585858;
  text-align: left;
  line-height: 20px;
}

#div-submenu-category #span-subcategory-showall{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  text-decoration: none;
  font-size: 11pt;
  font-weight: bold;
  color: #585858;
  text-align: left;
  line-height: 20px;
}

#div-submenu-category .showall{
  border-bottom: solid 2px #848484;
}


/*Menu for Brands*/
#div-menu-brand{
  display: none;
  position: absolute;
  height: 600px;
  width: 800px;
  z-index: 99999;
}

#div-menu-brand table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  border: none;
}

#div-menu-brand th{
  border: solid 1px #cccccc;
  background-color: #cccccc;
  font-family: Helvetica, Verdana, Arial, sans-seri;
  font-size: 20px;
  color: #413E3E;
  height: 40px;
  padding: 6px 0px 0px 0px;
}

#div-menu-brand tr{
  border: none;
}

#div-menu-brand td{
  width: 200px;
  height: 60px;
  border: solid 1px #cccccc;
  font-family: Helvetica, Verdana, Arial, sans-seri;
  font-size: 11pt;
  font-weight: bold;
  color: #000000;
  text-align: center;
  cursor: pointer;
}

#div-menu-brand .menu-brand-tdcol{
  background-color: #ffffff;
}
#div-menu-brand td:hover{
  border: solid 1px #424242;
}








/********** Mobile Menu Start *************/
/*Mobile menu*/
#div-menu-block{
  display: none;
  position: relative;
  margin-top: 10px;
  left: 10px;
  cursor: pointer;
  width: 40px;
}

#nav-mobile-menu{
  display: none;
  position: absolute;
  left: 0px;
  width: 80%;
}

#menu-mob, #menu-mob ul{
  list-style: none;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  background-color: #A4A4A4;
}

#menu-mob li {
  display: block;
  position:relative;
  line-height: 35px;
  width: 100%;
  border-bottom: solid 1px #f2f2f2;
}

.menu-mob-sub{
  display: inline;
  position: relative;
  height: 35px;
  width: 35px;
  float: right;
  background: url("../images/site/expand.png") center center no-repeat;
  cursor: pointer;
}
.menu-mob-sub-close{
  display: inline;
  position: relative;
  height: 35px;
  width: 35px;
  float: right;
  background: url("../images/site/expand_close.png") center center no-repeat;
  cursor: pointer;
}

#menu-mob a {
  display: inline;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  text-decoration: none;
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  color:#3B3B3B;
  cursor: pointer;
}

#menu-mob li:hover {
  background-color: #f2f2f2;
  color: #000000;
}

#div-prod-menu-4, #div-prod-menu-5, #div-prod-menu-6, #div-brand-menu{
/*#div-prod-menu-1, #div-prod-menu-2, #div-brand-menu{*/
  display: none;
  position: relative;
  border: none;
  border: solid 1px #f2f2f2;
  background-color: #f2f2f2;
  width: 100%;
  left: 0px;
}

#div-prod-menu-4 a, #div-prod-menu-5 a, #div-prod-menu-6 a, #div-brand-menu a{
/*#div-prod-menu-1 a, #div-prod-menu-2 a, #div-brand-menu a{*/
  display:block;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color:#3B3B3B;
  height: 25px;
}

#div-prod-menu-4 .menu-indent, #div-prod-menu-5 .menu-indent, #div-prod-menu-6 .menu-indent, #div-brand-menu .menu-indent{
/*#div-prod-menu-1 .menu-indent, #div-prod-menu-2 .menu-indent, #div-brand-menu .menu-indent{*/
  text-indent: 15px;
  color: #7E7E7E;
}

#nav-mobile-menu{
  z-index: 20;
}
#div-prod-menu-1, #div-prod-menu-2, #div-brand-menu{
  z-index: 50;
}
/********** Mobile Menu Finish*************/











</pre></body></html>