fieldset,img {
    border: 0;
}
div {
    display: block;
}
.clear{
    clear: both;
    line-height: 0;
    font-size: 0;
    height: 0;
    display: block;
}
.inline-block{
    display: -moz-inline-stack;
    -moz-box-orient: vertical;
    display: inline-block;
    zoom: 1;
    *display: inline;
    _display: inline;
	vertical-align: top;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
body {
  padding: 0;
  margin: 0;
  /*background: #000 url(../images/body.jpg);*/
  font: 11px Verdana;
  color: #6b6b6b;
  word-wrap: break-word; 
}


.background-image {
  background: url(../images/background-image.jpg) center top no-repeat;
}

  .top-line {
    height: 80px;
    background: #1d1d1d;
	background: -moz-linear-gradient(top, #1d1d1d 0%, #3d3737 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d1d1d), color-stop(100%,#3d3737));
	background: -webkit-linear-gradient(top, #1d1d1d 0%,#3d3737 100%);
	background: -o-linear-gradient(top, #1d1d1d 0%,#3d3737 100%);
	background: -ms-linear-gradient(top, #1d1d1d 0%,#3d3737 100%);
	background: linear-gradient(to bottom, #1d1d1d 0%,#3d3737 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1d', endColorstr='#3d3737',GradientType=0 );
    border-bottom: 3px #dd6205 solid;
  }
  

  
    .main-center-block {
      width: 1000px;
      margin: 0 auto;
	  position: relative;
    }
    
	.logo-gorkiy{
	  position: absolute;
	  left: 0;
	  top: 5px;
	}
	
    .transparent {
      background: url(../images/transparent.png);
    }
    
/* ͅΞ */
.top-menu {
  background: url(../images/top-menu.jpg) left top repeat-x;
  height: 35px;
  border-bottom: 1px #753303 solid;
}

ul#topnav {
  margin: 0;
  padding: 0;
  float:left;
  width: 100%;
  list-style: none;
  font-size: 1.1em;
}
ul#topnav li {
  float: left;
  margin: 0; padding: 0;
  position: relative;
}
ul#topnav li a {
  float: left; 
  cursor: pointer;
  height: 20px;
  color: #fff;
  padding: 0 20px 0 20px;
  display: block;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }



ul#topnav li .sub {
  position: absolute;  
  top: 100%;
  left: 0;
  background: #111111;
  padding: 10px 0;
  float: left;
  display: none;
  z-index: 100000;
  list-style: none;
  margin: 0;
  width: 190px!important;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav .sub li {
  width: 100%;
  color: #fff;
  position: relative;
}
ul#topnav .sub li h2 {
  padding: 0;  margin: 0;
  font-size: 1.3em;
  font-weight: normal;
}
ul#topnav .sub li h2 a {
  padding: 5px 0;
  background-image: none;
  color: #e8e000;
}
ul#topnav .sub li a, ul#topnav .sub li .unsub li a {
  float: none; 
  text-indent: 0; /*--Reset text indent--*/
  height: auto;
  padding: 7px 25px 7px 35px;
  display: block;
  text-decoration: none;
  color: #fff;
  background: none;
}
ul#topnav .sub li a:hover, ul#topnav .sub li:hover a, ul#topnav .sub li .unsub li a:hover {
  background: #ff620c;
  background-position: 5px 12px;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
}
.unsub{
position: absolute;
top: 0;
left: 100%;
display: none;
list-style: none;
background: #111111;
padding: 10px 0;
z-index: 100000;
margin: 0;
width: 190px;
}
.sub li:hover .unsub{
display: block;
}

.n-link {
  display: block;
  float: left;
  background: url(../images/top-menu.jpg) left top repeat-x;
  color: #fefefe;
  text-decoration: none;
  height: 35px !important;
  padding: 0 !important;
  cursor: pointer;
}

  .n-link span {
    display: block;
    background: url(../images/n-link.png) 25px 9px no-repeat;
    height: 35px !important;
    float: left;
    line-height: 35px;
    padding: 0 40px 0 50px !important;
  }


#topnev li a img {
  float: left;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #e1e1e1;
    background-color: #343434;
    padding: 5px;
    opacity: 0.9;
    font-size: 12px;
  color: #e1e1e1;
}

#tooltip h1, #tooltip h2, #tooltip h3 {
  font-size: 12px;
}

  .slider-block {
    padding-top: 5px;
	position: relative;	
	overflow: hidden;
  }
  
    .hello-block {
      width: 182px;
      height: 413px;
      background: #201f1d url(../images/hello-block.jpg) left top repeat-x;
      border-right: 4px #262626 solid;
      color: #7a7a7a;
    }
    
      .slider-title {
        background: url(../images/slider-title.png) left top no-repeat;
        width: 197px;
        height: 53px;
        position: absolute;
        margin-left: -15px;
        line-height: 53px;
        color: #d8d8d8;
        text-align: center;
        z-index: 10;
      }
      
        .slider-title span {
          color: #fee895;
        }
        
      .logo {
        display: block;
        background: url(../images/logo.png) left top no-repeat;
        height: 81px; 
      }
        
      
/* ҋIŅΠ*/
.galleryview {
font-size: 12px;
float: left;
z-index: 100;
}
.panel-overlay{
background: url(/uploads/opacity-bg.png) repeat 0 0 transparent;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 0.5em;
}
.code_wrapper {
border: 1px solid #888;
background: #f0f0f0;
padding: 10px;
}
.options {
border: 1px solid #777;
border-right: none;
font-size: 0.8em;
font-family: Verdana, Geneva, sans-serif;
}
.options th {
text-align: left;
background: #777;
color: white;
font-weight: bold;
}
.options th, .options td {
padding: 4px 10px;
}
.options td {
  border-right: 1px solid #777;
}
#parts-img {
  border: 1px solid black;
}
img.nav {
  border: 1px solid black;
  margin-bottom: 5px;
}

.panel {
  display: none;
}

.panel-overlay h2,
.panel-overlay p{
  margin: .3em 0;
}
.panel-overlay p {
  line-height: 1.2em;
}

