.filesharing-item {
	padding: 5px;
	border: 1px solid #b3b3b3;
	margin-bottom: 10px;
	background: no-repeat url(../../images/arrow0.png);
}

.filesharing-item:hover {
	border: 1px solid #b3b3b3;
	margin-bottom: 10px;
	background: url(../../images/arrow1.png) no-repeat;
}

.filesharing-item-description {
	margin-bottom: 0;
	padding: 5px 5px 5px 48px;
}

.filesharing-item-title {
	padding-bottom: 2px;
	padding-left: 48px;
}