/* Default unexpanded arrow (▶) */
.category-top-unexpanded2 .toggle-hit,
.category-subs-with-child-unexpanded2 .toggle-hit {
  background-image: url('/images/arrow.gif');
}

/* Expanded arrow (▼) */
.category-top-expanded2 .toggle-hit,
.category-subs-with-child-expanded2 .toggle-hit {
  background-image: url('/images/arrow_down.gif');
}

.toggle-hit {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: -12px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0px;
  left: -20px;
  position: relative;
}
/* Used for spacing alignment when no arrow is needed */
.toggle-hit-empty {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: -12px;
  vertical-align: middle;
}

.no-dots {
    background: none;
}













.categories-top-list + div + .categories-top-list {
    border-top: 1px solid #E5E5E5;
}








/* categories box parent and child categories */

A.category-top-expanded2 {
    display: inline-block;
    font: bold 12px arial;
    text-decoration: none;
    padding: 0 0 0 13px;
    color: #444;
}

A.category-top-unexpanded2 {
    display: inline-block;
    font: bold 12px arial;
    text-decoration: none;
    padding: 0 0 0 13px;
    color: #444;
}

A.category-subs-with-child-unexpanded2 {
    display: inline-block;
    font: bold 12px arial;
    text-decoration: none;
    padding: 0 0 0 10px;
    color: #0a7e9a;
}

A.category-subs-with-child-expanded2 {
    display: inline-block;
    font: bold 12px arial;
    text-decoration: none;
    padding: 0 0 0 10px;
    color: #0a7e9a;
}



