/* Aleksey Skubaev

askubaev@gmail.com
icq - 322253350
���������� �������� ��� DLE � ��������������� �������
------------------
������� �����. ������� ��� �������.
*/

body {
  padding: 0;
  margin: 0;
  background: url(../images/bg.jpg);
  font: 12px Trebuchet MS;
  color: #373737;
}

h1, h2, h3, h4 {
  padding: 0;
  margin: 0;
  font-size: 12px;
}

a {
  text-decoration: none;
}
img {
  border: none;
}

.body{
  min-height: 1100px;
  background: url(../images/bg-top.jpg) center top no-repeat;
}
  
  .main{
    width: 992px;
    margin: 0 auto;
  }
    
    .header{
      position: relative;
      height: 380px;
    }
      
      .logo{
        background: url(../images/logo.png) 0 0 no-repeat;
        width: 423px;
        height: 127px;
        position: absolute;
        top: 37px;
        left: 25px;
        display: block;
      }
      
    .avtorization{
      position: absolute;
      top: 20px;
      right: 0px;
      text-align: right;
    }
      
      .login{
        width: 100px;
        height: 39px;
        overflow: hidden;
        background: url(../images/login.png) 0 top no-repeat;
        cursor: pointer;
        font: 14px Verdana;
        color: #1d1d1d;
        text-align: center;
        line-height: 36px;
      }
        
        .login:hover{
          text-decoration: underline;
        }
      
      .register-link{
        width: 105px;
        height: 18px;
        overflow: hidden;
        cursor: pointer;
        font: 13px Verdana;
        color: #1d1d1d;
        text-align: center;
        line-height: 18px;
        text-decoration: underline;
        display: block;
      }
        
        .register-link:hover{
          text-decoration: none;
        }
      
      .login-block-hidden{
        background: url(../images/login-block-hidden.png) 0 0 no-repeat;
        display: none;
        width: 251px;
        height: 183px;
        position: fixed;
        top: 50%;
        left: 50%;
        margin: -91px 0 0 -125px;
        z-index: 99999;
      }
        
        .login-block-hidden-dark{
          background: url(../images/dark.png);
          position: fixed;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          display: none;
          z-index: 88888;
        }
      
        .close{
          position: absolute;
          top: 17px;
          right: 17px;
          width: 17px;
          height: 17px;
          background: url(../images/close.png) 0 0 no-repeat;
          cursor: pointer;
          z-index: 88888;
        }
  
  .top-menu-block{
    height: 51px;
    position: relative;
    z-index: 90;
    background: url(../images/top-menu.png) 0 0 no-repeat;
  }  
      
      
    .menu-link{
      font-size: 15px;
      color: #fff;
      display: block;
      position: relative;
      z-index: 90;
      height: 49px;
      line-height: 49px;
      padding: 0 28px 0 28px;
    }
      
      .menu-link:hover{
        color: #000;
        text-decoration: underline;
        background: url(../images/menu-link-activ.png) center bottom no-repeat;
      }
      
      .menu-link i{
        background: url(../images/menu-strelki.png) 0 top no-repeat;
        width: 9px;
        height: 5px;
        overflow: hidden;
        display: inline-block;
        vertical-align: 1px;
        margin: 0 0 0 5px;
      }
      
      .menu-link:hover i, .activ i{
        background: url(../images/menu-strelki.png) 0 bottom no-repeat !important;
      }
      
      .activ{
        color: #000;
        text-decoration: underline;
        background: url(../images/menu-link-activ.png) center bottom no-repeat;
      }
              
      .top-menu-block ul{
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 99;
      }
      
        .top-menu-block li{
          list-style-type: none;
          float: left;
          position: relative;
          height:  52px;
          z-index: 99;
          margin: 0;
          background: url(../images/menu-li.png) left 32px no-repeat; 
        }
      
        
          .top-menu-block li:first-child{
            background: none;
          }
          
      .hidden-menu-block{
        display: none;
        text-align: left;
        position: absolute;
        top: 52px;
        left: 0px;
        width: 211px;
        padding: 2px;
        z-index: 90;
        background: url(../images/hidden-menu.png);
      }
      
        
        .hidden-menu-link{
          display: block;
          font-size: 13px;
          color: #fff;
          position: relative;
          z-index: 90;
          overflow: hidden;
          margin: 0 0 15px 0;
          padding: 0 0 0 12px;
          overflow: hidden;
          background: url(../images/menu-point.png) left 6px no-repeat;
        }

          .hidden-menu-link:hover{
            text-decoration: underline;
            color: #fecb60;
          }
      
  .content{
    background: #fff;
    width: 991px;
    padding: 15px 0;
    position: relative;
    min-height: 350px;
  }
    
    .shadow-bottom{
      width: 685px;
      height: 15px;
      position: absolute;
      bottom: -15px;
      left: 150px;
      background: url(../images/shadow-bottom.png) 0 0 no-repeat;
    }
    
    .shadow-left{
      width: 23px;
      height: 340px;
      position: absolute;
      top: -27px;
      left: -23px;
      background: url(../images/shadow-left.png) 0 0 no-repeat;
    }
    
    .shadow-right{
      width: 23px;
      height: 340px;
      position: absolute;
      top: -27px;
      right: -23px;
      background: url(../images/shadow-right.png) 0 0 no-repeat;
    }
    
    .left-col{
      float: left;
      width: 250px;
      margin: 0 20px 0 20px;
    }
      
      .item{
        margin: 0 0 20px 0;
      }
        
        .item-title{
          font: bold 15px Arial;
          color: #000;
          text-transform: uppercase;
          margin: 0 0 10px 0;
          background: url(../images/item-title.png) 0 bottom repeat-x;
          padding: 0 0 10px 0;
          position: relative;
        }
          
          .item-title img{
            float: left;
            margin: 0 5px 0 0;
          }
          
          .all{
            font: 12px Verdana;
            color: #02599d;
            text-decoration: underline;
            position: absolute;
            top: 0px;
            right: 0px;
            text-transform: none;
          }
          
            .all:hover{
              text-decoration: none;
            }
            
        .item-content{
          clear: both;
          position: relative;
        }
          
          .menu-left{
          
          }
            
            .menu-left a{
              background: url(../images/menu-left.png) 0 top no-repeat;
              height: 42px;
              width: 218px;
              display: block;
              font-size: 14px;
              color: #000;
              padding: 0 10px 0 20px;
              overflow: hidden;
              line-height: 42px;
            }
              
              .menu-left a:hover{
                background: url(../images/menu-left.png) 0 bottom no-repeat;
                color: #fff;
              }
          
          .article-news{
            width: 134px;
            height: 95px;
            background: url(../images/article-news.png) 0 0 no-repeat;
            margin: 0 0 3px 0;
            position: relative;
            padding: 10px 10px 0 100px;
          }
            
            .article-news-image{
              width: 76px;
              height: 76px;
              position: absolute;
              top: 12px;
              left: 11px;
              overflow: hidden;
            }
              
              .article-news-image img{
                width: 76px;
                min-height: 76px;
              }
              
            .article-news h2 a{
              font-size: 13px;
              color: #02599d;
              text-decoration: underline;
              display: block;
              line-height: 15px;
              overflow: hidden;
              height: 45px;
              margin: 0 0 10px 0;
            }
              
              .article-news h2 a:hover{
                text-decoration: none;
              }
            
            .article-news-com{
              font-size: 11px;
              color: #6b6b6b;
            }
              
              .article-news-com a{
                color: #02599d;
                text-decoration: underline;
              }  
                
                .article-news-com a:hover{
                  text-decoration: none;
                }
        
    .right-col{
      float: left;
      width: 685px;
    }
  
    
      .top-news-news{
        width: 330px;
        list-style-type: none;
        float: left;
        margin: 0 6px 10px 6px;
      }  
      
        .top-news-news-image{
          width: 322px;
          height: 167px;
          overflow: hidden;
          border: 4px solid #d8d9db;
          border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
          margin: 0 0 10px 0;
        }
          
          .top-news-news-image img{
            width: 322px;
            min-height: 167px;
          }
        
        .top-news-news-title a{
          font: 15px Verdana;
          color: #101010;
          text-decoration: underline;
          line-height: 15px;
          height: 30px;
          overflow: hidden;
          display: block;
          margin: 0 0 10px 0;
        }
          
          .top-news-news-title a:hover{
            color: #02599d;
          }
        
        .top-news-news-content{
          font-size: 12px;
          color: #555555;
          line-height: 15px;
          height: 60px;
          overflow: hidden;
        }
      
    /* ������� � �������� ����� � ����� */
    #foo1{
      margin: 0 !important;
      padding: 0 !important;
    }
          
      .prev1{
        background: url(../images/prev-next1.png) left top no-repeat;
        width: 28px;
        height: 69px;
        display: block;
        position: absolute;
        top: 53px;
        left: 10px;
      }

        .prev1:hover{
          background: url(../images/prev-next1.png) left bottom no-repeat;
        }
      
      .next1{
        background: url(../images/prev-next1.png) right top no-repeat;
        width: 28px;
        height: 69px;
        display: block;
        position: absolute;
        top: 53px;
        right: 11px;
      }
            
        .next1:hover{
          background: url(../images/prev-next1.png) right bottom no-repeat;
        }  
        
        
    .video-news{
      width: 214px;
      float: left;
      height: 146px;
      padding: 0 0 20px 0;
      background: url(../images/shadow-video.png) center bottom no-repeat;
      margin: 0 7px;
      position: relative;
    }
      
      .video-news-image{
        width: 214px;
        height: 146px;
        overflow: hidden;
      }
        
        .video-news-image img{
          width: 214px;
          min-height: 146px;
        }
        
      .video-news h2 a{
        background: url(../images/video.png);
        display: block;
        position: absolute;
        bottom: 20px;
        left: 0px;
        width: 190px;
        height: 40px;
        font-size: 14px;
        color: #fff;
        line-height: 40px;
        padding: 0 10px 0 10px;
        overflow: hidden;
        font-weight: normal;
      }
      
      .video-news:hover .video-news-info{
        display: block;
      }
      
      .video-news:hover h2 a{
        display: none;
      }
      
      .video-news-info{
        background: url(../images/video.png);
        width: 214px;
        height: 146px;
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
        display: none;
      }
        
        .video-news-info h2 a{
          position: relative;
          top: 0px;
          bottom: auto;
          background: none;
          display: block;
          width: 190px;
          height: 35px;
          font-size: 14px;
          color: #fff;
          line-height: 35px;
          padding: 0 10px 0 10px;
          overflow: hidden;
          display: block !important;
          font-weight: normal;
        }
          
          .video-news-info h2 a:hover{
            text-decoration: underline;
          }
      
      .video-news-content{
        font-size: 12px;
        color: #fda426;
        line-height: 15px;
        height: 45px;
        overflow: hidden;
        margin: 0 10px 20px 10px;
      }
        
      .video-news-more a{
        font-size: 11px;
        color: #fff;
        text-align: center;
        width: 92px;
        height: 24px;
        overflow: hidden;
        margin: 0 auto;
        display: block;
        line-height: 24px;
        background: url(../images/video-more.png) 0 top no-repeat;
      }  
        
        .video-news-more a:hover{
          background: url(../images/video-more.png) 0 bottom no-repeat;
        }
      
    .sovet-block{
      position: relative;
      padding: 15px 0 5px 0;
    }
      
      .man{
        width: 212px;
        height: 316px;
        background: url(../images/man.png) 0 0 no-repeat;
        position: absolute;
        bottom: -35px;
        right: 0px;
      }
      
      .sovet-news{
        background: url(../images/sovet.png) 0 top repeat-x;
        padding: 25px 0 0 0;
        margin: 0 0 20px 0;
        width: 450px;
      }
        
        .sovet-news:first-child{
          background: none;
          padding: 0px;
        }
        
        .sovet-news-date{
          float: left;
          width: 42px;
          height: 16px;
          background: #ef591f;
          font: 9px Arial;
          color: #fff;
          line-height: 16px;
          text-align: center;
          margin: 0 5px 0 0;
        }
        
        .sovet-news h2 a{
          font: 14px Verdana;
          color: #01589c;
          text-decoration: underline;
        }
          
          .sovet-news h2 a:hover{
            color: #000;
          }
        
        .sovet-news-content{
          font-size: 12px;
          color: #555555;
          line-height: 15px;
          max-height: 45px;
          overflow: hidden;
        }
        
  .footer{
    padding: 20px 0 0 300px;
    min-height: 100px;
    position: relative;
  }
    
    .logo2{
      background: url(../images/logo2.png) 0 0 no-repeat;
      width: 260px;
      height: 83px;
      position: absolute;
      top: 0px;
      left: 17px;
      display: block;
    }
    
    .footer-menu{
      background: url(../images/footer-menu-bg.png) 0 0 no-repeat;
      width: 686px;
      height: 31px;
      padding: 7px 0 0 5px;
      margin: 0 0 15px 0;
    }
      
      .footer-menu a{
        display: block;
        float: left;
        height: 23px;
        font-size: 12px;
        color: #252525;
        line-height: 23px;
        text-decoration: underline;
        padding: 0 12px;
        border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
        margin: 0 5px;
      }
        
        .footer-menu a:hover{
          background: url(../images/footer-menu-link.png) 0 0 repeat-x;
          color: #fff;
          text-decoration: none;
        }  
    
    .copir{
      float: right;
      text-align: right;
      font-size: 12px;
      color: #646464;
    }
      
      .copir a{
        color: #01589c;
        text-decoration: underline;
      }
        
        .copir a:hover{
          text-decoration: none;
        }
      
