@charset "utf-8";
/* CSS Document */
.n_m {
	font-size: 10px;
	text-align: center;
	display: inline-block;
	color: #999999;
	height: 20px;
	width: auto;
	line-height: 10px;
	-webkit-transition: all 0.2с ease 0с;
	-moz-transition: all 0.2с ease 0с;
	-ms-transition: all 0.2с ease 0с;
	-o-transition: all 0.2с ease 0с;
	transition: all 0.2с ease 0с;
}
.n_m_st {
	font-size: 14px;
	text-align: center;
	display: inline-block;
	color: #666666;
	height: 20px;
	width: 88px;
	line-height: 20px;
	-webkit-transition: all 0.2с ease 0с;
	-moz-transition: all 0.2с ease 0с;
	-ms-transition: all 0.2с ease 0с;
	-o-transition: all 0.2с ease 0с;
	transition: all 0.2с ease 0с;
	vertical-align: middle;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

 
.n_m:hover {
	font-size: 10px;
	color: #333;
	-webkit-transition: all 0.2с;
	-moz-transition: all 0.2с;
	-ms-transition: all 0.2с;
	-o-transition: all 0.2с;
	transition: all 0.2с;
	width: auto;
	height: 20px;
}
.n_m_st:hover {
	font-size: 15px;
	color: #2D2D2F;
	-webkit-transition: all 0.2с;
	-moz-transition: all 0.2с;
	-ms-transition: all 0.2с;
	-o-transition: all 0.2с;
	transition: all 0.2с;
	font-weight: bold;
	height: 20px;
	width: 88px;
	border: 1px solid #F90;
	-moz-box-shadow: 0 10px 10px  #F90;
	-webkit-box-shadow: 0 10px 10px  #F90;
	box-shadow: 0px 0px 2px  #F90;



    filter: progid:DXImageTransform.Microsoft.Shadow(color='#F90', Direction=145, Strength=3);
}
