 /*- Настройки*/

/* A1 Импорт цветовой схемы, шрифтов
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1515506029.css);

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/
/* A2.1 */

html, body {margin: 0; padding: 0}

/* A2.2 */

.punbb * {
  margin: 0;

  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  list-style: none;
  padding: 0;

  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * 
{
  height: 1.8em;
  vertical-align: middle
  }




/* A3 Text setup
-------------------------------------------------------------*/
/* A3.1 */
body {
font-size: 14px;
  }

/* A3.2 */
.punbb {
  font: 81.25%/1.462em Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
color: #17150a;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup 

{
background-color: rgb(207, 191, 158);
border-left-style: solid;
border-top-style: solid;
border-bottom-style: solid;
border-right-style: solid;
border-color: #cfbf9e;
border-width: 1px;
border-radius: 5px;
box-shadow: inset 1px 0px 7px 0px rgb(205, 190, 156), inset 1px 0px 2px 3px rgb(167, 150, 114);
color: #000000;
}



/* A3.4 */
.punbb h1 {
  font: 2.154em/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 7px 0;
  }


/* A3.5 */
 .punbb legend span {
    font-size: 12px;
    text-align:  center;
    margin-top: 30px;
     font-family: verdana;
  }

/* A3.6 */
.punbb pre {
  font-size: 1em;
  overflow-y: hidden;
  overflow: auto;
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }



/* A4 Float clearing and hidden items
-------------------------------------------------------------*/
/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }
/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2,
#pun-viewforum .main h1 span,
.punbb .category th.tcl
{
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }

/* A5 Basic page layout and borders
-------------------------------------------------------------*/
/* A5.1 */
#pun {
  width : 920px;
  margin: 0px auto auto auto;
margin: auto;
  }

/* A5.2 */
.punbb {
  width: 100%;
  height: auto;
  }

/* A5.3 */
#pun-redirect, #pun-maint {
  width: auto;
  float: none;
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }



/*расположение нижнего разделителя*/
#pun-stats h2 {
  margin: 0px -60px 0px;
position: relative;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }
 
/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }
 
/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }
 
/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 1.1em 0em 0em 0em;
  }


/* A6
-------------------------------------------------------------*/

/* A6.1 */
#pun-ulinks h2 {
  float: left;
  padding: 0.7em 0;
  }

#post-form {
  padding-top: 12px;
  }

/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/
/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/
/* B1.1 */
.punbb .post-content {
  padding: 0px;
  width: 97%;
  text-align: justify;
  overflow: hidden; 
  }

/* B1.2 */
.punbb .post-sig dt { 
  display: block;
  text-align: center;
  border-top: 1px dotted #7b7457;
  width: 1000%;
  margin-bottom: 6px;
  }

.punbb .post-sig {color:#9b9b9b;}

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote 
{
color: #000;
overflow: auto;
}



/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
     margin-top: 0.4em;
     margin-bottom: 11px;
     padding-top: 0.7em;
     padding-left: 1em;
     padding-right: 1em;
     padding-bottom: 1em;
    background-color: rgba(220, 201, 163, 0.33);
     border-color: rgba(162, 148, 115, 0.27);
     border-style: solid;
     border-width: 1px;
     border-radius: 5px;
  }


/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  font-family:  'svoi';
  font-size: 17px;
  font-weight: bold;
  color: #43540b;
  padding-bottom: 5px;

  }



/* B2 Information boxes
-------------------------------------------------------------*/
/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }

/* B3 Pagination and posting links
-------------------------------------------------------------*/
/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  height: 0;
  }