.panel-overlay h2 {
  font-size: 17px;
}


  .center-news-block {
    background: #fa6509 url(../images/center-news-block.jpg) left top repeat-x;
    clear: both;
    min-height: 272px;
  }
  
    .center-news-block-table {
      width: 100%;
    }
    
      .center-news-block-table td {
        width: 25%;
        padding: 15px;
        background: url(../images/center-news-block-table.jpg) right top no-repeat;
      }
      
        .center-news-block-title {
          background: url(../images/center-news-block-title.png) left top no-repeat;
          height: 41px;
          line-height: 39px;
          padding-left: 20px;
          color: #ff4901;
          font-weight: bold;
          width:193px;
        }
        
          .center-news-block-title  span {
            color: #393939;
          }
              .center-news-block-cont { 
                  margin:15px;
                  width:215px;
                  padding:-5px;
              }
  .main-content-block {
    background: #e7e7e7;
    border-top: 4px #b4b4b4 solid;
    padding: 10px;


  }
  
    .main-table {
      
    }
    
      .td-for-content {
        float:left;
        width:711px;

      }
      
        .main-content-block-center {
          background: url(../images/main-content-block-center.jpg) left top repeat-y;

        }
        
          .main-content-block-top {
            background: url(../images/main-content-block-top.jpg) left top no-repeat;
          }
          
            .main-content-block-bottom {
              background: url(../images/main-content-block-bottom.jpg) left bottom no-repeat;
              padding: 15px 25px 10px 10px;

            }
      
      .td-for-blocks {
        width: 254px;
        float:right;

        
      }
      
        .r-blocks {
			background: #fff;
			margin-bottom: 10px;
			border: 1px solid #b9b9b9;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-khtml-border-radius: 3px;
			border-radius: 3px;
			padding: 5px;
        }
        
          /*.r-blocks-top {
            background: url(../images/r-blocks-top.jpg) left top no-repeat;
          }
          
            .r-blocks-bottom {
              background: url(../images/r-blocks-bottom.jpg) left bottom no-repeat;
              padding: 5px 5px 5px 6px;
            }*/
            
			.r-blocks-title a{
				background: #202020;
				background: -moz-linear-gradient(top, #202020 0%, #373737 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202020), color-stop(100%,#373737));
				background: -webkit-linear-gradient(top, #202020 0%,#373737 100%);
				background: -o-linear-gradient(top, #202020 0%,#373737 100%);
				background: -ms-linear-gradient(top, #202020 0%,#373737 100%);
				background: linear-gradient(to bottom, #202020 0%,#373737 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#373737',GradientType=0 );
                -moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				-khtml-border-radius: 3px;
				border-radius: 3px;
				border: 1px solid #010101;
				height: 35px;
                line-height: 35px;
                color: #fff;
				display: block;
                padding-left: 10px;
                font-size: 12px;
				text-decoration: none;
			}
			.r-blocks-title a:hover, .r-blocks-title a.active{
				background: #ffba8c;
				background: -moz-linear-gradient(top, #ffba8c 0%, #ff6600 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffba8c), color-stop(100%,#ff6600));
				background: -webkit-linear-gradient(top, #ffba8c 0%,#ff6600 100%);
				background: -o-linear-gradient(top, #ffba8c 0%,#ff6600 100%);
				background: -ms-linear-gradient(top, #ffba8c 0%,#ff6600 100%);
				background: linear-gradient(to bottom, #ffba8c 0%,#ff6600 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffba8c', endColorstr='#ff6600',GradientType=0 );
				color: #373737;
				display: block;
				border: 1px solid #dd6205;
				text-decoration: none;
			}
			
            .r-blocks-content {
				padding-top: 5px;
				text-align: center;
            }
              
            .r-blocks-content a {
                color: #000;
            }
                
            .r-blocks-content a:hover {
                color: #ff4901;
            }
				  
			.championship-table-basket{
				border: 0;
				background: url(/uploads/championship-table-bg.jpg) no-repeat 50% 0 transparent;
				text-align: left;
				width: 100%;
				margin-bottom: 5px;
			}
  
    
  
  .footer-block {
    background: #161415 url(../images/footer-block.jpg) left  bottom repeat-x;
    border-top: 4px #404040 solid;
    line-height: 15px;

  }
  
    .footer-block a {
      color: #fff;
      font-weight: bold;
    }
    
      .footer-block a:hover {
        color: #f6220c;
      }

/* ߧ殭𐡭欼 */
.login-panel {
  padding: 25px 0 0 180px;
}

  .login-panel a {
    color: #fff;
    height: 38px;
    line-height: 38px;
    padding: 0 10px 0 10px;
  }
  
    .login-panel a:hover {
      color: #ffffd7;
    }
  
  .login-link a {
    float: left;
  }
  
    .login-link a:hover {
      color: #fff;
      background: url(../images/login-panel.jpg);
      text-decoration: none;
    }
    
  .l-color {
    padding-top: 3px;
    position: absolute;
    margin-left: -15px;
  }
  
    .l-color form {
      padding: 0;
      margin: 0;
    }
  
    .l-color a {
      color: #b4b4b4;
    }
    
      .l-color a:hover {
        color: #fff;
        background: none;
      }
      
  .in-t-t {
    float: left;
    height: 53px;
    width: 197px;
    
  }
  
  .login-input-text {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background: #5b5b5b;
    border: 3px solid #484443;
	outline: none;
    width: 160px;
    margin: 6px 0 0 10px;
    color: #bebebe;
    font-size: 11px;
    vertical-align: middle;
    padding: 2px 2px 2px 10px;
    background: none;
    float: left;
  }
  .login-input-text:focus{
  border-color: #dd6205;
  }
  .enter {
    float: left;
    margin-top: 3px;
  }
  
  .lost-input-text {
    border: 1px #9e9e9e dotted;
    width: 200px;
    padding: 5px;
    color: #644217;
  }
  
  .ttt {
    float: left;
    margin: -15px 0 0 0;
    padding-left: 22px;
    color: #fff;
  }
  
    .ttt a {
      color: #fff;
    }
    
  .enter-to-site {
    padding: 25px 45px 0 50px;
    font-size: 10px;
    color: #242424;
  }
    
    .enter-to-site a {
      color: #000;
    }
    
      .enter-to-site a:hover {
        color: #ff0000;
      }
      
.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;
}

/* ==================== ˠ즭塰 */
.calend {

}

  .calend td {
    background: none;
    padding: 3px;
  }
  
  .calend a {
    color: #ffbc3b;
  }

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

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

/* ==================== ϡ졪졲椮ު/
.tags-block {
  padding: 5px;
  color: #535353;
}

.clouds_xsmall {
  font-size: 12;
  color: #535353 !important;
}
.clouds_small {
  font-size: 15;
  color: #535353 !important;
}
.clouds_medium {
  font-size: 20;
  color: #535353 !important;
}
.clouds_large {
  font-size: 25;
  color: #ff7a52 !important;
}
.clouds_xlarge {
  font-size: 30px;
  color: #ff7a52!important;
}

/* ϯ񯯠*/
.vote-buttom {
  width: 87px;
  padding: 5px;
  color: #424242;
  border: 1px #a9a9a9 solid;
  background: #f4f4f4;
  margin: 5px;
}

/* Ӯ򳦩 */
.top-newss {
  color: #ff7a52;
}

  .top-newss a {
    color: #ff7a52;
    text-decoration: none;
  } 
  
    .top-newss a:hover {
      text-decoration: underline;
    }

.fix1 {
  padding-right: 5px;
}
  
/* p*/
.arhivv {
  text-align: center;
}

  .arhivv a {
    color: #1f1f1f;
  }

/* ==================== ѥ골򳡲枪/

.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.gif);
  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.gif);
  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.gif);
  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;
}

/* 묠򯟢bcodes_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;
}

.editor_button {
  float: left;
  cursor: pointer;
  padding-left: 2px;
  padding-right: 2px;
}
.editor_buttoncl {
  float: left;
  cursor: pointer;
  padding-left: 1px;
  padding-right: 1px;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}
.editbclose {
  float: right;
  cursor: pointer;
}
.editor_button select {
  font-family: tahoma;
  font-size: 11px;
}
.editor_button img {margin: 0; padding: 0;}
.editbclose img {margin: 0; padding: 0;}
.editor_button_brk img {margin: 0; padding: 0;}


/* ==================== û𐡤Ό棠 */

#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;
}



/* ==================== ұ쫠 򫡷飠 𐱨뱥𐬥䬠ힹ/

.attachment {
  color: #f37c64;
}

/* ==================== 𐯪ᥠﱨ䩭ᬼ 롰󩮪桧ᤰ 򡪲 饠殭易믯馠*/
.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-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-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;
}

/* ˎҒԌ 1 */
.ctm-1 {
  padding: 10px 0 0 15px;
}

  .ctm-1 a {
    display: block;
    color: #fae7e1;
    font-size: 11px;
    padding: 3px 0 3px 0;
  }
  
    .ctm-1 a:hover {
      color: #fff;
      text-decoration: underline;
    }
    
/* ˎҒԌ 2 */    
.ctm-2 {
  
}

  .ctm-2-title {
    color: #000;
    font-size: 14px;
    padding: 5px 0 5px 0;
  }
  
    .ctm-2-title a {
      color: #000;
    }
    
      .ctm-2-title a:hover {
        color: #ea5a22;
      }
      
  .ctm-2-content {
    
  }
  
    .ctm-2-content img {
      width: 210px;
      display: block;
      margin: 0 0 5px 0;
    }
    
  .ctm-2-more {
    padding: 5px 5px 5px 0;
    text-align: right;
    font-weight: bold;
    border-bottom: 1px #d6d6d6 solid;
  }
  
    .ctm-2-more a {
      
    }
    
/* ˮ񯳪ὠ*/
  
.short-block {

}

  .short-block-date {
    background: url(../images/short-block-date.jpg) left top no-repeat;
    width: 72px;
    height: 52px;
    font-size: 11px;
    text-align: center;
    color: #1a1a1a;
    margin: 0 0 0 -16px;
    position: absolute;
  }
  
    .short-block-date span {
      font-size: 25px;
      display: block;
      color: #000;
      
      padding-top: 3px;
    }
    
    .short-block-date div {
      margin-top: -3px;
    }
    
  .short-block-title {
    height: 60px;
    padding-left: 65px;
    font-size: 17px;
    color: #000;
  }
  h1, h3{font-size: 17px;color: #000; padding: 0;margin: 0;font-weight: normal;}
  
    .short-block-title a {
      color: #000;
      text-decoration: underline;
    }
    
  .short-block-more {
    height: 40px;
  }
  
    .short-block-more a {
      float: right;
      background: url(../images/short-block-more.jpg) left top no-repeat;
      height: 33px;
      margin-right: 20px;
      width: 163px;
      text-align: center;
      text-decoration: none;
      line-height: 33px;
      color: #fefefe;
      font-size: 12px;
      font-weight: bold;
    }
      
      .short-block-more a:hover {
        background: url(../images/short-block-more.jpg) left bottom no-repeat;
      }
      
  .short-block-other {
    padding: 5px;
    border: 1px #e4e4e4 solid;
    color: #686868;
  }
  
    .short-block-other a {
      font-weight: bold;
      color: #686868;
    }
    
      .short-block-other a:hover {
        color: #000;
      }
  
  
  .shot-text {    
    color: #6e6e6e;
    text-align: justify;

  }
  
    .shot-text img {
      border: 0;    
      width: 225px;
      float: left;
      background: url(../images/img.jpg) left top no-repeat;
      padding: 9px 8px 8px 9px;
      margin: 0 5px 5px 0;
      border: 0;
    }
    
    .shot-text2 img {
      margin: 0 10px 10px 0;
      border: 0;
    }
    
    .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;
    }
  
    .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;
    }

    

/* Ю쮠 ﲲ */
.sh-tags {
  border-top: 1px #ccc dotted;
  border-bottom: 1px #ccc dotted;
  padding: 5px 0 5px 0;
  clear: both;
}

  .sh-tags a {
    color: #000;
  }

.newsto {
  margin: 10px 0 0 0;
  padding: 20px;
  padding-bottom: 20px;
  color: #252525;
  font-weight: bold;
  text-align: left;
}

  .newsto span {
    color: #cf0606;
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
  }

  .newsto a {
    color: #646464;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
    border-bottom: 1px #7791af dotted;
  }
  
    .newsto a:hover {
      color: #000;
    }
    
  .newsto li {
    list-style-type: none;
    background: url(../images/arrow.jpg) left 5px no-repeat;
    padding-bottom: 5px;
    padding-left: 20px;
  }
  
.registr-please {
  color: #7791af;
  padding: 10px;
  margin: 5px;
}

/* è⡪ﭬ殲ᱨ */
.commentS-block {
  background: #dbdbdb;
  padding: 5px;
}
  
  .commentS-title {
    height: 30px;
    padding-left: 30px;
    color: #818181;
    font-size: 11px;
    line-height: 25px;
  }
    
    .commentS-title a {
      color: #340002;
      text-decoration: none;
    }
    
    .c-tt-2 {
      display: block;
      padding-bottom: 5px;
      border-bottom: 1px #ccc dotted;
    }
    
      .c-tt-2 a {
        font-size: 17px;
        font-weight: normal;
        text-transform: uppercase;
        color: #fb8a25 !important;
      }
      
    .com-img {
      background: #fff;
      padding: 10px;
      border: 1px #aeaeae solid;
    }
    
      .com-img img {
        float: right;
        width: 75px;
        margin-left: 5px;
        background: #aeaeae;
        padding: 3px;
        border: 0;
      }

  
  .commentS-data { /* 󡢫鷠 嬿 򯥥񧩬冷 */
    width: 100%;
    background: #dbdbdb;
  }
  
    .commentS-data td {
      padding: 5px;
      padding-left: 10px;
      color: #666666;
    }
  
    .commentS-data a {
      color: #3e94ff;
    }
    
    .commentS-td2 input {
      height: 25px;
      margin: 5px 20px 5px 0;
      background: #343434;
      color: #fff;
      border: 1px #d0d0d0 solid;
    }
    
      .commentS-td2 {
        
      }
      
      .dfgdf {
        
        padding-left: 30px;
        background: #dbdbdb url(../images/commentS-data.jpg) left top no-repeat;
      }
      
        .dfgdf2 {
          background: #fff;
          border: 1px #aeaeae solid;
          border-left: 0;
          padding: 10px 10px 20px 10px;
        }
    
  .commentS-more {
    color: #ccc;
    margin-left: 20px;
  } 
  
    .commentS-more a {
      color: #ccc !important;
      font-size: 9px;
      
    }
    
      .commentS-more a:hover {
        color: #000 !important;
      }
      
  .commentS-td2 #b_left, .commentS-td2  #b_center, .commentS-td2  #b_right, .commentS-td2 #b_spoiler {
    display: none;
  }
  
  .bbcodes {
    height: 25px;
      margin: 5px 20px 5px 0;
      background: #343434;
      color: #fff;
      border: 1px #d0d0d0 solid;
  }
    
.quote {
  background: #feffd0;
  padding: 5px;
  border: 1px #707070 dotted;
  color: #707070;
}

  .quote a {
    color: #499eff;
  }
  

    
/* Ů⡢즭飠믬󡱨 */
.add-coment-buttom {
  width: 100px;
  height: 30px;
  margin-right: 3px;
  color: #fff;
  border: 1px #2b2b2b solid;
}

.com-title {
  text-align: left;
}
/* 
*****************************
ߧ殠鮴ힹ/
.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.jpg) 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;
    }
  
/* 寡ᣫ殨㡭򳦠*/
.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;
}

  .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;
}

/* ѥ贫󡳻 𐯨򫞠桴ﱬힺ頻ힺힺ졢 */
.right-link {
  position: absolute;
  right: 20px;
  top: 142px;
  font-weight: bold;
  color: #646464;
}

  .right-link a {
    color: #646464;
  }
  
    .right-link a:hover {
      color: #000;
    }

.search-block {
  position: absolute;
  background: url(../images/search-block.png) left top no-repeat;
  width: 183px;
  height: 28px;
  right: 0;
  top: 30px;
}

  .search-block form {
    margin: 0;
    padding: 0;
  }
  
  .form-text {
    border: 0;
    width: 130px;
    color: #000;
    font-size: 11px;
    vertical-align: middle;
    background: none;
    margin: 5px 0 0 30px;
  }
  

  
  
  .form-search {
    margin-left: 10px;
    float: left;
  }

.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 {
  color:#666; 
  border:0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
  text-decoration:none;
  color: #434343;
  padding:3px 6px;
  font-size:11px
}

.navigation a:hover {

  border-color:#e6e6e6;
}

.navigation span {
  text-decoration:none;

  padding:3px 6px;

  color:#000;
  font-size:17px;
}

/*.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;
  }
  
.filmstrip li {
  float: left;
}
  
@-moz-document url-prefix()
{
    
}

.title-block {
  padding: 5px;
  color: #414141;
  font-size: 17px;
}

  .title-block a {
    color: #414141;
  }

  
/* 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;
}

/* Style Switcher
-----------------------------------------------------------------------------*/
.iem {
  margin-right: 20px !important;
}

#styleSwitch {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  margin-left: 10px;
  background: url(../images/styleSwitch.jpg) left top no-repeat;
  width: 116px;
  height: 27px;
}
#styleSwitch li {
  float: right;
  background: #999;
  border: 1px solid #413d3c;
  margin: 6px 7px 0 0;
  cursor: pointer;
  position: relative;
  text-align: center;
  color: #444;
  overflow: hidden;
}

#styleSwitch li.selected { /* 򳩫桢Ⱡ䬠𐴭볠 */
  border-color: #FFF;
  border: 1px solid #CCC;
}
#styleSwitch li#style1 {
  width: 12px;
  height: 12px;
  background: #72ae32;
}
#styleSwitch li#style2 {
  width: 12px;
  height: 12px;
  background: #191919;
}
#styleSwitch li#style3 {
  width: 12px;
  height: 12px;
  background: #6594dc;
}
#styleSwitch li#style4 {
  width: 12px;
  height: 12px;
  background: #dd6107;
}