.main-news{
  float: left;
  width: 215px;
  margin: 0 7px 20px 6px;
}  
  
  .main-news-image{
    width: 207px;
    height: 140px;
    border: 3px solid #d6d6d6;
    overflow: hidden;
  }
    
    .main-news-image img{
      width: 207px;
      min-height: 140px;
    }
  
  .main-news h2{
    background: url(../images/shadow-video.png) center top no-repeat;
    padding: 10px 0 0 0;
  }
  
  .main-news h2 a{
    font: 12px Verdana;
    color: #01589c;
    text-decoration: underline;
    display: block;
    padding: 0 0 0 20px;
    background: url(../images/main-news-point.png) left 3px no-repeat;
    height: 30px;
    overflow: hidden;
    line-height: 15px;
  }
    
    .main-news h2 a:hover{
      color: #000;
    }
    
/* ����-������ */

.left-block{
  margin: 50px 0 0 24px;
  text-align: left;
}

.left-block2{

}

  .login-pass{
    font: bold 12px Tahoma;
    color: #525252;
    text-align: left;
    margin: 0 0 5px 0;
  }
  
    
  .login-line {
    position: relative;
    background: url(../images/login-line.png) right 0 no-repeat;
    width: 205px;
    height: 26px;
    margin: 0 4px 7px 0;
    font-size: 13px;
    color: #fff;
    line-height: 26px;
  }

  .login-link {
    padding: 10px 0 10px 15px;
  }
  
    .login-link a {
      color: #6a6a6a;
    }
  
  .login-input-text {
    border: 0;
    margin: 0;
    position: absolute;
    left: 65px;
    top: 5px;
    background: none;
    padding: 0;
    width: 130px;
    font: 14px Verdana; 
    color: #151515;
  }
  
  .welcome{
    font-size: 14px;
    color: #1c1c1c;
    text-align: right;
    margin: 0 0 10px 0;
  }
  
    .ava-cab{
      width: 55px;
      height: 55px;
      overflow: hidden;
      float: left;
      margin: 0 10px 0 0;
      border: 3px solid #d3d2d2;
    }  
    
      .ava-cab img{
        max-width: 55px;
        min-height: 55px;
      }
      
    .login-cab{
      font: 18px Tahoma;
      color: #858585;
      position: absolute;
      top: 125px;
      left: 30px;
    }
  
    
    .remembe{
      font: 12px Tahoma;
      color: #525252;
      text-align: left;
      margin: 7px 0 5px 0;
    }
    
  .l-link {
    float: right;
    font-size: 13px;
    color: #2b56a9;
    width: 115px;
    background: url(../images/l-link.png);
    border-radius: 5px;
      -moz-border-radius: 5px;  
      -webkit-border-radius: 5px;
    padding: 10px 5px;
  }  
  
    .l-link a {
      display: block;
      color: #2b56a9;
      text-decoration: underline;
      height:  18px;
      line-height: 18px;
      text-align: left;
      background: none;
      clear: both;
      margin: 0 0 5px 0;
    }
      
      .l-link a  img{
        float: left;
        margin: 0 5px 0 0;
      }
      
      .l-link a:hover {
        text-decoration: none;
      }
      
      .lu-link{
        font-size: 11px;
        color: #1043a1;
        text-decoration: underline;
      }
        
        .lu-link:hover{
          text-decoration: none;
        }
    
  
  .enter {
    position: absolute;
    right: 20px;
    bottom: -10px;
    width: 100px;
    height: 39px;
    overflow: hidden;
    background: url(../images/login.png) 0 top no-repeat;
    cursor: pointer;
    font: 14px Verdana;
    color: #1d1d1d;
    text-align: center;
    line-height: 36px;
    border: none;
  }
    
    .enter:hover{
      text-decoration: underline;
    }
  
  .lost-input-text {
    border: 1px #9e9e9e dotted;
    width: 200px;
    padding: 5px;
    color: #644217;
  }
  
  .reg-link {
    font: 10px Verdana;
    padding: 15px 0 0 0px;
    color: #151515;
    width: 100px;
    text-align: right;
  }
  
    .reg-link a {
      display: block;
      color: #151515;
      text-decoration: underline;
    }
    
      .reg-link a:hover {
        text-decoration: none;
      }
      
.s-block-content input {
  background: #fff url(../images/form-text.gif) left top repeat-x;
  margin: 5px 20px 0 0;
  color: #2e2e2e;
  border: 1px #d0d0d0 solid;
}

.s-block-content {
  padding: 10px;
}
/* ==================== ��������� */
.calend {

}

.weekday-active-v {
  color: #535353;
}
.day-active-v {
  color: #535353;
  font-weight: bold;
}
.calendar {

text-align: center;
}
  
  .calendar a {
    text-decoration: underline;
   }
.calendar td, th {
   text-decoration: none;
   padding: 3px;
}
.weekday {
  
  font-weight: bold !important;
  
}
.weekday-active {
  color: #000;
  font-weight: bold;
  
}
.day-active {
  color: #535353;
}
.monthlink {
  color: #535353;
  text-decoration: none;
}
.day-current {
  background:#ffd8b5;
  border:1px dotted #000;
  color: #000;
}

  .day-current a {
    color: #000;
  }

/* ==================== ������ ����� */
.tags-block {
  padding: 5px;
  color: #424242;
}

.clouds_xsmall {
  font-size: 12px;
  color: #424242 !important;
  text-decoration: none;
}
.clouds_small {
  font-size: 15px;
  color: #424242 !important;
  text-decoration: none;
}
.clouds_medium {
  font-size: 20px;
  color: #424242 !important;
  text-decoration: none;
}
.clouds_large {
  font-size: 25px;
  color: #ff8b02 !important;
  text-decoration: none;
}
.clouds_xlarge {
  font-size: 30px;
  color: #ff8b02!important;
  text-decoration: none;
}



