html {font-size: 100.01%; background-color: #fff;}
body {font: 62.5% Tahoma, Helvetica, Sans-serif; color: #4b4b4b;}
html, body {margin: 0px; padding: 0px; height: 100%; width: 100%;}
a, a img {border: none; outline: none;}
*:focus, * {-moz-outline: none; outline: none; ie-dummy: expression(this.hideFocus=true);}
table, td, th {padding: 0px; border-collapse: collapse;}
ul, li, form, fieldset, dl, dt, dd, h1, h2, h3, h4, h5, h6, del {margin: 0px; padding: 0px; list-style: none; text-decoration: none; font-style: normal; border: none;}
a {color: #000; text-decoration: underline;}
a:hover {text-decoration: none;}

/* debug */
/* * {outline: 2px dotted red; *border: 2px dotted red;}
* * {outline: 2px dotted green; *border: 2px dotted green;}
* * * {outline: 2px dotted orange; *border: 2px dotted orange;}
* * * * {outline: 2px dotted blue; *border: 2px dotted blue;}
* * * * * {outline: 1px solid red; *border: 1px solid red;}
* * * * * * {outline: 1px solid green; *border: 1px solid green;}
* * * * * * * {outline: 1px solid orange; *border: 1px solid orange;}
* * * * * * * * {outline: 1px solid blue; *border: 1px solid blue;} */

.images-border img {
    border: 1px solid #a7a7a7;
border-radius:8px;
-webkit-border-radius:6px;
-moz-border-radius:5px;
-khtml-border-radius:10px;
    padding:2px;
width: 230px;

    margin-right:5px;
    margin-bottom:5px;
}

.images-border2 img {
    border: 1px solid #FFEE38;
border-radius:4px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:5px;
    padding:2px;
width: 224px;

    margin-right:5px;
    margin-bottom:5px;
}

.images-border3 img {
    border: 1px solid #a7a7a7;
border-radius:8px;
-webkit-border-radius:6px;
-moz-border-radius:5px;
-khtml-border-radius:10px;
    padding:2px;
width: 224px;

    margin-right:15px;
    margin-bottom:5px;
}

.mailblog {margin: 0px 0px 0px 0px;}
.mailblog {font: 15px bold Tahoma, Geneva, Sans-serif; color: #fff; padding-bottom: 0px;}
.mailblog a {text-decoration: underline; color: #fff;}
.mailblog a:hover {text-decoration: none; color: #FFEE38;}

.gorizont-m {margin: 0px 0px 0px 0px;}
.gorizont-m {font: 16px bold Tahoma, Geneva, Sans-serif; color: #fff; padding-bottom: 0px;}
.gorizont-m a {text-decoration: none; color: #fff;}
.gorizont-m a:hover {text-decoration: none; color: #FFEE38;}

.reg {margin: 0px 0px 0px 5px;}
.reg {font: 12px bold Tahoma, Geneva, Sans-serif; color: #000; padding-bottom: 0px;}
.reg a {text-decoration: underline; color: #000;}
.reg a:hover {text-decoration: none; color: #ec380e;}

.reg1 {margin: 0px 0px 0px 35px;}
.reg1 {font: 12px bold Tahoma, Geneva, Sans-serif; color: #fff; padding-bottom: 0px;}
.reg1 a {text-decoration: none; color: #fff;}

.copyfooter {margin: 0px 0px 0px 0px;}
.copyfooter {font: 11px bold Tahoma, Geneva, Sans-serif; color: #fff; padding-bottom: 0px;}
.copyfooter a {text-decoration: underline; color: #fff;}
.copyfooter a:hover {text-decoration: none; color: #ffee38;}

.copytext {margin: 0px 0px 0px 0px;}
.copytext {font: 1.2em/16px bold Tahoma, Geneva, Sans-serif; color: #000; padding-bottom: 0px;}
.copytext a {text-decoration: underline; color: #000;}
.copytext a:hover {text-decoration: none; color: #feb500;}

.glavnoe-menu {margin: 0px 0px 0px 0px;}
.glavnoe-menu {font: bold 14px bold Tahoma, Geneva, Sans-serif; color: #ffffff; padding-bottom: 0px;}
.glavnoe-menu a {text-decoration: none; color: #ffffff;}
.glavnoe-menu a:hover {text-decoration: none; color: #feb500;}

.glavnoe-col {margin: 0px 0px 0px 0px;}
.glavnoe-col {font: bold 14px bold Tahoma, Geneva, Sans-serif; color: #2d2d2d; padding-bottom: 0px;}
.glavnoe-col a {text-decoration: none; color: #2d2d2d;}
.glavnoe-col a:hover {text-decoration: none; color: #feb500;}

.prewtop-dd {font: 1.1em/14px Tahoma, Geneva, Sans-serif; color: #000; padding-bottom: 0px;}
.prewtop-dd a {text-decoration: underline; color: #000;}
.prewtop-dd a:hover {text-decoration: none; color: #ec380e;}

/*---login---*/
.loginbox, .lvsep, .loginbtn, .lbn, .lbn b, .loginava, .lexit {
    float: left;
}

.loginbox .loginbtn, .loginbox .loginava {
    position: relative;
    margin: 0px 4px 0 0;
}

.lbn, .lbn b {
    height: 43px;
    background: url("../images/lbtn.png") no-repeat;
}

.lbn {
    z-index: 13;
    position: relative;
    line-height: 42px;
    color: #516168;
    font-size: 1.15em;
}

.lbn b {
    padding: 0 35px 0 10px;
    cursor: pointer;
    background-position: 100% -43px;
}

.lbn.selected {
    background-position: 0 -86px;
}

.lbn.selected b {
    background-position: 100% -129px;
}

.loginbox #logform {
    border: 1px solid #cbdfe8;
    padding: 10px;
    top: 42px;
    left: 0;
    z-index: 12;
    display: none;
    position: absolute;
    width: 180px;
    background-color: #fbfdfe;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.loginbox #logform .lfield {
    margin-bottom: 1em;
}

.loginbox #logform .lfield label {
    display: block;
    margin-bottom: 0.2em;
}

.loginbox #logform .lfield input {
    width: 170px;
    padding: 4px;
    border: 1px solid #c0d4de;
    background: #fff url("../images/fields.png") repeat-x;
}

.loginbox #logform .lfchek input {
    width: 13px;
    border: none;
    background: none;
}

.loginbox #logform .lfchek label {
    display: inline;
    margin-bottom: 0.2em;
}

.loginbox #logform .lbtn {
    text-align: center;
}

.loginbox .lvsep {
    line-height: 0px;
    font-size: 1.15em;
    padding: 20px 0 0 0px;
    margin-right: 0px;
    height: 15px;
    
}

.loginbox .loginava {
    overflow: hidden;
    margin-right: 7px;
}

.loginbox .loginava img {
    width: 43px;
}

.loginbox .loginava b, .loginbox .loginava {
    height: 43px;
    width: 43px;
}

.loginbox .loginava b {
    z-index: 13;
    background: url("../images/loginava.png") no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.loginbox .lvsep .radial {
    margin-right: 5px;
    background-color: #96c;
    color: #fff;
    float: left;
    padding: 0 8px;
}

.loginenter {
    
}

.loginenter li a {
    display: block;
    width: 100%;
    padding: 5px 0;
    
}

.lexit {
    width: 33px;
    padding-top: 43px;
    background: url("../images/lexit.png") no-repeat;
}

.lexit:hover {
    background-position: 0 -43px;
}



/*---Заголовок страниц---*/
.pheading {
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    padding: 0 15px 13px 15px;
    background: url("../images/speedbar.png") repeat-x 0 100%;
}

.pheading h2 {
    color: #468edb;
    font-size: 1.7em;
    font-weight: normal;
}

.pheading .lcol {
    margin-right: 10px;
}

.pheading h2 span {
    color: #3f4b51;
}

.pheading .ratebox {
    width: 141px;
    padding: 3px 0 1px 0;
    padding-right: 6px;
    background: #f1f5f7 url("../images/ratebox2.png") no-repeat;
}

.pheading .ratebox .rate, .pheading .ratebox span {
    float: right;
}

.pheading .ratebox span {
    padding-right: 5px;
    font-size: 0.9em;
    color: #a2b2ba;
}

.heading {
    color: #96c;
    margin-bottom: 0.3em;
}

.basecont {
    padding-top: 14px;
    border-top: 1px solid #e8e8e8;
    background: url("../images/basecont.png") repeat-x;
}


/* Тело страницы */
.page {margin: 0px auto; overflow: hidden; zoom: 1; width: 980px;}

/* Шапка */

.header-search {width: 315px; margin: 0px 0px 0px 0px;}
.header-search .input {width: 260px; height: 24px; background: url(../images/search.png) no-repeat 0px 0px; border: 0px; color: #a0a0a0; font: 12px bold Tahoma, Geneva, Sans-serif; float: left; padding: 0px 0px 8px 10px;}
.header-search .submit {width: 35px; height: 24px; margin: 0px 0px 0px 0px; background: url(../images/button.png) no-repeat 0px 0px; border: 0px; cursor: pointer; float: left;}
.header-search div {padding: 6px 0px 0px 1px; clear: both;}
.header-search div a {color: #ffffff; font: 1.1em Tahoma, Geneva, Sans-serif; text-decoration: underline;}
.header-search div a:hover {text-decoration: none;}

.left-menu {margin: 15px 0px 15px 16px;}
.left-menu {font: 1.3em/18px bold Verdana, Arial, Helvetica, sans-serif; color: #000000; padding-bottom: 0px;}
.left-menu a {text-decoration: underline; color: #000000;}
.left-menu a:hover {text-decoration: none; color: #ff0000;}
.left-menu img {vertical-align: middle; padding-left: 2px;}

.text-text-title {margin: 0px 0px 5px 0px;}
.text-text-title {font: 20px bold Verdana, Arial, Helvetica, sans-serif; color: #000000; padding-bottom: 0px;}
.text-text-title a {text-decoration: underline; color: #000000;}
.text-text-title a:hover {text-decoration: none; color: #ff0000;}
.text-text-title img {vertical-align: middle; padding-left: 2px;}

.foursome {margin: 0px 0px 0px 6px;}
.foursome {font: 12px bold Verdana, Arial, Helvetica, sans-serif; color: #000000; padding-bottom: 0px;}
.foursome a {text-decoration: underline; color: #000000;}
.foursome a:hover {text-decoration: none; color: #ffffff;}

.text-text {margin: 0px 0px 0px 0px;}
.text-text {font: 1.2em/18px bold Verdana, Arial, Helvetica, sans-serif; color: #000000; padding-bottom: 0px;}
.text-text a {text-decoration: underline; color: #000000;}
.text-text a:hover {text-decoration: none; color: #ff0000;}
.text-text img {vertical-align: middle; padding-left: 2px;}

.footer-p {margin: 0px 0px 0px 0px;}
.footer-p {font: 12px bold Verdana, Arial, Helvetica, sans-serif; color: #3d3d3d; padding-bottom: 0px;}
.footer-p a {text-decoration: underline; color: #3d3d3d;}
.footer-p a:hover {text-decoration: none; color: #ff0000;}
.footer-p img {vertical-align: middle; padding-left: 2px;}

.tabl-info {margin: 4px 0px 0px 0px;}
.tabl-info {font: 11px bold Verdana, Arial, Helvetica, sans-serif; color: #5A5A5A; padding-bottom: 0px;}
.tabl-info a {text-decoration: underline; color: #5A5A5A;}
.tabl-info a:hover {text-decoration: none; color: #5A5A5A;}
.tabl-info img {vertical-align: middle; padding-left: 2px;}

.soc-grupp {margin: 7px 0px 11px 9px;}

.soc-buttons {margin: 0px 0px 0px -6px;}

.plashka-yellow {margin: 0px 0px 0px 10px;}
.plashka-yellow {font: 18px bold Tahoma, Geneva, Sans-serif; color: #E52595; padding-bottom: 0px;}
.plashka-yellow a {text-decoration: none; color: #E52595;}
.plashka-yellow a:hover {text-decoration: none; color: #FF0000;}

.plashka-other {margin: 0px 0px 0px 10px;}
.plashka-other {font: 18px bold Tahoma, Geneva, Sans-serif; color: #ffffff; padding-bottom: 0px;}
.plashka-other a {text-decoration: none; color: #ffffff;}
.plashka-other a:hover {text-decoration: none; color: #FF0000;}

.plashka {margin: 0px 0px 2px 0px;}
.plashka {font: bold 14px bold Tahoma, Geneva, Sans-serif; color: #ffffff; padding-bottom: 0px;}
.plashka a {text-decoration: underline; color: #ffffff;}
.plashka a:hover {text-decoration: none; color: #ff0000;}
.plashka img {vertical-align: middle; padding-left: 2px;}

.slay {margin: 0px 0px 0px 0px;}
.slay {font: 14px bold Tahoma, Geneva, Sans-serif; color: #ffffff; padding-bottom: 0px;}
.slay a {text-decoration: underline; color: #ffffff;}
.slay a:hover {text-decoration: none; color: #2CA8D6;}
.slay img {vertical-align: middle; padding-left: 2px;}



.best {margin: 0px 2px 2px 0px;}
.best {font: 12px bold Tahoma, Geneva, Sans-serif; color: #000000; padding-bottom: 0px;}
.best a {text-decoration: underline; color: #000000;}
.best a:hover {text-decoration: none; color: #FF0000;}

.slogan {margin: 0px 10px 0px 0px;}
.slogan {font: 12px bold Tahoma, Geneva, Sans-serif; color: #ffffff; padding-bottom: 0px;}


/* Контент */
.main {overflow: hidden;}
.centercol {margin: 0px 217px 0px 217px;}
.leftcol {float: left; width: 195px;}
.rightcol {float: right; width: 195px;}

/* Блок */
.block {width: 212px; margin: -2px 0px 0px 15px; padding: 10px 0px 6px 0px; font: 1.3em Tahoma, Geneva, Sans-serif; overflow: hidden; zoom: 1; color: #808080;}
.block a {color: #000; text-decoration: underline;}
.block a:hover {text-decoration: none;}
h6 {width: 245px; height: 44px; background: url(../images/main/plashka_col.png) no-repeat 0px 0px; text-align: center; color: #ffffff; font: bold 14px bold Tahoma, Geneva, Sans-serif; padding: 13px 0px 0px 0px;}

/* Блок1 */
.block1 {width: 212px; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; margin: -2px 0px 0px 17px; padding: 12px 0px 12px 0px; font: 1.2em Tahoma, Geneva, Sans-serif; overflow: hidden; zoom: 1; color: #808080;}
.block1 a {color: #000; text-decoration: underline;}
.block1 a:hover {text-decoration: none;}
h5 {width: 245px; height: 44px; background: url(../images/main/plashka_col_1.jpg) no-repeat 0px 0px; text-align: center; color: #ffffff; font: bold 14px bold Tahoma, Geneva, Sans-serif; padding: 13px 0px 0px 0px;}


.userpanel li {background: url(../images/bullet.png) no-repeat 0px 7px; padding: 1px 0px 3px 11px;}
.userpanel a {color: #3d3d3d3; font: 12px bold Tahoma, Geneva, Sans-serif; text-decoration: underline;}
.userpanel a:hover {text-decoration: none;}
.auth {overflow: hidden; zoom: 1;}
.auth dd {overflow: hidden; zoom: 1; *padding-bottom: 8px;}
.auth dd input {width: 187px; height: 29px; background: url(../images/input_a.png) no-repeat 0px 0px; border: 0px; color: #bababa; font: 10px Tahoma, Geneva, Sans-serif; float: left; padding: 0px 0px 4px 10px; margin: 0px 0px 0px 12px;}
.auth dt a {color: #3d3d3d; font: 12px bold Tahoma, Geneva, Sans-serif; text-decoration: underline; margin: -4px -10px 10px 20px; display: block; float: left;}
.auth dt a:hover {text-decoration: none;}
.auth dt {padding-top: 8px;}
.auth dt input {width: 71px; height: 29px; background: url(../images/button_a.png) no-repeat 0px 0px; margin: 0px 13px 0px 0px; border: 0px; color: #808080; font: 11px Tahoma, Geneva, Sans-serif; cursor: pointer; float: right; margin-left: 2px; padding: 3px 0px 5px 2px;}

.important {font: 1.1em/16px bold Tahoma, Geneva, Sans-serif; color: #2A2A2A; padding-bottom: 15px;}
.important br, .important img {display: none !important;}
.important dt a {font: bold 14px bold Tahoma, Geneva, Sans-serif; color: #2A2A2A; text-decoration: underline;}
.important dt a:hover {color: #ec380e; text-decoration: underline;}
.important dd {color: #3d3d3d; overflow: hidden; zoom: 1; display: block;}
.important dd a {color: #3d3d3d; text-decoration: none;}

.important3 {font: 1.1em/16px bold Tahoma, Geneva, Sans-serif; color: #2A2A2A; padding-bottom: 15px;}
.important3 br, 
.important3 img {display: none !important;}
.important3 dt a {font: bold 14px bold Tahoma, Geneva, Sans-serif; color: #2A2A2A; text-decoration: underline;}
.important3 dt a:hover {color: #ec380e; text-decoration: underline;}
.important3 dd {color: #3d3d3d; overflow: hidden; zoom: 1; display: block;}
.important3 dd a {color: #3d3d3d; text-decoration: none;}

.block-archives * {font-weight: normal !important;}
.block-archives br {display: none;}
.block-archives a {background: url(../images/bullet.png) no-repeat 0px 7px; padding: 1px 0px 7px 11px; display: block;}

.block2 {width: 690px; margin: 0x 0px 0px 0px;}
.block-tags2 {color: #fff;}
.block-tags2 a {color: #3d3d3d;}

/* Кнопки */
.poll-buttons {padding: 10px 0px 10px 0px; text-align: center;}
.poll-buttons input .block-search-submit {width: 86px; height: 21px; background: url(../images/button-86.png) no-repeat 0px 0px; border: 0px; color: #808080; font: 11px Tahoma, Geneva, Sans-serif; cursor: pointer; float: left; padding: 3px 0px 5px 2px; margin-right: 15px;}
.comment-block-search-submit {width: 175px; height: 21px; background: url(../images/button-175.png) no-repeat 0px 0px; border: 0px; color: #808080; font: 11px Tahoma, Geneva, Sans-serif; cursor: pointer; float: left; padding: 3px 0px 5px 2px; margin: -27px 0px 0px 372px;}
.vote-submit, .vote-result, .bbcodes#dosearch, .bbcodes#dofullsearch, #doclear, #doreset {width: 94px; height: 29px; background: url(../images/button-vote.png) no-repeat 0px 0px; border: 0px; color: #808080; font: 11px Tahoma, Geneva, Sans-serif; cursor: pointer; float: left; padding: 3px 0px 5px 2px;}
.vote-result {float: right;}
.block-search-submit {width: 175px; height: 21px; background: url(../images/button-175.png) no-repeat 0px 0px; border: 0px; color: #808080; font: 11px Tahoma, Geneva, Sans-serif; cursor: pointer; padding: 3px 0px 5px 2px;}
table.pm input.bbcodes, .bbcodes .block-search-submit {width: 175px; height: 21px; background: url(../images/button-175.png) no-repeat 0px 0px; border: 0px; color: #808080; font: 11px Tahoma, Geneva, Sans-serif; cursor: pointer; padding: 3px 0px 5px 2px;}
.bbcodes {width: 175px; height: 21px; background: url(../images/button-175.png) no-repeat 0px 0px; border: 0px; color: #808080; font: 11px Tahoma, Geneva, Sans-serif; cursor: pointer; padding: 3px 0px 5px 2px;}
#dofullsearch {width: 175px !important;}
#searchinput {width: 344px !important;}

/* Служебные стили */
.nopadd {padding-bottom: 0px !important;}
.notoppadd {margin-top: 4px;}
.padd {padding-top: 10px;}
.nopadding {padding-top: 0px;}
.noborder {border: 0px !important;}

.sorter {color: #000; font: 1.1em Tahoma, Geneva, Sans-serif; padding: 4px 0px 18px 0px; border-bottom: 1px solid #ccc;}
.sorter a {text-decoration: underline; color: #000; margin: 0px 4px 0px 3px;}
.sorter a:hover {text-decoration: none;}
.sorter img {display: none;}

.main-page-header {overflow: hidden; zoom: 1; padding: 11px 3px 15px 0px; background: url(../images/spacer-h.png) repeat-x 0px 100%; margin-bottom: 16px;}
.main-page-header li.category-name {display: block; float: left; color: #000; font: 1.8em Tahoma, Geneva, Sans-serif; width: 425px;}
.main-page-header li.category-name a {color: #000; text-decoration: underline;}
.main-page-header li.category-name a:hover {text-decoration: none;}
.main-page-header li.category-name i {background: url(../images/arrow-right-big-dark.png) no-repeat 50% 7px; padding: 0px 19px;}
.main-page-header li.now-date {float: right; color: #747474; font: 1.1em Arial, Helvetica, Sans-serif; background: url(../images/icon-clock.png) no-repeat 0px 4px; padding: 5px 0px 3px 20px;}




.main-page-header-more {overflow: hidden; zoom: 1; background: url(../images/spacer-more.png) no-repeat 0px 0px; height: 47px;}
.main-page-header-more span {border-left: 3px solid #d2a666; height: 14px; font: bold 1.4em/1em Tahoma, Geneva, Sans-serif; color: #000; padding-left: 14px; margin-top: 16px; display: block; float: left; width: 220px; overflow: hidden; zoom: 1; white-space: nowrap;}
.main-page-header-more del {float: left; color: #747474; font: 1.1em Arial, Helvetica, Sans-serif; display: block; padding: 16px 0px 0px 65px;}

.more-newsss {margin: 0px 0px 0px -4px;}

.main-page-more-news {overflow: hidden; zoom: 1; width: 703px; *position: relative;}
.main-page-morenews {margin-bottom: 0px; width: 110px; margin: 0px 0px 0px 0px; padding-bottom: 0px;display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline; word-spacing: normal; vertical-align: top;}
.main-page-morenews-text p {margin: 0; padding: 0;}
.main-page-morenews-text img {display: none; border: 1px solid #a7a7a7; padding:2px; border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:5px;
-khtml-border-radius:10px;}
.main-page-morenews-text img:first-child {display: block; width: 107px; height: 70px; !important; float: left; margin-right:5px; margin-bottom:5px;}
.main-page-morenews-text a {text-decoration: none;}
.main-page-morenews-text * {color: #000; font-weight: normal; font-style: normal;}

/*Последнее видео*/
.main-page-moren {overflow: hidden; zoom: 1; width: 226px; *position: relative;}
.main-page-moren {margin-bottom: 0px; width: 226px; margin: 9px 0px 0px 12px; padding-bottom: 10px;display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline; word-spacing: normal; vertical-align: top;}
.main-page-moren-header {font: bold 14px bold Tahoma, Geneva, Sans-serif; color: #300000; padding-bottom: 3px; background: url(../images/icons/playkuz.png) no-repeat 0px 0px; text-indent: 20px;}
.main-page-moren-header a {text-decoration: underline; color: #300000;}
.main-page-moren-header a:hover {text-decoration: none; color: #FF0000;}
.main-page-moren-header img {vertical-align: middle; padding-left: 2px;}
.main-page-moren-info {color: #808080; font: 1.1em Tahoma, Geneva, Sans-serif; padding-bottom: 4px;}
.main-page-moren-info li {display: inline;}
.main-page-moren-info a {color: #808080; text-decoration: underline;}
.main-page-moren-info a:hover {text-decoration: none;}
.main-page-moren-info del {padding: 0px 4px;}
.main-page-moren-text {font: bold 1.1em/16px Tahoma, Geneva, Sans-serif; color: #2A2A2A;}
.main-page-moren-text br {display: none;}
.main-page-moren-text p {margin: 0; padding: 0;}
.main-page-moren-text img {display: none;}
.main-page-moren-text img:first-child {display: block; width: 226px; !important; float: left; padding: 3px 0px 6px 0px;}
.main-page-moren-text a {text-decoration: none;}
.main-page-moren-text * {color: #000; font-weight: normal; font-style: normal;}

.main-page-more-news3 {overflow: hidden; zoom: 1; width: 244px; *position: relative; *margin-left: -20px; *left: 20px;}
.main-page-morenews3 {margin-bottom: 18px; width: 244px; margin: 0px 0px 0px 0px; padding-bottom: 10px; display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline; word-spacing: normal; vertical-align: top;}
.main-page-morenews-header3 {font: bold 15px bold Tahoma, Geneva, Sans-serif; color: #2d2d2d; padding-bottom: 3px; background: url(../images/icons/post.png) no-repeat 0px 0px; text-indent: 20px;}
.main-page-morenews-header3 a {text-decoration: underline; color: #2d2d2d;}
.main-page-morenews-header3 a:hover {text-decoration: none; color: #0e8610;}
.main-page-morenews-header3 img {vertical-align: middle; padding-left: 2px;}
.main-page-morenews-info3 {color: #808080; font: 1.1em Tahoma, Geneva, Sans-serif; padding-bottom: 5px;}
.main-page-morenews-info3 li {display: inline;}
.main-page-morenews-info3 a {color: #808080; text-decoration: underline;}
.main-page-morenews-info3 a:hover {text-decoration: none;}
.main-page-morenews-info3 del {padding: 0px 4px;}
.main-page-morenews-text3 p {margin: 0; padding: 0;}
.main-page-morenews-text3 {font: 1.1em/16px bold Tahoma, Geneva, Sans-serif; color: #2A2A2A; max-height: 330px;}
.main-page-morenews-text3 br {display: none;}
.main-page-morenews-text3 img {display: none;}
.main-page-morenews-text3 img:first-child {display: block; width: 230px !important; 
border: 1px solid #a7a7a7;
border-radius:8px;
-webkit-border-radius:6px;
-moz-border-radius:5px;
-khtml-border-radius:10px;
padding:2px;
margin-right:15px;
margin-bottom:5px;}
.main-page-morenews-text3 a {text-decoration: none;}
.main-page-morenews-text3 * {color: #000; font-weight: normal; font-style: normal;}

/*вывод новостей на главной*/
.main-page-header-lastnews {border-left: 3px solid #d2a666; height: 14px; font: bold 14px Tahoma, Geneva, Sans-serif; color: #000; padding-left: 14px; margin-bottom: 18px;}
.main-page-lastnews {background: #ffffff; width: 238px; padding: 0px 0px 0px 0px; margin-bottom: 5px;}
.main-page-lastnews-header {font: bold 15px bold Tahoma, Geneva, Sans-serif; color: #2d2d2d; padding-bottom: 3px; background: url(../images/icons/post.png) no-repeat 0px 0px; text-indent: 20px;}
.main-page-lastnews-header a {text-decoration: underline; color: #2d2d2d;}
.main-page-lastnews-header a:hover {text-decoration: none; color: #0e8610;}
.main-page-lastnews-header img {vertical-align: middle; padding-left: 2px;}
.main-page-lastnews-info {color: #909090; font: 1.1em Tahoma, Geneva, Sans-serif; padding-bottom: 7px;}
.main-page-lastnews-info li {display: inline;}
.main-page-lastnews-info a {color: #909090; text-decoration: underline;}
.main-page-lastnews-info a:hover {text-decoration: none;}
.main-page-lastnews-info del {padding: 0px 3px;}
.main-page-lastnews-text {font: 1.1em/16px bold Tahoma, Geneva, Sans-serif; color: #2A2A2A; max-height: 100px;}
.main-page-lastnews-text br {display: none;}
.main-page-lastnews-text p {margin: 0; padding: 0;}
.main-page-lastnews-info-bottom {overflow: hidden; zoom: 1; padding: 15px 2px 0px 0px;}
.main-page-lastnews-info-bottom li {float: right; font: 1.1em Tahoma, Geneva, Sans-serif; color: #000;}
.main-page-lastnews-info-bottom li.main-page-lastnews-rate {float: left; margin: -1px 0px 0px -2px;}
.main-page-lastnews-info-bottom a {color: #000; text-decoration: underline;}
.main-page-lastnews-info-bottom a:hover {text-decoration: none;}
.main-page-lastnews-info-bottom del {padding: 0px 4px;}

/*вывод событий в левой колонке*/
.main-page-header-lastnews1 {border-left: 3px solid #d2a666; height: 14px; font: bold 14px Tahoma, Geneva, Sans-serif; color: #000; padding-left: 14px; margin-bottom: 18px;}
.main-page-lastnews1 {background: #ffffff; width: 250px; padding: 0px 0px 0px 0px; margin-bottom: 5px;}
.main-page-lastnews-header1 {font: bold 15px bold Tahoma, Geneva, Sans-serif; color: #2d2d2d; padding-bottom: 3px; background: url(../images/icons/photorus.png) no-repeat 0px 0px; text-indent: 20px;}
.main-page-lastnews-header1 a {text-decoration: underline; color: #fff;}
.main-page-lastnews-header1 a:hover {text-decoration: none; color: #ffee38;}
.main-page-lastnews-header1 img {vertical-align: middle; padding-left: 2px;}
.main-page-lastnews-info1 {color: #fff; font: 1.1em Tahoma, Geneva, Sans-serif; padding-bottom: 7px;}
.main-page-lastnews-info1 li {display: inline;}
.main-page-lastnews-info1 a {color: #fff; text-decoration: underline;}
.main-page-lastnews-info1 a:hover {text-decoration: none;}
.main-page-lastnews-info1 del {padding: 0px 3px;}
.main-page-lastnews-text1 {font: 1.1em/16px bold Tahoma, Geneva, Sans-serif; color: #fff; max-height: 100px;}
.main-page-lastnews-text1 br {display: none;}
.main-page-lastnews-text1 p {margin: 0; padding: 0;}
.main-page-lastnews-info-bottom1 {overflow: hidden; zoom: 1; padding: 15px 2px 0px 0px;}
.main-page-lastnews-info-bottom1 li {float: right; font: 1.1em Tahoma, Geneva, Sans-serif; color: #000;}
.main-page-lastnews-info-bottom1 li.main-page-lastnews-rate {float: left; margin: -1px 0px 0px -2px;}
.main-page-lastnews-info-bottom1 a {color: #000; text-decoration: underline;}
.main-page-lastnews-info-bottom1 a:hover {text-decoration: none;}
.main-page-lastnews-info-bottom1 del {padding: 0px 4px;}

.main-page-header-previous {font: bold 1.2em Tahoma, Geneva, Sans-serif; color: #000; background: url(../images/spacer-h.png) repeat-x -1px 100%; margin: 12px 5px 0px 1px; padding-bottom: 14px;}

.main-page-previous {font: 1.1em Tahoma, Geneva, Sans-serif; color: #808080; padding: 18px 0px 11px 0px; background: url(../images/spacer-h.png) repeat-x -1px 100%;}
.main-page-previous div {padding-bottom: 11px; white-space: nowrap; overflow: hidden; zoom: 1; position: relative;}
.main-page-previous div a {margin-left: 5px;}
.main-page-previous div a:hover {color: #ec380e;}

.main-page-link-next {text-align: right; padding: 12px 8px 15px 0px; background: url(../images/spacer-h.png) repeat-x -1px 100%;}
.main-page-link-next a {color: #000; text-decoration: underline; background: url(../images/arrow-right-small-light.png) no-repeat 100% 5px; padding-right: 20px; font: 1.1em Tahoma, Geneva, Sans-serif;}
.main-page-link-next a:hover {text-decoration: none;}

.category-header {margin: 0px 0px;  padding-bottom: 10px;}
.category-header div {border-left: 6px solid #34445e; font: 14px bold Tahoma, Geneva, Sans-serif; color: #2A2A2A; padding-left: 14px;}
.shortnews {padding: 0px 0px 10px 0px; margin: 0px 17px 14px 18px; background: url(../images/spacer-h.png) repeat-x -1px 100%;}
.shortnews-header {font: bold 1.7em/18px bold Tahoma, Geneva, Sans-serif; color: #2A2A2A; padding-bottom: 4px;}
.shortnews-header a {text-decoration: underline; color: #2A2A2A;}
.shortnews-header a:hover {text-decoration: none; color: #ec380e;}
.shortnews-header img {vertical-align: middle; padding-left: 2px;}
.shortnews-info {color: #808080; font: 1.1em Tahoma, Geneva, Sans-serif; padding-bottom: 10px;}
.shortnews-info li {display: inline;}
.shortnews-info a {color: #808080; text-decoration: underline;}
.shortnews-info a:hover {text-decoration: none;}
.shortnews-info del {padding: 0px 4px;}
.shortnews-text {color: #000; font: 1.3em/16px Tahoma, Geneva, Sans-serif; overflow: hidden; zoom: 1;}
.shortnews-text p {margin: 0; padding: 0;}

.shortnews-info-bottom {overflow: hidden; zoom: 1; padding: 5px 2px 0px 0px;}
.shortnews-info-bottom li {float: right; font: 1.1em Tahoma, Geneva, Sans-serif; color: #000;}
.shortnews-info-bottom li.shortnews-rate {float: left; margin: -1px 0px 0px -2px;}
.shortnews-info-bottom a {color: #000; text-decoration: underline;}
.shortnews-info-bottom a:hover {text-decoration: none;}
.shortnews-info-bottom del {padding: 0px 4px;}

.fullnews {padding: 0px 0px 17px 0px; margin: 0px 0px 14px 0px; background: url(../images/spacer-h.png) repeat-x -1px 100%;}
.fullnews-header {font: bold 1.7em/18px bold Tahoma, Geneva, Sans-serif; color: #2A2A2A; padding-bottom: 4px;}
.fullnews-header a {text-decoration: underline; color: #2A2A2A;}
.fullnews-header a:hover {text-decoration: none; color: #ec380e;}
.fullnews-header img {vertical-align: middle; padding-left: 2px;}
.fullnews-info {color: #808080; font: 1.2em Tahoma, Geneva, Sans-serif; padding-bottom: 12px;}
.fullnews-info li {display: inline;}
.fullnews-info a {color: #808080; text-decoration: underline;}
.fullnews-info a:hover {text-decoration: none;}
.fullnews-info del {padding: 0px 4px;}
.fullnews-text {color: #000; font: 1.3em/18px Tahoma, Geneva, Sans-serif; overflow: hidden; zoom: 1;}
.fullnews-text p {margin: 0; padding: 0;}
.fullnews-text img {display: none;}
.fullnews-text img:first-child {display: block; float: left; padding: 0px 12px 10px 0px;}
.fullnews-info-bottom {overflow: hidden; zoom: 1; padding: 15px 2px 0px 0px;}
.fullnews-info-bottom li {float: right; font: 1.1em Tahoma, Geneva, Sans-serif; color: #000;}
.fullnews-info-bottom li.fullnews-rate {float: left; margin: -1px 0px 0px -2px;}
.fullnews-info-bottom a {color: #000; text-decoration: underline;}
.fullnews-info-bottom a:hover {text-decoration: none;}
.fullnews-info-bottom del {padding: 0px 4px;}

.photoblog {padding: 0px 0px 17px 0px; margin: 0px 0px 14px 0px; background: url(../images/spacer-h.png) repeat-x -1px 100%;}
.photoblog-header {font: 2.1em/20px Tahoma, Geneva, Sans-serif; color: #2A2A2A; padding-bottom: 4px;}
.photoblog-header a {text-decoration: underline; color: #2A2A2A;}
.photoblog-header a:hover {text-decoration: none; color: #ec380e;}
.photoblog-header img {vertical-align: middle; padding-left: 2px;}
.photoblog-info {color: #808080; font: 1.2em Tahoma, Geneva, Sans-serif; padding-bottom: 12px;}
.photoblog-info li {display: inline;}
.photoblog-info a {color: #808080; text-decoration: underline;}
.photoblog-info a:hover {text-decoration: none;}
.photoblog-info del {padding: 0px 4px;}
.photoblog-text {color: #000; font: 1.3em/18px Tahoma, Geneva, Sans-serif; overflow: hidden; zoom: 1;}
.photoblog-text p {margin: 0; padding: 0;}
.photoblog-text img {display: none;}
.photoblog-text img:first-child {display: block; float: left; padding: 10px 0px 10px 0px;}
.photoblog-info-bottom {overflow: hidden; zoom: 1; padding: 15px 2px 0px 0px;}
.photoblog-info-bottom li {float: right; font: 1.1em Tahoma, Geneva, Sans-serif; color: #000;}
.photoblog-info-bottom li.fullnews-rate {float: left; margin: -1px 0px 0px -2px;}
.photoblog-info-bottom a {color: #000; text-decoration: underline;}
.photoblog-info-bottom a:hover {text-decoration: none;}
.photoblog-info-bottom del {padding: 0px 4px;}

/* Новость */
.news {padding-bottom: 10px; margin-bottom: 20px;}
.news.fullstory {background: 0px; margin-bottom: -9px;}
.news.fullstory .rating+.rating {display: none;}
/* Заголовок новости и внутряков */
.news-header, .page-title {font: bold 1.7em/18px bold Tahoma, Geneva, Sans-serif; color: #2A2A2A; padding: 2px 0px 15px 0px; border-bottom: 1px solid #ccc; margin-bottom: 15px;}
.news-header img, .page-title img {position: relative; top: 3px;}
.news-header a, .page-title a {text-decoration: underline; color: #000;}
.news-header a:hover, .page-title a:hover {text-decoration: none;}
/* Служебный блок новости */
.news-info {font: 1.1em Tahoma, Geneva, Sans-serif; color: #909090; padding: 0px 0px 1px 0px; overflow: hidden; zoom: 1;}
.news-info li {display: block; float: left; height: 22px; padding-top: 11px;}
.news-info del {padding: 0px 12px;}
.news-info .news-date {float: right; display: block; height: 22px; background: url(../images/bg-date.png) no-repeat 0px 0px; padding-top: 0px;}
.news-info .news-date span {display: block; float: left; height: 22px; background: url(../images/bg-date.png) no-repeat 100% 100%; padding: 0px 19px; line-height: 22px;}
.rating {zoom:1}
.news-info .rate {width: 93px; float: right; position: relative; top: -8px;}
.news-info a {color: #000; text-decoration: underline;}
.news-info a:hover {text-decoration: none;}
.news-info-bottom {font: 1.1em Tahoma, Geneva, Sans-serif; color: #909090; padding: 0px 0px 1px 0px; overflow: hidden; zoom: 1;}
.news-info-bottom li {display: block; float: right; height: 22px; padding-top: 11px;}
.news-info-bottom del {padding: 0px 12px; background: url(../images/spacer-vertical.png) no-repeat 50% 0px;}
.news-info-bottom a {color: #000; text-decoration: none;}
.news-info-bottom a:hover {text-decoration: underline;}
.news-info-bottom .news-tags {float: left;}
.news-info-bottom .news-tags a {color: #000; text-decoration: underline;}
.news-info-bottom .news-tags a:hover {text-decoration: none;}
/* Текст новости */
.news .text {color: #4b4b4b; font: 1.1em/14px Tahoma, Helvetica, Sans-serif; overflow: hidden; zoom: 1;}
.news .text a {color: #000; text-decoration: underline;}
.news .text a:hover {text-decoration: none;}
/* Сообщение об ошибке */
.error {padding: 0px 0px 20px 1px;}
/* Нижняя часть новости */
.news .news-comments {font: 1.1em Tahoma, Helvetica, Sans-serif;}
.news .news-comments a {color: #999; text-decoration: underline; margin-right: 20px;}
.news .news-comments a:hover {text-decoration: none;}
.news-views {overflow: hidden; zoom: 1; font: 1.1em Tahoma, Helvetica, Sans-serif; color: #4b4b4b; padding-top: 14px;}
.news-views a {color: #000; text-decoration: underline;}
.news-views a:hover {text-decoration: none;}
.news-views-left {float: left;}
.news-views-right {float: left; padding: 2px 0px 0px 16px;}
.news-views del {padding: 0px 10px 0px 10px; color: #aeaeae;}
h5 {color: #4b4b4b; font: bold 1.4em/42px Tahoma, Helvetica, Sans-serif; height: 43px; background: url(../images/bg-header.png) repeat-x 0px 0px; padding-left: 8px; margin-bottom: 11px;}

/* Опрос в новости */
.poll-list {color: #434342; font: 1.2em/20px Tahoma, Helvetica, Sans-serif; padding: 4px 0px 0px 30px; width: 90%;}


/* Комментарий */
.comment {color: #4b4b4b; font: 1.1em/14px Tahoma, Helvetica, Sans-serif; overflow: hidden; zoom: 1; background: url(../images/spacer-h.png) repeat-x -1px 100%;padding-bottom: 18px; margin: 15px 0px 10px 0px;}
.comment-header {font: 1em Tahoma, Helvetica, Sans-serif; color: #909090; overflow: hidden; zoom: 1; padding: 7px 0px 8px 0px;}
.comment-header a {color: #909090;}
.comment-header li {display: inline;}
.comment-header del {padding: 0px 4px; background: url(../images/spacer-vertical.png) no-repeat 55% 0px;}
.comment-header .comm-date {float: right;}
.comment-header .comm-date a {text-decoration: none; color: #4b4b4b;}
.comment-header .comm-date a:hover {text-decoration: underline;}
.comment-body {overflow: hidden; zoom: 1;}
.comment-options {position: absolute; right: 17px; margin-top: -26px;}
.comment a {text-decoration: underline;}
.comment a:hover {text-decoration: none;}
.comment-options del {padding: 0px 4px; background: url(../images/spacer-vertical.png) no-repeat 50% 0px;}
.comment-text {margin: 2px 0px 6px 119px;}
.comment-left {float: left; width: 100px; padding: 5px 0px 0px 0px;}
.comment-avatar {padding-bottom: 6px;}
.comment-user-group {text-align: center; width: 100px; height: 22px; background: url(../images/user-group.png) no-repeat 0px 0px; text-align: center; color: #666 !important; font: normal 10px/20px Tahoma, Geneva, Sans-serif !important;}
.comment-user-group * {color: #666 !important; font: normal 10px/20px Tahoma, Geneva, Sans-serif !important;}
.comment-footer {font: 1em Tahoma, Helvetica, Sans-serif; color: #b6b6b6; text-align: right; padding-top: 4px;}
.comment-footer del {padding: 0px 4px;}
.comment-footer a {color: #4b4b4b; text-decoration: underline;}
.comment-footer a:hover {text-decoration: none;}
.editinfo {font: italic 0.8em Tahoma, Helvetica, Sans-serif; color: #999; padding-top: 14px;}
.pm-footer {margin-left: 0px;}
.anchor {display: block; height: 1px; margin-bottom: -10px;}
.mass_comments_action {color: #4b4b4b; font: 1.1em/14px Tahoma, Helvetica, Sans-serif; background: url(../images/spacer-h.png) repeat-x -1px 100%; padding: 1px 0px 14px 0px; overflow: hidden; zoom: 1; text-align: right;}
.mass_comments_action .bbcodes {margin-bottom: -1px;}



/* Навигация по новостям */
.navigation {text-align: right; padding: 2px 8px 15px 0px; margin: 0px 18px; background: url(../images/spacer-h.png) repeat-x -1px 100%; font: 1.1em Tahoma, Geneva, Sans-serif;}
.navigation .nav-prev {float: left; display: block;}
.navigation .nav-prev a  {color: #000; text-decoration: underline; background: url(../images/arrow-left-small-dark.png) no-repeat 0px 5px; padding-left: 20px;}
.navigation .nav-next {float: right; display: block;}
.navigation .nav-next a  {color: #000; text-decoration: underline; background: url(../images/arrow-right-small-dark.png) no-repeat 100% 5px; padding-right: 20px;}
.navigation .nav-center {text-align: center; display: block; color: #999;}
.navigation .nav-center * {margin: 0px 2px;}
.navigation a {text-decoration: underline;}
.navigation a:hover {text-decoration: none;}
.navigation .nav-prev span, .navigation .nav-next span {visibility: hidden;}

/* Опрос */
.vote-title {padding-bottom: 11px; color: #3d3d3d;}
.vote-list {color: #3d3d3d; line-height: 20px; padding-bottom: 10px;}
.vote-list img, #dle-poll-list img {border: 0px !important;}
#dle-poll-list {padding-bottom: 10px;}
.vote-total {color: #3d3d3d;}

/* Опрос главной */
.vote-title1 {padding-bottom: 10px; color: #300000;}
.vote-list1 {color: #300000; line-height: 20px; padding-bottom: 10px;}
.vote-list1 img, #dle-poll-list img {border: 0px !important;}
#dle-poll-list {padding-bottom: 10px;}
.vote-total1 {color: #300000;}

/* Формы */
textarea, select, input {font: 11px Tahoma, Geneva, Sans-serif; color: #6e6e6e;}
.any-form {font: 1.1em Tahoma, Helvetica, Sans-serif; margin: 0px 0px 20px 0px; color: #4b4b4b; background: #fff;}
.any-form a {color: #000; text-decoration: underline;}
.any-form a:hover {text-decoration: none;}
.any-form h2 {padding-bottom: 10px;}
.any-form .admintag {padding-bottom: 10px;}
.any-form .form-bbcodes {width: 559px;}
.any-form label {display: block; margin-bottom: 10px;}
.any-form label label {display: block; margin-bottom: -10px;}
.any-form label span {display: block;}
.any-form label .input, #searchinput, .xfields input, .xprofile input {border: 1px solid #c6c6c6; font: 11px Tahoma, Helvetica, Sans-serif; color: #4b4b4b; padding: 5px 0px 5px 7px; width: 253px;}
.any-form label select, .xfields select, .xprofile select {width: 262px !important; height: 22px; font: 11px Tahoma, Helvetica, Sans-serif; color: #4b4b4b;}
.any-form label textarea, .xfields textarea, .xprofile textarea {color: #4b4b4b; font: 11px Tahoma, Helvetica, Sans-serif; height: 160px !important; width: 545px !important; overflow: hidden;}
.addcom-header {font: bold 1.4em/16px Tahoma, Helvetica, Sans-serif; color: #4b4b4b; padding-top: 15px;}
.addcom-form {margin-top: 15px;}
.full-editor .editor {width: 545px !important; height: 190px;}
.full-editor .editor textarea {width: 545px !important; position: absolute; overflow: hidden;}
.news.addnews {padding-bottom: 0px; margin-bottom: 20px;}
.news.addnews .send-form {padding: 20px 0px;}

table td.search {text-align: left; font: 11px Tahoma, Helvetica, Sans-serif; color: #4b4b4b;}
table td.search select.rating {text-indent: 0px !important; color: #4b4b4b !important;}
table td.search select {width: 166px !important; height: 20px; font: 11px Tahoma, Helvetica, Sans-serif; color: #4b4b4b;}
table td.search #searchinput {width: 329px !important; margin: 0px 35px 10px 0px;}
#searchuser {width: 163px !important;}

.big-textarea {height: 200px; width: 503px; background: #fff; color: #4b4b4b; font: 12px Tahoma, Helvetica, Sans-serif; border: 1px solid #dbdbdb;}
#allow_subscribe {float: left; margin: -1px 5px 0px 0px;}
.admintag label {display: block; float: left; position: relative; margin: -14px 0px 0px 30px;}
.admintag input {display: block; clear: both;}
.addcom-not-logged label {display: inline !important; padding-right: 19px;}
.addcom-not-logged label input {margin-bottom: 18px; width: 210px;}
.addcom-not-logged-submit {margin-top: -35px !important;}


/* Статистика сайта */
.stat {line-height: 20px;}
.stat dt {overflow: hidden; zoom: 1;}
.stat dt span {display: block; float: left; width: 220px;}
.stat dd {display: block; font-weight: bold;}
.bigpadd {padding-bottom: 14px;}
.userstop {font: 1.1em Tahoma, Helvetica, Sans-serif; width: 96%; border: 0px; padding: 0px;}
.userstop td {border-collapse: collapse; padding: 0px;}
.userstop a {color: #000; text-decoration: underline;}
.userstop a:hover {text-decoration: none;}

/* Профиль */
.userinfo {line-height: 20px;}
.userinfo li {margin-left: 120px;}
.userinfo li.photo {position: absolute; margin-left: 0px; *margin-left: -120px;}
.userinfo .rating ul {margin: 6px 0px 0px 8px;}
.userinfo .group {padding: 6px 0px 0px 0px; text-align: center;}

/* Дополнительные поля */
.xf {width: 100%;}
.xf td.addnews {padding-bottom: 2px;}
.xf td {display: block !important;}
.xf font {top: -13px; position: relative; left: -10px;}

/* Подвал */
.footer {overflow: hidden; zoom: 1; width: 964px; margin: 0px auto; padding-top: 26px}
.footer .footer-text {float: left; width: 543px; font: 1.2em/14px Tahoma, Helvetica, Sans-serif; color: #808080; border-top: 1px solid #ccc; margin-left: 33px; padding: 23px 0px 0px 0px;}
.footer .footer-text b {color: #000; padding-bottom: 1px; display: block;}
.footer .footer-text p {margin: 0px; padding: 0px; color: #979797;}
.footer .footer-text a {color: #000; text-decoration: underline;}
.footer .footer-text a:hover {text-decoration: none;}
.footer .footer-question {float: left; width: 139px; font: 1.2em/14px Tahoma, Helvetica, Sans-serif; color: #979797; background: url(../images/icon-support.png) no-repeat -1px 23px; padding: 23px 0px 46px 39px; border-top: 1px solid #ccc;}
.footer .footer-question p {margin: 0px; padding: 1px 0px 0px 0px; color: #808080;}
.footer .footer-question a {color: #000; text-decoration: underline;}
.footer .footer-question a:hover {text-decoration: none;}
.footer .footer-banner {float: right; border-top: 1px solid #ccc; width: 171px; padding-left: 7px;}
.footer .footer-banner li {display: block; float: left; padding: 43px 0px 0px 14px;}

/* DLE default styles */
#busy_layer {display: none !important; width: 0px !important; height: 0px !important; z-index: -9999px !important; position: absolute !important; left: -9999px !important; top: -9999px !important;}
/* Цитата и скрытый текст */
.title_quote {color: #545454; background: #fff; border: 1px dotted #d7d7d7; border-bottom: 0; font-weight: bold; padding: 5px; margin-top: 6px;}
.quote {color: #545454; background: #fff; border: 1px dotted #d7d7d7; text-align: justify; padding: 5px;}
/* Тег SPOILER */
.title_spoiler {color: #555; background: #fff; border: 1px dotted #d7d7d7; font-weight: bold; padding: 5px; margin-top: 6px;}
.title_spoiler img {margin: 0; padding: 0;}
.text_spoiler {color: #555555; background: #fff; border: 1px dotted #d7d7d7; border-top: 0; text-align: justify; padding: 5px;}
/* Tэг CODE */
.scriptcode {color: #545454; background: #fff; border: 1px dotted #d7d7d7; text-align: left; padding: 5px; margin-top: 6px;}
/* Календарь */
.calendar {color: #808080; margin-left: 2px;}
.calendar * {font-weight: normal !important;}
.calendar a {color: #000; text-decoration: underline;}
.calendar a:hover {text-decoration: none;}
.calendar td, th {padding: 6px;}
.day-current {border: 1px solid #d3d3d3;}
.monthselect {font: 11px Arial, Helvetica, Sans-serif; color: #000;}
/* Рейтинг статьи */
.rating {color: #555555; font-size: 11px; font-family: tahoma; width: 85px; height: 16px; text-indent: -9999px;}
.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 коды */
.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, .editbclose img, .editor_button_brk img {margin: 0; padding: 0;}
/* Дополнительные поля новостей */
.xfields textarea {color: #555; font-size: 11px; font-family: tahoma; width: 320px; height: 86px; border: 1px solid #e0e0e0; background-color: #ffffff;}
.xfields input {color: #555555; font-size: 11px; font-family: tahoma; width: 300px; height: 14px; border: 1px solid #e0e0e0; background-color: #ffffff;}
.xfields select {color: #555555; font-size: 11px; font-family: tahoma; height: 18px; border: 1px solid #e0e0e0; background-color: #ffffff;}
/* Дополнительные поля профиля пользователей */
.xprofile textarea {color: #555555; font-size: 11px; font-family: tahoma; width: 320px; height: 86px; border: 1px solid #e0e0e0; background-color: #ffffff;}
.xprofile input {color: #555555; font-size: 11px; font-family: tahoma; width: 250px; height: 14px; border: 1px solid #e0e0e0; background-color: #ffffff;}
/* Персональные сообщения */ 
table.pm input.bbcodes {margin: 10px 0px 20px 0px; position: relative; right: -32px;}
.pm_head {padding-top: 15px;}
.pm_list {color: #000; line-height: 22px;}
.pm_list a {color: #ef8a00;}
.pm-body {font: 1.2em/14px Tahoma, Sans-serif; padding-bottom: 10px;}
/* Выпадающее меню */
#dropmenudiv {border: 1px solid #ccc; font: normal 10px/20px 'Verdana'; margin: 2px;}
#dropmenudiv a {display: block; text-indent: 3px; text-decoration: none; color: #666; background: #fff; border: 1px solid #eee; padding: 1px 0px;}
#dropmenudiv a:hover {background: #eee; color: #000;}
/* Уведомление о получении новых PM */
#newpm {position: absolute; width: 400px; padding: 4px; background-color: #fdfdfd; border: 1px solid #bbb; font-family: verdana; color: #757575; line-height: 135%;}
#newpmheader {padding: 2px 5px 0px 5px; height: 20px; color: #ffffff; font-weight: bold; background-color: #000; font-family: verdana; cursor: move;}
#newpm a {background: transparent; color: #333; text-decoration: none;}
#newpm a:hover {background: transparent; color: #333; text-decoration: underline;}
#newpmheader a {color: #fff; text-decoration: none;}
/* Ссылка на скачивание прикрепленного файла */
.attachment {color: #ec380e;}
/* Поиск по сайту и результаты поиска */
/*.textin {color: #555555; font-size: 11px; font-family: tahoma; border: 1px solid #e0e0e0; text-decoration: none; padding-left: 3px; background-color: #fff;}*/
.sresult {text-align: justify; font-weight: normal; line-height: 16px; font-family: tahoma; font-size: 12px; color: #555555;}
/* показ оригинальной картинки загруженной на сайт из уменьшенной копии */
.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: #ffffff; font-size: 9px; font-weight: bold; text-decoration: none; padding: 3px; border: 1px solid #fff; background: #000;}
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: 10px 15px 10px 0px;}
.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 {display: none;}
.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;}

/* Облако тегов */
.clouds_xsmall {font-size: x-small;}
.clouds_small {font-size: small;}
.clouds_medium {font-size: medium;}
.clouds_large {font-size: large;}
.clouds_xlarge {font-size: x-large; color: #000 !important;}