.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;
  }
}
.tutorials_page {
  position: relative;
  float: left;
  width: 80%;
  overflow: hidden;
  height: auto;
  padding: 30px 10%;
  background-color: #ffc001;
  text-align: center;
}
.tutorials_page .borders {
  height: 1px;
  background: #010100;
}
.tutorials_page .title {
  color: #010100;
}
.tutorials_page .text {
  position: relative;
  height: auto;
  width: 100%;
  float: left;
  padding: 20px 0 30px;
  color: #000000;
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}
.tutorials_page .text .v_center {
  padding: 0 60px;
}
.tutorials_page .tutorials_links {
  display: block;
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  margin: 0 0 20px;
}
.tutorials_page .tutorials_links .tutorials_link {
  display: block;
  width: 50%;
  float: left;
  color: #0a3647;
  position: relative;
  padding-top: 80px;
}
.ie7 .tutorials_page .tutorials_links .tutorials_link {
  width: 49.9%;
}
.tutorials_page .tutorials_links .tutorials_link.left .but_bg {
  background-image: url('/images/buttons.png');
  background-repeat: no-repeat;
  background-position: 0 -236px;
}
.tutorials_page .tutorials_links .tutorials_link.right .but_bg {
  background-image: url('/images/buttons.png');
  background-repeat: no-repeat;
  background-position: 0 -296px;
}
.tutorials_page .tutorials_links .tutorials_link .but_bg {
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: auto;
  margin-left: -30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  zoom: 1;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  height: 60px;
  width: 60px;
}
.tutorials_page .tutorials_links .tutorials_link .but_bg.norm {
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  zoom: 1;
}