/* ����� */
.vote-buttom {
  color: #02599d;
  border: 0;
  background: none;
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
  float: left;
}

  .vote-buttom:hover{
    text-decoration: none;
  }

  .vote-repeat{
    background: url(../images/vote-repeat.jpg) 0 0 repeat-y;
  }  
  
    .vote-top{
      background: url(../images/vote-top.jpg) 0 top no-repeat;
    }  
      
      .vote-bottom{
        background: url(../images/vote-bottom.jpg) 0 bottom no-repeat;
      }
      
  .vote-title{
    font: bold 13px Verdana;
    color: #d23e0f;
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0 0 5px 0;
  }
  
  .vote{
    font-size: 14px;
    color: #1d1d1d;
  }

/* ==================== ������� ������ */

.rating {
  color: #757575;
  font-size: 11px;    /* ! */
  font-family: tahoma;  /* ! */
  width: 85px;
  height: 16px;
}
.unit-rating {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 85px;
  height: 16px;
  position: relative;
  background-image: url(../dleimages/rating.png);
  background-position: top left;
  background-repeat: repeat-x;
}
.unit-rating li {
  text-indent: -90000px;
  padding: 0px;
  margin: 0px;
  float: left;
}
.unit-rating li a {
  display: block;
  width: 17px;
  height: 16px;
  text-decoration: none;
  text-indent: -9000px;
  z-index: 17;
  position: absolute;
  padding: 0px;
}
.unit-rating li a:hover {
  background-image: url(../dleimages/rating.png);
  background-position: left center;
  z-index: 2;
  left: 0px;
}
.unit-rating a.r1-unit { left: 0px; }
.unit-rating a.r1-unit:hover { width: 17px; }
.unit-rating a.r2-unit { left: 17px; }
.unit-rating a.r2-unit:hover { width: 34px; }
.unit-rating a.r3-unit { left: 34px; }
.unit-rating a.r3-unit:hover { width: 51px; }
.unit-rating a.r4-unit { left: 51px; }  
.unit-rating a.r4-unit:hover { width: 68px; }
.unit-rating a.r5-unit { left: 68px; }
.unit-rating a.r5-unit:hover { width: 85px; }
.unit-rating li.current-rating {
  background-image: url(../dleimages/rating.png);
  background-position: left bottom;
  position: absolute;
  height: 16px;
  display: block;
  text-indent: -9000px;
  z-index: 1;
}


/* ==================== BB ���� */
 
.bbcodes {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  color: #ffffff;
  font-size: 11px;    /* ! */
  font-family: tahoma;  /* ! */
  /*  width: 120px;  */
  height: 20px;
  background-image: url(../images/dlet_bttn_bbcodes.gif);
  background-repeat: repeat-x;
  font-weight: bold;
}

/* ����� bbcodes_poll ���������� � poll.tpl, vote.tpl, addnews.tpl */

.bbcodes_poll {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  color: #ffffff;
  font-size: 11px;    /* ! */
  font-family: tahoma;  /* ! */
  width: 120px;
  height: 20px;
  background-image: url(../images/dlet_bttn_bbcodes.gif);
  background-repeat: repeat-x;
  font-weight: bold;
}


/* ==================== ���������� ���� */

#dropmenudiv {
  border: 1px solid #ffffff;
  border-bottom-width: 0;
  font: normal 10px Verdana;
  background-color: #6497ca;
  line-height: 20px;
  margin: 2px;
  opacity: 0.92;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3)";
  filter: alpha(opacity=95, enabled=1) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3);
}

#dropmenudiv a {
  display: block;
  text-indent: 3px;
  text-decoration:none;
  color: #ffffff;
  background:#6497ca;
  border: 1px solid #ffffff;
  padding: 1px 0;
  margin: 1px;
  font-weight: bold;
}

#dropmenudiv a:hover {
  background-color:#fdd08b;
  color:#000000;
}

/* ==================== ����������� � ��������� ����� PM */

#newpm {
  width: 400px;
  padding: 4px;
  background-color: #fdfdfd;
  border: 1px solid #bbbbbb;
  font-family: verdana;
  line-height: 135%;
}
#newpmheader {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  height: 20px;
  color: #636363;
  font-weight: bold;
  background-color: #b2c7f1;
  font-family: verdana;
  cursor: move;
}
#newpm a {
  background: transparent;
  color: #4b73d4;
  text-decoration: none;
}
#newpm a:hover {
  background: transparent;
  color: #4b73d4;
  text-decoration: underline;
}

/* ==================== ������ �� ���������� �������������� ����� */

.attachment {
  color: #f37c64;
}

/* ==================== ����� ������������ �������� ����������� �� ���� �� ����������� ����� (nel) */
.highslide-wrapper, .highslide-outline {
  background: #FFFFFF;
  z-index: 100000;
}
.highslide-image {
  border: 2px solid #FFFFFF;
  z-index: 100000;
}
.highslide-active-anchor {
   visibility: hidden;
   z-index: 100000;
} 
.highslide-active-anchor img {
  visibility: hidden;
  z-index: 100000;
}
.highslide-dimming {
  background: black;
  z-index: 100000;
}
.highslide-html {
  background-color: white;
  z-index: 100000;
}
.highslide-html-content {
  display: none;
  z-index: 100000;
}
.highslide-loading {
    display: block;
  color: white;
  font-size: 9px;
  font-weight: bold;
    text-decoration: none;
  padding: 3px;
  border: 1px solid white;
    background-color: black;
  z-index: 100000;
}
a.highslide-full-expand {
  background: url(../dleimages/fullexpand.gif) no-repeat;
  display: block;
  margin: 0 10px 10px 0;
  width: 34px;
  height: 34px;
  z-index: 100000;
}
.highslide-footer {
  height: 11px;
  z-index: 100000;
}
.highslide-footer .highslide-resize {
  float: right;
  height: 12px;
  width: 11px;
  background: url(../dleimages/resize.gif);
  z-index: 100000;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-caption {
  display: none;
  padding: 5px;
  background: white;
}

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
  position: relative;
  left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}
 
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
  background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}
  
.title-block  {
  font: 22px Verdana;
  color: #151515;
  line-height: 27px;
  margin: 0 0 10px 0;
  font-weight: normal;
}

  .title-block  a {
    
  }
          
    .title-block a:hover {
      
    }
    
    .shot-text2 img {
      margin: 0 10px 5px 0;
      border: 0;
      max-width: 500px;
    }
    
    .shot-text input {
      margin: 5px 20px 0 0;
      background: #343434;
      color: #fff;
      font-size: 9px;
    }
    .shot-text2 input {
      margin: 5px 20px 0 0;
      background: #343434;
      color: #fff;
      font-size: 9px;
    }
    
    .mass_comments_action input {
      margin: 5px 20px 0 0;
      background: #454545;
      color: #fff;
      font-size: 9px;
    }
  
    .shot-text .editor_button img {
      padding: 0 !important;
      border: 0 !important;
      margin: 0;
    }
    .shot-text2 .editor_button img {
      padding: 0 !important;
      border: 0 !important;
      margin: 0;
    }
    
    .editor_button img {
      padding: 0 !important;
      border: 0 !important;
      margin: 0 !important;
    }
    
    .shot-text .editbclose img {
      padding: 0;
      border: 0;
      margin: 0;
    }
    .shot-text2 .editbclose img {
      padding: 0;
      border: 0;
      margin: 0;
    }
    
    .editor_button_brk img {
      padding: 0 !important;
      margin: 0 !important;
      border: 0 !important;
    }
    


