.mtphr-jtf-title {
	position: relative;
	padding-left: 52px;
}
.mtphr-jtf-content {
	display: none;
	padding-left: 52px;
}
.mtphr-jtf-toggle {
	position: absolute;
	top: 50%;
	left: 0;
	
	display: block;
	width: 33px;
	height: 33px;
	background: #CCC url(images/faq-toggle.png) no-repeat top left;
	margin-top: -17px;
	
	border: 1px solid #CCC;
	
	-moz-box-shadow: inset 0 0 4px #FFF;
	-webkit-box-shadow: inset 0 0 4px #FFF;
	box-shadow: inset 0 0 4px #FFF;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mtphr-jtf-title a:hover .mtphr-jtf-toggle {
	background-position: -50px 0;
	background-color: #ff9900;
	border-color: #ff9900;
}
.active .mtphr-jtf-toggle {
	background-position: 0 -50px;
}
.active .mtphr-jtf-toggle:hover {
	background-position: -50px -50px;
}