/* ---- units parametrs ----*/
.my_ftr_box	{
	display:inline-block;
	width:360px;
	margin:20px;
	padding:16px;
	font-size:1.0em;
		-moz-border-radius:17px; -webkit-border-radius:17px; border-radius:17px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	box-shadow:0px 0px 3px rgba(255,255,255,0.3);
	text-align:center;
}
.my_ftr_box:hover	{
	box-shadow:0px 0px 23px rgba(255,255,255,0.5);
	transition: all .3s ease-out;
}
.my_ftr_name	{
	height:24px;
	margin-right:50px;
	color:#FCFCFC;
	font-size:1.5em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#FCFCFC 0 0 5px;
	text-decoration:none;
	text-align:left;
		letter-spacing:0.02em;
}
.my_ftr_pic	{
	transition: all .5s ease-out;
	background-image:url(imgs/bg/black_10t.png);
	box-shadow:0px 0px 13px rgba(255,255,255,0.05);
	text-align:left;
}
.my_ftr_pic:hover	{
	transition: all .5s ease-out;
	background-image:url(imgs/bg/black_50t.png);
}
.my_fighter_img	{
	background-position:bottom left;
	background-repeat:no-repeat;
}
.my_ftr_basic_value_box	{
	font-size:1.0em;
}
.my_ftr_epxa_box	{
	margin-top:8px;
	color:#44BBEE;
	font-size:1.33em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
		text-shadow:0px 0px 3px #44BBEE;
	text-align:left;
	letter-spacing:0.05em;
}
.my_value_bar	{
	padding:2px 2px 2px 3px;
	width:355px;
	margin-top:10px;
	text-align:left;
	font-size:0.85em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	background-image:url(imgs/bg/white_10t.png);
}
.my_health_bar	{
	width:242px;
	background-color:#007050;
	box-shadow:0px 0px 5px #007050;
	display:inline-block;
}
.my_power_bar	{
	width:242px;
	background-color:#608000;
	box-shadow:0px 0px 5px #608000;
	display:inline-block;
}
.my_stamina_bar	{
	width:242px;
	background-color:#0080E0;
	box-shadow:0px 0px 5px #0080E0;
	display:inline-block;
}
.my_reaction_bar	{
	width:242px;
	background-color:#A050D0;
	box-shadow:0px 0px 5px #A050D0;
	display:inline-block;
}
.my_intellect_bar	{
	width:242px;
	background-color:#E02000;
	box-shadow:0px 0px 5px #E02000;
	display:inline-block;
}
.my_bonus_bar	{
	width:242px;
	background-color:#E07000;
	box-shadow:0px 0px 5px #E07000;
	display:inline-block;
}
.my_value_points	{
	padding:2px 3px 1px 3px;
	color:#FFFFFF;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	text-shadow:0px 0px 3px #FFFFFF;
	letter-spacing:0.05em;
}

.ttl_health	{
	width:113px;
	color:#109070;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#109070 0 0 1px;
	text-align:left;
	text-transform:uppercase;
	display:inline-block;
	letter-spacing:0.03em;
}
.ttl_power	{
	width:113px;
	color:#80A010;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#80A010 0 0 1px;
	text-align:left;
	text-transform:uppercase;
	display:inline-block;
	letter-spacing:0.03em;
}
.ttl_stamina	{
	width:113px;
	color:#10A0F8;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#10A0F8 0 0 1px;
	text-align:left;
	text-transform:uppercase;
	display:inline-block;
	letter-spacing:0.03em;
}
.ttl_reaction	{
	width:113px;
	color:#B060E0;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#B060E0 0 0 1px;
	text-align:left;
	text-transform:uppercase;
	display:inline-block;
	letter-spacing:0.03em;
}
.ttl_intellect	{
	width:113px;
	color:#F03010;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#F03010 0 0 1px;
	text-align:left;
	text-transform:uppercase;
	display:inline-block;
	letter-spacing:0.03em;
}
.ttl_bonus	{
	width:113px;
	color:#E08010;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#D08010 0 0 1px;
	text-align:left;
	text-transform:uppercase;
	display:inline-block;
	letter-spacing:0.03em;
}

.upg	{
	width:18px;
	height:18px;
	float:right;
	margin-left:-18px;
	color:#FFFFFF;
	font-size:1.1em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:0px 0px 3px #FFFFFF;
	text-align:center;
	text-decoration:none;
		-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
	display:inline-block;
}
.upg.pwr	{
	background-color:#608000;
	box-shadow:0px 0px 5px #608000;
}
.upg.pwr:hover	{
	background-color:#90C020;
	box-shadow:0px 0px 3px #90C020;
}
.upg.stm	{
	background-color:#0080E0;
	box-shadow:0px 0px 5px #0080E0;
}
.upg.stm:hover	{
	background-color:#20A0FF;
	box-shadow:0px 0px 3px #30B0FF;
}
.upg.rct	{
	background-color:#A050D0;
	box-shadow:0px 0px 5px #A050D0;
}
.upg.rct:hover	{
	background-color:#B060F0;
	box-shadow:0px 0px 3px #C080F0;
}
.upg.int	{
	background-color:#E02000;
	box-shadow:0px 0px 5px #E02000;
}
.upg.int:hover	{
	background-color:#FF3300;
	box-shadow:0px 0px 3px #FF5030;
}
