#top10 .block a[data-role="button"] {
	position: relative;
	display: block;
	text-align: left;
}

#top10 .block a[data-role="button"]:after {
	content: "";
	display: block;
	position: absolute;
	height: 32px;
	width: 32px;
	top: 50%;
	right: 0.4em;
	margin-top: -16px;
	background: url(../../img/icons/icons.png) 0px -928px no-repeat;
}

#top10 .block.expanded a[data-role="button"]:after {
	content: "";
	display: block;
	position: absolute;
	height: 32px;
	width: 32px;
	top: 50%;
	right: 0.4em;
	margin-top: -16px;
	background: url(../../img/icons/icons.png) 0px -960px no-repeat;
}

#top10 .block ul[data-role="item-list"] {
	display: none;
}

#top10 .block.expanded ul[data-role="item-list"] {
	display: block;
}