/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1623596528.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 {
padding: 0;
list-style: none;
}

/* A2.4 */
.punbb img {
border:none
}

/* A2.5 */
.punbb .main table {

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: 100%; overflow-x: hidden;
}

/* A3.2 */
.punbb {
font: normal 69.75% verdana, arial, helvetica, sans-serif;
}

/*A3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
font: 1em verdana, arial, helvetica, sans-serif;


}

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
font-size: 1em;
font-weight: normal;
}

/* A3.5 */
.punbb h1 span, .punbb legend span {
font-size: 11px;}

.punbb h2 span { font-size: 17px;
    line-height: 78px;
    text-shadow: 1px 1px 2px #30479b, 2px 0 0em #ac9595;
    font-family: play;
    letter-spacing: 7px;
    color: #c5c8d6;
    font-weight: normal;
    text-transform: lowercase;

}



.punbb h1 span {font-size: 11px;
    color: #49678c;
    font-family: play;
    letter-spacing: 2px;
    text-transform: lowercase;}


/* A3.6 */
.punbb pre {
font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
}

/* A3.7 */
.punbb address, .punbb em {
font-style: normal
}

/* A3.8 */
.punbb .post-content em {
font-style: italic
}

/* A3.9 */
.punbb .post-content em.bbuline {
font-style: normal;
text-decoration: underline;
}

/* A3.10 */
.punbb a {

}

/* A3.11 */
.punbb optgroup {
font-weight: normal;
}


/* 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;
content: ".";
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,
#pun-ulinks 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 {
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 {
margin: 0px auto auto auto;
width : 1100px;
padding: 0px 0px 0px 0px;
margin-bottom: 0px;
}

/* A5.2 */
.punbb {
    width: 86%;
    height: auto;
    margin-left: 89px;
    margin-top: 0px;
}

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 0px 20% 0px 20%;
  width: auto;
  float: none;
  }

/* A5.4 */
.punbb .section, .punbb .main {
margin-bottom: 0.5em;
}

/* 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.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
border-style: none none none none;
border-width: 0px 0px 0px 0px
}

/* A5.9 */
.punbb .container {
border-style: none;
border-width: 0;
}

/* A5.10 */
#pun-main h1 { text-align: center; }

.punbb .section h2, #pun-stats h2, #pun-debug h2 {

}




#pun-main h2, #pun-stats h2 {
 
         width: 1100px;
    margin-left: -89px;
    background-image: url('http://forumstatic.ru/files/001a/59/b1/30985.png');
    height: 78px;
    color: #0a1f46 !important;
    text-align: center;
}



/*************************************************************

B - MAIN CONTENT - GENERAL

**************************************************************/



/* B1 Parsed Content, Signatures and Scroll Boxes

-------------------------------------------------------------*/



/* B1.1 */

.punbb .post-content {

  padding: 0;

  margin: 0;

  width: 100%;

  overflow: hidden;text-align: justify;

  }



/* B1.2 */

.punbb .post-sig dt {
    display: block;
    width: auto;
    margin: 5px 0px;
  }



/* B1.3 */

.punbb .post-content p {

  margin: 0;

  padding: 0 0 1em 0;

  line-height: 150%;

  }



/* 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 {

  width: 100%;

  overflow: hidden;

  }



/* B1.7 */

.punbb .post-content .scrollbox {

  width: 100%;

  overflow: auto;

  }



/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
margin: 0.4em 1.8em 1.4em;
padding: 1em;
    background-color: rgb(11, 16, 32);
    border: 13px solid;
    border-image: url('http://forumstatic.ru/files/001a/59/b1/59058.png') 13 13 13 13 repeat;
color: #9daab9;
}

 


/* B1.9 */

.punbb .quote-box cite, .punbb .code-box strong.legend {

  display: block;

  padding-bottom: 0.7em;

  font-size: 1.1em;

  font-weight: bold;

  font-style: normal;

  margin: 0;

  }



/* B2 Information boxes

-------------------------------------------------------------*/



/* B2.1 */

.punbb .info-box {

  padding: 1.1em 1.7em 1em 1.7em;

  border-style: none;

  border-width: 0px;

  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%;

  font-size: 1.1em;

  height: 0;

  }



/* B3.2 */

.multipage {

  margin-top: 3em;

  }



/* B3.3 */

.linkst .pagelink {

 position: absolute;
    top: -4em;
    left: 1em;
    width: 24em;
    font-size: 10px;
    color: #5b6b73;


  }



/* B3.4 */

.linkst .postlink {

  position: absolute;

  top: -4em;

  right: 1em;

  width: 16em;

  text-align: right;

  font-weight: bold;
font-size: 10px;
  }



/* B3.5 */

.punbb .linksb {

  text-align: right;
  padding: 0.4em 1em 0.5em 1em;


  }



/* B3.6 */

.linksb .pagelink {

 float: left;
width: 24em;
text-align: left;
margin-left: -32px;
font-size: 10px;
color: #313340;
  }



/* B3.7 */

.linksb .postlink {

  float: right;

  width: 16em;

  font-weight: bold

  }



/* B3.8 */

.subscribelink {

  clear:both;

  padding-top: 0.3em;

  padding-bottom: 0.5em;

  }





/*************************************************************

C - MAIN CONTENT - SPECIFIC

**************************************************************/



/* C1 Form layout

-------------------------------------------------------------*/



/* C1.1 */

.punbb .formal .container {

  padding: 1.7em 2.3em 1.1em 2.3em;

  }



/* C1.2 */

.punbb .formsubmit {

  padding: 0 0 0 1.7em;

  margin: 1em 0 0 0;

  }



/* C1.3 */

.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {

  margin: 0 0.6em 0 0

  }



/* C1.4 */

.punbb fieldset {

  border-style: none;

  border-width: 0px;

  padding: 0 18px 0 18px;

  margin: 0 0 1em 0

  }



/* C1.5 */

.punbb fieldset legend {

  padding: 0;

  margin: 0 0 0 11px;

  font-size: 1.1em

  }



/* C1.6 */

.punbb fieldset legend span {

  padding: 0 5px;

  margin: 0 0 0 -15px;

  }



/* C1.7 */

.punbb fieldset fieldset {

  border-style: none;

  margin: 0;

  padding: 0 0 8px 0

  }



/* C1.8 */

.punbb .fs-box {

  padding: 1em 0 0.8em 0;

  }



/* C1.9 */

.punbb .fs-box p, .punbb .fs-box fieldset {

  padding: 0 0 0.8em 0

  }



/* C1.10 */

.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {

  float: left;

  margin-right: 1em;

  }



/* C1.11 */

.punbb .inline .infofield {

  clear:both

  }



/* C1.12 */

.punbb .datafield br {

  display: none

  }



/* C1.13 */

.punbb .required label, .punbb .datafield span.input {

  font-weight: bold

  }



