body {
 padding: 0;
 margin: 0;
 background: #444444 url(../images/body8.jpg) center top no-repeat;
 text-align: center;
 font: 12px Tahoma;
 color: #676767;
}

h1, h2, h3, h4 {
 padding: 0;
 margin: 0;
}

.m-m {
 /*background: url(../images/main-center-block.png) center 50px no-repeat;*/
}

.main-center-block {
 width: 1000px;
 text-align: left;
 margin: 0 auto 0 auto;
}

 .head {
 height: 200px;
 
 }
 
 .logo {
 display: block;
 background: url(../images/logo.png);
 width: 244px;
 height: 114px;
 position: absolute;
 margin: 50px 0 0 50px;
 }
 
 .banners {
 float: right;
 margin: 10px 10px 0 0;
 background: url();
 width: 600px;
 height: 90px;
 }
 
 .top-menu {
 height: 28px;
 padding-left: 6px;
 position: absolute;
 }
 
 .top-menu a {
 display: block;
 float: right;
 text-decoration: none;
 color: #3b3b3b;
 z-index: 10;
 width: 111px;
 display: block;
 height: 28px;
 text-align: center;
 line-height: 28px;
 background: url(../images/top-menu.png) left top no-repeat;
 margin: 0 0 0 -7px;
 position: relative;
 }
 
 
 .top-menu a:hover {
 background: url(../images/top-menu.png) left bottom no-repeat;
 color: #fff;
 
 }
 
 .main-block-top-right {
 clear: both;
 background: url(../images/main-block-top-right.png) right top no-repeat;
 padding: 0 10px 0 0;
 }
 
 .main-block-top {
 height: 11px;
 background: #e1e1e1;
 }
 
 .main-block {
 background: #e1e1e1;
 padding: 0 10px 10px 10px;
 }
 
 /* Скругленный мегаблок =) */
 .r-block-left-top {
 background-image: url(../images/r-block-left-top.png);
 background-position: left top;
 background-repeat: no-repeat;
 border-bottom: 1px #e1e1e1 solid;
 }
 
 .r-block-right-top {
 background: url(../images/r-block-right-top.png) right top no-repeat;
 }
 
 .r-block-right-bottom {
 background: url(../images/r-block-right-bottom.png) right bottom no-repeat;
 }
 
 .r-block-left-bottom {
 background: url(../images/r-block-left-bottom.png) left bottom no-repeat;
 padding: 10px;
 }
 
 .menu-block {
 background: url(../images/menu-block.jpg) 40px 20px no-repeat;
 float: left;
 height: 120px;
 width: 360px;
 border-right: 1px #708195 solid;
 }
 
 .menu-block a {
 display: block;
 margin-bottom: 5px;
 color: #fff;
 }
 
 .menu-block a:hover {
 color: #ff0;
 }
 
 .seac, .menu-banner {
 float: left;
 height: 120px;
 width: 295px;
 border-right: 1px #708195 solid;
 }
 
/* main vertical scroll */
#main {
 position:relative;
 overflow:hidden;
 height: 450px;
}

/* root element for pages */
#pages {
 position:absolute;
 height:20000em;
}

/* single page */
.page {
 padding:2px;
 height: 450px;
 background: url(../images/page.jpg) left top repeat-x;
 width:520px;
}

/* root element for horizontal scrollables */
.scrollable {
 position:relative;
 overflow:hidden;
 width: 510px;
 height: 450px;
}

/* root element for scrollable items */
.scrollable .items {
 width:20000em;
 position:absolute;
 clear:both;
}

/* single scrollable item */
.item {
 float:left;
 cursor:pointer;
 width:500px;
 height:450px;
 padding:10px;
}

/* main navigator */
#main_navi {
 float:left;
 padding:0px !important;
 margin:0px !important;
}

#main_navi li {
 background-color:#333;
 border-top:1px solid #666;
 clear:both;
 color:#FFFFFF;
 font-size:12px;
 
 list-style-type:none;
 padding:10px;
 width:190px;
 cursor:pointer;
}

#main_navi li:hover {
 background-color:#444;
}

#main_navi li.active {
 background-color:#222222;
}

#main_navi img {
 float:left;
 margin-right:10px;
}

#main_navi strong {
 display:block;
}

#main div.navi {
 margin-left:220px;
 cursor:pointer;
}



#main_navi li a {
 display: block;
 margin-bottom: 5px;
 color: #fff;
 }
 
#main_navi li a:hover {
 color: #ff0;
 }

/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
 margin-left:220px;
 width:200px;
 height:20px;
 padding-top: 15px;
}


/* items inside navigator */
div.navi a {
 width:8px;
 height:8px;
 float:left;
 margin:3px;
 background:url(../images/navigator.png) 0 0 no-repeat;
 display:block;
 font-size:1px;
}