/* style1 */
.style3 .background-image {
  background: url(../images/background-image2.jpg) center top no-repeat;
}

.style3 .logo {
  background: url(../images/logo2.png) left top no-repeat;
}

.style3 .center-news-block {
  background: #2051a2 url(../images/center-news-block2.jpg) left top repeat-x;
}

.style3 .ctm-1 a {
  color: #fff;
}

.style3 .center-news-block-title  {
  color: #2669ce;
}

.style3 .center-news-block-table td {
  background: url(../images/center-news-block-table2.jpg) right top no-repeat;
}

.style3 .top-line {
  border-bottom: 3px #1278e0 solid;
}

.style3 .short-block-date {
  background: url(../images/short-block-date2.jpg) left top no-repeat;
  color: #fff;
}

.style3 .short-block-date span {
  color: #fff;
}

.style3 .c-tt-2 a {
  color: #1b93ff !important;
}

.style3 .n-link span {
  background: url(../images/n-link2.png) 25px 25px no-repeat;
}

.style3  ul#topnav .sub ul li a:hover {color: #0c90ff;}

.style3 .slider-block {
  border-bottom: 4px #6996cf solid;
}

.style3 .top-menu {
  border-bottom: 1px #6996cf solid;
}

/* style2 */

.style2 .background-image {
  background: url(../images/background-image3.jpg) center top no-repeat;
}

