
.showLink{
	visibility: visible;
}
.hideLink{
	visibility: visible;
}
.more {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #CCC;
	margin-left: 15px;
	margin-right: 15px;
}
a.showLink {
	text-decoration: none;
}
a.hideLink {
	text-decoration: none;
	color: #333;
	}

