@import url('faqentry.css');

div#mtbcms_tool_intro_wrapper {
	/* clear: both; */
	/*
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #9f9f9f;
	*/
	/* border-bottom: 1px solid grey; */
	float: left;
	width: 100%;
	color: #3F3F3F;
}

div.mtbcms_tool_intro_imgwrapper {
	width: 150px;
	float: left;
}

div.mtbcms_tool_intro_imgwrapper a.mtbcms_button {
	width: 100px;
	font-size: 11px;
	margin-left: 10px;
	top: -5px;
	}


div#mtbcms_tool_intro_content {
	float: left;
	/* margin-left: 150px; */
	width: 650px;
	padding-top:10px;
}

div#mtbcms_tool_intro_content h2,
div#mtbcms_tool_intro_content h3
div#mtbcms_tool_intro_content p 
{
	color: #3F3F3F;
}

div#mtbcms_tool_intro_content h2 {
	text-transform: uppercase;
	margin-bottom: 0px;
	
}

div#mtbcms_tool_intro_content p {
	margin-bottom: 6px;
	font-size: 12px;
	
}

.entry-content h2 {
	border-top: 2px solid #E5E5E5;
	color: #666666;
	font-weight: normal;
	padding: 0px;
	margin-top: 20px;
}

.entry-content h2 span {
	background-color: #E5E5E5;
	padding: 5px;
	-webkit-border-bottom-right-radius: 05px;
	-webkit-border-bottom-left-radius: 05px;
	-moz-border-radius-bottomright: 05px;
	-moz-border-radius-bottomleft: 05px;
	border-bottom-right-radius: 05px;
	border-bottom-left-radius: 05px;
}