.style2 .logo {
  background: url(../images/logo3.png) left top no-repeat;
}

.style2 .center-news-block {
  background: #2051a2 url(../images/center-news-block3.jpg) left top repeat-x;
}

.style2 .ctm-1 a {
  color: #fff;
}

.style2 .center-news-block-title  {
  color: #000;
}

.style2 .center-news-block-table td {
  background: url(../images/center-news-block-table3.jpg) right top no-repeat;
}

.style2 .top-line {
  border-bottom: 3px #494949 solid;
}

.style2 .short-block-date {
  background: url(../images/short-block-date3.jpg) left top no-repeat;
  color: #000;
}

.style2 .short-block-date span {
  color: #000;
}

.style2 .c-tt-2 a {
  color: #494949 !important;
}

.style2 .n-link span {
  background: url(../images/n-link3.png) 25px 25px no-repeat;
}

.style2  ul#topnav .sub ul li a:hover {color: #a6a6a6;}

.style2 .slider-block {
  border-bottom: 4px #a7a7a7 solid;
}

.style2 .top-menu {
  border-bottom: 1px #a7a7a7 solid;
}

/* style3 */

.style1 .background-image {
  background: url(../images/background-image4.jpg) center top no-repeat;
}

.style1 .logo {
  background: url(../images/logo4.png) left top no-repeat;
}