/* ������ ������� */
.speed-b{
  background: #f0f0f0;
  color: #1a1a1a;
  font-size: 12px;
  margin: 0 0 18px 0;
  padding: 5px 10px;
  border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
  .speed-b a{
    color: #02599d;
    text-decoration: underline;
  }
    
    .speed-b a:hover{
      text-decoration: none;
    }
  

    
.full-news {
  
}  

  .full-news h1 {
    font: 22px Verdana;
    color: #151515;
    line-height: 27px;
    margin: 0 0 10px 0;
    font-weight: normal;
  }
  
  .full-news-content {
    color: #555555;
    line-height: 18px;
    font-size: 13px;
  }
  
    .full-news-content img {
      margin: 10px 0;
      max-width: 680px;
      padding: 20px;
      background: #fff;
      box-shadow: #dddddd 0px 0px 6px 0px;
      border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }
    
    .full-news-content a {
      color: #000;
      font-weight: bold;
    }
    
      .full-news-content a:hover {
        text-decoration: underline;
      }
      
  .full-news-info{
    border-top: 2px solid #b2b2b2;
    padding: 5px 0 0 0;
    font: 11px Arial;
    color: #313131;
  }
    
    .full-news-info a{
      color: #2966a3;
      text-decoration: underline;
    }
      
      .full-news-info a:hover{
        text-decoration: none;
      }
    
    .full-fav{
      float: left;
      width: 150px;
      height: 20px;
      line-height: 20px;
    }
    
    .full-cat{
      float: left;
      width: 135px;
      height: 20px;
      overflow: hidden;
      line-height: 20px;
    }
    
    .full-date{
      float: left;
      width: 45px;
      overflow: hidden;
      height: 20px;
      line-height: 20px;
      background: url(../images/full-date.png) left center no-repeat;
      padding: 0 0 0 20px;
    }
    
    .full-author{
      float: left;
      width: 45px;
      overflow: hidden;
      height: 20px;
      line-height: 20px;
      background: url(../images/full-author.png) left center no-repeat;
      padding: 0 0 0 15px;
    }
  
  .full-comment-content{
    background: #f2f2f2;
  }
  
.registr-please {
  color: #7791af;
  padding: 10px;
  margin: 5px;
}

.title_spoiler {
  position: relative;
  padding: 0;
  margin: 0;
}

  .title_spoiler a {
    background: url(../images/title_spoiler.jpg) left top repeat-x;
    display: block;
    line-height: 24px;
    padding: 0 10px 0 30px;
    text-decoration: none;
    color: #3b3b3b;
    font-weight: bold;
    border-radius:5px; 
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
    height: 24px
  }
  
  .title_spoiler img {
    position: absolute;
    left: 5px;
    top: 25px;
  }
  
.text_spoiler {
  border: 1px #ececec solid;
  padding: 10px;
  border-radius:5px; 
  -webkit-border-radius:5px; 
  -moz-border-radius:5px;
  margin: -5px 0 0 0;
  
}
  
  .text_spoiler a {
    
  }
  
    .text_spoiler a:hover {
      
    }
    
/* ��� ����������� */
.comment-block {
  clear: both;
  margin: 0 0 10px 0;
  position: relative;
  padding: 13px 5px 5px 87px;
  border-top: 1px solid #fff;
}

  .comment-block-left {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 13px;
    top: 13px;
    overflow: hidden;
  }
  
    .comment-block-left  img {
      width: 60px;
      min-height: 60px;
      
    }
    
  
  .comment-block-right {
    margin: 0 0 0 10px;
    position: relative;
    padding: 0px 0 0 0;
  }
  
    .comment-block-right2 {
      
    }
    
      .comment-text {
        color: #252525;
        line-height: 18px;
        font-size: 13px;
      }
      
        .comment-text a {
          color: #000;
        }
        
          .comment-text a:hover {
            text-decoration: none;
          }
      
        .comment-text-title {
          font: bold 11px Arial;
          padding: 0 0 5px 0;
          margin: 0 0 5px 0;
          color: #1e1e1e;
        }
        
          .comment-text-title a {
            color: #0064a6;
            font-size: 15px;
            font-weight: bold;
          }
          
            .comment-text-title a:hover {
              text-decoration: underline;
            }
            
        .comment-text-more {
          padding: 3px 0 0 0;
          font-size: 11px;
          color: #ccc;
        }
        
          .comment-text-more a {
            color: #a0a0a0;
          }
          
            .comment-text-more a:hover {
              color: #000;
            }

.comment-block .bbcodes, .mass_comments_action .bbcodes, .news-item-content .editor input, .news-item-content input {
  background: #fff;
  border: 1px #ccc solid;
  color: #333;
  border-radius:3px; 
  -webkit-border-radius:3px; 
  -moz-border-radius:3px;
  margin: 0;
  cursor: pointer;
}            


/* -------- */
.quote {
  background: #efead4;
  padding: 8px;
  color: #6f6f6f;
  clear: both;
  border-radius:3px; 
  -webkit-border-radius:3px; 
  -moz-border-radius:3px;
  margin: 0 0 5px 0;
  font-size: 11px;
}

  .quote a {
    color: #000;
  }
    
/* ���������� ����������� */

#dle_recaptcha{
  margin: 0 0 15px 0;
}

.hidden-comment {
}

  .hidden-comment h3 {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 0px;
    font: 15px Arial;
    color: #e74000;
    text-decoration: underline;
  }  
  
    .hidden-comment h3:hover{
      text-decoration: none;
    }
  
  .hidden-comment2 {
    background: url(../images/hidden-comment.jpg) left bottom repeat-x !important;
  }
  
  .hidden-comment-form {
    display: none;
    clear: both;
  }

.add-coment-buttom {
  width: 100px;
  height: 30px;
  margin-right: 3px;
  color: #fff;
  border: 1px #2b2b2b solid;
}

.add-comment {
  clear: both;
  padding: 10px 10px 10px 0;
  border-radius: 0 0 3px 3px; 
  -webkit-border-radius: 0 0 3px 3px; 
  -moz-border-radius: 0 0 3px 3px;
  
}

  .add-comment a {
    color: #2b80c1;
  }
  
  .login-close {
    background: url(../images/login-close.png);
    width: 36px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
  }

.add-coment-buttom {
  width: 100px;
  height: 30px;
  margin-right: 3px;
  color: #fff;
  border: 1px #2b2b2b solid;
}

.add-comment {
  clear: both;
  padding: 10px;
  border-radius: 0 0 3px 3px; 
  -webkit-border-radius: 0 0 3px 3px; 
  -moz-border-radius: 0 0 3px 3px;
  
}

  .add-comment a {
    color: #2b80c1;
  }
  
    .add-comment a:hover {
      
    }

  .add-comment-line {
    clear: both;
  }
  
    .add-comment-line-left {
      float: left;
      width: 90px;
      padding: 0 0 5px 0;
      height: 27px;
      line-height: 27px;
    }
    
    .add-comment-line-right {
      float: left;
      width: 500px;
      padding: 0 0 5px 0;
    }
    
      .add-comment-line-right input {
        border-radius:3px; 
        -webkit-border-radius:3px; 
        -moz-border-radius:3px;
        background: #fff;
        height: auto !important;
        padding: 5px 10px 5px 10px;
        border: 1px #e8e8e8 solid;
      }
.s-block .add-comment-line-left {
  width: 150px !important;
}

.s-block .add-comment-line-right {
  width: 400px !important;
}

.s-block .add-comment-line {
  padding: 0 0 10px 0;
}

.s-block .add-comment-line textarea {
  border-radius:3px; 
  -webkit-border-radius:3px; 
  -moz-border-radius:3px;
  background: #fff;
  height: auto !important;
  padding: 5px 10px 5px 10px;
  border: 1px #e8e8e8 solid;
  height: 200px !important;
}

/* 
*****************************
���� ���� */
.user-info-table {
  width: 90%; 
  margin: 0 00px 0 20px;

}

  .user-info-table td {
    padding: 5px 5px 20px 5px;
    text-align: left;
  }
  
    .user-info-table td small {
      font-size: 14px;
      color: #af86522;
      font-weight: bold;
    }
    
    .user-info-table td a {
      color: #ff863d;
    }
    
    .user-info-table td i {
      color: #bfbfbf;
    }
    
    .buttom-add-news {
      margin: 5px 20px 5px 0;
      background: #777777;
      color: #fff;
      border: 1px #2b2b2b solid;
    }
    
    .user-info-table input {
      background: url(../images/form-text.gif);
      color: #2e2e2e;
      border: 1px #d0d0d0 solid;
    }

    
/* ���� */
.error {
  padding: 10px;
  padding-bottom: 150px;
  background: url(../images/error.png) center bottom no-repeat;
  text-align: center;
}

  .error p {
    font-size: 15px;
    font-weight: bold;
  }
  
  .error a {
    color: #7cad37;
  }

/* ���������� */
.lost-pass {
  width: 400px;
  background: #fef2e4; 
  margin-bottom: 20px;
  border-top: 5px #9d7038 solid;
  margin-top: 10px;
}


  .lost-pass td {
    background: #fef2e4; 
    padding: 5px;
    color: #4b2e12;
    text-align: left;
  }
    
    .lost-pass td a {
      color: #c89539;
    }
    
.ststs-title {
  padding: 5px 5px 5px 20px;
  color: #60360c;
  text-align: left;
  font-weight: bold;
}

/* ����������� �������� */  
.ststststs {
  text-align: left;
  margin: 0 30px 0 30px;
}

  .ststststs-t {
    height: 40px;
    line-height: 35px;
    color: #fffdcc;
    margin: 0 30px 0 10px;
  }
  
    .ststststs-t h1 {
      margin: 0;
      padding: 0 0 0 50px;
      font-size: 14px;
    }
  
  .ststststs-c {
    padding: 20px;
  }
    
    .ststststs-c img {
      padding: 0 10px 10px 0;
      background: url(../images/shadow.gif) right bottom;
      border: 0;
      margin: 10px 10px 10px 0;
    }
    
    .ststststs-c input {
      margin: 5px 20px 0 0;
      background: url(../images/form-text.gif);
      color: #2e2e2e;
      border: 1px #d0d0d0 solid;
    }
  
  .ststststs-s {
    padding: 5px;
  }
    .ststststs-s a {
      color: #60360c;
    }
    
.s-block-content {
  padding: 10px;
  
}

#dle-content {
}

  .s-block-content a {
    color: #871012;
  }
  
/* ���������� ������� */
.add-news-title {
  padding: 5px 5px 0 50px;
  font-weight: bold;
  text-align: left;
  color: #2d7cff;
}

/* �� */
.imp {
  text-align: left;
  margin: 0 30px 0 30px;
}

  .imp input {
    margin: 5px 20px 0 0;
    background: url(../images/form-text.gif);
    color: #2e2e2e;
    border: 1px #d0d0d0 solid;
  }
  
.pm-tititittile {
  padding: 10px 10px 10px 5px;
  font-weight: bold;
}

.new-PM {
  padding: 3px;
}
  
  .new-PM input {
    width: 250px;
    background: url(../images/form-text.gif);
    color: #2e2e2e;
    border: 1px #d0d0d0 solid;
  }
  
  .new-PM span {
    width: 150px;
    margin-right: 20px;
    display: block;
  }
  
.pm-block {
  height: 30px;
  padding-left: 60px;
  line-height: 30px;
  font-weight: bold;
}

.pm-content {
  padding: 10px 5px 15px 5px;
}

  .pm-content a {
    color: #666666;
    font-weight: bold;
  }

.pm-block-menu {
  height: 50px;
  margin-bottom: 20px;
  line-height: 50px;
  padding-left: 0px;
  font-size: 12px;
}

  .pm-block-menu a {
    color: #ff863d;
    font-weight: bold;
  }

.a-mess {
  border-top: 5px #fff solid;
  padding: 5px;
  color: #777777;
}  

  .a-mess a {
    color: #4a4a4a;
    font-weight: bold;
  }
  
