.newdigg {
	margin: 8px auto; width: 406px; height: 81px; overflow: hidden; padding-left: 8px; clear: both;
}
.diggbox {
	margin: 20px auto; width: 195px; height: 51px; overflow: hidden; float: left; cursor: pointer;
}
.diggbox .digg_act {
	height: 29px; line-height: 31px; text-indent: 32px; overflow: hidden; font-size: 14px; font-weight: bold; float: left;
}
.diggbox .digg_num {
	line-height: 29px; text-indent: 5px; float: left;
}
.diggbox .digg_percent {
	width: 180px; overflow: hidden; padding-left: 10px; clear: both;
}
.diggbox .digg_percent .digg_percent_bar {
	background: rgb(232, 232, 232); width: 100px; height: 7px; overflow: hidden; margin-top: 3px; border-right-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid; float: left;
}
.diggbox .digg_percent .digg_percent_num {
	padding-left: 10px; font-size: 10px; float: left;
}
.diggbox .digg_percent .digg_percent_bar span {
	background: rgb(0, 0, 0); height: 5px; overflow: hidden; display: block;
}
.newdigg .digg_good {
	background: url("ding/newdigg-bg.png") no-repeat left top;
}
.newdigg .digg_bad {
	background: url("ding/newdigg-bg.png") no-repeat right top;
}
.newdigg .digg_good .digg_act {
	color: rgb(204, 51, 0);
}
.newdigg .digg_good .digg_num {
	color: rgb(204, 102, 51);
}
.newdigg .digg_bad .digg_act {
	color: rgb(51, 102, 204);
}
.newdigg .digg_bad .digg_num {
	color: rgb(51, 153, 204);
}
.newdigg .digg_good .digg_percent .digg_percent_bar span {
	background: rgb(255, 197, 53); border: 1px solid rgb(227, 127, 36);
}
.newdigg .digg_bad .digg_percent .digg_percent_bar span {
	background: rgb(148, 192, 228); border: 1px solid rgb(104, 154, 204);
}
