#ta-widget {
  margin-bottom: 24px !important;
}

#ta-widget .ta-header {
  padding-bottom: 8px;
}

#ta-widget .ta-logo {
  display: inline;
  float: left;
  margin: 3px 10px 0 0;
}

#ta-widget .ta-header p {
  font-weight: bold;
  margin: 0;
}

#ta-widget .ta-filter {
  margin-bottom: 6px;
  padding: 6px 0;
  background: #1183bb;
  color: #fff;
  overflow: auto;
}

#ta-widget .ta-filter-col {
  display: inline;
  float: left;
  width: 50%;
}

#ta-widget .ta-filter-label {
  padding-left: 5px;
}

#ta-widget .ta-filter-select {
  width: 90px;
}

#ta-widget .ta-loading {
  display: none;
  padding: 64px 10px;
  border-bottom: 1px solid #e0e0e0;
}

#ta-widget .ta-loading p {
  text-align: center;
  font-weight: bold;
  color: #a9a9a9;
}

#ta-widget .ta-loading img {
  margin: -2px 6px 0 0;
  vertical-align: middle;
}


#ta-widget .ta-body {
  display: block;
  margin-bottom: 6px;
}

#ta-widget.is-loading .ta-loading {
  display: block  !important;
}

#ta-widget.is-loading .ta-body {
  display: none !important;
}

#ta-widget .ta-product {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  height: 60px;
  overflow: hidden;
}

#ta-widget .ta-product a {
  display: block;
  overflow: auto;
  text-decoration: none;
  -moz-transition-property: color, background-color, padding;
  -o-transition-property: color, background-color, padding;
  -webkit-transition-property: color, background-color, padding;
  transition-property: color, background-color, padding;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

#ta-widget .ta-product a:hover {
  background-color: #fcfcf3;
}

#ta-widget .ta-product-img {
  display: inline;
  float: left;
  width: 100px;
}

#ta-widget .ta-product-main {
  display: inline;
  float: left;
  width: 190px;
  height: 30px;
  padding: 8px 0 0 10px;
  line-height: 1.3;
  overflow: hidden;
}

#ta-widget .ta-product-title {
  font-size: 1.1em;
  line-height: 1.1;
  font-weight: bold;
}

#ta-widget .ta-product-subtitle {
  color: #9a9a9a;
}

#ta-widget .ta-product-rating {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 190px;
  padding: 4px 0 5px 10px;
}

#ta-widget .ta-stars {
  display: inline;
  float: left;
  margin-right: 6px;
}

#ta-widget .ta-star {
  display: inline;
  float: left;
  margin-right: 2px;
}

#ta-widget .ta-product-score {
  color: #9a9a9a;
}

#ta-widget .ta-overall-score {
  padding: 2px 6px;
  margin-left: 6px;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  background-color: #1daa18;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}