@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400&family=Roboto:wght@400&display=swap');


/* body */
body {
  margin-top:5px;
  min-width:980px;
  max-width:1280px;
  margin:0 auto;
  }
  
  body, td, select, textarea, input {
  font-family: 'Roboto', Arial, sans-serif;
  }
  #qty {
    font-size: 1em;
    width: 60px;
    padding: 4px;
  }
input {
  font-size: 1em !important;
}
  /* END body */
  .textboldnolink, .textbold, .portletHandle, .portletlabel {
    font-size: 1em;
    font-weight: bold;
  }
  .boxContent .textboldnolink {
    font-size: 1em;
    font-weight: bold;
    color: #000;
  }
  
  .leftmenu img {
    margin: 0 auto;
    display: block;
  }
  .smallgraytext {
    font-size: 1em !important;
  }
  /* top header right aligned main menu */
  .topBorder {
  background: #d7d7d7; 
  padding: 8px;
  margin-bottom: 15px;
  }
  
  .crumb, .crosslinktext {
  color: #000000;
  font-size:1em;
  }
  
  .crumbover, .crosslinktextul {
  font-size:1em;
  color: #09f;
  text-decoration:underline;
  }
  
  a.ontab {
  font-weight: bold;
  font-size:inherit;  
  background-color:#d7d7d7;
  color:#000;
  float:right;
  padding:5px 10px;
  text-align:center;
  text-decoration:none;
  width: 107px;
  }
  
  a.offtab:link, a.offtab:visited {
  font-weight: normal;
  font-size:inherit;  
  /*! background-color:#eee; */
  color:#333;
  float:right;
  padding:5px 10px;
  text-decoration:none;
  width: 107px;
  text-align: center;
  }
  
  a.offtab:hover {
  background-color:#d7d7d7;
  color:#09f;
  float:right;
  padding:5px 10px;
  text-align:center;
  text-decoration:none;
  }
  /* END top header right aligned main menu */
  
  /* left sidebar menu */
  img.iBullet, img.textboldnolink {
  display: none;
  }
  
   #injectSignOut a:link{
  display: block;
  width: 80px;
  padding: 3px;
  border: 1px solid #ccc;
  background-color: #eee;
  color: black;
  margin-left: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  }
  
  td.portletlabel {
  width: 160px;
  background: transparent;
  }
  
  .pic {
  display: none;
  }
  a.dottedlink:link {
  color: #000;
  padding: 5px;
  padding-left: 0px;
  text-decoration:none;
  }
  
  a.dottedlink:visited {
  color: #000;
  padding: 5px;
  padding-left: 0px;
  text-decoration:none;
  }
  
  a.dottedlink:hover {
  color:#09f;
  padding: 5px;
  padding-left: 0px;
  text-decoration:none;
  }
  
  .leftmenu {
  border:1px solid #aaa;
  border-bottom:0;
  color:#333;
  margin:0;
  padding:0;
  }
  
  .leftmenu ul li a:link,.information ul li a:link {
  background:#fff;
  color:#000;
  display:block;
  /*! font:; */
  line-height:20px;
  padding:5px 0 5px 8px;
  text-decoration:none;
  }
  
  .leftmenu ul li a:visited,.information ul li a:visited {
  color:#000;
  display:block;
  padding:5px 0 5px 8px;
  text-decoration:none;
  } 
  
  .leftmenu ul li a:hover {
  background:#eee;
  color:#09f;
  }
  
  .leftmenu ul, .information ul {
  list-style-type:none;
  margin:0;
  padding:0;
  }
  
  .leftmenu ul li,.information ul li {
  border-bottom:1px solid #ccc;
  padding-bottom:0;
  }
  
  .leftSidebar .textboldnolink {
    color: #09f;
  }
  /* END left sidebar menu */ 
  
  /* center content */
  #indexContent {
  padding: 5px;
  min-width:980px;
  max-width:1280px;
  margin:0 auto;
  }
  
  .content ul li{
  border-bottom:none;
  }
  
  #div__header, #div__body, #div__footer {
  width:expression(document.body.clientWidth > 1280? "1280px": "auto" );
  }
  
  .centerFullTable {
  width: 100%;
  }
  
  .centerTable {
  width: 100%;
  padding-left: 15px;
  }

  .centerRelatedItems {
    width: 100%;
  }

#centerPriceBuy img {
  cursor: pointer;
}

.centerRelatedBorderBottom {
}

