/* Left-hand side (LHS) Navigation */
.lhs-tree {
  width: 20% !important;
  background-color: #f5f7fa;
  padding: 20px;
  border-right: 1px solid #e0e0e0;
  font-family: Arial, sans-serif; margin-top: 20px;
}
.rhs-cont{width: 70%;margin-top: 20px; }
.lhs-tree ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.lhs-tree li {
  margin-bottom: 10px;
}

.lhs-tree .ifTree {
  font-weight: bold;
  color: #2a3f54;
  margin-bottom: 8px;
  display: block;
}

.lhs-tree a {
  color: #337ab7;
  text-decoration: none;
  font-size: 14px;
  display: block;
  padding: 4px 0;
}

.lhs-tree a:hover {
  text-decoration: underline;
}

.hasChild > ul {
  padding-left: 15px;
  margin-top: 5px;
}

.relPrd {
  margin-top: 20px;
}

.relPrd span {
  font-weight: bold;
  color: #2a3f54;
  display: block;
  margin-bottom: 10px;
}

.releated-nav {
  list-style: none;
  padding-left: 0;
}

.releated-nav li {
  margin-bottom: 10px;
}

.product-quick-name {
  font-weight: bold;
  color: #337ab7;
  text-decoration: none;
  display: block;
}

.product-expanded-name {
  font-size: 12px;
  color: #555;
  text-decoration: none;
  display: block;
}

.product-quick-name:hover,
.product-expanded-name:hover {
  text-decoration: underline;
}
#scroll.container {
    max-width: 1400px;
}