.style1 .center-news-block {
  background: #2051a2 url(../images/center-news-block4.jpg) left top repeat-x;
}

.style1 .ctm-1 a {
  color: #fff;
}

.style1 .center-news-block-title  {
  color: #3b6a16;
}

.style1 .center-news-block-table td {
  background: url(../images/center-news-block-table4.jpg) right top no-repeat;
}

.style1 .top-line {
  border-bottom: 3px #84c223 solid;
}

.style1 .short-block-date {
  background: url(../images/short-block-date4.jpg) left top no-repeat;
  color: #000;
}

.style1 .short-block-date span {
  color: #000;
}

.style1 .c-tt-2 a {
  color: #84c223 !important;
}

.style1 .n-link span {
  background: url(../images/n-link4.png) 25px 25px no-repeat;
}

.style1  ul#topnav .sub ul li a:hover {color: #699831;}

.style1 .slider-block {
  border-bottom: 4px #e4ffc7 solid;
}

.style1 .top-menu {
  border-bottom: 1px #e4ffc7 solid;
}


/* ͅΞ-Āь?ˀ */
#acc-menu  {
                                
}
                              
.acc-title {
  cursor: pointer;
  height: 22px;
  line-height: 22px;
  border-bottom: 1px #d5d5d5 solid;
  padding-left: 5px;
  margin: 0;
  color: #000;
}
                              
.acc-list {
  display: none;
  background: url(../images/acc-title.gif) !important;
  padding: 5px 5px 10px 5px;
}

  .acc-title:hover {
    background: #e1e1e1 !important;
  }

  .acc-list a {
    display: block;
    padding: 5px;

  }
  
    .acc-list a:hover {
      background: #fff;
    }