.centerProductList {
display: block; 
width: 100%; 
border-bottom: 1px solid #ccc; 
margin-bottom: 15px;
}
  
  .centerRelatedProduct {
    width: 32%;
    border: 1px solid #eee;
    padding: 1rem;
  }
    
  .centerRelatedMain {
    display: flex;
    flex-direction:column;
    justify-content:space-between;
  }
    
  .centerRelatedProduct:hover {
    background-color: #f9f9f9;
    border:1px solid #888;
  }
    
  .centerRelatedProductImage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
  }
    
  .centerRelatedProductImage img {
    margin: 0 auto;
    display: block;
  }
    
  .centerCategories {
    max-width: 270px;
    height: 290px;
    border: 1px solid #ccc;
    padding: 10px;
  }
  
  .centerCategories a, .centerSubcategories a {
    color: #09f;
    text-decoration: none;  
  }
    
  .centerCategories:hover a, .centerSubcategories:hover a{
    color:#09f; 
    font-weight: normal; 
    text-decoration: underline; 
    font-size: medium; 
    text-align: left;
  }
    
  .centerCategoriesTitle {
    color: #666666; 
    font-weight: normal; 
    text-decoration: none; 
    font-size: medium; 
    text-align: left;
  }
    
  .centerCategories:hover, .centerSubcategories:hover {
    border: 1px solid #09f;
  }

