#Body div.tfab_button01, #Body div.tfab_button01 *
{
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
#Body div.tfab_button01
{
	padding-left: 39px;
	padding-right: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
}
#Body div.tfab_button01 > div.title
{
	height: 60px;
	padding-top: 50px;
	padding-bottom: 24px;
	white-space: nowrap;
	overflow: hidden;
}
#Body div.tfab_button01 > div.title > table
{
	table-layout: fixed;
	width: 100%;
	height: 100%;
}
#Body div.tfab_button01 > div.title > table > tbody > tr > td
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: middle;
}
#Body div.tfab_button01 > div.title > table > tbody > tr > td.icon
	{width: 92px;}
#Body div.tfab_button01 > div.title > table > tbody > tr > td.icon > a > img
{
	max-width: 100%;
	max-height: 100%;
}
#Body div.tfab_button01 > div.title > table > tbody > tr > td.icon > a > img.hover
	{display: none;}
#Body div.tfab_button01 > div.title > table > tbody > tr > td.text,
		#Body div.tfab_button01 > div.titleText
{
	line-height: 30px;
	font-size: 24px;
	color: #282828;
	white-space: normal;
}
#Body div.tfab_button01 > div.title > table > tbody > tr > td.text
{
	height: 60px;
	vertical-align: middle;
}
#Body div.tfab_button01 > div.title > table > tbody > tr > td.text > a,
		#Body div.tfab_button01 > div.title > table > tbody > tr > td.text > a:visited,
		#Body div.tfab_button01 > div.titleText > a,
		#Body div.tfab_button01 > div.titleText > a:visited
	{color: #282828;}
#Body div.tfab_button01 > div.title > table > tbody > tr > td.text > a
	{display: inline-block;}
#Body div.tfab_button01 > div.titleText
{
	display: none;
	text-align: center;
}
#Body div.tfab_button01 > div.content
	{font-size: 20px;}
#Body div.tfab_button01:hover > div.title > table > tbody > tr > td.icon > a > img
	{display: none;}
#Body div.tfab_button01:hover > div.title > table > tbody > tr > td.icon > a > img.hover
	{display: inline-block;}
#Body div.tfab_button01:hover > div.title > table > tbody > tr > td.text > a,
		#Body div.tfab_button01:hover > div.title > table > tbody > tr > td.text > a:visited
	{color: #9e0a0f;}

#Body div.tfab_button01_withIconOnlyTop
	{padding-left: 10px;}
#Body div.tfab_button01_withIconOnlyTop > div.title > table > tbody > tr > td.icon
{
	width: auto;
	text-align: center;
}
#Body div.tfab_button01_withIconOnlyTop > div.title > table > tbody > tr > td.text
	{width: 1px;}
#Body div.tfab_button01_withIconOnlyTop > div.title > table > tbody > tr > td.text > a
	{display: none;}
#Body div.tfab_button01_withIconOnlyTop > div.titleText
	{display: block;}
#Body div.tfab_button01_withIconOnlyTop > div.content
	{display: none;}


#Body.noJS div.tfab_button01
	{cursor: auto;}