/* B3.2 */
.multipage {
margin-top: 3.3em;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -1.1em;
  font-weight: bold;
   font-family: georgi;
  font-size: 15px;
  left: 1em;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink,
#pun_wrap #pun #pun-viewtopic #pun-main .linkst .postlink
 {
  text-align: right;
  top: -2em;
  right: 1em;
  position: absolute;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  font-size: 14px;
     font-family: georgi;
  }

/* Нижние страницы в темах
-------------------------------------------------------------*/
/* B3.6 */
.linksb .pagelink {
  float: left;
    text-transform: none;
    font-weight: bold;
    padding-left: 10px;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
   font-style: italic;
  font-size: 14px;

  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/
/* C1 Form layout
-------------------------------------------------------------*/
/* C1.1 */
.punbb .formal .container {
  }

/* C1.2 */
.punbb .formsubmit {
margin-left: 10px;
 }

/* C1.5 */
.punbb fieldset legend {
 margin-left: -15px;
 font-size: 15px;
 font-style: italic;
  font-family: verdana;
 text-align: right;
 }

/* C1.7 */
.punbb fieldset fieldset {
  margin: 0;
  padding: 0 0 8px 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  font-family: verdana;
font-size: 12px;
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold;
   font-family: verdana;
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* C1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  }

#notify-settings
{
padding-top: 15px;
  padding-left: 20px;
  font-style: italic;
   font-family: verdana;
  font-size: 15px;
  margin-left: -200px;
  }



/* C2 Table layout
-------------------------------------------------------------*/
/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3 {
  background-color: transparent;
  text-align: center;
  width: 7%;
 font-family: georgi;
  }
 

/* C2.3 */
.punbb .main .tcr {
  background-color: transparent;
  overflow: hidden;
   text-align: center;
  width: 25%;
  }

/* C2.4 */
#pun-userlist .main .tcl
{
background-color: transparent;
  width: 20%
  }

#pun-modviewforum .main .tcl
{
background-color: transparent;
  width: 50%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2
 {
background-color: transparent;
  text-align: left;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
background-color: transparent;
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
  width: 90%;
  white-space: normal;
  }

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* --------------------------Название подфорумов-------------------------------------*/
/* C2.8 */
#pun-index .tcl h3 {

padding-bottom: 4px;
margin-bottom: 3px;
padding-top: 4px;
text-align: center; 
font-weight: normal !important;
  font-family: georgi;
  font-size: 18px;
}

/* C2.10 */
.punbb td .modlist {
  display: none;
  }

/* C2.11 */
.punbb .main td {
  padding-bottom: 4px;
   font-family: georgi;
  font-size: 14px;
  }

/* C2.12 */
.punbb .main th {
  padding: 0.4em 1em 0.4em 1em;
  font-family: georgi;
  font-style: italic;
  font-size: 13px;
  }


/* Описание и оформление подфорумов
-------------------------------------------------------------*/
   /* C2.14  */
#pun-index td div.tclcon {
    padding-right: 0px;
    padding-left: 20px;
    margin-left: 48px;
    line-height: 12px;
    padding-bottom: 10px;
    padding-top: 5px;
    color: #251c05;
    border-radius: 5px;
    font-size: 11px;
    font-family: verdana;
    text-align: justify;
    }




/* C3 Темы
-------------------------------------------------------------*/
/* C3.1 */
.punbb .post .container {
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
  }

/* Дата сообщения
-------------------------------------------------------------*/
/* C3.3 */
.punbb .post h3 span {
  padding-top: 35px;
  display: block;
  margin-top: -5px;
  margin-left: 50px;
  text-align: center;
   font-size: 16px;
   font-family:  'svoi';
  }

/* C3.4 */
.punbb .post h3 strong {
   font-family: verdana;
  font-size: 15px;
  float: right;
  text-align: right;
  font-weight: normal;
  font-style: italic;
  padding-top: 30px;
   padding-right: 35px;
  }

/* C3.5 */
.punbb .post .post-author {
  float: left;
  width: 274px;
  overflow: auto;
  margin-top:-19px!important;
  margin-left: -20px!important;
  font-family: tahoma;
font-size: 12px;
 color: #1d1810;
 text-align: center;
  }


/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  line-height: 120%;
    padding: 0;
  }

#pun-searchposts li.pa-replies {
  margin-top: 8px;
   text-align: center;
  }


/* C3.11 */
/* расположение поста */

.punbb .post-body {
  margin-left: 25em;
  }

/* C3.12 */
.punbb .post-box {
  padding-top: 0em;
  margin-right: -6px;
  font-size: 11px;
  }

