/* CSS Document */
div.showHideButton p {
	font-size:11px;
	font-weight:bold;
	color:#666;
	padding:0 0 6px 10px;
	cursor:pointer;
}
.showHide,
.hidden {
	display:none
}