.hide-this-part {
	display:none;
}

.hide-this-part-more {
width: 120px;
	cursor:pointer;
	margin-bottom: 15px;
	text-decoration:none;
color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
	color: #FFFFFF;
letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 12px 6px 12px;
	text-decoration: none;
	text-shadow: #000000 1px 1px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.hide-this-part-more:hover {
background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
	text-decoration: none;
color: #3a8ccb;
}