/* Подвижка поста для скрытия профиля в некоторых темах */
.punbb .post-box #p29421-content, .punbb .post-box #p29305-content, .punbb .post-box #p29306-content, .punbb .post-box #p29308-content, .punbb .post-box #p227-content, .punbb .post-box #p215-content, .punbb .post-box #p216-content, .punbb .post-box #p238-content, .punbb .post-box #p239-content, .punbb .post-box #p25748-content{
  padding-left: 12px;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 18.4em;
  font-family: tahoma;
  }

/* C3.15 */
.punbb .post-links ul {
line-height: 2em;
margin-left: -14em;
margin-right: -20px;
text-align: right;
font-size: 15px;
font-family: serif;
font-style: italic;
  }

/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  padding-right: 12px;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }

/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
 padding: 0.5em 1em;
  text-align: right;
  font-size: 14px;
   font-family: georgi;
  }

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
    font-size: 14px;
   font-family: georgi;
   font-style: italic;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

#pun_wrap #pun .punbb #pun-main .modmenu .container strong a

{
margin-right: 5px;
padding-left: 5px;
text-decoration: none;
font-weight: bold;
text-transform: none;

}

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }
/* C5 Message boxes
-------------------------------------------------------------*/
/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }
/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }
/* C6 Profile
-------------------------------------------------------------*/
/* C6.1 */
#profile .container {
  padding: 0 0 0 16.6em;
  }

#pun-profile h1 {
  padding: 1em 0 7px 11.6em;
  }

#profile h2 {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: verdana;
  }

/* C6.2 */
#profilenav {
  display: inline;
  float: left;
  margin-left: -16.3em;
  position: relative;
  width: 13em;
  }

/* C6.3 */
#profilenav li {
  font-weight: bold;
  padding: 0;
  }

/* C6.4 */
#profilenav ul {
  padding: 0;
  }

/* -----ссылки в личном профиле пользователя-------------------------------------------------*/
#profilenav a:link, #profilenav a:visited {
display: block;
  padding: 5px 3px 2px 1px;
  min-height: 1px;
  text-decoration: none;
  font-size: 12px;
   font-family: verdana;
  }

#viewprofile ul {
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h22 {
  background: transparent;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

/* C6.6 */
#viewprofile h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/
/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  margin-bottom: 0;
  }



/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/
/* D1.1 */
#pun-title {
  margin: 0;
  }

/* D1.2 */
#pun-title h1 {
  display : block;
  padding: 17px 0 7px 0;
  }

#pun-title table {
        height: 530px;
        width: 100%;
}

#pun-title td.title-logo-tdl {
        width: 100%;
}



/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  }
/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  padding: 0;
  }
/* D2.3 */
#pun-pagelinks .container li {
  display: inline;
  }
/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }
#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* D3 Forum navigation
-------------------------------------------------------------*/
#pun-navlinks .container {
 text-align: center;
 height: 12px;
 margin-top: 453px;
 margin-left: -15px;
}

/* D.3 */
#pun-navlinks li {
text-align: center;
display: inline;
  margin: 1px;
  }
/* D3.4 */
#pun-navlinks li a {
  padding: 5px 2px 1px 6px;
  }

/* D4 User links
-------------------------------------------------------------*/
/* D4.1 */
#pun-ulinks {
text-align: center;
  }
/* D4.2 */
#pun-ulinks .container {
padding-left: 5px;
text-align: center;
padding-bottom: 47px;
text-shadow: 3px 1px 3px #ffd5c7;
font-weight: bold;
font-family: georgi;
font-size: 15px;
font-style: italic;

  }
/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/
/* D5.1 */
#pun-status, #pun-status .container {
  margin-bottom: 0;
  margin-left: -25px;
  margin-top: -20px;
    color: #5f9013;
    font-style: italic;
    text-align: center;
  }

/* D5.3 */
#pun-status span {
display:none;
  }

/* D5.4 */
#pun-crumbs1 {
  overflow: hidden;
  font-size: 13px;
