@charset "utf-8";
#vod_toolbox td
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 35px;
	white-space: normal;
	padding-right: 5px;
	padding-left: 40px;
	text-decoration: none;
}
#vod_toolbox a
{
	color: #666;
	text-decoration: none;
}

#vod_toolbox .play
{
	background-image: url(../../images/toolbox_play.gif);
	background-repeat: no-repeat;
	height: 35px;
}
#vod_toolbox td.play:hover
{
	background-image: url(../../images/toolbox_play_1.gif);
	background-repeat: no-repeat;
	height: 35px;
}
#vod_toolbox .playInactive
{	color: #aaa;
	background-image: url(../../images/toolbox_play_0.gif);
	background-repeat: no-repeat;
	height: 35px;
}
#vod_toolbox .fav
{
	background-image: url(../../images/toolbox_fav.gif);
	background-repeat: no-repeat;
	height: 35px;
}
#vod_toolbox td.fav:hover
{
	background-image: url(../../images/toolbox_fav_1.gif);
	background-repeat: no-repeat;
	height: 35px;
}
#vod_toolbox .remfav
{
	background-image: url(../../images/toolbox_remfav_0.gif);
	background-repeat: no-repeat;
	height: 35px;
}
#vod_toolbox td.remfav:hover
{
	background-image: url(../../images/toolbox_remfav_1.gif);
	background-repeat: no-repeat;
	height: 35px;
}

#vod_toolbox .sendto
{
	background-image: url(../../images/toolbox_sendto.gif);
	background-repeat: no-repeat;
	height: 35px;
}
#vod_toolbox td.sendto:hover
{
	background-image: url(../../images/toolbox_sendto_1.gif);
	background-repeat: no-repeat;
	height: 35px;
}
#vod_toolbox .comment
{
	background-image: url(../../images/toolbox_comments.gif);
	background-repeat: no-repeat;
	height: 35px;
}
#vod_toolbox td.comment:hover
{
	background-image: url(../../images/toolbox_comments_1.gif);
	background-repeat: no-repeat;
	height: 35px;
}
#vod_toolbox .report
{
	background-image: url(../../images/toolbox_report.gif);
	background-repeat: no-repeat;
	height: 35px;
}
#vod_toolbox td.report:hover
{
	background-image: url(../../images/toolbox_report_1.gif);
	background-repeat: no-repeat;
	height: 35px;
}


