#accordion h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}

#accordion a {
	line-height: 20px;
	font-size: 12px;
	text-decoration:none;
	color: #000060;
	padding-left: 20px;
	background: url(images/author.png) no-repeat;
}

#accordion a:hover {
	color: #0000a0;
}
.ui-icon.iconOpen {
    background: url('images/tree_2.gif') no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
}
.ui-icon.iconClosed {
    background:url('images/tree_1.gif') no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
}