/* mouseover state */
div.navi a:hover {
 background-position:0 -8px; 
}

/* active state (current page state) */
div.navi a.active {
 background-position:0 -16px; 
} 

/* Контент-блок */
.c-top {
 background: #fff url(../images/c-top.gif) left top repeat-x;
 border-bottom: 1px #e1e1e1 solid;
}
 .c-bottom {
 background: url(../images/c-bottom.gif) left bottom repeat-x;
 }
 .c-left {
 background: url(../images/c-left.gif) left top repeat-y;
 }
 .c-right {
 background: url(../images/c-right.gif) right top repeat-y;
 }
 .c-left-top {
 background: url(../images/c-left-top.gif) left top no-repeat;
 }
 .c-right-top {
 background: url(../images/c-right-top.gif) right top no-repeat;
 }
 .c-right-bottom {
 background: url(../images/c-right-bottom.gif) right bottom no-repeat;
 }
 .c-left-bottom {
 background: url(../images/c-left-bottom.gif) left bottom no-repeat;
 padding: 10px;
 }
 
.main-table {
 width: 100%;
 clear: both;
}

 .td-for-blocks {
 width: 212px;
 }
 
 .s-block {
 margin-bottom: 10px;
 }
 
 .s-block-title {
 background: url(../images/s-block-title.jpg) left top no-repeat;
 float: left;
 margin-bottom: -1px;
 }
 
 .s-block-title span {
 background: url(../images/s-block-title2.jpg) right top no-repeat;
 display: block;
 height: 26px;
 float: left;
 padding: 0 40px 0 10px;
 line-height: 25px;
 color: #fff;
 }
 
 .s-block-content {
 clear: both;
 background: #f2f2f2;
 border: 1px #d6d6d6 solid;
 padding: 5px;
 }
 
 .s-block-content a {
 color: #555555;
 }
 
 .s-block-content a:hover {
 color: #000;
 }
 
 .td-for-content {
 padding: 0 10px 10px 10px;
 }
 
 /* Вкладки =) */
 .tabs {
 margin: 0;
 padding: 0;
 padding-left: 5px;
 }
 
 .tabs li{
 float: left;
 list-style-type: none;
 margin-right: 3px;
 margin: 0;
 padding: 0;
 cursor: pointer;
 }
 
 .tabs li a {
 float: left; 
 background: url(../images/tabs-left.jpg) left bottom no-repeat;
 text-decoration: none;
 color: #878787;
 cursor: pointer;
 }
 
 .tabs li a span {
 display: block;
 float: left;
 height: 24px;
 line-height: 28px;
 background: url(../images/tabs-right.jpg) right bottom no-repeat;
 padding: 0 20px 0 20px;
 cursor: pointer;
 }
 
 .tabs li a:hover {
 background: url(../images/tabs-hover-left.jpg) left bottom no-repeat;
 color: #000;
 }
 
 .tabs li a:hover span {
 background: url(../images/tabs-hover-right.jpg) right bottom no-repeat;
 }
 
 ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
 background: url(../images/tabs-active-left.jpg) left top no-repeat;
 cursor:default !important; 
 color:#fff !important;
 }

 ul.tabs a.current span, ul.tabs a.current span:hover, ul.tabs li.current a span {
 background: url(../images/tabs-active-right.jpg) right top no-repeat;
 cursor:default !important; 
 color:#fff !important;
 line-height: 24px !important;
 }
 
 .panes {
 clear: both;
 padding: 5px;
 border: 1px #e5e5e5 solid;
 }


/* Юзер-панель */
.login-panel {
 height: 55px;
 background: #5c6e86;
}

 .login-panel a {
 
 }
 
 .login-panel a:hover {
 color: #ffffd7;
 
 }
 
 .login-link a {
 color: #fff;
 margin-right: 8px;
 display: block;
 float: left;
 padding: 0 0 5px 0;
 }
 
 .login-link a:hover {
 color: #142947;
 }
 
 .l-color {
 color: #fff;
 }
 
 .l-color a {
 color: #fff;
 }
 
 .l-color a:hover {
 color: #212b39;
 }
 
 .login-input-text {
 border: 1px #7b7b7b solid;
 width: 65px;
 margin: 5px 3px 5px 0;
 color: #340002;
 font-size: 11px;
 vertical-align: middle;
 padding: 2px;
 background: #fff url(../images/form-text.gif) left top repeat-x;
 float: left;
 }
 
 .enter {
 float: left;
 margin-top: 6px;
 }
 
 .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 {

}

.weekday-active-v {
 color: #535353;
}
.day-active-v {
 color: #535353;
 font-weight: bold;
}
.calendar {
color: #535353;
font-size: 10px;
text-align: center;
}
 
 .calendar a {
 text-decoration: underline;
 }
