/* Tags */
.tags{
  /*width: 595px;*/
  float: left;
}

.tags ul{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  float:left;
  /*width: 530px;*/
  margin: -7px 0 0 0;
}

.tags-item{
  height: 30px;
  background: #e8e8e8;
  padding: 0 7px 0 10px;
  margin: 0 2.5px 0 2.5px;
}

.tags-item label{
  font-size: 9pt;
  font-weight: normal;
  color: #272E31;
  line-height: 28px;
  float: left;
}

.tags-item > div{
  background: url('/gax2condutores/images/sprite-10x10-clearfilter.png') no-repeat 0 0;
  width: 10px;
  height: 10px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.tags li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 5px;
}

.tag-nav{
  width: 15px;
  height: 15px;
  border: none;
}

.tag-back{
  background: url('/gax2condutores/images/sprite-15x15-navback.png') no-repeat 0 0;
  float: left;
  margin-left: 5px;
  margin-right: 10px;
}

.tag-back:hover{
  background: url('/gax2condutores/images/sprite-15x15-navback.png') no-repeat 0 -15px;
}

.tag-forward{
  background: url('/gax2condutores/images/sprite-15x15-navforward.png') no-repeat 0 0;
  float: left;
  margin-left: 10px;
  margin-right: 5px;
}

.tag-forward:hover{
  background: url('/gax2condutores/images/sprite-15x15-navforward.png') no-repeat 0 -15px;
}