/*---Ũᬮ䯢㡨 㲯켢Ό飠﫭ힹQuery 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 input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget { font-size: 11px; }
.ui-widget-content { background: #fff 50% bottom repeat-x; border: 1px solid #dedede; color: #222; }
.ui-widget-header {
  background: #cccccc url(../images/ui-bg_gloss-wave.png) 50% 50% repeat-x;
  color: #000;
  font-weight: bold;
}
.ui-widget-header a { color: #fff; }
.ui-state-default, .ui-widget-content .ui-state-default {
  background: #eaeaea url(../images/ui-bg_glass_85.png) 50% 50% repeat-x;
  border: 1px solid #cfcfcf;
  color: #868686;
  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: #eaeaea url(../images/ui-bg_glass_75.png) 50% 50% repeat-x;
  border: 1px solid #a7a7a7;
  color: #4e4e4e;
  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: #d0e5f5 50% 50% repeat-x;
  border: 1px solid #a7a7a7;
  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 #dedede;
  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.4em; }
.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;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.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;
}
.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; }

/* ==================== b󯨠𐯫飠᫠ 󦤮ު/
.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;
}
.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;
}
#usloviya-inogorodnie a{
font-size: 16px;
color: #c00;
}
#FBPageWidget {
    float: left;
    height: 100px;
    margin-top: 30px;
    width: 270px;
}
#VKGroupWidget {
    height: 140px;
	overflow: hidden;
    width: 200px;
}
#socBox {
    height: 200px;
    width: 500px;
}
#calendar{
width: 940px;
margin: 3px auto 0;
position: relative;
background: #ffba8c;
background: -moz-linear-gradient(top, #ffba8c 0%, #ff6600 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffba8c), color-stop(100%,#ff6600));
background: -webkit-linear-gradient(top, #ffba8c 0%,#ff6600 100%);
background: -o-linear-gradient(top, #ffba8c 0%,#ff6600 100%);
background: -ms-linear-gradient(top, #ffba8c 0%,#ff6600 100%);
background: linear-gradient(to bottom, #ffba8c 0%,#ff6600 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffba8c', endColorstr='#ff6600',GradientType=0 );
}
#calendar-list{
position: relative;
}
#calendar-list .calendar-item{
float: left;
height: 80px;
overflow: hidden;
padding: 0 4px;
width: 180px;
text-align: center;
text-decoration: none;
position: relative;
background: #1d1d1d;
background: -moz-linear-gradient(top, #1d1d1d 0%, #3d3737 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d1d1d), color-stop(100%,#3d3737));
background: -webkit-linear-gradient(top, #1d1d1d 0%,#3d3737 100%);
background: -o-linear-gradient(top, #1d1d1d 0%,#3d3737 100%);
background: -ms-linear-gradient(top, #1d1d1d 0%,#3d3737 100%);
background: linear-gradient(to bottom, #1d1d1d 0%,#3d3737 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1d', endColorstr='#3d3737',GradientType=0 );
}
#calendar-list .calendar-item:hover{
background: #ffba8c;
background: -moz-linear-gradient(top, #ffba8c 0%, #ff6600 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffba8c), color-stop(100%,#ff6600));
background: -webkit-linear-gradient(top, #ffba8c 0%,#ff6600 100%);
background: -o-linear-gradient(top, #ffba8c 0%,#ff6600 100%);
background: -ms-linear-gradient(top, #ffba8c 0%,#ff6600 100%);
background: linear-gradient(to bottom, #ffba8c 0%,#ff6600 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffba8c', endColorstr='#ff6600',GradientType=0 );
}
.calendar-item-href-block{
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 5;
}
.calendar-item-date{
color: #ff6600;
}
#calendar-list .calendar-item:hover .calendar-item-date, #calendar-list .calendar-item:hover .game-score, #calendar-list .calendar-item:hover .calendar-item-quarters{
color: #000;
}
.club-name{
color: #fff;
}
.game-score, .calendar-item-quarters{
color: #ff6600;
}
#calendar .bx-prev, #calendar .bx-next{
display: block;
position: absolute;
top: 20px;
width: 20px;
height: 40px;
}
#calendar .bx-prev{
background: url(/uploads/left-arrow-orange.png) no-repeat 0 0 transparent;
left: -30px;
}
#calendar .bx-next{
background: url(/uploads/right-arrow-orange.png) no-repeat 0 0 transparent;
right: -30px;
}

#social-block-and-partners{
border-bottom: 4px solid #dd6107;
width: 1000px;
position: relative;
overflow: hidden;
margin-top: 5px;
}
.social-block-balls{
margin-top: 25px;
}
.social-block-balls a{
display: block;
float: left;
margin-right: 15px;
background-image: url(/uploads/social_balls.png);
width: 50px;
height: 50px;
}
#social-block-vk{
background-position: 0 0;
}
#social-block-fb{
background-position: -52px 0;
}
#social-block-tw{
background-position: -104px 0;
}
#social-block-yt{
background-position: -156px 0;
margin-right: 0;
}
.partners-block{
background: #e7e7e7;
border: 4px #b4b4b4 solid;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
height: 90px;
text-align: center;
margin-bottom: 5px;
}
.partners-block-item{
margin-left: 10px;
height: 80px;
overflow: hidden;
padding: 0 5px;
margin-top: 5px;
}
.partners-block-item a{
display: block;
}
#videos-channel{
background: #fff;
border: 1px solid #b9b9b9;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
margin-bottom: 10px;
overflow: hidden;
padding: 10px 35px;
position: relative;
width: 640px;
}
#videos-channel h3{
padding: 0 0 10px 0;
}
.videos-channel-item{
border: 2px solid #dd6107;
float: left;
height: 101px;
overflow: hidden;
padding: 2px 2px;
width: 180px!important;
}

#partners{
background: #e7e7e7;
margin: 10px auto;
overflow: hidden;
padding: 0 20px;
position: relative;
width: 940px;
}
#partners-block-nn, #partners-block-semerka, #partners-block-meshera, #partners-block-extremeland{
display: block;
width: 155px;
height: 80px;
text-align: center;
}
#partners-block-nn img{
width: 40px;
transition: width 0.5s;
-moz-transition: width 0.5s;
-webkit-transition: width 0.5s;
-o-transition: width 0.5s;
}
#partners-block-nn:hover img{
width: 45px;
transition: width 0.5s;
-moz-transition: width 0.5s;
-webkit-transition: width 0.5s;
-o-transition: width 0.5s;
}
#partners-block-semerka img{
width: 57px;
transition: width 0.5s;
-moz-transition: width 0.5s;
-webkit-transition: width 0.5s;
-o-transition: width 0.5s;
}
#partners-block-semerka:hover img{
width: 65px;
transition: width 0.5s;
-moz-transition: width 0.5s;
-webkit-transition: width 0.5s;
-o-transition: width 0.5s;
}
#partners-block-meshera img{
width: 90px;
transition: width 0.5s;
-moz-transition: width 0.5s;
-webkit-transition: width 0.5s;
-o-transition: width 0.5s;
}
#partners-block-meshera:hover img{
width: 101px;
transition: width 0.5s;
-moz-transition: width 0.5s;
-webkit-transition: width 0.5s;
-o-transition: width 0.5s;
}
#partners-block-extremeland img{
width: 90px;
transition: width 0.5s;
-moz-transition: width 0.5s;
-webkit-transition: width 0.5s;
-o-transition: width 0.5s;
}
#partners-block-extremeland:hover img{
width: 102px;
transition: width 0.5s;
-moz-transition: width 0.5s;
-webkit-transition: width 0.5s;
-o-transition: width 0.5s;
}
#partners a.bx-prev, #partners a.bx-next, #videos-channel .bx-prev, #videos-channel .bx-next{
background-image: url(/uploads/bxslider-arrows.jpg);
display: block;
position: absolute;
top: 20px;
width: 20px;
height: 40px;
}
#videos-channel .bx-prev, #videos-channel .bx-next{
background-image: url(/uploads/bxslider-arrows-white.jpg);
}
#videos-channel .bx-prev, #videos-channel .bx-next{
top: 64px;
}
#partners a.bx-prev, #videos-channel .bx-prev{
background-position: 0 -46px;
left: 0;
}
#partners a.bx-next, #videos-channel .bx-next{
background-position: 0 -2px;
right: 0;
}
#videos-channel .bx-next{
right: 5px;
}
#videos-channel .bx-prev{
left: 5px;
}
#partners-slides{
margin: 0 auto;
overflow: hidden;
width: 940px;
}
#partners-slides .partner-item{
float: left;
height: 80px;
overflow: hidden;
padding: 0 4px;
width: 180px;
}
#partners-slides a{
display: block;
}
#partners-slides a#meshera{
background: transparent url(/uploads/meshera.jpg) no-repeat 0 -2px;
margin: 0 0 0 40px;
height: 80px;
width: 100px;
}
#partners-slides a#meshera:hover{
background-position: 0 -86px;
}
#partners-slides a#semerka{
background: transparent url(/uploads/semerka.jpg) no-repeat 0 -2px;
height: 80px;
margin: 0 0 0 57px;
width: 65px;
}
#partners-slides a#semerka:hover{
background-position: 0 -86px;
}

#partners-slides a#streetbasket{
background: transparent url(/uploads/streetbasket.jpg) no-repeat 0 -2px;
height: 77px;
margin: 0;
width: 180px;
}
#partners-slides a#streetbasket:hover{
background-position: 0 -83px;
}

#partners-slides a#nn{
background: transparent url(/uploads/nn.jpg) no-repeat 0 -2px;
height: 80px;
margin: 0 0 0 67px;
width: 45px;
}
#partners-slides a#nn:hover{
background-position: 0 -86px;
}

#partners-slides a#vitan{
background: transparent url(/uploads/vitan.jpg) no-repeat 0 -2px;
height: 80px;
margin: 0 0 0 27px;
width: 125px;
}
#partners-slides a#vitan:hover{
background-position: 0 -86px;
}
	
#partners-slides a#spar{
background: transparent url(/uploads/spar.jpg) no-repeat 0 -2px;
height: 31px;
margin: 24px 0 0 0;
width: 180px;
}
#partners-slides a#spar:hover{
background-position: 0 -37px;
}

#partners-slides a#spalding{
background: transparent url(/uploads/spalding.jpg) no-repeat 0 -2px;
height: 79px;
margin: 0;
width: 180px;
}
#partners-slides a#spalding:hover{
background-position: 0 -85px;
}

#partners-slides a#streetplayer{
background: transparent url(/uploads/streetplayer.jpg) no-repeat 0 -2px;
height: 80px;
margin: 0 0 0 65px;
width: 50px;
}
#partners-slides a#streetplayer:hover{
background-position: 0 -86px;
}

#partners-slides a#extremeland{
background: transparent url(/uploads/extremeland.jpg) no-repeat 0 -2px;
height: 80px;
margin: 0 0 0 39px;
width: 102px;
}
#partners-slides a#extremeland:hover, #partners-block-extremeland:hover{
background-position: 0 -86px;
}

#partners-slides a#nofb{
background: transparent url(/uploads/nofb.jpg) no-repeat 0 -2px;
height: 80px;
margin: 0 0 0 46px;
width: 87px;
}
#partners-slides a#nofb:hover{
background-position: 0 -86px;
}

#partners-slides a#streetgorkiy{
background: transparent url(/uploads/vk.jpg) no-repeat 0 -2px;
height: 42px;
margin: 19px 0 0 0;
width: 180px;
}
#partners-slides a#streetgorkiy:hover{
background-position: 0 -48px;
}

#partners-slides a#aone{
background: transparent url(/uploads/aone.jpg) no-repeat 0 -2px;
height: 80px;
margin: 0 0 0 50px;
width: 80px;
}
#partners-slides a#aone:hover{
background-position: 0 -86px;
}

#partners-slides a#subway{
background: transparent url(/uploads/subway.jpg) no-repeat 0 -2px;
height: 80px;
margin: 0 0 0 5px;
width: 170px;
}
#partners-slides a#subway:hover{
background-position: 0 -86px;
}

#partners-slides a#dorogatv{
background: transparent url(/uploads/dorogatv.jpg) no-repeat 0 -2px;
height: 31px;
margin: 19px 0 0 29px;
width: 122px;
}
#partners-slides a#dorogatv:hover{
background-position: 0 -37px;
}

#partners-slides a#kionn{
background: transparent url(/uploads/kionn.jpg) no-repeat 0 -2px;
height: 70px;
margin: 5px 0 0 0;
width: 180px;
}
#partners-slides a#kionn:hover{
background-position: 0 -76px;
}

#partners-slides a#rus2tv{
background: transparent url(/uploads/russia2.jpg) no-repeat 0 -2px;
height: 34px;
margin: 23px 0 0 15px;
width: 150px;
}
#partners-slides a#rus2tv:hover{
background-position: 0 -40px;
}

#partners-slides a#slamdunk{
background: transparent url(/uploads/slamdunk.jpg) no-repeat 0 -2px;
height: 40px;
margin: 20px 0 0 0;
width: 180px;
}
#partners-slides a#slamdunk:hover{
background-position: 0 -46px;
}

#partners-slides a#energyfm{
background: transparent url(/uploads/energy.jpg) no-repeat 0 -2px;
height: 80px;
margin: 0 0 0 57px;
width: 66px;
}
#partners-slides a#energyfm:hover{
background-position: 0 -86px;
}

#partners-slides a#nnfiles{
background: transparent url(/uploads/nnfiles.jpg) no-repeat 0 -2px;
height: 80px;
margin: 0 0 0 21px;
width: 137px;
}
#partners-slides a#nnfiles:hover{
background-position: 0 -86px;
}

#partners-slides a#scpyramid{
background: transparent url(/uploads/scpyramid.jpg) no-repeat 0 -2px;
height: 80px;
margin: 0 0 0 9px;
width: 161px;
}
#partners-slides a#scpyramid:hover{
background-position: 0 -86px;
}
#partners-slides a#freestyle{
background: transparent url(/uploads/freestyle.jpg) no-repeat 0 0;
height: 80px;
margin: 0 0 0 3px;
width: 174px;
}
#partners-slides a#freestyle:hover{
background-position: 0 -88px;
}
#tkvolga{
background: transparent url(/uploads/volga.jpg) no-repeat 0 -82px;
height: 80px;
margin: 0;
width: 188px;
}
#tkvolga:hover{
background-position: 0 0;
}


#vkwidget2{
display: none;
}

/*쯣ﳨ𐹠믬ᮤ*/
.teams-logo{
width: 100%;
text-align: center;
position: relative;
border: 1px solid #DD6205;
padding: 3px 1px;
margin-top: 3px;
}
.team-logo-item{
width: 46px;
height: 46px;
position: relative;
}
.team-logo-item a{
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: left 0.5s, top 0.5s;
-moz-transition: left 0.5s,top 0.5s;
-webkit-transition: left 0.5s, top 0.5s;
-o-transition: left 0.5s,top 0.5s;
}
.team-logo-item a img{
border: 1px solid #DD6205;
transition: width 0.5s;
-moz-transition: width 0.5s;
-webkit-transition: width 0.5s;
-o-transition: width 0.5s;
}
.team-logo-item a:hover{
left: -6px;
top: -6px;
z-index: 1;
transition: left 0.5s, top 0.5s;
-moz-transition: left 0.5s,top 0.5s;
-webkit-transition: left 0.5s, top 0.5s;
-o-transition: left 0.5s,top 0.5s;
}
.team-logo-item a:hover img{
width: 56px!important;
box-shadow: 0 0 5px #000;
transition: width 0.5s;
-moz-transition: width 0.5s;
-webkit-transition: width 0.5s;
-o-transition: width 0.5s;
}