.calendar td, th {
 text-decoration: none;
 padding: 3px;
}
.weekday {
 color: #535353;
 font-weight: bold;
 
}
.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: #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;
}
 
/* Архив */
.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;
}

/* класс 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;
}

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

/* ==================== Уведомление о получении новых PM */

#newpm {
 position: absolute;
 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;
}

/* ==================== показ оригинальной картинки загруженной на сайт из уменьшенной копии */
.highslide-wrapper, .highslide-outline {
 background: #FFFFFF;
}
.highslide-image {
 border: 2px solid #FFFFFF;
}
.highslide-active-anchor {
 visibility: hidden;
} 
.highslide-active-anchor img {
 visibility: hidden;
}
.highslide-dimming {
 background: black;
}
.highslide-html {
 background-color: white;
}
.highslide-html-content {
 display: none;
}
.highslide-loading {
 display: block;
 color: white;
 font-size: 9px;
 font-weight: bold;
 text-decoration: none;
 padding: 3px;
 border: 1px solid white;
 background-color: black;
}
a.highslide-full-expand {
 background: url(../dleimages/fullexpand.gif) no-repeat;
 display: block;
 margin: 0 10px 10px 0;
 width: 34px;
 height: 34px;
}
.highslide-footer {
 height: 11px;
}
.highslide-footer .highslide-resize {
 float: right;
 height: 12px;
 width: 11px;
 background: url(../dleimages/resize.gif);
}
.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;
}

/* Короткая новость */
.more-news {
 text-align: left;
 padding-left: 40px;
 clear: both;
}

 .more-news a {
 color: #999999;
 font-size: 11px;
 }

/* Новости в слайдере */
.slider-news {
 height: 420px;
 overflow: auto;
}

 .slider-news-title {
 padding: 0px 5px 5px 0;
 font-size: 14px;
 color: #fff;
 }
 
 .slider-news-content {
 color: #979797;
 }
 
 .slider-news-content img {
 display: block;
 margin: 0 auto 0 auto;
 height: 250px;
 
 border: 1px #868686 solid;
 background: #000;
 padding: 5px 5px 15px 5px;
 }
 
.slider-news-more {
 padding: 5px;
 text-align: right;
 font-size: 11px;
 font-weight: bold;
 padding-bottom: 15px;
}

 .slider-news-more a {
 color: #ffeed9;
 }
 
/* Рекомендуем */
.r-news {
 background: #414141;
 padding: 5px;
 border: #9c9c9c;
 border-bottom: 5px #8d8c8a solid;
}

 .r-news-t {
 color: #fff;
 height: 20px;
 overflow: hidden;
 }

 .r-news-t a {
 color: #fff;
 }
 
 .r-news-c {
 color: #dbdbdb;
 height: 182px;
 overflow: hidden;
 font-size: 10px;
 }
 
 .r-news-c img {
 display: block;
 height: 140px;
 margin: 0 auto 3px auto;
 }
 
/* В блоках */
.costum-s {
 border-bottom: 1px #d4d4d4 solid;
}

 .costum-s-title {
 color: #1f1f1f;
 padding: 0 0 5px 0;
 }
 
 .costum-s-title a {
 color: #1f1f1f;
 text-decoration: none;
 }
 
 .costum-s-content {
 color: #747474;
 font-size: 10px;
 }
 
 .costum-s-content img {
 float: left;
 width: 75px;
 margin: 0 5px 5px 0;
 }
 
 .costum-s-more {
 height: 20px;
 text-align: right;
 padding: 0 5px 0 0;
 }
 
 .costum-s-more a {
 color: #000;
 }
 
/* Внизу */
.b-n {
 background: url(../images/b-n.jpg) 20px bottom no-repeat;
 padding-bottom: 20px;
}

.bottom-news {
 padding: 10px;
 border-right: 1px #506481 solid;
}

 .bottom-news a {
 display: block;
 padding: 5px 5px 5px 20px;
 background: url(../images/bottom-news.jpg) left center no-repeat;
 color: #7d99c3;
 }
 
 .bottom-news a:hover {
 color: #fff;
 }
 
.bottom-news-title {
 color: #fff;
 font-weight: bold;
 font-size: 13px;
 padding-left: 10px;
}

.b-link {
 color: #2b2b2b;
 font-size: 11px;
 line-height: 15px;
}

.b-link a {
 color: #000;
}

 .b-link a:hover {
 color: red;
 }
 
/* apple */
#apple span {
 display: block;
 padding: 5px;
 cursor: pointer;
 border-bottom: 1px #505050 dotted;
}

 #apple span:hover {
 color: #000; 
 }

