/* CSS Document */
#watch-tab-share,
#watch-tab-favorite,
#watch-tab-playlists,
#watch-tab-flag,
.bg-span{
background:transparent url('images/bg.gif') repeat-x top left;
padding: 5px 0px;
height:38px;
vertical-align: top;
}
.bg-span {
	border: 1px solid #B1B1B1;
}
#watch-action-share,
#watch-action-favorite,
#watch-action-playlists,
#watch-action-flag{
background:transparent url('images/master.gif') no-repeat scroll 0px 0px;
width:23px;
height:19px;
vertical-align:middle;
border: 0px;
}
#watch-action-playlists {
background-position: -28px 0px;
}
#watch-action-share {
background-position: -59px 0px;
}
#watch-action-flag {
background-position: -90px 0px;
}
a.watch-action-link {
font-size: 12px;
font-weight: bold;
padding: 4px 2px;
*padding: 0px 1px;
color: #222222;
text-decoration: none;
}
span.watch-action-text {
	padding: 0px;
	margin: 0px;
}
a.watch-action-link:hover {
	background-color: #f7f7f7;
}
a#watch-action-share-link:hover #watch-action-share {
background-position: -59px -20px;
}

a#watch-action-flag-link:hover #watch-action-flag {
background-position: -90px -19px;
}

a#watch-action-playlists-link:hover #watch-action-playlists {
background-position: -28px -20px;
}

a#watch-action-favorite-link:hover #watch-action-favorite {
background-position: 0px -20px;
}
