﻿.foot {
  clear: both;
  background-color: #f7f7f7;
}
.foot_box {
  margin: 0px auto;
  /* border-top: 4px solid #09459d; */
}
.foot_box_nav {
  height: 30px;
  width: 276px;
  margin: 0 auto;
  text-align: center;

}
.foot_box_nav ul {
  list-style: none;
}
.foot_box_nav ul li {
  float: left;
  line-height: 30px;
  font-weight: bold;
}
.foot_box_copy p {
  text-align: center;
  line-height: 30px;
}
.foot_box_copy .statistics .clicks li {
    display:inline-block;
    margin-right: 40px;
}
.foot_box_copy .statistics .clicks li .reds{
	color: #E30B20;
}
.foot_box_copy .statistics .quantity li{
	display:inline-block;
	margin-right: 20px;
}
.foot_box_copy .statistics{
	width: 400px;
    margin: auto;
    text-align: center;
}
.none {
    display: none;
}