/* 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%;
background-color: rgb(221, 225, 242);
border: 5px solid;
font-size: 12px;
border-image: url('http://forumstatic.ru/files/001a/59/b1/59058.png') 13 13 13 13 repeat;
color: #102031;
margin-left: -17px;
  }



/* 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;

  margin: 0;

  }





/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
overflow: hidden;
width: 56%;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 30%;
  }

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 */
/* C2.8 */
#pun-index .tcl h3 {
      font: small-caps 800 15px "Georgia";
    letter-spacing: 2px;
    margin-top: 18px;

    text-align: center;
  }


/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/* C2.11 */
.punbb .main td {
  border-style: none none none none;
  border-width: 0px 0 0 0px;
  padding: 0.8em 0em;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none none;
  border-width: 0 0 0 0px;
  padding: 0.4em 1em 0.4em 1em;
display: none;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }
* html .tclcon {height: 1px}

/* C2.14 */
.punbb td div.tclcon {
margin-left: 45px;
text-align: justify;
}

/* C2.15 */
.punbb div.icon {
float: left;
margin-top: 3px;
margin-left: 20px;}

/* C3 Topics

-------------------------------------------------------------*/



/* C3.1 */

.punbb .post .container {

  border-style: none none none none;

  border-width: 0px;

  margin-top: -1px;

  padding-bottom: 1px;

  }



/* C3.2 */

.punbb .post h3 {

  border-style: none none none none;
  border-width: 0px;

  margin-left: -7px;
  height: 18px;

  }



/* C3.3 */

.punbb .post h3 span {

padding: 0.2em 3em;

  display: block;

  border-left-style: none;

  border-left-width: 0px;

color: rgb(27, 42, 60) !important;
    font-size: 10px;

  }



.punbb .post h3 span a {
    font-size: 10px;
color: #849aac;
  }



/* C3.4 */

.punbb .post h3 strong {

  float: right;

  width: 5em;

  text-align: right;

  font-weight: normal;


color: rgb(177, 188, 204) !important;
    font-size: 10px;

 
  }



/* C3.5 */

.punbb .post .post-author {
     float: left;
    width: 235px;
    color: #98b6cc;
    margin-left: -28px;
    font-family: Spectral SC;
    background: url("http://forumstatic.ru/files/001a/59/b1/69627.png") no-repeat scroll 0px bottom, url("http://forumstatic.ru/files/001a/59/b1/51374.png") no-repeat scroll 0px top, transparent url("http://forumstatic.ru/files/001a/59/b1/22224.png") repeat-y scroll 0px top;
    margin-top: 0px;
    border-radius: 0px 0px 0px 13px;

}



/* C3.6 */

.punbb .post .post-author ul, .punbb .post .post-author p {

  padding: 0 1em 1em 1em;

  line-height: 140%;
  }



/* C3.7 */

.pa-author {
text-align: center;
font-size: 13px;
margin-top: 37px;
margin-bottom: 23px; font-family: play; width: 208px;

  }



/* C3.8 */

.pa-author a {

  text-decoration: none

  }



/* C3.9 */

li.pa-title {

    text-align: center;
    font-size: 11px;
    margin-bottom: 8px;
    text-transform: uppercase;
width: 203px;
}


li.pa-online {
    font-size: 9px;
    text-align: center;
    color: #61646a;
    font-family: play;
    text-transform: lowercase;
    letter-spacing: 1px;
    padding-bottom: 3px;
width: 202px;
}

 



/* C3.11 */

.punbb .post-body {

  margin-left: 19em;

  border-left-style: none;

  border-left-width: 0px;

padding: 10px 20px 1px 10px;

  }



/* C3.12 */

.punbb .post-box {



  }



/*C3.13 */

.punbb fieldset .post-box {

  margin-bottom: 0.8em

  }



/* C3.14 */

.punbb .post-links {

  margin-left: 16em;

  border-left-style: solid;

  border-left-width: 1px;

  }



/* C3.15 */

.punbb .post-links ul {

  padding: 0 1em 0 0;

  height: 2em;

  line-height: 2em;

  margin-left: -19em;

  border-top-style: none;

  border-top-width: 0px;

  background: transparent;

  text-align: right;

  }



/* C3.16 */

.punbb .post-links li {

  display: inline;

  padding-left: 1em;

  }



/* 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 {

 margin-left: -20px;
font-size: 10px;

  }



/* C4.2 */

.punbb .modmenu strong, .punbb .modmenu a {

  height: 1.8em;

  line-height: 1.8em;

  }



/* C4.3 */

.punbb .modmenu .container strong {

  float: left;

  }



/* 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-left: 18.6em;

  }



/* C6.2 */

#profilenav {

  float: left;

  width: 14em;

  margin-left: -16.3em;

  display: inline;

  }



/* C6.3 */

#profilenav li {

  padding-bottom: 0.8em;

  font-weight: bold;

  }



/* C6.4 */

#viewprofile ul, #profilenav ul {
font-size: 13px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;

  }



/* C6.5 */

#viewprofile h2 {

  background: transparent;

  border: none;

  padding: 0 0 0 0;

  margin: 0 14px -0.6em 14px;

  }


#profilenav h2 {

  background: transparent;
border: none;
padding: 0 0 0 0;

margin: 0px 0px 0px 0px;
text-align: left;

  }


/* C6.6 */

#viewprofile h2 span, #profilenav h2 span {

  padding: 0 5px;

  position: relative;

  }



/* C6.7 */

#viewprofile li, #setmods dl {

  padding: 0 0 0 16em;

  margin-bottom: 0.2em;

  }


#viewprofile li {color: #7e7f86;}

#viewprofile li a {color: #7e7f86 !important;} 

#viewprofile li strong {background-color: transparent;
color: #7e7f86;
text-align: center;}


/* 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;

  padding: 0.5em 1em;

  font-weight: normal;
text-align: center;
color: #c5c8d6;
  }



/* 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 {

  border-bottom: none;

  margin-bottom: 0;

  }



/* C7.2 */

#pun-userlist .usertable .container {

  padding: 0 2.3em 2.3em 2.3em;

  border-top: none;

  }



/* C7.3 */

#pun-userlist .usertable table {

  border-style: solid;

  border-width: 1px;

  }





/*************************************************************

D - PUNBB SECTIONS OTHER THAN MAIN CONTENT

**************************************************************/



/* D1 Logo and description

-------------------------------------------------------------*/



/* D1.1 */

#pun-title {
  border-style: none none none none;
  border-width: 0px 0px 0 0px;
background: transparent url("http://forumstatic.ru/files/001a/6b/c0/67708.png") no-repeat; margin-left: 0px;
height: 877px;
    width: 1920px;
margin-left: -559px;
margin-top: 0px; 
  }



/* D1.2 */

#pun-title h1 {

  display : none;

  height : 40px;

  padding: 2em 1em 0 1em;

  }