.theme-mess {
  background: #c6c6c6;
  padding: 5px;
  border-top: 5px #fff solid;
  color: #666666;
  font-weight: bold;
}

/* ���������� ������ � ����� ����� �� ������� */
.search-block {
  width: 273px;
  height: 31px;
  position: absolute;
  top: 324px;
  left: 5px;
  background: url(../images/search-block.png) left top no-repeat;
}
  
  #tt_social a {
    width: 24px;
    height: 24px;
    margin: 0 2px 2px 0;
    display: block;
    float: left;
  }
  
  .ttfav {
    float: left;
    padding: 10px 0 0 0;
  }
      
  .ttfav-title {
    padding: 5px 0 5px 3px;
    font-weight: bold;
    color: #bbbbbb;
  }
  
    .form-text {
      color: #464646;
      font-size: 11px;
      border: 0;
      margin: 0;
      padding: 0;
      background: none;
      position: absolute;
      left: 15px;
      top: 8px;
      width: 220px;
    }
    
    .form-search {
      position: absolute;
      right: 0px;
      top: 0px;
    }

.search-rez {
  text-align: left;
  margin: 0 30px 0 30px;

}

.search-title {
  padding: 10px;
  color: #fdffcd;
  font-weight: bold;
  border-left: 2px #ffddb5 solid;
  border-right: 2px #ffddb5 solid;
  margin: 10px;
  background: #262626;
}

.search-rez input {
  
    background: url(../images/form-text.gif);
    color: #2e2e2e;
    border: 1px #d0d0d0 solid;
}  

/* ��������� �� ��������� */
.navigation {
  padding: 10px;
  clear: both;
}

  .navigation a {
    border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    background: url(../images/navigation.jpg) left top repeat-x;
    height: 20px;
    line-height: 20px;
    float: left;
    padding: 0 9px 0 9px;
    font-weight: bold;
    text-decoration: none;
    color: #828282;
    margin: 0 5px 0 0;
    font-size: 11px;
  }
  
    .navigation a:hover {
      background: url(../images/navigation.jpg) left bottom repeat-x;
      color: #fff;
    }
  
  .navigation span {
    border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    background: url(../images/navigation.jpg) left bottom repeat-x;
    height: 20px;
    line-height: 20px;
    float: left;
    padding: 0 9px 0 9px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 11px;
  }

.vote-pool {
  margin: 20px 0 0 100px;
  background: #dbf6ff;
  width: 400px;
  padding: 10px;
}

  .vote-pool img {
    border: 0;
    padding: 0;
  }

  .vote-pool h5 {
    color: red;
    font-size: 13px;
    margin: 0;
  }
  
  .vote-pool h6 {
    margin: 0;
    font-size: 12px;
  }
  
  .vote-pool input {
    margin: 5px 20px 0 0;
    background: url(../images/form-text.gif);
    color: #2e2e2e;
    border: 1px #d0d0d0 solid;
  }
  
.statss {
  width: 100%;
}

  .statss  td {
    padding: 5px;
    font-size: 12px;
    color: #757575;
  }
  
  .statss a {
    color: #ff873e;
  }
  
.statss-title {
  font-size: 13px;
  font-weight: bold;
  color: #239aff;
  border-bottom: 1px #8e8e8e dotted;
  margin-bottom: 10px;
}


  
.form-input-stand {
  background: url(../images/form-text.gif);
  color: #2e2e2e;
  border: 0;
}

.shot-title {
  color: #61a0ff;
  padding: 5px;
}

  .shot-title h1 {
    font-size: 18px;
    padding-left: 10px;
  }
  
    .shot-title h1 i {
      
    }
    
.img-top-link {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.fix-bb {
  margin-right: 2%; 
  background: url(../bbcodes/bg.gif); 
  height: 75px;
  margin-left: -10px;
  border: 1px solid #bbb;
  border-bottom: 0;
}

  .fix-bb div {
    border: 0 !important;
  }
  
@-moz-document url-prefix()
{
    
}

  
/* DLE 8.5 */

/* ��� �����������: � ������� ������ � ����� */
.wide-border {
  background: white;
}
.wide-border .highslide-image {
  border-width: 10px;
}
.wide-border .highslide-caption {
  padding: 0 10px 10px 10px;
}

/* ��� �����������: ������ ���� */
.borderless .highslide-image {
  border: none;
}
.borderless .highslide-caption {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  background: white;
}

/* ��� �����������: ������ ����� ��� ���� */
.less .highslide-image {
  border: 1px solid #000000;
}
.less .highslide-caption {
  border: 1px solid #000000;
  background: white;
}


/* DLE 9.0 */

/* ==================== �������������� ����� �������� AJAX */
#loading-layer {
  display:none;
  font-family: Verdana;font-size: 11px;
  background:#000;padding:10px;
  text-align:center;
  border:1px solid #000;
  color: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}