font-weight: bold;
padding-left: 10px;
 font-family: tahoma;
  }

/* D5.5 */
#pun-crumbs1 p.container,
.punbb a, .punbb-admin #punbb-admain a:visited
 {
 text-decoration: none;
 color: #324609;
 font-weight: bold;
 text-shadow: 0px 1px 3px #ffe6dd;
 }




/* D6 объявление
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  }

/* D6.3 */
#pun-announcement .container {
  margin-top: -37px;
  margin-left: -10px;
  }



/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  padding: 0.8em 1em;
  font-family: georgi;
  font-size: 15px;
  }



/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;

  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  }

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  width: 100%;
  }

/* D7.5 */
li#onlinelist div {
 line-height: 17px;
 
  }

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/
/* D8.1 */
#pun-qjump {
  margin: 0;
  width: 50%;
  position: relative;
  float: left;
  }
/* D8.2 */
#pun-qjump .container {
  background: transparent;
  padding: 0.8em 1em;
  }
/* D8.3 */
#pun-about {
  margin-top: 0;
  }
/* D8.4 */
#pun-about .container {
  text-align: right;
  }
/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }
/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  }
/* D8.7 */
#pun-crumbs2 .container {
display:none;
  }

/* D9 Help file
-------------------------------------------------------------*/
/* D9.1 */
#pun-help .formal .info-box h3.legend {
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }
/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  font-size: 1.1em;
  }
/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }
/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }
/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }
/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }
/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }

/* D9.9 */
#html-footer {
 padding: 30px;
 padding: 0 !important;
  }

#html-footer .container {
  background: transparent;
  padding: 0;
  }


#pun-index .category th.tcl {visibility:hidden}
#pun-index .category th.tc2 {visibility:hidden}
#pun_wrap #pun #pun-index #pun-main .category .container table thead tr .tc3 {visibility:hidden}
#pun_wrap #pun #pun-index #pun-main .category .container table thead tr .tcr {visibility:hidden}

/*Убрать "Закрыто и "Важно"*/
.stickytext,.closedatafield{ display:none;}
.mnbdy {
overflow:auto;
padding:2px;
margin:0px;
}

/*Убираем границы таблы в постах*/
.punbb .main .post table,
.punbb .main .post table tr,
.punbb .main .post table td{
border:none 0 transparent;
margin: 0;
}


/*-------------------Главное меню (ссылки)-----------------------------------------------------*/
/* С 3.9 */
#pun-navlinks {
  width:100%;
  margin-top: -46em;
  margin-bottom: 20px;
  text-align:center;
  }

#pun #pun-online #pun-announcement .container #pun-main .section .container table tbody tr .tcl {
padding-left: 15px;
padding-top: 2px;
}

/*-----Скрытие элементов. Если чего-то нет, но хотелось бы, посмотрите в этом списке.---------------*/

#pun_wrap #pun #pun-viewtopic #pun-main #pun-live-rusff .cooltext,#pun_wrap #pun #pun-viewtopic #pun-main #pun-live-rusff #thiscool,
#pun_wrap #pun #pun-viewtopic #pun-main #pun-live-rusff .cool2 a img,
#pun_wrap #pun #pun-viewtopic #pun-main #pun-live-rusff .cool3,
#pun_wrap #pun #pun-viewtopic #pun-main #pun-live-rusff .cool2,
div#pun-live-rusff,
#pun_wrap #pun .punbb #pun-status .container .item1,
#pun_wrap #pun .punbb #pun-status .container .item2,
#pun_wrap #pun .punbb #pun-main .linksb noindex .postlink span a,
#pun_wrap #pun .punbb #pun-crumbs2 .crumbs a,
#pun_wrap #pun .punbb #pun-crumbs2 .crumbs,
#pun_wrap #pun .punbb #pun-about .container .item1,
#pun_wrap #pun #pun-index #pun-about .container .item1 a, #pun_wrap #pun #pun-index #pun-about .container .item1, #pun_wrap #pun #pun-viewtopic #pun-about .container .item1 a, #pun_wrap #pun #pun-viewtopic #pun-about .container .item1, #pun_wrap #pun #pun-viewtopic #pun-main .container .post-links ul .pl-share a, #pun_wrap #pun #pun-viewtopic #pun-main .container .post-links ul .pl-reports a, #pun_wrap #pun #pun-online #pun-about .container .item1,
#pun-announcement h2 span, #pun-ulinks h2 span, #pun-break1, #pun-viewtopic .main h1, 
.punbb #pun-main h1,
.punbb fieldset legend span,
.punbb .datafield br,
#pun-title h1 span,
#title-logo-tdl h1 span,
#pun_wrap #pun #pun-viewtopic #pun-main .linkst .postlink a span,
.topic a.sharelink 
{
display: none;

}
.punbb .container, .punbb .post-body, .post h3, #pun-title,
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table, .punbb th, #pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span, #pun-ulinks li a, #pun-announcement h2, #pun-help .formal .info-box h3.legend, .punbb .divider, .punbb .formal fieldset .post-box, .punbb .info-box, li.pa-online {
  border-color: transparent;
  }