/* D1.3 */

#pun-title .container {

  border-style: none none none none;

  }



/* D1.4 */

#pun-title h1 span  {

  font-size: 1.5em;

  }



#pun-title table {
    border: none;
    width: 100%;

}



#pun-title td.title-logo-tdl {

    border: none;

    width: 100%;

}



#pun-title TD.title-logo-tdr {
  border: none;
  width: 468px;
  vertical-align: top;
  padding-top: 0px;
  left: 31%;
  top: 0;
  margin-left: 200px;
}



/* D2 Page navigation

-------------------------------------------------------------*/

/* D2.1 */

#pun-pagelinks {

  position: absolute;

  top: 0px;

  left: 0;

  margin: 0;

  border: none;

  padding: 0;

  width: 100%;

  }



/* D2.2 */

#pun-pagelinks .container {

  background: transparent;

  border: none;

  padding: 0}



/* D2.3 */

#pun-pagelinks .container li {

  display: inline

  }



/* D2.4 */

#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {

  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;

  }



/* 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

-------------------------------------------------------------*/



/* D3.1 */

#pun-navlinks, #pun-navlinks .container {

  border-style: none;

  border-width: 0;
text-align: center;

width: 907px;

  }



/* D3.2 */

#pun-navlinks .container {
text-align: center;
background-color: transparent;
background-repeat: no-repeat;
background-position: center center;
margin-top: -264px;


}


/* D3.3 */

#pun-navlinks li {

  display: inline;

  }



/* D3.4 */

#pun-navlinks li a {

padding-left: 28px;
color: #869ba8;
    font-family: play;
    font-size: 21px;
    font-weight: bold;
    text-shadow: 3px 1px 2px #660f0f, 1px 0px 0em #fff;

  }

#pun-navlinks li a:hover  {color: #2e4757 !important;}

/* D4 User links

-------------------------------------------------------------*/



/* D4.1 */

#pun-ulinks  {

  margin-top: 0;
  
text-align: center;

  }



/* D4.2 */

#pun-ulinks .container {
border-top: medium none;
z-index: 1;
width: 924px;
position: absolute;
margin-top: 20px;
letter-spacing: -1px;
}




/* D4.3 */

#pun-ulinks li, #pun-ulinks li a {

display: inline;
font-size: 11px;
border-left-style: solid;
white-space: nowrap;
color: #697597;
  }

#pun-ulinks li a:hover {
color: #29324d !important;}

/* D4.4 */

#pun-ulinks li a {

  padding: 0 0.6em 0 0.6em;

  }



/* D4.5 */

#pun-ulinks li.item1, #pun-ulinks li.item1 a {

  border-left-style: none;

  border-left-width: 0;

  padding-left: 0

  }



/* D5 Welcome box and Top Breadcrumbs

-------------------------------------------------------------*/



/* D5.1 */

#pun-status, #pun-status .container {

  border-bottom: none;
  margin-bottom: 0;

  }



/* D5.2 */

#pun-status .container {

color: #606294;
font-family: play;
font-size: 10px;
margin-top: -644px;
text-transform: lowercase;
position: absolute;
margin-left: 223px;
width: 460px;
text-align: center;


  }


#pun-status li a {

color: #65624f !important;

  }

/* D5.3 */

#pun-status span {

  white-space: nowrap;


  }



/* D5.4 */

#pun-crumbs1 {


  overflow: hidden;

  margin-top: 0;

  }



/* D5.5 */

#pun-crumbs1 p.container {

  border-top: none;
padding: 4em 0em 8em 0em;
font-size: 11px;
font-family: play;
text-align: center;
  
  }



/* D5.6 */

#pun-break1 {

  margin: 0 1em;

  border-style: solid none;

  border-width: 1px 0;

  height: 0;

  margin: -2px 1em;

  position: relative;

  z-index: 1;

  }



/* D6 Announcement

-------------------------------------------------------------*/



/* 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;

  display: none;

  }



/* D6.2 */

#pun-announcement h2 span {

  display: block;

  padding: 1em 0 0.8em 0;

  border-bottom-style: solid;

  border-bottom-width: 1px;

  }



/* D6.3 */

#pun-announcement .container {
padding: 0.3em 1em 1em;
height: 266px;
margin-left: 116px;
margin-top: -378px;
position: absolute;
color: #6c6259;
width: 900px;
  }


/* D7 Statistics

-------------------------------------------------------------*/



/* D7.1 */

#pun-stats .container {

  padding: 0.8em 1em;
color: #0b2244;
  }



/* D7.2 */

#pun-stats li.item1, #pun-stats li.item2 {

  float: left;

  clear: both;

  line-height: 150%;

  }



/* D7.3 */

#pun-stats li.item3, #pun-stats li.item4 {

  text-align: right;

  line-height: 150%;

  }



/* D7.4 */

li#onlinelist {

  margin-top: 1em;

  border-top-style: solid;

  border-top-width: 1px;

  float: left;

  width: 100%;

  line-height: 130%;

  }



/* D7.5 */

li#onlinelist div {

  border-top-style: solid;

  border-top-width: 1px;

  padding: 0.7em 0 0 0;

  }



/* D8 Quick Jump - About - Bottom Breadcrumbs

-------------------------------------------------------------*/



/* D8.1 */

#pun-qjump {

  margin: 0;

  border: none;

  width: 50%;

  position: relative;

  float: left;

  }



/* D8.2 */

#pun-qjump .container {

  border: none;

  background: transparent;

  padding: 0.8em 1em;

  }



/* D8.3 */

#pun-about {

  margin-top: 0;

  }



/* D8.4 */

#pun-about .container {

  border-top-style: none;

  text-align: center;

  line-height: 150%;

  padding: 2.8em 1em;

  }



/* D8.5 */

#pun-about p span {

  display:block;
 padding-left: 50%;
margin-top: 15px;
  }



/* D8.6 */

#pun-crumbs2 {

  font-weight: bold;

  overflow: hidden;

  margin-bottom: 0;

  border-bottom: none;

  }



/* D8.7 */

#pun-crumbs2 .container {

  border-bottom: none;
  font-size: 10px;
color: #000;
  }



/* D8.8 */

#pun-break4 {

  margin: -2px 1em;

  border-style: solid none;

  border-width: 1px 0;

  position: relative;

  height: 0;

  z-index: 1;

  }



/* D8.9 */

div.punbb-admin #pun-about .container {

  border-top-style: solid;

  border-top-width: 1px;

  }





/* D9 Help file

-------------------------------------------------------------*/



/* D9.1 */

#pun-help .formal .info-box h3.legend {

  border-bottom-style: none;

  border-bottom-width: 0px;

  padding-bottom: 0;

  margin-bottom: 0.8em;

  }



/* D9.2 */

