@charset "utf-8";
/*==*/
div.icon img {
	margin: 3px 1em 8px 3px;
	vertical-align: middle;
}
div.icon dl {
	border-bottom: 1px dotted #CCC;
	margin-top:0;
}
div.icon dt {
	font-size: 90%;
	font-weight: bold;
	padding-top: 3px;
	border-top: 1px dotted #CCC;
}
div.icon dd {
	font-size: 80%;
	margin-left: 2em;
}

div.count a {
	font-weight: bold;
}
div.count dl {
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCC;
	padding-top: 9px;
}
div.count dl.first-child {
}
div.count dt {
	text-align: center;
	width: 200px;
	vertical-align: middle;
	height: 40px;
	padding-top: 10px;
}
div.count dd {
	line-height: 1.5em;
	font-size: 12px;
	margin: -45px 8em 0 220px;
	height: 42px;
}
div.count dd.dl {
	text-align: right;
	margin-top: -2.3em;
	margin-right: 10px;
}
div.count dl.bg-black {
	background-image: url(../img/material_bg-black_w200.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
div.count dl.bg-blue {
	background-image: url(../img/material_bg-blue_w200.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
