.tree{
  font-size: 13px;   
}
.tree span {
  font-size: 15px;
  font-weight: bold;   
}

.expand {
  background: url(https://www.fenerbahce.org/FB/media/FB/Images/Sportif/plusMinus.gif) no-repeat;
  width: 16px;
  _width: 13px;
  height: 16px;
  display: block;
  float: left;
  margin-top: 2px;
  padding: 0 5px 0 0;
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
}
.tree li li {
  background: url(https://www.fenerbahce.org/FB/media/FB/Images/Sportif/rootNode.gif) no-repeat 17px center;
  margin-left: 10px;
  padding-left: 31px;
  font-size: 100%;
}
.quickTree{
  list-style: none;
}
.tree li {
  list-style: none;    
  line-height: 20px;    
}
.contract {
  background-position: 0 -16px;
}
.openNode{
  padding-left: 10px;
  background: url(https://www.fenerbahce.org/FB/media/FB/Images/Sportif/justOne.gif) repeat-y 17px 0 !important;
}
.sportifContent{
  background-color: #fff;
  padding: 20px;
}
.sportifContent .quickTree{
      padding-left: 0;
    margin: 25px 0 0;
}