/* ==================== ������� ����� �� ����� */
#searchsuggestions { border-width:1px; border-color:#919191; border-style:solid; width:300px; background-color:#e79520; font-size:10px; line-height:14px; position: relative; z-index:100; }
#searchsuggestions a { padding:5px;display:block; background-color:#ffffff; clear:left; height:70px; text-decoration:none; }
#searchsuggestions a:hover { background-color:#fdd08b; color:#ffffff; }
#searchsuggestions a span.searchheading { background: #e79520; display:block; font-weight:bold; padding:5px; color:#ffffff; }
#searchsuggestions a:hover span.searchheading { color:#ffffff; }
#searchsuggestions a span {color:#555555; }
#searchsuggestions a:hover span { color:#0000; }
#searchsuggestions span.seperator { float:right; padding-right:15px; margin-right:5px;}
#searchsuggestions span.seperator a { background-color:transparent; display:block; height:auto; color:#ffffff; }
#searchsuggestions span.notfound {  padding:5px;background-color:#ffffff; display:block; height:auto; color:#00000; }
/* ==================== ���������� � ����������� ���� jQuery UI */
.ui-helper-clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.ui-helper-clearfix {
  display: inline-block;
}
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-clearfix {
  display: block;
}
.ui-icon {
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
}
.ui-widget {
  font-family: Tahoma, Lucida Sans, Arial, sans-serif;
  font-size: 11px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: tahoma, Arial, sans-serif;
  font-size: 11px;
}
.ui-widget-content {
  background: #fcfdfd 50% bottom repeat-x;
  border: 1px solid #e64a0e;
  color: #222222;
  text-align: left;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  background: #e64a0e;
  border: 1px solid #e64a0e;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
.ui-state-default, .ui-widget-content .ui-state-default {
  background: #e64a0e;
  border: 1px solid #a9390e;
  color: #fff;
  font-weight: bold;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #2e6e9e;
  text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
  background: #c43f0c;
  border: 1px solid #d34610;
  color: #fff;
  font-weight: bold;
}
.ui-state-hover a, .ui-state-hover a:hover {
  color: #1d5987;
  text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
  background: #f5f8f9 50% 50% repeat-x;
  border: 1px solid #79b7e7;
  color: #e17009;
  font-weight: bold;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #e17009;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
.ui-state-error {
  background: #fef1ec 50% 50% repeat-x;
  border: 1px solid #cd0a0a;
  color: #cd0a0a;
}
.ui-widget-header .ui-icon {
  background-image: url(../images/ui-icons.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(../images/ui-icons_h.png);
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: .4em .8em;
}
input.ui-button {
  padding: .4em 1em;
}
.ui-button-set {
  margin-right: 7px;
}
.ui-button-set .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-dialog {
  overflow: hidden;
  padding: .2em;
  position: absolute;
  width: 300px;
  text-align: left;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .5em 1em .3em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .2em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  height: 18px;
  margin: -10px 0 0 0;
  padding: 1px;
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  background: none;
  border: 0;
  overflow: hidden;
  padding: .5em 1em;
  position: relative;
  zoom: 1;
  text-align: left;
}
.ui-dialog .ui-dialog-buttonpane {
  background-image: none;
  border-width: 1px 0 0 0;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
  text-align: left;
}
.ui-dialog .ui-dialog-buttonpane button {
  cursor: pointer;
  float: right;
  line-height: 1.4em;
  margin: .5em .4em .5em 0;
  overflow: visible;
  padding: .2em .6em .3em .6em;
  width: auto;
}
.ui-dialog .ui-resizable-se {
  bottom: 3px;
  height: 14px;
  right: 3px;
  width: 14px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.commentS-td2 #b_left, .commentS-td2  #b_center, .commentS-td2  #b_right, .commentS-td2 #b_spoiler {
    display: none;
  }
  
.nono #b_left, .nono  #b_center, .nono  #b_right, .nono #b_spoiler {
    display: none;
  }
  
#searchtable input{
  max-width: 150px !important;
} 

/* ��� 9.2 */
.editor input[type="text"] { padding: 2px; background: #fff url("../images/fields.png") repeat-x; border: 1px solid #bcc0c2; }

/* ==================== �������������� ������ ����� */
.ui-autocomplete { position: absolute; cursor: default; }

* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-menu {
  list-style:none;
  padding: 2px;
  margin: 0;
  display:block;
  float: left;
  background: #fff 50% bottom repeat-x; border: 1px solid #dedede; color: #222;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin:0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration:none;
  display:block;
  padding:.2em .4em;
  line-height:1.5;
  zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
  border: 1px solid #a7a7a7;
  color: #4e4e4e;
  font-weight: bold;
}

.full-news-custom-content p, .r-custom-text p {
  margin: 0;
  padding: 0;
}

/*  */


.sp_search {
  
  width:486px;
  margin: 0 0 15px 0;
  border: 2px #fff solid;
}

.sp_search_head {
  height:37px;
  padding:5px;
  color:#888;
  font:bold 17px Arial;
  line-height:40px;
  text-transform:uppercase;
  background:#fff;
  border-bottom: 1px #ccc solid;
}

.sp_search_head img {float:left;margin-right:7px;}

.sp_search_table {
  font:11px Tahoma;
  color:#080808;
  width:100%;
  text-align:left;
  background:#d5f3ff ;
}

.sp_search_table .sp_s1 {color:#1e81ba;text-decoration:underline;font-weight:bold;}
.sp_search_table .sp_s2 {color:#1e81ba;text-decoration:underline;font-weight:bold;}
.sp_search_table .sp_s3 {color:#1e81ba;text-decoration:underline;font-weight:bold;}
.sp_search_table .sp_s4 {color:#1e81ba;text-decoration:underline;font-weight:bold;}

.sp_search_table td.sp_name {
  padding:6px 10px 8px 0;
  vertical-align:top;
  font:12px Tahoma;
  color:#080808;
}

.sp_search_table a.sp_lnk {
  font:12px Tahoma;
  color:#080808;
  text-decoration:underline;
}
.sp_search_table a.sp_lnk b {
  font-weight:bold;
}

.sp_search_table a.sp_lnk:hover, .sp_search_table a.sp_lnk:hover span {text-decoration:none;}

.sp_search_table td.sp_count {
  padding:6px 24px 8px 0;
  vertical-align:top;
  text-align:right;
}

.sp_search_table td.sp_count span.sp_count_sp {
  color:#000;
  font-weight:bold;
}

.sp_search_table td.sp_count span.sp_count_sp2 {
  color:#1e81ba;
  font-weight:bold;
}

.sp_search_table td.sp_name .sp_im_bl {
  float:left;
  margin:-4px 0 0 0;
  width:44px;
}
.sp_search_table td.sp_name .sp_im_bl img {
  display:block;
  margin:0 auto;
}

/*---��������� ���� � ���� [code]---*/
pre code {
  display: block; padding: 0.5em;
  background: #f9fafa; 
  border: 1px solid #dce7e7;
  overflow:auto;
  white-space: pre;
}

pre .comment,
pre .template_comment,
pre .diff .header,
pre .doctype,
pre .lisp .string,
pre .javadoc {
  color: #93a1a1;
  font-style: italic;
}

pre .keyword,
pre .css .rule .keyword,
pre .winutils,
pre .javascript .title,
pre .method,
pre .addition,
pre .css .tag,
pre .lisp .title {
  color: #859900;
}

pre .number,
pre .command,
pre .string,
pre .tag .value,
pre .phpdoc,
pre .tex .formula,
pre .regexp,
pre .hexcolor {
  color: #2aa198;
}

pre .title,
pre .localvars,
pre .function .title,
pre .chunk,
pre .decorator,
pre .builtin,
pre .built_in,
pre .lisp .title,
pre .identifier,
pre .title .keymethods,
pre .id {
  color: #268bd2;
}

pre .tag .title,
pre .rules .property,
pre .django .tag .keyword {
  font-weight: bold;
}

pre .attribute,
pre .variable,
pre .instancevar,
pre .lisp .body,
pre .smalltalk .number,
pre .constant,
pre .class .title,
pre .parent,
pre .haskell .label {
  color: #b58900;
}

pre .preprocessor,
pre .pi,
pre .shebang,
pre .symbol,
pre .diff .change,
pre .special,
pre .keymethods,
pre .attr_selector,
pre .important,
pre .subst,
pre .cdata {
  color: #cb4b16;
}

pre .deletion {
  color: #dc322f;
}

pre .tex .formula {
  background: #eee8d5;
}

/*---�������� ��� ������������� ������������ ���������---*/
.pm_progress_bar {
  border: 1px solid #d8d8d8;
  padding: 1px;
  margin: 0 5px;
}

.pm_progress_bar span {
  background: #000000;
  font-size: 0em;
  text-indent: -2000em;
  height: 10px;
  display: block;
  overflow: hidden;

}

.pm_status {
  float:left;
  border: 1px solid #d8d8d8;
  padding: 0;
  background-color: #fff;
  width: 100%;
  height: 150px;
  margin-right: 10px;
}
.pm_status_content{
  padding: 0 10px 0 10px;
}

.pm_status_head {
  border-bottom: 1px solid #d8d8d8;
  background: #fff url("../images/bbcodes.png") repeat-x 0 100%;
  font: 12px Tahoma;
  padding: 10px;
  margin: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  color: #4e4e4e;
}


/*---����� ����������� ����������� �� �����---*/
.voteprogress {
  overflow: hidden;
  height: 15px;
  margin-bottom: 5px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.voteprogress span {
  color: #ffffff;
  text-align: center;
  text-indent: -2000em;
  height: 15px;
  display: block;
  overflow: hidden;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
}

.voteprogress .vote2 {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.voteprogress .vote3 {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.voteprogress .vote4 {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.voteprogress .vote5 {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

/*---����� ����������� ������� � ��������---*/
.pollprogress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 5px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.pollprogress span {
  color: #ffffff;
  height: 18px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
}

.pollprogress .poll2 {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.pollprogress .poll3 {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.pollprogress .poll4 {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.pollprogress .poll5 {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

/*---BB ��������---*/

.bb-pane { height: 1%; overflow: hidden; border: 1px solid #BBB; background-image: url("../bbcodes/bg.gif"); }
.bb-btn, .bb-sep { height: 25px; float: left; display: block; overflow: hidden; text-indent: -9999px; white-space: nowrap; }
.bb-sel { float: left; padding: 4px 2px 0 2px; }
.bb-sel select { font-size: 11px; }
.bb-sep { width: 5px; background-image: url("../bbcodes/brkspace.gif"); }
.bb-btn { cursor: pointer; width: 23px; }

#b_font { width: 118px;}
#b_size { width: 65px;}
#b_font select { padding: 0px;}
#b_size select { padding: 0px;}
#b_b { background-image: url("../bbcodes/b.gif"); }
#b_i { background-image: url("../bbcodes/i.gif"); }
#b_u { background-image: url("../bbcodes/u.gif"); }
#b_s { background-image: url("../bbcodes/s.gif"); }
#b_img { background-image: url("../bbcodes/image.gif"); }
#b_up { background-image: url("../bbcodes/upload.gif"); }
#b_emo { background-image: url("../bbcodes/emo.gif"); }
#b_url { background-image: url("../bbcodes/link.gif"); }
#b_leech { background-image: url("../bbcodes/leech.gif"); }
#b_mail { background-image: url("../bbcodes/email.gif"); }
#b_video { background-image: url("../bbcodes/mp.gif"); }
#b_audio { background-image: url("../bbcodes/mp3.gif"); }
#b_hide { background-image: url("../bbcodes/hide.gif"); }
#b_quote { background-image: url("../bbcodes/quote.gif"); }
#b_code { background-image: url("../bbcodes/code.gif"); }
#b_left { background-image: url("../bbcodes/l.gif"); }
#b_center { background-image: url("../bbcodes/c.gif"); }
#b_right { background-image: url("../bbcodes/r.gif"); }
#b_color { background-image: url("../bbcodes/color.gif"); }
#b_spoiler { background-image: url("../bbcodes/spoiler.gif"); }
#b_fla { background-image: url("../bbcodes/flash.gif"); }
#b_yt { background-image: url("../bbcodes/youtube.gif"); }
#b_tf { background-image: url("../bbcodes/typograf.gif"); }
#b_list { background-image: url("../bbcodes/list.gif"); }
#b_ol { background-image: url("../bbcodes/ol.gif"); }
#b_tnl { background-image: url("../bbcodes/translit.gif"); }
#b_br { background-image: url("../bbcodes/pbreak.gif"); }
#b_pl { background-image: url("../bbcodes/page.gif"); }

.bb-editor textarea { 
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding: 2px; border: 1px solid #bcc0c2; width: 100%; background: #fff url("../images/fields.png") repeat-x;
}
.editorcomm .bb-editor { width: 465px;}
.editorcomm .bb-editor textarea { height: 156px; }

.clr {
    clear: both;
}

/*---��������� ������ � ����������� ���� (���������� �������)---*/
#marker-bar,
#txtselect_marker {
  display: block;
  visibility: hidden;
    position: absolute;
    z-index: 1200;
    opacity: 0;
    -webkit-transition: opacity .4s, visibility .1s linear .4s;
    -moz-transition: opacity .4s, visibility .1s linear .4s;
    -o-transition: opacity .4s, visibility .1s linear .4s;
    transition: opacity .4s, visibility .1s linear .4s;
}
#txtselect_marker {
    cursor: pointer;
    background:url(../dleimages/marker.png) -0px -0px no-repeat;
}

#txtselect_marker:hover {
        background-position: -0px -32px;
}

#marker-bar{
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #fff;
    padding: 5px 10px;
    cursor: default;
    box-shadow: 0px 0px 4px #ccc;
}

#marker-bar.show {
  -webkit-transition: opacity .4s, visibility 0s;
  -moz-transition: opacity .4s, visibility 0s;
  -o-transition: opacity .4s, visibility 0s;
  transition: opacity .4s, visibility 0s;
  opacity: 1;
  visibility: visible;
}

#txtselect_marker.show {
        /* XXX make a common css fadeIn/fadeOut classes */
  visibility: visible;
  width: 32px;
  height: 32px;
  -webkit-transition: opacity .4s, visibility 0s;
  -moz-transition: opacity .4s, visibility 0s;
  -o-transition: opacity .4s, visibility 0s;
  transition: opacity .4s, visibility 0s;
  opacity: 1;
}

#marker-bar .masha-social,
#marker-bar .masha-marker{
  cursor: pointer;
  display: block;
  margin: 0 5px;
  float: left;
}

#marker-bar .masha-marker{
  line-height: 1em;
  color: #aaa;
  border-bottom: 1px dotted #aaa;
  margin-right: 10px;
}

#marker-bar .masha-marker:hover {
  color: #ea3e26;
  border-color: #ea3e26;
}

.user_selection, .user_selection_true {
  background: #c4f47d;
  padding: 2px 0;
}
.user_selection a.txtsel_close, .user_selection_true a.txtsel_close {
  display:none;
}
.user_selection .closewrap, .user_selection_true .closewrap {
  position: relative;
}
.user_selection.hover a.txtsel_close, .user_selection_true.hover a.txtsel_close {
  display: inline-block;
  position: absolute;
  top: -7px;
  left: -5px;
  width: 33px;
  height: 33px;
  background: url(../dleimages/closemarker.png) -0px -0px no-repeat;
}

.user_selection.hover a.txtsel_close:hover, .user_selection_true.hover a.txtsel_close:hover {
  background-position: -0px -33px;
}


#share-popup {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  position: absolute;
  width: 414px;
  display:none;
  z-index: 100;
  padding: 10px 0;
  opacity: 0;
  -webkit-transition: opacity .4s, visibility .1s linear .4s;
  -moz-transition: opacity .4s, visibility .1s linear .4s;
  -o-transition: opacity .4s, visibility .1s linear .4s;
  transition: opacity .4s, visibility .1s linear .4s;
}

#share-popup.show {
  display:block;
  opacity: 1;
  -webkit-transition: opacity .4s, visibility 0s;
  -moz-transition: opacity .4s, visibility 0s;
  -o-transition: opacity .4s, visibility 0s;
  transition: opacity .4s, visibility 0s;
  opacity: 1;
}

#share-popup .social {
  padding: 0 0 10px 17px;
  height: 40px;
}

#share-popup .social p {
  padding-bottom: 10px;
  margin: 0;
  font-weight: bold;
}

#share-popup .social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#share-popup .social ul li {
  float: left;
  margin-right: 20px;
  padding-top: 2px;
  position: relative;
}

#share-popup .social ul a {
  text-decoration: none;
  font-size: 11px;
  display: inline-block;
  color: #aaa;
  padding-left: 25px;
}

#share-popup .social ul a:hover {
  text-decoration: underline;
  color: #ea3e26;
}

