.ap-term-tag-box {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ap-term-tag-box > li {
  border-bottom: 1px dashed #eeeeee;
  float: left;
  margin-bottom: 30px;
  padding: 0 15px 20px;
  width: 25%;
}
.ap-term-tag-box > li .ap-term-title {
  background: #11a7db;
}
.ap-term-tag-box > li .ap-term-count {
  color: #888888;
  font-style: italic;
  line-height: 28px;
  text-align: right;
  width: 140px;
}
.ap-term-tag-box > li .term-title {
  background: #11a7db;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  color: #ffffff;
  margin-right: 10px;
  padding: 3px 10px;
  text-decoration: none;
  text-transform: lowercase;
}
.ap-term-tag-box > li .ap-taxo-description {
  color: #888888;
  font-size: 12px;
  height: 65px;
  line-height: 20px;
  margin-top: 15px;
  overflow: hidden;
}
.sub-taxo-label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
}
.ap-sub-taxo {
  margin-bottom: 30px;
}
.ap-sub-taxo li {
  margin: 0 10px 15px 0;
  min-width: 145px;
}
.ap-sub-taxo li a {
  background: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  color: #888888;
  display: block;
  font-size: 15px;
  padding: 7px 12px;
  text-decoration: none;
}
.ap-sub-taxo li a span {
  float: right;
}
.ap-sub-taxo li a:hover {
  border-color: #11a7db;
}
.ap-taxo-detail {
  background: none repeat scroll 0 0 #f8f8f8;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 25px;
  padding: 15px 20px;
}
.ap-taxo-detail .ap-tax-item-count {
  background: #11a7db;
  color: #ffffff;
  float: right;
  font-size: 17px;
  padding: 5px 10px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.ap-taxo-detail .ap-taxo-description {
  line-height: 28px;
}
.ap-taxo-detail .ap-term-sub {
  margin-top: 20px;
}
.ap-taxo-detail .ap-sub-taxo {
  margin: 0;
}
.ap-tag-suggestions {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  list-style: outside none none;
  margin: 0;
  position: absolute;
  padding: 5px;
  width: 150px;
}
.ap-tag-suggestions a {
  display: block;
  padding: 6px 15px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.ap-tag-suggestions a:hover {
  text-decoration: none;
  background: #11a7db;
  color: #ffffff;
}
/*# sourceMappingURL=tags.css.map */