﻿.newdigg{
	width:406px;
	height:48px;
	clear:both;
	overflow:hidden;
	padding-left:8px;
	text-align:left;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	margin-top: 15px;
}
.diggbox{
	width:192px;
	height:48px;
	float:left;
	margin-right:10px;
	overflow:hidden;
	cursor:pointer;
}
.diggbox .digg_act{
	font-size:14px;
	float:left;
	text-indent:32px;
	overflow:hidden;
	font-weight:bold;
	height: 30px;
	line-height: 36px;
}
.diggbox .digg_num{
	float:left;
	line-height:32px;
	text-indent:5px;
	height: 30px;
}
.diggbox .digg_percent{width:180px; clear:both; padding-left:10px; overflow:hidden;}
.diggbox .digg_percent .digg_percent_bar{
	width:100px;
	height:5px;
	float:left;
	overflow:hidden;
	margin-top:4px;
	background-color: #222;
}
.diggbox .digg_percent .digg_percent_num{
	font-size:10px;
	float:right;
	margin-top:-6px;
	padding-right: 11px;
}
.diggbox .digg_percent .digg_percent_bar span{
	display:block;
	height:5px;
	overflow:hidden;
	background:#000;
}
.newdigg .digg_good{background:url(newdigg-bg.gif) left top no-repeat;}
.newdigg .digg_bad{background:url(newdigg-bg.gif) right top no-repeat;}
.newdigg .digg_good .digg_act{color:#999;}
.newdigg .digg_good .digg_num{color:#F60;}
.newdigg .digg_bad .digg_act{color:#999;}
.newdigg .digg_bad .digg_num{color:#6cb1cb;}
.newdigg .digg_good .digg_percent .digg_percent_bar span{background-color: #F90;}
.newdigg .digg_bad .digg_percent .digg_percent_bar span{background-color: #369;}