#share-popup .social a span{
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(../dleimages/social-icons.png) 20px 20px no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

#share-popup .social .tw span{
  background-position: 0 -20px;
}

#share-popup .social .tw:hover span{
  background-position: 0 0;
}

#share-popup .social .fb span{
  background-position: -20px -20px;
}

#share-popup .social .fb:hover span {
  background-position: -20px 0;
}

#share-popup .social .vk span{
  background-position: -40px -20px;
}

#share-popup .social .vk:hover span {
  background-position: -40px 0;
}

#share-popup .social .gp span{
  background-position: -60px -20px;
}

#share-popup .social .gp:hover span {
  background-position: -60px 0;
}

#share-popup .link {
  clear: both;
  border-top: 1px solid #d9d9d9;
  padding: 10px 5px 0 10px;
  line-height: 1.2;
  overflow: hidden;
  margin: 0 7px;
}

#share-popup .link p {
  font-weight: bold;
  padding: 0 0 3px 0;
  margin: 0;
}

#share-popup .link span {
  color: #999;
  font-size: 10px;
  display: block;
  padding-top: 3px;
}

#share-popup .link a {
  display: block;
}
.mass_comments_action {
  display: none;
}

a img {border:none}

table{
border:0px;
border-collapse: collapse
}

.tab_001 {
border: inset 1pt; 
border-top: hidden;
border-left: hidden;
padding: 3px 10px 3px 20px;
}
.tab_002 {
border: inset 1pt; 
border-left: hidden;
padding: 3px 10px 3px 20px;
}
.tab_003 {
border: inset 1pt; 
border-bottom: hidden;
border-left: hidden;
padding: 3px 10px 3px 20px;
}
.tab_004 {
border: inset 1pt; 
border-top: hidden;
border-right: hidden;
padding: 3px 10px 3px 10px;
}
.tab_005 {
border: inset 1pt; 
border-right: hidden;
padding: 3px 10px 3px 10px;
}
.tab_006 {
border: inset 1pt; 
border-bottom: hidden;
border-right: hidden;
padding: 3px 10px 3px 10px;
}
.tab_007 {
border: inset 1pt; 
border-top: hidden;
padding: 3px 10px 3px 10px;
}
.tab_008 {
border: inset 1pt; 
padding: 3px 10px 3px 10px;
}
.tab_009 {
border: inset 1pt; 
border-bottom: hidden;
padding: 3px 10px 3px 10px;
}


caption{
  font-size: 18px;
  font-family: arial;
      line-height: 1.5em;
      text-align: left;
      margin: 0px 0px 5px 20px
}


.center {
      text-align: center;
}

.right {
      text-align: right;
}

.left {
      text-align: left;
}
.left-2 {
      text-align: left;
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m-004.bmp");
  background-repeat: no-repeat;
}

.vtop {
      vertical-align: top;
}

.h1-1 {
      font:normal bold 1.8em Tahoma, Helvetica, sans-serif; 
  font-size: 26px;
      margin: 20px 0px 0px 0px;
}

.h2-1 {
  font-size: 20px;
  font-family: arial;
      line-height: 1.5em;
      margin: 0px 10px 0px 20px
}
.h2-2 {
  font-size: 20px;
  font-family: arial;
      color: red;
  font-weight: 900;
      line-height: 1.5em;
      margin: 0px 10px 0px 20px
}
.h2-3 {
  font-size: 20px;
  font-family: arial;
      color: #CC6600;
  font-weight: 900;
      line-height: 1.5em;
      margin: 0px 10px 0px 20px
}
.h2-4 {
  font-size: 20px;
  font-family: arial;
      color: red;
      text-align: left;
  font-weight: 900;
      line-height: 1.5em;
      margin: 0px 10px 10px 0px
}
.h2-5 {
  font-size: 16px;
  font-family: arial;
  font-weight: 900;
      line-height: 1.5em;
      margin: 0px 10px 0px 20px
}
.h2-6 {
  font-size: 16px;
      color: red;
  font-family: arial;
      line-height: 1.5em;
      margin: 0px 10px 0px 20px
}

.h2-7 {
  font-size: 13px;
  font-family: arial;
      color: #CC6600;
  font-weight: 900;
      line-height: 1.5em;
      text-decoration: none;
      margin: 0px 10px 0px 0px
}

.h2-7 a:active,
.h2-7 a:visited,
.h2-7 a:link {
  font-size: 13px;
  font-family: arial;
      color: #CC6600;
  font-weight: 900;
      line-height: 1.5em;
      text-decoration: none;
      margin: 0px 10px 0px 0px
}
.h2-8 {
  font-size: 14px;
  font-family: arial;
  color: red;
  font-weight: 900;
  line-height: 1.5em;
  margin: 0px 10px 0px 3px
}

.t0001 a:active,
.t0001 a:visited,
.t0001 a:link {
  font-family: arial;
  font-size: 15px;
      color: blue;
      line-height: 1.7em;
      text-decoration: none;
      margin: 0px 0px 0px 30px;
}

.t0002 a:active,
.t0002 a:visited,
.t0002 a:link {
  font-family: arial;
  font-size: 15px;
      color: blue;
      line-height: 1.7em;
      text-decoration: none;
      margin: 0px 0px 0px 25px;
}