.apple-title {
 
 font-weight: bold;
 font-size: 14px;
 color: #000;
 background: #dbdbdb;
 padding: 5px;
 margin-bottom: 5px;
}

 .apple-title a {
 color: #000;
 text-decoration: none;
 }
 
 .apple-title a:hover {
 color: #ff3d09;
 text-decoration: underline;
 }
 
.apple-story {
 color: #505050;
}

 .apple-story img {
 display: block;
 margin: 0 auto 10px auto;
 background: #989898;
 padding: 5px 5px 15px 5px;
 border: 1px #050505 solid;
 }
 
 
/* Короткая */
 
.short-block {
 padding: 5px;
 
}

 .short-block a {
 color: #000;
 }
 
 .short-block-title {
 color: #222222;
 font-size: 13px;
 font-weight: bold;
 padding-bottom: 5px;
 }
 
 .short-block-title a {
 color: #222222;
 text-decoration: none;
 }
 
 .short-block-title a:hover {
 text-decoration: underline;
 }
 
 .shot-text { 
 color: #6e6e6e;
 text-align: justify;
 }
 
 .shot-text img {
 border: 0;
 background: url(../images/background-img.jpg) left top no-repeat;
 width: 123px;
 height: 112px;
 padding: 11px 10px 11px 10px;
 float: left;
 margin: 0 5px 5px 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;
 }
 
 .short-block-more {
 background: #fff url(../images/short-block-more.jpg) left top repeat-x;
 height: 35px;
 }
 
 .short-block-more a {
 float: right;
 height: 22px;
 background: url(../images/short-block-more2.jpg) left top no-repeat;
 width: 131px;
 text-align: center;
 text-decoration: none;
 line-height: 22px;
 color: #222222;
 }
 
 .short-block-more a:hover {
 font-weight: bold;
 }
 
 .short-block-info {
 padding: 5px 0 5px 0;
 font-size: 10px;
 }
 
.short-block-color-1 {
 background: #ececec;
 
}

.short-block-color-2 {
 background: #e5f5ff;
}

 .short-block-color-2 .short-block-title a {
 color: #2ba7f1;
 }
 
 .short-block-color-2 .short-block-more {
 background: #fff url(../images/short-block-more4.jpg) left top repeat-x;
 }
 
 .short-block-color-2 .short-block-more a {
 background: url(../images/short-block-more3.jpg) left top no-repeat;
 }
 
 .short-block-color-2 .shot-text img {
 background: url(../images/background-img2.jpg) left top no-repeat;
 }
 

/* Полная новость */
.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: #0b829f;
 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: #efefef;
 padding: 5px;
 border: 1px #c2c2c2 solid;
}
 
 .commentS-title {
 height: 30px;
 padding-left: 30px;
 color: #818181;
 font-size: 11px;
 line-height: 25px;
 }
 
 .commentS-title a {
 color: #340002;
 text-decoration: none;
 }

 
 .commentS-data { /* таблица для содержимого */
 width: 100%;
 background: #fff;
 }
 
 .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-more {
 
 padding: 5px;
 margin-left: 30px;
 color: #818181;
 margin-right: 20px;
 } 
 
 .commentS-more a {
 color: #3b3b3b;
 }
 
.quote {
 background: #feffd0;
 padding: 5px;
 border: 1px #707070 dotted;
 color: #707070;
}

 .quote a {
 color: #499eff;
 }
 
/* Меняем цвет */
.com-color1 {
 background: #c2c2c2;
 border: 1px #949494 solid;
}

.com-color1 .commentS-title {
 color: #000;
}
 
/* Добавление комментария */
.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;
}

/* Результаты поиска и форма поика на главной */

 
 .form-text {
 border: 0;
 width: 240px;
 height: 19px;
 color: #424242;
 font-size: 11px;
 vertical-align: middle;
 padding: 0 20px 0 20px;
 background: #fff url(../images/form-text.gif) left top repeat-x;
 margin: 0;
 }
 
 .f-abs {
 position: absolute;
 
 }
 
 .form-search {
 margin-left: 10px;
 
 }

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

/* the overlayed element */ 
.apple_overlay { 
 
 /* initially overlay is hidden */ 
 display:none; 
 
 /* growing background image */ 
 background-image:url(../images/white.png); 
 
 /* 
 width after the growing animation finishes 
 height is automatically calculated 
 */ 
 width:640px; 
 height: 526px; 
 
} 
 
/* default close button positioned on upper right corner */ 
.apple_overlay div.close { 
 background-image:url(../images/close.png); 
 position:absolute; right:5px; top:5px; 
 cursor:pointer; 
 height:35px; 
 width:35px; 
}
#counters a img
{
opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=40);
}

#counters a:hover img
{
opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
}