#pun-help .formal .info-box h3.legend span {

  padding-bottom: 0.6em;

  display: block;

  border-bottom-style: none;

  border-bottom-width: 0px;

  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;

  }


#main-reply {
    width: 100%
    padding: 5px;

}

.post-content td {
padding: 0.1em 0.5em !important;}


.mini_awards_label {
display: none !important;
}


 .pa-author a {color: #afccdd !important; text-transform: uppercase;}
 .pa-author a:hover {color: #fff !important;}
 .pa-respect a {color: #92b0c7 !important;}

 .pa-avatar {
    text-align: center;
    width: 202px;
}


.pa-avatar.item2 img.allow_change {
    outline: solid 0px transparent !important;  cursor: pointer;
float: none !important;
border: 0x solid;
max-width: 180px !important; height: auto;
  }

.pa-avatar img {max-width: 180px !important;}

#font-area, #size-area, #color-area, #smilies-area, #imageup-area, #image-area, #keyboard-area, #addition-area, #video-area, #pun-reputation .inner {
        background-color: rgb(6, 24, 34);
    border: 10px solid;
    border-image: url('http://forumstatic.ru/files/001a/59/b1/59058.png') 13 13 13 13 repeat;
    box-shadow: 0px 2px 2px 1px #000;
    color: #a0a7aa;
}

#smilies-area {width: 678px !important;}


#font-area {
    height: 280px;
    overflow-x: auto;
}

.hasicon tr .tcr a {
color: #0f203e;
font-size: 11px;
background-image: url("http://forumstatic.ru/files/001a/59/b1/19356.png");
background-repeat: no-repeat;
background-position: left center;
padding-left: 14px;
}


#pun-index .tcl h3 a {
color: #45a8c5 !important;
font-weight: normal;
font-family: play;
font-size: 12px;
text-shadow: 1px 1px 2px #525d86, 2px 0 0em #b91212;}

#byuser {color: rgb(104, 104, 104) !important;}

.punbb .post h3 a {
    font-size: 10px;
font-family: play;
}


.punbb td div.tclcon  {

}

#pun-index .tclcon {
    text-align: justify;
    font-size: 10px;
    color: #c5c8d6;
    background: url("http://forumstatic.ru/files/001a/59/b1/23674.png");
    width: 447px;
    height: 171px;
    padding-top: 1px;
}



#pun-index .tcl h3 a:hover { color: #000 !important;
    text-shadow: 1px 1px 2px #525d86, 3px 0 0em #b91212 !important;}

#pun-viewtopic .post h3 { 
width: 972px;
    margin-left: -25px;
    background-image: url('http://forumstatic.ru/files/001a/59/b1/40488.png');
    height: 18px;
    color: #93908c !important;
    border-top: 1px solid #102b44;
    border-bottom: 1px solid #102b44;

}

#pun-live-rusff {display: none;}

.pa-posts, .pa-respect {
font-size: 12px;
display: inline-block;
}

.pa-posts {

  background-image: url(http://forumstatic.ru/files/001a/6b/c0/72966.png);
width: 64px;
height: 34px;
margin-left: -11px;
line-height: 17px;
padding: 7px 0px 0px 48px !important;
text-align: center;
font-family: play;
font-size: 10px;
}

.pa-respect {

   background-image: url(http://forumstatic.ru/files/001a/59/b1/61911.png);
width: 93px;
height: 39px;
margin-left: -2px;
position: absolute;
line-height: 36px;
padding-left: 4px !important;
font-family: play;
font-size: 12px;

}

 .pa-fld1 {
    background-image: url(http://forumstatic.ru/files/001a/59/b1/43466.png);
    height: 63px;
    width: 220px;
    margin-left: -11px;
    line-height: 59px;
    text-align: center;
 font-family: Open Sans;
font-size: 11px;
font-weight: bolder;
}

 .pa-fld2 {
 width: 202px;
  text-align: center;
  margin-bottom: 10px;
}


 .pa-fld3 {
text-align: justify;
font-size: 10px;
margin-bottom: 7px;
line-height: 10px;
background: url("http://forumstatic.ru/files/001a/59/b1/86393.png") no-repeat scroll 0px bottom, url("http://forumstatic.ru/files/001a/59/b1/95448.png") no-repeat scroll 0px top, transparent url("http://forumstatic.ru/files/001a/59/b1/32724.png") repeat-y scroll 0px top;
width: 173px;
margin-left: -11px;
padding: 12px 12px 12px 26px !important; font-family: arial;

}

 .pa-fld3 a {color: #98b6cc !important;}


dl.post-sig {border-top: 2px double #162f43;}

.tooltip2 {
    position: relative;
    background: none;
    display: inline-block;
    text-decoration: none;
    outline: none; 
}
.tooltip2 span {
    visibility: hidden;
   position: absolute;
background-color: #8ba0ae !important;
border: 2px solid #0d1f33 !important;
}
.tooltip2:hover {
    border: 0; /* IE6 fix */
}
.tooltip2:hover span {
    visibility: visible;
}

.tooltip2 span:before {
    border-top-color: #ccc;
    bottom: -8px; 
}



#mask_dialog .inner {
    cursor: default;
    margin: 0;
    width: 760px;
    max-width: 99%;
    max-height: 90%;
    overflow-x: auto;
    z-index: 10000000;
    border: 10px solid !important;
    color: #c0cbe4;
    border-image: url('http://forumstatic.ru/files/001a/59/b1/59058.png') 13 13 13 13 repeat !important;
    padding: 8px;
    background-color: #050711 !important;
background-image: url();
}


.pun-modal .modal-inner h2 {
background: transparent !important;
}

.pun-modal .modal-inner {
   color: #e9e9e9 !important;
border: 13px solid;
background-color: #28323e;
border-image: url('http://forumstatic.ru/files/001a/59/b1/59058.png') 13 13 13 13 repeat;
}

 .pa-fld4 {
    display: inline-block;
    width: 55px;
    font-size: 9px;
    text-align: center; 
   position: absolute;
margin-top: -33px;
margin-left: 181px; 

}








#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {
    border: 13px solid;
    background-color: #8c9095;
    border-image: url('http://forumstatic.ru/files/001a/59/b1/59058.png') 13 13 13 13 repeat;

}

#anketafonmain {background-image: url(http://forumstatic.ru/files/001a/59/b1/69237.png);width: 600px;height: 595px;margin-left: 45px; border-radius: 10px;}

#anketaname { position: absolute;
color: #6a85ea;
margin-left: 90px;
margin-top: 35px;
font-family: play;
width: 169px;
text-align: center;
text-transform: uppercase;
}

#anketaimg {position: absolute;
margin-top: 88px;
margin-left: 30px;
max-width: 108px;
overflow: hidden;}

#ankimg {height: 112px;}

#anketamodel {
    position: absolute;
    color: #737373;
    margin-left: 33px;
    margin-top: 64px;
    font-size: 10px;
}