/*news-block*/
.news-block-right{
background: #e7e7e7;
border: 4px #b4b4b4 solid;
position: relative;
float: right;
padding: 5px;
width: 370px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
}
.news-block-content{
position: relative;
margin-top: 35px;
background: #e7e7e7;
}
.news-block-content h3{
background: url(/uploads/news-block-sep.gif) 0 100% repeat-x transparent;
}
.news-block-content h3.last-block-content{
background: none;
}
.news-block-content h3 a{
background: url(../images/n-link.png) 2px 13px no-repeat transparent;
display: block;
padding: 10px 20px 10px 27px;
text-decoration: none;
color: #373737;
font-size: 14px;
}
.news-block-content h3 a:hover{
background: url(../images/n-link_white.png) 2px 13px no-repeat #dd6107;
color: #fff;
}
.news-block-tabs{
background: #e7e7e7;
position: absolute;
left: 5px;
top: 5px;
list-style: none;
margin: 0;
padding: 0;
z-index: 5;
}
.news-block-tabs li{
float: left;
margin-right: 10px;
}
.news-block-tabs li.last-block-tab{
margin-right: 0;
}
.news-block-tabs li a{
background: #202020;
background: -moz-linear-gradient(top, #202020 0%, #373737 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202020), color-stop(100%,#373737));
background: -webkit-linear-gradient(top, #202020 0%,#373737 100%);
background: -o-linear-gradient(top, #202020 0%,#373737 100%);
background: -ms-linear-gradient(top, #202020 0%,#373737 100%);
background: linear-gradient(to bottom, #202020 0%,#373737 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#373737',GradientType=0 );
color: #fff;
font-size: 12px;
display: block;
border: 1px solid #010101;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
padding: 8px 36px;
text-decoration: none;
}
.news-block-tabs li a:hover, .news-block-tabs li a.act{
background: #ffba8c;
background: -moz-linear-gradient(top, #ffba8c 0%, #ff6600 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffba8c), color-stop(100%,#ff6600));
background: -webkit-linear-gradient(top, #ffba8c 0%,#ff6600 100%);
background: -o-linear-gradient(top, #ffba8c 0%,#ff6600 100%);
background: -ms-linear-gradient(top, #ffba8c 0%,#ff6600 100%);
background: linear-gradient(to bottom, #ffba8c 0%,#ff6600 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffba8c', endColorstr='#ff6600',GradientType=0 );
color: #373737;
border: 1px solid #dd6205;
}
.all-news-in-block{
font-size: 14px;
color: #000;
text-decoration: underline;
}
.all-news-in-block:hover{
color: #dd6107;
}

/*social-blocks and tabs*/
#social-tabs{
position: relative;
background: url(/uploads/social-block-header.png) no-repeat 0 0 transparent;
width: 254px;
height: 61px;
}
.social-tab{
display: block;
background: url(/uploads/social-block-header.png) no-repeat 0 0 transparent;
height: 54px;
border-radius: 3px;
top: 2px;
}
#social-tab-vk{
background-position: -21px -62px;
position: absolute;
left: 2px;
width: 84px;
}
#social-tab-fb{
background-position: -155px -62px;
position: absolute;
width: 83px;
left: 88px;
}
#social-tab-tw{
background-position: -93px -63px;
position: absolute;
width: 79px;
left: 173px;
}
#social-tab-vk.active, #social-tab-vk:hover, #social-tab-fb.active, #social-tab-fb:hover, #social-tab-tw.active, #social-tab-tw:hover{
background-color: #ff8c00 ;
}
#social-block-fb, #social-block-tw{
display: none;
}

/*leaders table*/
.leaders-block{
background: #e7e7e7;
border: 4px #b4b4b4 solid;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
margin-bottom: 5px;
overflow: hidden;
}
.leaders-block h3{
padding: 10px 0 10px 10px;
}
.leaders-table{
border: 0;
width: 49%;
}
.leaders-table th{
background: #ff6600;
color: #373737;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
text-align: center;
}
.leaders-table td, .leaders-table th{
padding: 5px 8px;
}
.leaders-table .pseudo-th{
background: #202020;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
outline: 1px solid #e7e7e7;
color: #fff;
}
.leaders-table .even{
background: #f5f5f5;
}

#regform table td{
padding: 3px 5px;
}
#regform table td input{
margin: 0;
padding: 0;
}
#fio, #phone, #city, #work{
width: 300px;
}

/**/
#redbullregform label{
	width: 220px;
	margin-right: 20px;
	padding-top: 5px;
	float: left;
	text-align: right;
}
#redbullregform input{
	width: 200px;
}
#redbullregform .clear{
	height: 10px;
}
#submitbutton{
	padding: 3px 5px;
}
#send-form-button{
	text-align: center;
}
#error-message{
	color: #c00;
	font-size: 16px;
}

