.has-favlinks h4 {
  width:63%;
}
.favorites-link {
  float:left;
}
.favorites-link a.favorite-button {
	background: url("../images/favorite_sprite.png") no-repeat 0 -32px;
	border: none;
	color: #fff;
	float: right;
	font-size: 13px;
  font-weight:bold;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	width: 142px;
  text-transform:uppercase;
}

.favorites-link a.favorite-button.favorited {
	color: #f1f1f1;
  background-position:0 0;
}
.favorites_block .collapsbox_body div.pagination, .favorites_block .collapsbox_body div.clear {
  padding:0;
}
.favorites-link .share-button {
  display:block;
  width:20px;
  height:20px;
  margin-top:3px;
}
.favorites-link .share-button.facebook-share {
  background: url("../images/sc-sprite.png") no-repeat 0 0;
}
.favorites-link .share-button.twitter-share {
  background: url("../images/sc-sprite.png") no-repeat 0 -20px;
}
.favorites-link ul {
  padding:0 !important;
}
.favorites-link ul li {
  display: inline-block;
  height: 28px;
}
.favorites_block .video_link .inner_right {
  width:163px;
}