#anketarace {position: absolute;
color: #84a1b9;
margin-top: 78px;
margin-left: 169px;
width: 211px;
text-align: center;
font-family: play;}

#anketakratop {position: absolute;
color: #5d646c;
margin-left: 171px;
margin-top: 108px;
width: 211px;
overflow-y: auto;
height: 80px;
font-family: play; scrollbar-width: thin;}

#anketainv {
    position: absolute;
    margin-left: 400px;
    margin-top: 74px;
    width: 160px;
    color: #6f7886;
    text-align: justify;
    height: 114px;
    scrollbar-width: thin;
    line-height: 11px;
overflow-y: auto;
}


#anketabio {

    position: absolute;
    color: #5c5f60;
    margin-left: 31px;
    margin-top: 227px;
    width: 539px;
    height: 329px;
    overflow-y: auto;
    scrollbar-width: thin;
    text-align: justify;

}


#ankprin {
    background-image: url(http://forumstatic.ru/files/001a/59/b1/76716.png);
    width: 600px;
    height: 296px;
    margin-left: 45px;
  border-radius: 10px;
}


#ankprintext {

    color: #818484;
    position: absolute;
    margin-top: 55px;
    margin-left: 33px;
    width: 535px;
    text-align: justify;
font-size: 12px;
}

#ankprintext a {color: #334662; }

#needfon {
  width: 600px;
min-height: 296px;
margin-left: 45px;
background: url("http://forumstatic.ru/files/001a/6b/c0/84769.png") no-repeat scroll 0px bottom, url("http://forumstatic.ru/files/001a/6b/c0/38992.png") no-repeat scroll 0px top, transparent url("http://forumstatic.ru/files/001a/6b/c0/12721.png") repeat-y scroll 0px top;
padding-bottom: 30px; color: #939393;
}


#needfonimg {

  width: 526px;
margin-left: 38px;
margin-top: 6px;
color: #7b7b7b;
max-height: 500px;
overflow-y: auto;
scrollbar-width: thin;
padding-bottom: 14px; scrollbar-color: #0c1420 rgb(34, 43, 51);
padding-right: 5px;
}

#needfonname {

   
 width: 600px;
text-align: center;
color: #b5bcc6;
text-transform: uppercase;
font-family: play;
font-weight: bold;
padding-top: 30px;

}

#epifon {
    width: 600px;
margin-left: 45px;
background: url("http://forumstatic.ru/files/001a/6b/c0/84769.png") no-repeat scroll 0px bottom, url("http://forumstatic.ru/files/001a/6b/c0/38992.png") no-repeat scroll 0px top, transparent url("http://forumstatic.ru/files/001a/6b/c0/12721.png") repeat-y scroll 0px top;
padding-bottom: 55px; color: #939393;
}


#epiname {
padding-top: 28px;
width: 600px;
text-align: center;
color: #677d9d;
text-transform: uppercase;
font-family: play;
font-weight: bold;
}


#epimg { 

width: 551px;
margin-left: 24px;
margin-top: 4px;
color: #686868;
overflow-y: auto;
scrollbar-width: thin;
text-align: center;
}




#tabbigbanner {
    position: absolute;
    margin-left: 12px;
    margin-top: 23px;
}




#tabbanners  {
    position: absolute;
    margin-left: 582px;
    margin-top: 157px;
    width: 275px;
    scrollbar-width: thin;
    height: 209px;
    overflow-y: auto;
    scrollbar-color: #0a0e0f rgb(18, 26, 26);

}


#tabfoto {
    margin-left: 297px;
width: 281px;
height: 208px;
overflow: hidden; 
position: absolute;
margin-top: 158px;
 
}


#tabinfo {

    color: #717273;
    width: 274px;
    height: 116px;
    overflow: auto;
    scrollbar-width: thin;
    position: absolute;
    margin-top: 161px;
    margin-left: 17px;
    font-family: play;
    font-size: 11px;
    text-align: justify; scrollbar-color: #0a0e0f rgb(18, 26, 26); 

}


#tabskills {
 
position: absolute;
text-align: center;
margin-top: 285px;

margin-left: 14px;

scrollbar-color: #0a0e0f rgb(18, 26, 26);

width: 278px !important;


white-space: nowrap;

overflow-x: auto;

scrollbar-width: thin;padding-bottom: 6px;
}


#tabinv {

    position: absolute;
    color: #545659;
    margin-top: 388px;
    margin-left: 15px;
    width: 273px;
    text-align: justify;
    height: 83px;
    overflow-x: auto;
    scrollbar-width: thin; scrollbar-color: #0a0e0f rgb(18, 26, 26);

}

#tabsmhp {

    color: #595959;
    position: absolute;
    margin-top: 388px;
    margin-left: 303px;
    width: 273px;
    font-size: 12px;
    font-family: play;
    height: 84px;
    overflow-y: auto;
    scrollbar-width: thin; scrollbar-color: #0a0e0f rgb(18, 26, 26); 

} 



#tabbodies {

    position: absolute;
    margin-left: 590px;
    margin-top: 391px;
    overflow-x: auto;
    width: 268px;
    height: 75px; text-align: center;
    scrollbar-width: thin; scrollbar-color: #0a0e0f rgb(18, 26, 26);color: #4c4948;

}




#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area {
    z-index: 1;
}



#floatbut {width: 26px;}

#tr-list {background-color: rgb(152, 144, 118);
border: 10px solid;
border-image: url('http://i102.fastpic.ru/big/2018/0218/84/40c2fac58127418cefdec62018c70284.png') 13 13 13 13 repeat;
}

#pun-stats {    font-family: play;
    font-size: 12px;
}

html, body {
    scrollbar-color: #3da0d9 rgb(18, 41, 66);
 
}



.topic a.sharelink {
    display: none;
}

.punbb .modmenu .container span {
    display: none;
}

.punbb .user-avatar img.ava  {border-radius: 0 !important;}


#catlink {width: 160px;margin-left: 14px;margin-top: 3px;margin-right: 0px;}
#catop {width: 206px;height: 72px;overflow-y: auto;scrollbar-width: thin;color: #7c868f;}



#viewprofile {
font-family: play !important;
    background-color: #1e2532;
    margin-left: -17px;
    width: 929px;
    border: 13px solid;
    border-image: url(http://forumstatic.ru/files/001a/59/b1/59058.png) 13 13 13 13 repeat;
    margin-top: 14px;

}