#pun_wrap #pun .punbb #pun-main .forum .container table .hasicon .isticky .tc3,
#pun_wrap #pun .punbb #pun-main .forum .container table .hasicon .isticky .tc2,
#pun_wrap #pun .punbb #pun-main .forum .container table .hasicon tr .tc3,
#pun_wrap #pun .punbb #pun-main .forum .container table .hasicon tr .tc2
{
font-size: 12px;
font-weight: bold;
 font-family: verdana;
}

#pun_wrap #pun #pun-viewtopic #pun-main #topic-modmenu .container span,
#pun #pun-viewtopic #pun-main .container .post-body .post-box .post-rating .container a,
#pun_wrap #pun #pun-searchtopics #pun-main .modmenu .container span

{
font-size: 11px;
text-transform: uppercase;
 font-family: verdana;
}

.punbb .main .tcr a {
font-weight: bold;
}

.pa-author {
    margin-top: 32px;
    margin-bottom: 30px;
     font-weight: bold;
    font-size: 20px;
     text-align: center;
    font-family:  'svoi';
    }

/* разделитель быстрого ответа
-------------------------------------------------------------*/
#post-form h2{
padding-top: 45px;
  }


/* полоса прокрутки
-------------------------------------------------------------*/
::-webkit-scrollbar {
    width: 7px;
    height: 10px;
}
::-webkit-scrollbar-track {background: rgb(172, 177, 111);}

::-webkit-scrollbar-thumb {
    background: rgb(101, 116, 55);
}



.fl {
  float: left;
}


.fr {
margin-top: -10px;
    padding-right: 75px;
    padding-left: 75px;
    padding-top: 14px;
    margin-left: -350px;
    text-align: center;
    font-size: 22px;
    background: url(http://images.vfl.ru/ii/1501919896/5c8f1919/18144432.png) no-repeat scroll center top;
    height: 50px;
}

.punbb .post-author, .pa-fld1, .pa-fld2, .pa-fld3, .pa-fld4, .pa-fld5 {
    text-align: left !important;
    }

.pa-online { 
text-align: center;
}

 li.pa-title { 
text-align: center;
padding-bottom: 7px;
}

ul.post-ul-Sp.Sp1
{ 
margin-left: -7px;
text-align: left;
}

.pa-fld2, .pa-fld1 {
    display: block;
    position: relative;
    left: -18px;
    top: 0px;
}

.pa-fld3{
margin-left: 40px;
}

.pa-posts, .pa-reg, .pa-respect, div.award, .pa-last-visit, div.gift 
{ 
margin-left: 15px;
text-align: center;
}


@font-face {
font-family: 'svoi';
src: url('http://forumfiles.ru/files/0018/86/a1/53442.eot?'),
url('http://forumfiles.ru/files/0018/86/a1/20398.woff') format('woff'),
url('http://forumfiles.ru/files/0018/86/a1/96866.ttf') format('truetype'),
url('http://forumfiles.ru/files/0018/86/a1/74856.svg') format('svg');
font-weight: normal;
font-style: normal;
