table.ranking {
	text-align: center;
	background-color: white;
	border-color: #999999;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
	border-spacing: 1px 1px;
	border-collapse: collapse;
}

table.ranking tr:hover td {
	color: #FFFFFF;
	background: #999999;
}

tr.hd {
	font-size: 11px;
	color: white;
	background-color: #669900;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

tr.even {
	background-color: #cccccc;
}

td.new {
	color: #33ff00;
	font-size: 11px;
}

td.up {
	color: red;
	font-size: 11px;
}

td.down {
	color: #0099ff;
	font-size: 11px;
}

table.ranking a:link {
	text-decoration: none;
}

table.ranking a:hover {
	text-decoration: underline;
}

table.ranking a:visited {
	text-decoration: none;
}

.category_top_new1 h4.lead img {
	border-style: none;
}