#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
background-color: transparent;
width: 10px;
height: 10px;
margin-right: 10px;
background-image: url(http://forumstatic.ru/files/001a/59/b1/19356.png);}

#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {background-color: transparent;
width: 10px;
height: 10px;
margin-right: 10px;
background-image: url(http://forumstatic.ru/files/001a/6b/c0/82116.png);}

#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon {background-color: transparent;
width: 10px;
height: 10px;
margin-right: 10px;
background-image: url(http://forumstatic.ru/files/001a/6b/c0/15366.png);}

#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {background-color: transparent;
width: 10px;
height: 10px;
margin-right: 10px;
background-image: url(http://forumstatic.ru/files/001a/6b/c0/70239.png);}



#p1 .post-author {
    display: none;
}

#p1 .post-content {
margin-top: -9px;
    margin-left: -248px;
    width: 973px;
}


#faqquestions {
    background-image: url(http://forumstatic.ru/files/001a/59/b1/74017.png);
    width: 314px;
    height: 45px;
}

#faqquestions1 {

    margin-left: 52px;
    position: absolute;
    margin-top: 4px;
    width: 254px;
    height: 31px;
    overflow-y: auto;
    scrollbar-width: thin;
font-size: 12px;

line-height: 14px;

}


#faqanswers {

    background-image: url(http://forumstatic.ru/files/001a/59/b1/77743.png);
    width: 314px;
    height: 42px;

}


#faqanswers1 {

    position: absolute;
    margin-left: 6px;
    margin-top: 2px;
    width: 256px;
    height: 33px;
    overflow-y: auto;
font-size: 12px;

line-height: 14px;
    text-align: justify;

}


#pun-admain fieldset {     border-color: transparent !important;
}

#pun-admain fieldset p   {  border-color: transparent !important;
    background-color: transparent !important;
}




#bannergameposts {
    background-image: url(http://forumstatic.ru/files/001a/59/b1/65101.png);
    width: 265px;
    height: 51px;
    margin-left: 5px;
}

#bannergameepisods {
    background-image: url(http://forumstatic.ru/files/001a/59/b1/83616.png);
    width: 265px;
    height: 51px;
    margin-left: 5px;
}

#bannergameaktiv {
    background-image: url(http://forumstatic.ru/files/001a/59/b1/74491.png);
    width: 265px;
    height: 51px;
    margin-left: 5px;
}

#bannergamebesteps {
    background-image: url(http://forumstatic.ru/files/001a/59/b1/74192.png);
    width: 265px;
    height: 51px;
    margin-left: 5px;
}



#bannergamehackserv {
    background-image: url(http://forumstatic.ru/files/001a/6b/c0/57682.png);
    width: 265px;
    height: 51px;
    margin-left: 5px;
}

#bannergamecomevr {
    background-image: url(http://forumstatic.ru/files/001a/6b/c0/24028.png);
    width: 265px;
    height: 51px;
    margin-left: 5px;
}


#bannergamereddotmission {
    background-image: url(http://forumstatic.ru/files/001a/6b/c0/50646.png);
    width: 265px;
    height: 51px;
    margin-left: 5px;
}


#bannergamegetranki {
    background-image: url(http://forumstatic.ru/files/001a/6b/c0/22956.png);
    width: 265px;
    height: 51px;
    margin-left: 5px;
}


#bannergameshoots {
    background-image: url(http://forumstatic.ru/files/001a/6b/c0/70532.png);
    width: 265px;
    height: 51px;
    margin-left: 5px;
}

#bannergamechangebodies {
    background-image: url(http://forumstatic.ru/files/001a/6b/c0/20818.png);
    width: 265px;
    height: 51px;
    margin-left: 5px;
}

#bannergamekillgamers {
    background-image: url(http://forumstatic.ru/files/001a/6b/c0/44258.png);
    width: 265px;
    height: 51px;
    margin-left: 5px;
}

#bannergamekillrobots {
    background-image: url(http://forumstatic.ru/files/001a/6b/c0/26004.png);
    width: 265px;
    height: 51px;
    margin-left: 5px;
}

#bannernumbers {
    color: #605e5d;
    font-family: play;
    font-size: 15px;
    margin-left: 238px;
    margin-top: 25px;
    position: absolute;}



#movePostsTable {
    background: #6d6f77;
}




#characterslist a {color: #06364f !important;}


/*Добавка Доп.поля(Валюты) Юзера в Шапку*/
#AddfldInHead{
 position:absolute;
 z-index:1000;
top: 5px;
margin-left: 671px;
 color:rgb(91, 107, 147);
}
#AddfldInHead>img{
 display:inline-block!important;
 margin-bottom:-3px;
 margin-right: 3px!important;
}



#afterMove {
    background-color: #608093;
}




#p4872 .post-author {
    display: none;
}

#p4872 .post-content {
margin-left: -199px;
width: 874px;
}

#p4959 .post-author {
    display: none;
}

#p4959  .post-content {
margin-left: -199px;
width: 874px;
}


#p4962 .post-author {
    display: none;
}

#p4962 .post-content {
margin-left: -199px;
width: 874px;
}



#p4996 .post-author {
    display: none;
}

#p4996 .post-content {
margin-left: -199px;
width: 874px;
}


#p5007 .post-author {
    display: none;
}

#p5007 .post-content {
margin-left: -199px;
width: 874px;
}


#p5096 .post-author {
    display: none;}
#p5096 .post-content {
margin-left: -199px;
width: 874px;}




#p5159 .post-author {
    display: none;}
#p5159 .post-content {
margin-left: -199px;
width: 874px;}



#p4961 .post-author {
    display: none;}
#p4961 .post-content {
margin-left: -199px;
width: 874px;}


#p4957 .post-author {
    display: none;}
#p4957 .post-content {
margin-left: -199px;
width: 874px;}


#p4958 .post-author {
    display: none;}
#p4958 .post-content {
margin-left: -199px;
width: 874px;}



#p9858 .post-author {
    display: none;}
#p9858 .post-content {
margin-left: -199px;
width: 874px;}



#p10712 .post-author {
    display: none;}
#p10712 .post-content {
margin-left: -223px;
    width: 926px;}


#p4576 .post-author {
    display: none;}
#p4576 .post-content {
margin-left: -223px;
    width: 926px;}


#p10819 .post-author {
    display: none;}
#p10819 .post-content {
margin-left: -223px;
    width: 926px;}

#actual1 {
    width: 36px;
    height: 36px;
transition: all 0.4s ease 0s;
}


#actual1:hover {
    width: 52px;
    height: 52px;
margin-top: -15px;
margin-left: -4px;
transition: all 0.4s ease 0s;
}



#plng {
    border: 1px solid #389fd9 !important;
    padding: 3px 19px !important;
    margin: 0 19px 0 -27px !important;
    background-color: #0a1d32 !important;
    color: #c5c8d6 !important;
}


#anntab {background-image: url(http://forumstatic.ru/files/001a/6b/c0/85408.png);width: 600px;height: 200px;margin-left: 53px;}

#anntabname {color: #fff;text-align: center;text-shadow: 1px 1px 2px #b1eeef, 2px 0 0em #1b2d73;font-size: 14px;text-transform: uppercase; letter-spacing: -1px;}