.centerSubcategories {
 width: 200px; 
height: 230px; 
border: 1px solid #ccc; 
padding: 5px;
}
  
  #centerPriceBuy td:first-child {
    width: 140px;  
  }
    
  #centerPriceBuy td img {
    margin-top: 10px;  
  }
  .centerSpotlight {
    background-color: #e6e6fa;
    padding: 1em;
  }
  .centerProductsSpotlight {
    margin: 2em;
  }
  
  .centerProductNews {
    padding: 1em;
  }
  
  .promo h2 {
    font-size: 1em;
  }
  
  .quantityBuyTop {
    width: 70%;
    padding-top: 0.2em;
  }
  
  .quantityBuyTable {
    padding-top: 0.3em;
    display: block;
    text-align: right;
  }
  
  .quantityBuyRelated {
    width: 24%;
    padding-top: 0.2em;
  }
  
  .rightFeatures {
    width: 220px;
  }
  
  .rightFeatures table td:first-child {
    display: block;
    width: 140px;
    margin-top: -10px;
    font-weight: lighter;
  }
  
  .rightFeatures .price {
    display: block;
    padding: 10px;
    width: fit-content;
    border: 0;
    font-weight: 600;
    font-size: 2em;
    padding-right: 0;
  }
  
  .buyNow {
    cursor: pointer;
  }

  .availabilityQuote {
    clear: both;
    display:block;
    margin-top:3.5em;
  }
  
  #carttable {
  padding-right: 15px;
  }
  
  .productFeatures {
     width: 71%;
  }
  
  td.leftImage {
  
  }

  .productTitle, h2 {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 1.78em;
    color: #000;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1em;
  }

  h2 {
    text-align: left !important;
    margin-bottom: 1em;
  }
  
 .stockStatus {
  display: block;
  padding: 1.5em 0 1em 0.8em;
  color: red;
  margin-top: -1.8em;
 }

  .medtext {
    font-size: 1em !important;;
    font-weight: normal;
  }
  a.medtextbold  {
    font-size: 1em !important;;
    font-weight: bold;
  }
  .medtextboldnolink {
    display: none;
  }
  
  .boxContent table table table table table {
    margin-bottom: 0.2em;
  }
  .portletHandle .smalltext {
    vertical-align: top;
  }
  /* END center table */
  
  /* rounded boxes for leftsidebar and rightsidebar */
  .leftSidebar {
  padding:0px;
  width: 225px;
  }
  
  .rightSidebar {
  padding:0px;
  margin: 0px;
  }
  
  .topSeller {
  color:#000;
  padding: 5px;
  display: block;
  margin-bottom: -20px;
  }
  
  .topSellersDescription {
  color:#666;
  padding: 5px;
  display: block;
  margin-bottom: -20px;
  }
  
  .bgbar2 {
  background-color:#d7d7d7;
  height:40px;
  }
  
  .boxNav {
  background-color:#fff;
  margin-bottom:10px;
  text-align:left;
  width: 225px;
  word-wrap:break-word
  }
  
  .boxHeader {
  background: #8e8e8e;
  *background:url("/site/images/boxHeader-bg.png") left top;
  /*! border-top-left-radius:5px; */
  /*! border-top-right-radius:5px; */
  color:#fff;
  padding:8px 4px 8px 10px;
  }
  
  .boxHeader-bg-bottom {
  border:1px solid #aaa;
  /*! *background:url("/site/images/boxheaderbgbottom.png") no-repeat top left; */
  *border: 0px;
  /*! border-bottom-left-radius:3px; */
  /*! border-bottom-right-radius:3px; */
  border-top:0;
  height:3px;
  }
  
  .boxFeatures {
  margin-bottom:10px;
  text-align:left;
  /*! width:220px; */
  *width:200px;
  word-wrap:break-word;
  margin-top: 2em;
  }
  
  .boxHeadFeatures {
  background: #8e8e8e;
  *background:url("/site/images/boxfeaturesbg.png") no-repeat left top;
  /*! border-top-left-radius:5px; */
  /*! border-top-right-radius:5px; */
  color:#fff;
  padding:8px 4px 8px 10px;
  }
  
  .boxFeatures-bg-bottom {
  border:1px solid #aaa;
  /*! *background:url("/site/images/boxfeaturesbgbottom.png") no-repeat top left; */
  /*! *border: 0px; */
  /*! border-bottom-left-radius:3px; */
  /*! border-bottom-right-radius:3px; */
  border-top:0;
  height:3px;
  }
  
  .boxDescription {
  margin-bottom:10px;
  text-align:left;
  word-wrap:break-word
  }
  
  .boxHeadDescription {
  background: #8e8e8e;
  *background:url("/site/images/boxbg.png") left top;
  color:#fff;
  /*! border-top-left-radius:5px; */
  /*! border-top-right-radius:5px; */
  padding:8px 4px 8px 10px;
  }
  
  .boxDescription-bg-bottom {
  border:1px solid #aaa;
  /*! border-bottom-left-radius:3px; */
  /*! border-bottom-right-radius:3px; */
  border-top:0;
  height:3px;
  }
  
  .titleText {
/*   padding-top: 4px;
  padding-bottom: 6px;
  padding-left:10px; */
  display: block;
  }
  
  .boxContent {
  display: block; 
  /*! font-size: 11px; */ 
  padding: 5px; 
  padding-left: 8px;
  color:#000;
  }
  
  .boxcontent a:link, .boxcontent a:visited {
  color:#09f;
  text-decoration: none;
  }
  
  .boxcontent a:hover {
  color:#09f;
  text-decoration: underline;
  }
  
  /* END rounded boxes for leftsidebar and rightsidebar */
  
  /* list for Spotlight and New Products index page */
  .lb ul {
  /*! font-family:Lucida Grande, Helvetica, Arial, Verdana, sans-serif; */
  list-style-type:none;
  line-height:24px;
  margin:0;
  padding:0;
  }
  
  .lb ul li {
  background:transparent url("/site/images/linkArrow.png") no-repeat scroll 0 8px;
  /*! font-size:11px; */
  margin-bottom:10px;
  padding-left:10px;
  }
  
  .lb a:link, .lb a:visited {
  display: inline;
  padding-left: 0px;
  color:#000;
  text-decoration:underline;
  }
  
  .lb a:hover {
  color:#09f;
  text-decoration:none;
  }
  /* END list for Spotlight and New Products */
  
  /* 3 index promo links */
  
  .promo {
  display: block; 
  height:225px; 
  float: left; 
  text-align: center; 
  width: 32%; 
  border: 1px solid #eee; 
  padding-top: 5px;
  margin-left: 3px;
  margin-right: 3px;
  color: #000;
  text-decoration: none;
  }
  
  a.promo:link,a.promo:visited {
  border-radius: 5px;
  color:#000;
  background: url("/site/images/promo-bg.png") repeat bottom;
  background-size: cove;
  text-decoration:none;
  }
  
  a.promo:hover {
  border-radius: 5px;
  background:#fff;
  color:#000;
  text-decoration:none;
  }
  
  /* END 3 index promo links */ 
  
  
  
  /* Downloads, Product Description and Related Products boxes */
  .downloads {
  border:1px solid #aaa;
  border-bottom:0;
  padding:0;
  }
  
  .downloads ul li {
  background:transparent url("/site/images/linkArrow.png") no-repeat scroll 0 7px;
  padding-bottom:0;
  }
  
  .downloads ul li a, ul li a:visited {
  color:#000;
  display:block;
  line-height:13px;
  padding:5px 0 5px 8px;
  text-decoration:none;
  }
  
  .downloads ul li a:hover {
  color:#09f;
  }
  
  .information {
  border:1px solid #aaa;
  /*! font-size: 1px; */
  border-bottom:0;
  margin:0;
  padding:0;
  }
  
  .information ul li a:hover {
  background:#fff;
  color:#09f;
  }
  /* END Downloads, Product Description and Related Products boxes */
  
  /* right sidebar learnmore link */
  a.learnMore:link, a.learnMore:visited {
  background-image:url("/site/images/linkArrow.png");
  background-position:right;
  background-repeat:no-repeat;
  color:#09f;
  padding-right:9px;
  text-decoration:none;
  }
  .leftmenu a {
    padding-left: 5px;
  }
  
  a.learnMore:hover {
  color:#09f;
  text-decoration:underline;
  background-image:url("/site/images/linkArrow.png");
  background-position:right;
  background-repeat:no-repeat;
  padding-right:9px;
  }
  
  .barSeparator {
  margin: 0 auto;
  display: block;
  background:#ccc;
  /*! width:155px; */
  height:1px;
  margin: 15px 0px;
  }
  /* END right sidebar learnmore link */
  
  /* numbers under the promo slides */
  #quickList {
  height:40px;
  margin-top:5px;
  padding-left:57%;
  text-align:center;
  }
  
  #quickListLink {
  background:#eee;
  border:0 solid #ddd;
  border-radius:2px;
  display:block;
  float:left;
  margin-right:10px;
  padding:0;
  }
  
  #quickListNumber a {
  color:#555;
  display:block;
  padding:5px;
  text-decoration:none;
  }
  
  #quickListNumber a:hover {
  background:#d7d7d7;
  border-radius:2px;
  color:#000;
  display:block;
  padding-left:5px;
  padding-right:5px;
  text-decoration:none;
  }
  
  #quickListImg {
  display:none;
  }
  
  .list {
    width: 220px;
  }
  /* END numbers under the promo slides */
  
  /* center main boxes */
  .centerTable table table table table table td {
    vertical-align: top;
  }
  
  
  .rb {
  border:1px solid #DDD;
  font-size:11px;
  height:207px;
  line-height:13px;
  margin:0 5px;
  padding:10px 15px;
  }
  
  .lb {
  /* border-radius: 5px; */
  /*! font-size:11px; */
  padding:10px 15px;
  }
  
  .lbcenter {
  text-align:center;
  }
  
  .rb h1{
  border-bottom:1px dotted #DDD;
  color:#444;
  font-size:11px;
  font-weight:700;
  margin:0 0 4px;
  padding:0 0 3px;
  }
  
  .rbsl {
  background:#FFF none repeat scroll 0;
  border-top:3px solid #F4F4F4;
  font-size:0;
  line-height:0;
  margin:0 5px;
  }
  
  .lb table {
  margin-left:auto;
  margin-right:auto;
  }
  
  .lb table td {
  font-family:Arial,hevetica,sans-serif;
  font-size:11px;
  font-weight:700;
  padding:10px 0 5px;
  text-align:center;
  width:350px;
  }
  
  .headNews h1{
  color:#555;
  font-size:1.5em;
  font-weight:500;
  margin:0 0 8px;
  padding:0 0 4px;
  }
  
  .lb h2  {
  font-size:15px;
  font-weight: bold;
  color: #555;
  }
  
  .lbsl {
  background:#FFF none repeat scroll 0;
  /* border-top:1px solid #F4F4F4; */
  font-size:0;
  line-height:0;
  }
  /* END center main boxes */
  
  /* other links */
  a.contact {
  color:#09f;
  font-weight:400;
  text-decoration:none;
  }
  
  a.contact:hover {
  text-decoration:underline;
  }
  a.lbhead {
  color:#09f;
  font-weight:700;
  text-decoration:none;
  }
  
  a.lbhead:hover {
  text-decoration:underline;
  }
  
  a.linksubcat {
  color:#09f;
  font-weight:400;
  text-decoration:underline;
  }
  
  a.linksubcat:hover {
  text-decoration:underline;
  }
  /* END other links */
  
  /* searchbox css */
  #searchwrapper {
  /*! width:170px; */ /*follow your image's size*/
  /*! height:25px; *//*follow your image's size*/
  /*! background-image:url("/site/images/searchbg.png"); */
  background-repeat:no-repeat; /*important*/
  padding:0px;
  margin:0px;
  padding-bottom: 10px;
  position:relative; /*important*/
  }
   
  #searchwrapper form { display:inline ; }
   
  .searchbox {
    display: inline-block;
    padding: 5px;
    width: 70%;
    height: 26px;
    margin:0 auto;
    border: 1px solid #ccc;
    font-size: 1.1em;
    
    margin-left: 10px;
  }
   
  .searchbox_submit {
    display: block;
    background-color: #09f;
    color:white;
    border: 0;
    padding: 5px 15px;
    font-size: 1.1em;
    margin:4px;
  }
  .searchIcon {
    display: inline-block; 
    width: 26px; height: 26px;
    vertical-align: middle;
    cursor: pointer;
  }
  
  .searchbox:focus { /* Google Chrome noFocus on input area */
  outline: none;
  }
  /* END searchbox css */
  
  /* footer */
  #footerLine{
  margin: 0 auto; 
  margin-top: 2rem;
  display: block; 
  background: #ccc; 
  /*! height: 5px; */ 
  font: normal 1px Arial; 
  /*! color: #ccc; */ 
  /*! border-bottom: 1px solid #888; */ 
  text-align: center;
  }
  
  .footerLinks {
  margin-top: 5px;
  text-align: center;
  /*! padding: 0px; */
  /*! font-size: 12px; */
  }
  
  a.menu_footer {
  color:#000;
  /*! font-family:Lucida Grande, Helvetica, Arial, Verdana, sans-serif; */
  /*! font-size:11px; */
  font-weight:400;
  text-decoration:none;
  padding: 0 5px;
  /*! text-decoration: none; */
  }
  
  a.menu_footer:hover {
  color: #09f;
  text-decoration:none;
  }
  
  p.footerCopy{
  color:#000;
  font-family:arial,;
  font-size:11px;
  font-weight:400;
  padding:0;
  text-align: center; 
  margin-bottom: 15px;
  }
  
  sup {
  font-size:8px;
  }
  /* END footer */
  
  
  #carttable {padding-right: 30px;}
  #tbl_recalc {display: inline-block; padding-right: 25px; margin-top: 20px;} 
  #tbl_cancel, #tbl_checkout {display: inline-block; padding-right: 0px; margin-top: 20px;}
  
  .filteritemselect {
  width: 140px;
  margin-bottom: 10px;
  }
  .smalltext, .dottedlink, .topSellersDescription, .boxContent, p {
  font-size: 1em;
  line-height:1.4em;
  }

