/*
 * File: search-facets.css
 */

#searchFacets {
  width: 194px;
  border: 1px solid #d6d6d6;
  background-color: #f3f3f3;
}
#searchFacets h3 {
  margin: 0;
}
#searchFacets h4 {
  margin: 4px 0 5px 0;
  color: #fb7113;
}
#searchFacets h4.selected {
  color: black;
  margin-bottom: 25px;
}
#searchFacets h4.selected .clear {
  font-size: 10px;
  font-weight: normal;
  color: #777777;
}
#searchFacets .head, #searchFacets .body {
  padding: 13px 8px 9px;
}
#searchFacets .head {
  padding-top: 10px;
  border-bottom: 1px solid #d6d6d6;
}
#searchFacets .head .refine {
  font-size: 11px;
}
#searchFacets .body {
  padding-bottom: 11px;
}
#searchFacets .body ul {
  margin: 0 0 25px 10px;
  padding: 0;
}
#searchFacets .body ul.last {
  margin-bottom: 7px;
}
#searchFacets .body .count {
  color: #777;
  font-size: 10px;
}
#searchFacets .body li {
  background: transparent;
  padding: 0;
  margin-bottom: 6px;
}
#searchFacets .body .count {
  color: #555555;
  font-size: 10px;
  display: inline;
}

#sideNav .decoratedBox .body .header {
  line-height: 14px;
  padding: 10px 0px 0px 10px;
  margin-bottom: 0.5em;
}

#sideNav .decoratedBox .head .refined {
  font-size: 13px;
  line-height: 14px;
  margin: 1px 10px 0px;
}

#sideNav .decoratedBox .body .searchEntire {
  padding-top: 10px;
  padding-left: 23px;
  background: transparent url(//d36cz9buwru1tt.cloudfront.net/backward_arrow.png) no-repeat 11px 15px;
}

#sideNav .decoratedBox .body .searchEntire a:visited {
  color:#004B91;
}