#anntabtext {width: 361px;color: #c9e6f0;margin-left: 120px;text-align: justify;}



#p14046 .post-author {
    display: none;
}

#p14046 .post-content {
margin-top: -9px;
    margin-left: -248px;
    width: 973px;
}


#fightzonefon {background-image: url(http://forumstatic.ru/files/001a/6b/c0/42650.png);width: 700px;height: 525px;}


#fightzone1player { position:absolute; margin-left: 41px;
margin-top: 27px;}

#fightzone2player { position:absolute; margin-left: 50px;
margin-top: 353px;}


#fightzonesjudge { position:absolute; width: 75px;
    height: 75px;
    overflow: hidden;
    margin-left: 600px;
    margin-top: 27px;
}


#fightzonesmalltable {

    position: absolute;
    margin-left: 327px;
    width: 253px; font-family: play;
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    height: 69px;color: #b1b0b0;

}

#fightzonesmalltable a {color: #44c5c7; font-weight: bold;}

#fightzonesbigtable { position: absolute;

color: #c8c8c8; 

margin-left: 327px;

width: 343px;

margin-top: 127px; font-family: play;

font-size: 14px;}



#robcollectionfon {
    background-image: url(http://forumstatic.ru/files/001a/6b/c0/16493.png);
    width: 600px;
    height: 425px;
}

#robcolltabl {

    width: 457px;

height: 258px;

margin-top: 75px;

position: absolute;

margin-left: 76px;

}

.robcollim {max-width: 72px;}


#reputationText {

    width: 156% !important;
    margin-left: -222px !important;

}


#easyankfon  {
    background-image: url(http://forumstatic.ru/files/001a/6b/c0/73454.png);
    width: 608px;
    height: 503px;
    margin-left: 45px;
    border-radius: 10px;
}

#easyankname {
    position: absolute;
    color: 
    #236cdb;
    margin-left: 64px;
    margin-top: 18px;
    font-family: play;
    width: 180px;
    text-align: center;
    text-transform: uppercase;
}

#easyankfoto {
    position: absolute;
    margin-top: 119px;
    margin-left: 34px;
    width: 195px;
    text-align: center;
}


#easyankmodel {
    position: absolute;
    margin-top: 271px;
    margin-left: 34px;
    width: 195px;
    text-align: center;
    color: 
    #c5c8d6;
}


#easyaimg  {
    height: 150px;
}


#easyankrace  {

    position: absolute;
    color: #c5c8d6;
    margin-top: 62px;
    margin-left: 50px;
    width: 78px;
    text-align: center;
    text-transform: uppercase;
    font-family: play;
}



#easyankstat {

    position: absolute;
    margin-top: 62px;
    margin-left: 138px;
    width: 78px;
    text-align: center;
    font-family: play;
    text-transform: uppercase;
    color: #c5c8d6;

}

#easyankageb {

    position: absolute;
    color: #c5c8d6;
    margin-top: 449px;
    font-family: play;
    margin-left: 57px;
    width: 78px;
    text-align: center;

}

#easyankreal {

    position: absolute;
    color: #c5c8d6;
    margin-top: 449px;
    font-family: play;
    margin-left: 142px;
    width: 78px;
    text-align: center;

}

#easyankinv {

   position: absolute;
color: #71737b;
margin-left: 33px;
margin-top: 288px;
width: 198px;
height: 144px;
overflow-x: auto;
scrollbar-width: thin;
padding-right: 3px;
font-family: play;
font-size: 12px;
line-height: 12px;
}

#easyankkrat {

    position: absolute;
    color: #c5c8d6;
    margin-left: 255px;
    margin-top: 44px;
    width: 316px;
    height: 261px;
    overflow-y: auto;
    scrollbar-width: thin;
padding-right: 3px;
}

#easyankpost  {
    position: absolute;
    color: #5e6068;
    margin-left: 255px;
    margin-top: 327px;
    width: 316px;
    height: 133px;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 3px;
}



#p16443 .post-author {
    display: none;}
#p16443 .post-content {
margin-left: -199px;
width: 874px;}


#ANfon {
    background-image: url(http://forumstatic.ru/files/001a/6b/c0/88368.png);
    width: 754px;
    height: 777px;
    margin-left: 60px;
}


#ANaname {

    position: absolute;
    color: #fff;
    margin-left: 37px;
    margin-top: 24px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: play;
    font-size: 12px;

}
#ANafoto {
    position: absolute;
    margin-left: 25px;
    margin-top: 58px;

}

#ANafoto img {max-width: 72px;}

#ANaquote {

    position: absolute;
    margin-top: 52px;
    margin-left: 105px;
    width: 75px;
    height: 80px;
    padding-right: 4px;
    scrollbar-width: thin;
    line-height: 10px;
    font-size: 10px;
    color: #07202c;

}

#ANmenu {
   position: absolute;

margin-left: 19px;

margin-top: 243px;

width: 162px;

height: 182px;
}

#ANads1 {

    position: absolute;
    margin-left: 20px;
    margin-top: 475px;
    width: 159px;
    text-align: center;
    font-family: play;
    font-size: 13px;
    text-transform: uppercase;
    color: #7e7c7c;

}

#ANads2 {
    position: absolute;
    margin-left: 15px;
    margin-top: 495px;
    width: 167px;
    height: 117px;
}

#ANtop {

    position: absolute;
    margin-left: 234px;
    margin-top: 23px;
    color: #42444b;
    font-size: 14px;
    font-family: play;
    text-transform: uppercase;
    font-weight: bold;

}

#ANcontent {
    position: absolute;
    margin-left: 208px;
    margin-top: 160px;
    width: 530px;
    height: 539px;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 4px;
    color:  #061c26; 
font-size: 12px;
}



#chron { background: url("http://forumstatic.ru/files/001a/6b/c0/61826.png") no-repeat scroll 0px bottom, url("http://forumstatic.ru/files/001a/6b/c0/75211.png") no-repeat scroll 0px top, transparent url("http://forumstatic.ru/files/001a/6b/c0/98007.png") repeat-y scroll 0px top;

    width: 595px;
    min-height: 484px; 
margin-left: 44px;
 padding-bottom: 30px;
}


#relations {

margin-top: 83px;
margin-left: 18px;
display: inline-block;
width: 560px;
text-align: center;
}


#chrontextrand {
    position: absolute;
    margin-left: 67px;
    margin-top: 54px;
    color:  #192940;
    font-family: play;
    width: 367px;
    height: 13px;
    overflow: hidden;

}



#scenes {

    margin-left: 19px;
    width: 558px;
    text-align: center;
font-size: 12px;
font-family: play;
}



#kurfon {
    background-image: url(http://forumstatic.ru/files/001a/6b/c0/74963.png);
    width: 300px;
    height: 294px; display: inline-block;
}


