.actionlog {
	/*margin-bottom:30px;*/
	font-size:11px;
}

.actionlog strong {
	font-size:12px;
}


.actionlog .icon {
	float:left;
	margin-right:5px;
	margin-top:3px;
}

.actionlog .item {
	overflow:hidden;
	float:left;
	width:600px;
	background-position:bottom left;
        background-repeat:repeat-x;
        background-image:url('../images/dotline.gif');
	margin-top:5px;
	padding-bottom:5px;
}

#content .actionlog .item a {
	color:#333333;
	text-decoration:none;
}

#content .actionlog .item a:hover {
	color:#FF9F38;
}