@charset "utf-8";
/* CSS Document */

ul.display-recent-diggs, ul.display-recent-diggs li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}
ul.display-recent-diggs li {
	margin-bottom: 8px;
}
ul.display-recent-diggs li a {
	color: #105CB6;
	font-weight: bold;
	text-decoration: none;
}
ul.display-recent-diggs li a:hover {
	color: #000033;
	cursor: pointer;
}
ul.display-recent-diggs li a span {
	display: block;
	float: left;
	margin-right: 8px;
	overflow: hidden;
	height: 32px;
	width: 36px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-image: url(digg_background.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #736926;
	padding-top: 2px;
}
ul.display-recent-diggs li a:hover span {
	color: #998D43;
}
ul.display-recent-diggs li a span small {
	font-size: 10px;
	font-weight: normal;
	display: block;
	clear: both;
	overflow: hidden;
	color: #93883F;
}
ul.display-recent-diggs li a strong {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #75ABEA;
	font-size: 10px;
}
ul.display-recent-diggs li.powered-by-digg {
	margin: 0;
}
ul.display-recent-diggs li.powered-by-digg a {
	display: block;
	clear: both;
	float: right;
	height: 18px;
	width: 83px;
	overflow: hidden;
	background-image: url(digg_powered_by.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}