#kurname {


    margin-top: 24px;
    position: absolute;
    text-align: center;
    width: 269px;
    font-size: 17px;
    font-family: play;
    color: #c5c8d6;
    text-transform: uppercase;
    margin-left: 19px;

}

#kurfoto img {max-width: 240px;}

#kurfoto {

       position: absolute;
    margin-left: 31px;
    margin-top: 50px; 
height: 126px;
overflow: hidden;
}

#kurtext {
   position: absolute;
margin-top: 191px;
margin-left: 33px;
width: 235px;
height: 79px;
scrollbar-width: thin;
overflow-y: auto;
padding-right: 4px;
color:#6e6f75;
  line-height: 12px; text-align: justify !important;
}



#shapkaktual {position: absolute;margin-top: 557px;margin-left: 100px; display: none;}


#shapkaams2 {position: absolute;
margin-top: 575px;
margin-left: 84px;
font-size: 13px;
font-family: play;
text-transform: uppercase !important;
padding: 3px;
color: #b9bfc6;
width: 354px;
text-align: center;}


/* tooltip*/

a.tooltip3 span {
    
}

.tooltip3 span {
    visibility: visible;
    position: absolute;
    z-index: 999999;
      background-color: #060c18 !important;
    border: 13px solid #081626; 
    border-image: url('http://forumstatic.ru/files/001a/59/b1/59058.png') 13 13 13 13 repeat;
}


.punbb a.tooltip3{
 text-align:center;
 padding:0;
 margin:0;
}
.punbb a.tooltip3 p{
 padding:0;
 position:relative;
 display:block;
 width:0;heght:0;
 margin:0;
}
a.tooltip3 span:hover,
a.tooltip3:hover span{
background-attachment: scroll;
background-clip: border-box;
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-repeat: repeat;
background-size: auto;
display: inline;
}
a.tooltip3 span{
position:absolute;
display:none;
margin-left: 36px;
margin-left: -97px;
margin-top: 15px;
padding-right: 5px;
padding-top: 6px;
width: 146px;
font-size: 11px;
text-transform: none;
 } 



#robotslasers1 {position: absolute;margin-top: 452px;margin-left: -351px;}
#robotslasers2 {position: absolute;margin-top: 500px;margin-left: -387px;}

#datagameshap {position: absolute;margin-left: -55px;}

#aktivshap {position: absolute; display: none;
margin-left: 703px;
margin-top: 206px;
color:#b8cbdb;
font-family: play;
font-size: 12px;
text-align: center;
width: 216px; line-height: 27px; word-spacing: 4px;
text-transform: lowercase;
height: 160px;}



#buttsm {position: absolute;margin-top: 65px;margin-left: 935px; display:none;} 

#shapnews {
    position: absolute;
    margin-left: 654px;
    margin-top: 494px;
    background-image: url(http://forumstatic.ru/files/001a/59/b1/38507.png);
    width: 286px;
    height: 80px;
    color: #9ea9b9;
    padding: 12px;
    opacity: 0.9;
    text-align: justify;
}

#randomsteeve {position: absolute;margin-left: 1000px;margin-top: 469px;}

#randhotnews {
    position: absolute;
    margin-left: -296px;
    margin-top: 186px;
    width: 303px;
}

#randrotatfamous {position: absolute; display: none;
margin-left: 987px;
margin-top: 49px;}

#bestplayershap {
display: none;
   position: absolute;
margin-top: 224px;
margin-left: 55px;
width: 241px;
height: 311px;
}


#bestplayerfotosha {margin-left: 41px;
    margin-top: 36px;
opacity: 0 !important; transition: all 0.9s ease 0s;
}

#bestplayerfotosha:hover { transition: all 0.9s ease 0s;
opacity: 1 !important;} 


#bestplayertextsha {
    margin-left: 44px;
    height: 60px;
    overflow-y: scroll;
    width: 157px;
    scrollbar-width: none;
    margin-top: 79px;
    text-align: justify;
    color: #4a678c;
    line-height: 11px;
    font-family: play;
    word-spacing: -2px;
}

#shapnavig {position: absolute;margin-left: -300px;margin-top: 656px; width: 200px;}

#shaptrailer {
    position: absolute;
    margin-left: -283px;
    top: 283px;
}

#robotinfra {display: none; position: absolute;margin-top: 84px;margin-left: -313px;width: 100px;overflow: hidden !important;}

#shapmap {position: absolute;margin-top: 761px;margin-left: 1044px;}


#upr1 {display:none;}
#upr2 {display:none;}


#sv1 {
    position: absolute;
    margin-left: 5px;
    margin-top: 72px; display: none;
}



#sv2  {

position: absolute;
margin-left: 682px;
margin-top: 57px; display: none;

}

#sv3 {

    position: absolute;
margin-left: 929px;
margin-top: 318px; display: none;

}

#randhotpredlog {

    position: absolute;
    margin-left: -31px;
    margin-top: 39px;

}

#pun-title .title-logo {display: none;}

.slider-content {

 
    height: 130px !important;
    max-height: 130px !important;

}


#smtintresting {
    position: absolute;
    margin-top: 713px;
    width: 925px;
    text-align: center;
}


.pa-awards {

    width: 196px;
    text-align: center;
margin-bottom: 10px !important;
}


#trevoga {

    position: absolute;
    margin-top: 538px;
    margin-left: 586px;

}



#newankth {
    background-image: url(http://forumstatic.ru/files/001a/6b/c0/35980.png);
    width: 600px;
    height: 805px; margin-left: 50px; color: #828282;
} 

#newankthnameengl {background: transparent;
border: none;
color:#c5c8d6;
font-family: play;
font-size: 12px;
text-align: center;
width: 160px;}

#newankthnagedd {background: transparent;
border: none;
color:#c5c8d6;
font-family: play;
font-size: 12px;
text-align: center;
width: 20px;}

#newankthnamerus {background: transparent;
border: none;
color:#c5c8d6;
font-family: play;
font-size: 12px; text-align: center; width: 160px;}

#newankthreink  {background: transparent;
border: none;
color:#c5c8d6;
font-family: play;
font-size: 12px;
text-align: center;
width: 20px;}
 

#newankthside {

    background: #141d2c;
border: none;
color: #c5c8d6;
    font-family: play;
    font-size: 13px;
    text-align: center;

}

#epimg img  {
    max-width: 531px;
}

#image-area a {color: #c5c8d6 !important;}


.post-content .spoiler-box > div {
    background: 
    rgba(0, 0, 0, 0) url("http://forumstatic.ru/files/001a/6b/c0/98549.png") no-repeat scroll left center !important;
}


.post-content .spoiler-box > div.visible {
    background-image: url("http://forumstatic.ru/files/001a/6b/c0/39732.png") !important;
}

#pun-status .status-right {
    display: none;
}

#AddfldInHead .fld-name {
    display: none;
}