.b-top {z-index:2600;position:fixed;left:0;bottom:90px;width:34%;margin-left:50%;opacity: 0.5;filter:alpha(opacity=50);}
.b-top:hover {opacity:1;filter:alpha(opacity=100);cursor:pointer;}
.b-top-but {z-index:2600;position:absolute;display:block;left:56px;bottom:0;margin:0 0 0 100%;padding:32px 12px 4px;
color:white;background:#D8D5C2 url(http://alaev.info/wp-content/plugins/goupbutt/b-j-top.png) no-repeat 50% 11px;border-radius:7px;}


/*  ,        */
.icon-social{display:inline-block;width:16px;height:16px;
line-height:16px;vertical-align:text-top;background:url(../loginme/img/social_16.png) no-repeat;}
.icon-social.icon-vk{background-position:0px 0px;}
.icon-social.icon-ok{background-position:0px -16px;}
.icon-social.icon-mailru{background-position:0px -32px;}
.icon-social.icon-facebook{background-position:0px -48px;}
.icon-social.icon-twitter{background-position:0px -64px;}
.icon-social.icon-google{background-position:0px -80px;}
.icon-social.icon-yandex{background-position:0px -96px;}

/*    */
.bbcodes.connected {
background: #c9ffc9;
background: -moz-linear-gradient(top,#c9ffc9 0,#66cd5b 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c9ffc9),color-stop(100%,#66cd5b));
background: -webkit-linear-gradient(top,#c9ffc9 0,#66cd5b 100%);
background: -o-linear-gradient(top,#c9ffc9 0,#66cd5b 100%);
background: -ms-linear-gradient(top,#c9ffc9 0,#66cd5b 100%);
background: linear-gradient(top,#c9ffc9 0,#66cd5b 100%);
}.bbcodes.connected:hover{background: #c9ffc9;background-position:0;}

.providers .bbcodes{display:inline-block;width:130px;padding: 7px 12px 0px;font-size:13px;}
.providers .bbcodes:hover{text-decoration:none;}


/*---infoblock---*/
.infoblock { background-color: #f1f5f7; padding: 15px; margin-bottom: 25px; }
.pollvotelist { width: 70%; text-align: left; }
  .pollvotelist input { margin-right: 5px; }

.mass_comments_action { border-top: 2px solid #eee; border-bottom: 1px solid #dadada; background-color: #f5f6f7; padding: 10px 15px; }

/*---    ---*/
.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);
}