.nlbutton, .bgbutton {
display: inline-block;
padding: 5px 20px;
background-color: orange;
color: white;
font-size: 1em;
font-weight: normal;
border:0;
}
.bgbutton {
background-color: #09f;
}
.text, .texttablert, .texttablectr {
font-size: 1em;
font-weight: normal;
background-color:  transparent !important;
}
.texttable, .texttablectr, .carttablecellremove, .uir-list-row-cell, .texttablert {
vertical-align: middle !important;
font-size: 1em;
color: inherit;
background-color: transparent !important;
padding: 5px !important;
border: 0 !important;
}

.checkoutwarning {
font-size: 1em;
font-weight: normal;
}
#carttable tr:hover {
background-color: #eee;
}
#carttablerowtotal .carttablecellamount, .carttablecelllabel {
font-weight: light !important;
font-size: 1.5em !important;
}

/* Start Product Download Tabs */

div.tabDownloads input {
  display: none;
}
div.tabDownloads label {
  display: block;
  float: left;
  padding: 5px 10px;
  cursor: pointer;
}
div.tabDownloads input:checked + label {
  background: #8e8e8e;
  color: white;
  cursor: default;
}
div.tabDownloads div.tab {
  display: none;
  padding: 5px 0px;
  clear: left;
}

div.tabDownloads input:nth-of-type(1):checked ~ .tab:nth-of-type(1),
div.tabDownloads input:nth-of-type(2):checked ~ .tab:nth-of-type(2),
div.tabDownloads input:nth-of-type(3):checked ~ .tab:nth-of-type(3) {
  display: block;
}
.tabDownloads {
  display: block;
  padding: 1em;
  overflow: hidden;
}
.tab {
  border-top: 1px solid #ddd;
}
/* End Product Download Tabs */