.t0003 a:visited {color: blue;}
.t0003 {
  font-family: arial;
  font-size: 13px;
      line-height: 1.4em;
      text-decoration: none;
      margin: 65px 0px 0px 0px;
}
.t0004 {
  font-family: tahoma;
  font-size: 15px;
      color: gray;
  font-weight: 900;
      text-align: left;
      line-height: 1.4em;
      text-decoration: none;
      margin: 0px 0px 0px 50px;
}
.t0005 a:visited {color: blue; text-decoration: none;}
.t0005 {
  font-family: arial;
  font-size: 15px;
      color: gray;
      text-align: left;
      line-height: 2.0em;
      margin: 10px 0px 0px 50px;
}
.t0006 a:visited {color: black; text-decoration: none;}
.t0006 {
  font-family: arial;
  font-size: 14px;
      text-align: left;
      text-decoration: underline;
      line-height: 2.2em;
      margin: 0px 0px 0px 0px;
}
.t0007 {
  font-family: arial;
  font-size: 16px;
      color: white;
      text-align: left;
  font-weight: 900;
      line-height: 2.2em;
      margin: 5px 0px 0px 30px;
}
.t0008 {
  font-family: arial;
  font-size: 14px;
      color: white;
      text-align: left;
      line-height: 1.4em;
      margin: 5px 0px 0px 30px;
}
.t0009 a:visited {color: black;}
.t0009 {
  font-family: arial;
  font-size: 15px;
      color: white;
      text-align: left;
      line-height: 1.8em;
      margin: 10px 0px 0px 30px;
}
.t0010 {
  font-family: arial;
  font-size: 12px;
      color: red;
      text-align: left;
      line-height: 1.6em;
      margin: 5px 0px 0px 0px;
}
.t0011 a:visited {color: blue;}
.t0011 {
  font-family: arial;
  font-size: 12px;
      color: gray;
      text-align: left;
      line-height: 1.6em;
      margin: 0px 0px 5px 0px;
}
.t0012 a:visited {color: blue;}
.t0012 {
  font-family: arial;
  font-size: 14px;
      text-align: left;
      line-height: 1.4em;
      margin: 9px 0px 0px 30px;
}
.t0013 {
  font-family: arial;
  font-size: 12px;
      color: gray;
      text-align: center;
      line-height: 1.4em;
      margin: 10px 100px 0px 0px;
}
.t0014 a:visited {color: #8994ff;}
.t0014 {
  font-family: arial;
  font-size: 16px;
      text-align: left;
  font-weight: 900;
      line-height: 1.7em;
      margin: 20px 0px 10px 0px;
}
.t0015 a:active,
.t0015 a:visited,
.t0015 a:link {color: #7383a8;}
.t0015 {
  font-family: arial;
  font-size: 14px;
      text-align: left;
      color: #7383a8;
  font-weight: 900;
      line-height: 1.5em;
      margin: 0px 0px 0px 0px;
}
.t0016 {
  font-family: arial;
  font-size: 14px;
      text-align: left;
  font-weight: 900;
      margin: 9px 0px 0px 20px;
}
.t0016-1 {
  font-family: arial;
  font-size: 22px;
  text-align: left;
  font-weight: 900;
  margin: 12px 0px 0px 3px;
}
.t0016-2 {
  font-family: arial;
  font-size: 14px;
  text-align: left;
  font-weight: 900;
  margin: 10px 0px 0px 3px;
}
.t0017 {
  font-family: arial;
  font-size: 12px;
      text-align: left;
      line-height: 1.4em;
      margin: 9px 185px 0px 15px;
}
.t0017-2 {
  font-family: arial;
  font-size: 12px;
      text-align: left;
      line-height: 1.4em;
      margin: 20px 20px 0px 30px;
}
.t0018 {
  font-family: arial;
  font-size: 16px;
      text-align: left;
  font-weight: 900;
      margin: 10px 0px 10px 20px;
}
.t0019 {
  font-family: arial;
  font-size: 13px;
      text-align: left;
  font-weight: 900;
      margin: 0px 0px 0px 20px;
}
.t0020 {
  font-family: arial;
  font-size: 13px;
      text-align: left;
      line-height: 1.4em;
      margin: 0px 0px 0px 10px;
}

.t0021 a:active,
.t0021 a:visited,
.t0021 a:link {color: blue}
.t0021 {
  font-family: arial;
  font-size: 13px;
      text-align: left;
      line-height: 1.4em;
      margin: 10px 0px 0px 0px;
      padding: 0px 0px 0px 25px;
}

.t0022 {
  font-family: arial;
  font-size: 16px;
      text-align: left;
      line-height: 1.4em;
      margin: 0px 0px 0px 30px;
}

.tcont a:visited {color: blue;}
.tcont {
  font-family: arial;
  font-size: 14px;
      text-align: left;
      line-height: 1.4em;
      margin: 0px 0px 0px 0px;
}
.tcont2 a:visited {color: blue;}
.tcont2 {
  font-family: arial;
  font-size: 14px;
      text-align: left;
      line-height: 1.6em;
      margin: 10px 10px 10px 20px;
}
.tcont3 a:visited {color: blue;}
.tcont3 {
  font-family: arial;
  font-size: 14px;
      text-align: left;
      vertical-align: top;
      line-height: 1.4em;
      margin: 20px 10px 20px 5px;
}
.tcont3-1 a:visited {color: blue;}
.tcont3-1 {
  font-family: arial;
  font-size: 12px;
      text-align: left;
      vertical-align: top;
      line-height: 1.4em;
      margin: 20px 10px 20px 5px;
}
.tcont4 a:visited {color: blue;}
.tcont4 {
  font-family: arial;
  font-size: 14px;
      text-align: left;
      vertical-align: top;
      line-height: 1.4em;
      margin: 10px 10px 10px 20px;
}
.tcont5 a:visited {color: blue;}
.tcont5 {
  font-family: arial;
  font-size: 14px;
      text-align: left;
      vertical-align: top;
      line-height: 1.4em;
      margin: 10px 10px 10px 20px;
}
.cont-gray-01 {
  font-family: arial;
  font-size: 14px;
  background-color: #eeeeee;
      text-align: justufy;
      line-height: 1.4em;
      margin: 20px 20px 20px 0px;
      padding: 10px 30px 10px 30px;
}

.gray {
  background-color: gray;
  height: 1px;
}
.gray-001 {
  background-color: #eeeeee;
      margin: 15px 0px 15px 3px;
      padding: 10px 10px 10px 10px;
}
.gray-002 {
  background-color: #eeeeee;
      margin: 15px 15px 15px 0px;
      padding: 10px 10px 10px 20px;
}
.gray-003 {
  background-color: #eeeeee;
      margin: 15px 15px 15px 0px;
      padding: 10px 10px 10px 20px;
  height: 55px;
}
.gray-004 {
  background-color: #bbbbbb;
}

.tb-gray {
      background-color: #e5e5e5;
}


.img002 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m-002.jpg");
  background-repeat: no-repeat;
      vertical-align: center;
}
.img006 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m-006.bmp");
}
.img007 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m-007.jpg");
  background-repeat: no-repeat;
}
.img009 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m-009.jpg");
  background-repeat: no-repeat;
      vertical-align: top;
}
.img010 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m[0_00].jpg");
}
.img011 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m[0_07].jpg");
      vertical-align: top;
}
.img012 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m[0_08].jpg");
      vertical-align: top;
}
.img013 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m-013.bmp");
}

.h-003 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m-001.bmp");
  height: 3px;
}
.h-020 {
  height: 20px;
}
.h-040 {
  height: 40px;
}
.h-100 {
  height: 100px;
}
.h-105 {
  height: 105px;
}
.h-160 {
  height: 160px;
}
.h-180 {
  height: 180px;
}
.h-210 {
  height: 210px;
}

.w-001 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m[0_04].bmp");
  width: 1px;
}
.w-015 {
  width: 15px;
}
.w-015-1 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m[0_05].bmp");
  width: 15px;
}
.w-015-2 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m[0_06].bmp");
  width: 15px;
}
.w-025 {
  width: 25px;
}
.w-035-1 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m[0_09].bmp");
  width: 35px;
}
.w-035-2 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m[0_09].bmp");
  width: 35px;
}
.w-035-3 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m[0_11].bmp");
  width: 35px;
}
.w-052 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m[0_00].jpg");
  width: 52px;
}
.w-052-1 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m[0_01].bmp");
  width: 52px;
}
.w-052-2 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m[0_02].bmp");
  width: 52px;
}
.w-052-3 {
  width: 52px;
}
.w-55 {
  width: 55px;
}
.w-55-1 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m-011.bmp");
  background-repeat: no-repeat;
  width: 55px;
}
.w-100 {
  width: 100px;
}
.w-160-1 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m[0_10].bmp");

}
.w-195 {
  width: 195px;
}
.w-195-1 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m-003.bmp");
  background-repeat: no-repeat;
      text-align: left;
  xwidth: 195px;
}
.w-210 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m-010.jpg");
  background-repeat: no-repeat;
      vertical-align: center;
  width: 210px;
}
.w-205 {
  xwidth: 205px;
}
.w-205-1 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m-004.bmp");
  background-repeat: no-repeat;
      text-align: left;
  xwidth: 205px;
}
.w-220 {
  width: 220px;
}
.w-260-1 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m[0_10].bmp");
  width: 260px;
}
.w-315 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m-005.jpg");
  background-repeat: no-repeat;
  width: 315px;
}
.w-300 {
  width: 300px;
}
.w-350 {
  width: 350px;
}
.w-330 {
      width: 330px;
}
.w-400 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m-008.bmp");
  background-repeat: no-repeat;
  width: 320px;
}
.w-400-1 {
      background: url("http://www.ukrstroydom.com/image/oborud/otopitel/pressekst-1t/blok1.jpg");
  background-repeat: no-repeat;
      vertical-align: top;
  width: 400px;
      height: 184px;
}
.w-400-2 {
      background: url("http://www.ukrstroydom.com/image/oborud/build_drobilki/dezint-dm3/blok1.jpg");
  background-repeat: no-repeat;
      vertical-align: top;
  width: 400px;
      height: 184px;
}
.w-400-3 {
      background: url("http://www.ukrstroydom.com/image/oborud/otopitel/sushka-torfa/blok1.jpg");
  background-repeat: no-repeat;
      vertical-align: top;
  width: 400px;
      height: 184px;
}
.w-400-4 {
      background: url("http://www.ukrstroydom.com/image/oborud/other/press-othod-1c/blok1.jpg");
  background-repeat: no-repeat;
      vertical-align: top;
  width: 400px;
      height: 184px;
}
.w-400-5 {
      background: url("http://www.ukrstroydom.com/image/oborud/other/grohot_01/blok1.jpg");
  background-repeat: no-repeat;
      vertical-align: top;
  width: 400px;
      height: 184px;
}
.w-400-6 {
      background: url("http://www.ukrstroydom.com/image/oborud/other/pini-key/line-01/blok1.jpg");
  background-repeat: no-repeat;
      vertical-align: top;
  width: 400px;
      height: 184px;
}
.w-450 {
  width: 450px;
}
.w-500 {
      width: 500px;
}
.w-896 {
  width: 896px;
}
.w-896-1 {
      background: url("http://www.ukrstroydom.com/img/new2010/menu/m-012.bmp");
      height: 3px;
}
.w-1000 {
  width: 1000px;
}
.w-100p {
      width: 100%;
      height: 210px;
}
.w-101p {
      width: 100%;
      height: 120px;
}
.w-102p {
      width: 100%;
      height: 240px;
}
.w-103p {
      width: 100%;
      height: 140px;
}
.w-104p {
      width: 100%;
      height: 105px;
}
.w-105p {
      width: 100%;
}
.w-106p {
      width: 100%;
      height: 80px;
}
.w-107p {
      width: 100%;
      height: 40px;
}