.text_over {
  overflow: hidden;
  text-overflow: ellipsis;
}
.inline_block {
  display: inline-block;
}
.ie7 .inline_block {
  display: inline;
}
.aside_width {
  width: 200px;
}
@media screen and (min-width: 1050px) {
  .aside_width {
    width: 240px;
  }
}
@media screen and (max-width: 800px) {
  .aside_width {
    width: 160px;
  }
}
.aside_drop_menu_margin {
  margin: 0 auto 0 200px;
}
@media screen and (min-width: 1050px) {
  .aside_drop_menu_margin {
    margin-left: 240px;
  }
}
@media screen and (max-width: 800px) {
  .aside_drop_menu_margin {
    margin-left: 160px;
  }
}
html,
body,
a,
img,
ul,
ol,
li,
input,
textarea {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
div {
  display: block;
}
body {
  position: relative;
  height: auto !important;
  min-width: 310px;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: normal;
  color: #a6fcfd;
  background-color: #0f4f61;
  zoom: 1;
}
html,
body,
#container {
  height: 100%;
  min-height: 100%;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #5cd2d3;
  cursor: pointer;
  font-weight: bold;
}
a.activated {
  cursor: default;
}
#container {
  width: 100%;
  z-index: 3;
}
.ie7 #container {
  padding-bottom: 150px;
}
#container:after {
  content: ".";
  display: block;
  padding-bottom: 150px;
  height: 0;
  visibility: hidden;
  clear: both;
}
.content_wrap {
  max-width: 1420px;
  min-width: 310px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 4;
}
.content_wrap .site_page {
  width: 100%;
  position: relative;
  float: left;
  z-index: 1;
}
.content_wrap .site_page:hover {
  z-index: 15;
}
.admin #container .content_wrap {
  width: auto;
  padding-top: 170px;
  padding-left: 250px;
}
.admin #container .content_wrap .aside_wrap {
  width: 200px;
  margin: 0;
  z-index: 4;
  display: block;
  float: left;
  position: fixed;
  left: 0;
  top: 200px;
  right: auto;
  bottom: auto;
}
.admin #container .content_wrap .site_page {
  width: 100%;
  position: relative;
  float: left;
  z-index: 1;
}
.admin #container .content_wrap .site_page:hover {
  z-index: 15;
}
.admin #container .content_wrap.no_aside {
  padding-left: 4px;
  padding-right: 4px;
}
.admin #container .content_wrap.no_aside .aside_wrap {
  display: none;
}
.site_footer {
  height: 150px;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 100%;
  z-index: 1;
}
.hide {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
}
.none {
  display: none;
}
.v_center {
  position: relative;
  display: table;
  vertical-align: middle;
  height: 100%;
  table-layout: fixed;
}
.ie7 .v_center {
  position: absolute;
  height: auto;
  top: 50%;
  left: 0;
}
.v_center1 {
  display: table-cell;
  vertical-align: middle;
}
.ie7 .v_center1 {
  position: relative;
  top: -50%;
  left: 0;
}
ul.list_data {
  float: left;
  width: 100%;
  margin: 10px 0;
}
ul.list_data li {
  width: 300px;
  padding-right: 20px;
  height: 40px;
}
ul.list_data li span {
  width: 100%;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 12px;
}
ul.list_data li a {
  float: right;
  margin-right: -20px;
  text-transform: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 12px;
}
.up_down_but {
  width: 50px;
  height: 50px;
  position: fixed;
  left: auto;
  top: 50%;
  right: 0;
  bottom: auto;
  margin-left: -60px;
  cursor: pointer;
  display: none;
  background-image: url('/images/buttons.png');
  background-repeat: no-repeat;
  background-position: 0 -356px;
  z-index: 100;
}
.loader_img {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  margin: -25px 0 0 -25px;
  width: 49px;
  height: 49px;
  -webkit-border-top-left-radius: 24px;
  -webkit-border-top-right-radius: 24px;
  -webkit-border-bottom-right-radius: 24px;
  -webkit-border-bottom-left-radius: 24px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 24px;
  -moz-border-radius-topright: 24px;
  -moz-border-radius-bottomright: 24px;
  -moz-border-radius-bottomleft: 24px;
  -moz-background-clip: padding;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-clip: padding-box;
}
.preload {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #0988bf;
  display: none;
}
.is_js .preload {
  display: block;
}
.preload .preload_img {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  margin: -130px 0 0 -260px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  zoom: 1;
}
.preload .loader_img {
  margin: -100px 0 0 -25px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  zoom: 1;
}
.preload h1 {
  display: block;
  width: 260px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  text-shadow: 0 1px 0 #0f5670;
  text-align: center;
  color: #ffc001;
  margin: -30px 0 0 -130px;
  z-index: 10;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  zoom: 1;
}
.loader_wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #0f4f61;
  background: -webkit-linear-gradient(top,rgba(15,79,97,0.2),rgba(8,43,53,0.3));
  background: -moz-linear-gradient(top,rgba(15,79,97,0.2),rgba(8,43,53,0.3));
  background: -o-linear-gradient(top,rgba(15,79,97,0.2),rgba(8,43,53,0.3));
  background: -ms-linear-gradient(top,rgba(15,79,97,0.2),rgba(8,43,53,0.3));
  background: linear-gradient(top,rgba(15,79,97,0.2),rgba(8,43,53,0.3));
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  zoom: 1;
}
.ie9 .loader_wrap,
.ie8 .loader_wrap,
.ie7 .loader_wrap {
  zoom: 1;
  background-color: transparent;
  background-image: url('../images/transparent.png');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#330f4f61',endColorstr='#4c082b34',GradientType='0');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#330f4f61',endColorstr='#4c082b34',GradientType='0');
}
pre {
  position: relative;
  background: #fff;
  color: #000;
  float: left;
  padding: 10px;
  z-index: 1000;
  text-align: left;
}
