.filesharing-item-title {
	color: #e6e6e6;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: none #749814;
	padding-top: 4px;
}

.filesharing-item-title:hover {
	color: #e6e6e6;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: none #93B03A;
	padding-top: 4px;
}

.filesharing-item-title a:link {
	color: #cccccc;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: none;
}

.filesharing-item-title a:hover {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: none;
}

.filesharing-item {
	padding: 0 0 12px;
	background: #cccccc;
	margin-bottom: 15px;
	color: #666666;
}

.filesharing-item-description {
	color: #666666;
	margin-top: 6px;
	padding-left: 30px;
	padding-right: 30px;
}