.content-favourites-button .favourites-button{
  padding:5px;
  border:1px solid #D3D3D3;
  background-color: #F0F0F0;
  text-transform: uppercase;
  font-size:12px;
}

.content-favourites-button .favourites-button .c-image{
  padding:1px 10px;
}

.content-favourites-button .favourites-button .img-loading{
  background-image: url(/fileadmin/templates/sfm-toolbox/img/favourites-loader.gif);
  background-repeat:no-repeat;
}

.content-favourites-button .favourites-button .img-star{
  background-image: url(/fileadmin/templates/sfm-toolbox/img/star-on.png);
  background-repeat:no-repeat;
}

.content-favourites-button .favourites-button .img-star-off{
  background-image: url(/fileadmin/templates/sfm-toolbox/img/star-off.png);
  background-repeat:no-repeat;
}

.content-favourites-button .favourites-button .c-label{

}

.content-favourites-button .favourites-button .lab-loading{
  color:#D3D3D3;
}

.content-favourites-button .favourites-button .lab-loaded{
  color:#000000;
}