@charset "utf-8";
tr.line td{
	vertical-align:middle;
	height: 35px;
}
tr.line td span{
	display: block;
	font-weight: normal;
	font-size: 12px;
	padding-top: 10px;
}
tr.line:hover td{
	vertical-align:middle;
	height: 30px;
}
tr.line:hover td span{
	font-weight: bold;
}
tr.line0 td {
	background-color: #f9f9f9;
}
tr.line1 td {
	background-color: #ffffff;
}
tr.line img.play {
	height: 35px;
	width: 35px;
	background-image: url(img/play-off.png);
}
tr.line:hover img.play {
	background-image: url(img/play.png);
}
tr.line img.play:hover {
	background-image: url(img/play-over.png);
}
tr.line img.stop {
	height: 35px;
	width: 35px;
	background-image: url(img/stop.png);
}
tr.line:hover img.stop {
	background-image: url(img/stop.png);
}
tr.line img.stop:hover {
	background-image: url(img/stop-over.png);
}
tr.line img.del {
	height: 35px;
	width: 35px;
	background-image: url(img/del-off.png);
}
tr.line:hover img.del {
	background-image: url(img/del.png);
}
tr.line img.del:hover {
	background-image: url(img/del-over.png);
}
.line img.amazon {
	height: 35px;
	width: 35px;
	background-image: url(img/amazon-off.png);
}
tr.line:hover img.amazon {
	background-image: url(img/amazon.png);
}
tr.line img.amazon:hover {
	background-image: url(img/amazon-over.png);
}
tr.line img.itune {
	height: 35px;
	width: 35px;
	background-image: url(img/itune-off.png);
}
tr.line:hover img.itune {
	background-image: url(img/itune.png);
}
tr.line img.itune:hover {
	background-image: url(img/itune-over.png);
}
tr.line img.ebay {
	height: 35px;
	width: 60px;
	background-image: url(img/ebay-off.png);
}
tr.line:hover img.ebay {
	background-image: url(img/ebay.png);
}
tr.line img.ebay:hover {
	background-image: url(img/ebay-over.png);
}

tr.line img.love {
	height: 35px;
	width: 35px;
	background-image: url(img/love-off.png);
}
tr.line:hover img.love {
	background-image: url(img/love.png);
}
tr.line img.love:hover {
	background-image: url(img/love-over.png);
}
tr.line img.hate {
	height: 35px;
	width: 35px;
	background-image: url(img/hate-off.png);
}
tr.line:hover img.hate {
	background-image: url(img/hate.png);
}
tr.line img.hate:hover {
	background-image: url(img/hate-over.png);
}
/**/
