.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;
  }
}
.top_menu {
  position: absolute;
  left: 0;
  top: 130px;
  right: 0;
  bottom: auto;
  width: 100%;
  height: auto;
  background: #0a3647;
  background: -webkit-linear-gradient(top,rgba(10,54,71,0.6),rgba(10,54,71,0.8));
  background: -moz-linear-gradient(top,rgba(10,54,71,0.6),rgba(10,54,71,0.8));
  background: -o-linear-gradient(top,rgba(10,54,71,0.6),rgba(10,54,71,0.8));
  background: -ms-linear-gradient(top,rgba(10,54,71,0.6),rgba(10,54,71,0.8));
  background: linear-gradient(top,rgba(10,54,71,0.6),rgba(10,54,71,0.8));
  border-bottom: 1px solid #1d9ccd;
  -webkit-box-shadow: 0 2px 5px rgba(10,54,71,0.3);
  -moz-box-shadow: 0 2px 5px rgba(10,54,71,0.3);
  -o-box-shadow: 0 2px 5px rgba(10,54,71,0.3);
  box-shadow: 0 2px 5px rgba(10,54,71,0.3);
  float: left;
}
.top_menu.fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
}
.ie9 .top_menu,
.ie8 .top_menu,
.ie7 .top_menu {
  zoom: 1;
  background-color: transparent;
  background-image: url('../images/transparent.png');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990a3647',endColorstr='#cc0a3647',GradientType='0');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990a3647',endColorstr='#cc0a3647',GradientType='0');
}
.top_menu .top_menu_wrap {
  position: relative;
  height: 31px;
  max-width: 1420px;
  min-width: 310px;
  margin: 0 auto;
  width: 100%;
}
.top_menu .top_menu_wrap .main_menu ul {
  width: 100%;
}
.top_menu .top_menu_wrap .main_menu ul li .item_content {
  z-index: 4;
  height: 22px;
  padding: 9px 20px 0;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
}
.top_menu .top_menu_wrap .main_menu ul li .item_bg.selected {
  background-image: url('/images/top_menu.png');
  background-repeat: repeat-x;
  background-position: 0 -31px;
}
.top_menu .top_menu_wrap .main_menu ul li .item_img {
  width: 60px;
  height: 60px;
  margin: 10px auto 0;
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-style: solid;
  border-left-width: 3px;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  position: relative;
  z-index: 3;
}
.top_menu .top_menu_wrap .main_menu ul li .item_img,
.top_menu .top_menu_wrap .main_menu ul li .item_img img {
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-background-clip: padding;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-clip: padding-box;
}
@media screen and (max-width: 767px) {
  .top_menu {
    top: 180px;
  }
  .top_menu .top_menu_wrap .main_menu ul li .item_content {
    padding: 9px 10px 0;
    font-size: 11px;
  }
}
@media screen and (max-width: 520px) {
  .top_menu .top_menu_wrap .main_menu ul li .item_content {
    padding: 9px 8px 0;
    font-size: 10px;
  }
}
