@import url(style_cs.1522664094.css);

/* A1 Import the colour scheme
-------------------------------------------------------------*/
/* A1.1 */
/* 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%;
table-layout:fixed;
}

/* A2.6 */
.checkfield input[type=checkbox],.radiofield input[type=radio] {
margin: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: 105.01%;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% tahoma;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em tahoma;
  }

/* A3.4 */
.punbb table {
  font-weight: normal;
  font-size: 1em;

  }

.punbb h3, .punbb h4, .punbb th {
  font-weight: normal;
  font-weight: bold;
  font-size: 0.9em;
}
.punbb h1, .punbb h2 {
  font-weight: bold;
  font-size: 12px;
  font-family: "century gothic";
  }

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 1.1em;

  }

/* A3.6 */
.punbb pre {
  font: 1.1em/140% tahoma;
  }

/* 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 {
  text-decoration: underline;
  font-style: normal;
  }

/* A3.10 */
.punbb a {
  text-decoration: underline;
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }

/* 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 {
  display: block;
  visibility: hidden;
  clear: both;
  overflow:hidden;
  height: 0;
  content: ".";
  font-size: 0;
  line-height: 0.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 {
  position:absolute;
  left: -9999px;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0.0;
  }
/* A5 Basic page layout and borders
-------------------------------------------------------------*/
/* A5.1 */
#pun {
margin:auto;
padding:0;
width:880px;
border:none;
border-top:none;
}

/* A5.2 */
.punbb {
width:880px;
height:auto;
}

/* A5.3 */
#pun-redirect,#pun-maint {
float:none;
margin:50px 20% 12px;
width:auto;
}


/* A5.4 */
.punbb .section,.punbb .main {
margin-bottom:0;
}

/* A5.5 */
.punbb .category,.punbb .post {
margin-top:.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-width:0;
border-style:dotted;
}

/* A5.9 */
.punbb .container {
border-width:0;
border-style:solid;
}

/* A5.10 */
.punbb .section h2,#pun-main h1,#pun-main h2,#pun-stats h2,#pun-debug h2 {
padding:.5em 1em;
border-width:0;
border-style:none solid solid none;
}

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/
/* B1.1 */
.punbb .post-content {
overflow:hidden;
margin:0;
padding:0;
width:100%;
}

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px solid #fff;
  width: 250px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
margin:0;
padding:0 0 1em;
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 {
overflow:hidden;
width:100%;
}

/* B1.7 */
.punbb .post-content .scrollbox {
overflow:auto;
width:100%;
}

/* B1.8 */
.punbb .post-content .quote-box,.punbb .post-content .code-box {
margin:.4em 1.8em 1.4em;
padding:1em;
border:0px dotted #000;
border-width:1px;
border-style:solid;
}

/* B1.9 */
.punbb .quote-box cite,.punbb .code-box strong.legend {
display:block;
margin:0;
padding-bottom:.7em;
font-weight:700;
font-style:normal;
font-size:1.1em;
}

/* B2 Information boxes
-------------------------------------------------------------*/
/* B2.1 */
.punbb .info-box {
padding:1.1em 1.7em 1em;
border-width:0;
border-style:solid;
margin:0 0 1.1em;
}

/* B2.2 */
.punbb .info-box * {
padding:0 0 .7em;
}

/* B2.3 */
.punbb #pun-main .info-box .legend {
font-weight:700;
font-size:1.1em;
}

/* B3 Pagination and posting links
-------------------------------------------------------------*/
/* B3.1 */
.punbb .linkst {
position:relative;
float:left;
width:100%;
height:0;
font-size:1.1em;
}

/* B3.2 */
.multipage {
margin-top:3em;
}

/* B3.3 */
.linkst .pagelink {
position:absolute;
top:-10em;
left:1em;
width:24em;
}

/* B3.4 */
.linkst .postlink {
position:absolute;
top:-10em;
right:1em;
width:16em;
text-align:right;
font-weight:700;
}

/* B3.5 */
.punbb .linksb {
padding:.4em 1em .5em;
text-align:left;
font-size:1.1em;
}

/* B3.6 */
.linksb .pagelink {
float:left;
width:24em;
text-align:left;
}

/* B3.7 */
.linksb .postlink {
float:right;
width:16em;
font-weight:700;
}

/* B3.8 */
.subscribelink {
clear:both;
padding-top:.3em;
padding-bottom:.5em;
}

/*********************C - MAIN CONTENT - SPECIFIC************************/

/* C1 Form layout
-------------------------------------------------------------*/
/* C1.1 */
.punbb .formal .container {
padding:1.7em 2.3em 1.1em;
}

/* C1.2 */
.punbb .formsubmit {
margin:1em 0 0;
padding:0 0 0 1.7em;
}

/* C1.3 */
.punbb .formsubmit input,.punbb .formsubmit a,.punbb .formsubmit span {
margin:0 .6em 0 0;
}

/* C1.4 */
.punbb fieldset {
margin:0 0 1em;
padding:0 18px;
border-width:1px;
border-style:solid;
}

/* C1.5 */
.punbb fieldset legend {
margin:0 0 0 11px;
padding:0;
font-size:1.1em;
}

/* C1.6 */
.punbb fieldset legend span {
margin:0 0 0 -15px;
padding:0 5px;
}

/* C1.7 */
.punbb fieldset fieldset {
margin:0;
padding:0 0 8px;
border-style:none;
}

/* C1.8 */
.punbb .fs-box {
padding:1em 0 .8em;
}

/* C1.9 */
.punbb .fs-box p,.punbb .fs-box fieldset {
padding:0 0 .8em;
}

/* 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:700;
}

/* C1.14 */
.punbb .datafield span.input a {
font-weight:400;
}

/* 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 {
margin:0;
width:64%;
}

/* C1.17 */
.punbb .hashelp {
position:relative;
}

/* C1.18 */
.punbb .helplinks {
position:absolute;
top:1em;
right:0;
display:block;
width:36%;
font-weight:400;
}

/* c1.19 */
.punbb #profile .helplinks {
top:1.5em;
}

/* C1.20 */
.punbb .helplinks span {
display:block;
padding-bottom:.2em;
}

/* C1.21 */
#pun-post .formal .info-box li {
margin:0;
padding-left:4px;
list-style-position:inside;
list-style-type:square;
line-height:1.5;
}

/* C2 Table layout
-------------------------------------------------------------*/
/* C2.1 */
.punbb .main .tcl {
overflow:hidden;
padding:0 1em 2em;
width:40%;
background:url() repeat-x scroll left bottom transparent;
text-align: left;
}

/* C2.2 */
.punbb .main .tc2,.punbb .main .tc3,.punbb .main .tcmod {
padding:0 1em 2em;
width:10%;
background:url() repeat-x scroll left bottom transparent;
text-align: left;
}

/* C2.3 */
.punbb .main .tcr {
overflow:hidden;
padding:0 1em 2em;
width:30%;
background:url() repeat-x scroll left bottom transparent;
text-align:center;
}

/* 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 {
width:20%;
text-align:left;
}

/* C2.6 */
#pun-debug table .tcl {
width:15%;
white-space:normal;
}

/* C2.7 */
#pun-debug .tcr {
width:90%;
white-space:normal;
}

/* C2.8 */
#pun-index .tcl h3 { 
font-size: 1em;
font-weight: 400;
margin-left: 0;
}
#pun-index .tcl h3 a{
 font-size:16px!important;
}

/* C2.9 */
.punbb td span.youposted {
position:absolute;
margin-left:-1em;
font-weight:700;
}

/* C2.10 */
.punbb td .modlist {
display:block;
padding-top:.6em;
}

/* C2.11 */
.punbb .main td {
padding:.8em 1em;
border-width:1px;
border-style:solid none none solid;
}

/* C2.12 */
.punbb .main th {
padding:1em;
border-width:0;
border-style:none none none solid;
text-align: left;
}

/* C2.13 */
.punbb .main .tcl {
border-left-width:0;
border-left-style:none;
}

.punbb .main thead .tcl,.main thead .tc2,.main thead .tc3,.main thead .tcr,.main thead .tcmod {
padding:0 1em 3em;
background:url() repeat-x scroll right bottom transparent;
}

/* C2.14 */
.punbb td div.tclcon {
margin-left:126px;
text-align: left;
}

/* C2.15 */
.punbb div.icon {
display:block;
float:left;
margin-right:7px;
margin-bottom:14px;
margin-left:7px;
width:112px;
height:100px;
}

/* C3 Topics
-------------------------------------------------------------*/
/* C3.1 */
.punbb .post .container {
margin-top:-1px;
padding-bottom:1px;
border-width:1px;
border-style:none solid solid;
}

/* C3.2 */
.punbb .post h3 {
border-width:1px;
border-style:solid solid none;
}

/* C3.3 */
.punbb .post h3 span {
display:block;
margin-left:20em;
padding:.5em 1em;
border-left-width:1px;
border-left-style:solid;
}

/* C3.4 */
.punbb .post h3 strong {
float:right;
width:5em;
text-align:right;
font-weight:400;
}

/* C3.5 */
.punbb .post .post-author {
  float: left;
  width: 15em;
  margin-top: -1.5em;
  overflow: hidden;
   background-color: transparent;
   color: black;
   -moz-box-shadow: 3px 3px 15px #3c1e0c;
   -moz-border-radius: 10px;
   -webkit-border-radius: 15px;
   border: 1px dashed #BEBDD8;
margin-left: 2em;
border-style: solid;
border-width: 27px 41px 49px 15px;
-moz-border-image: url(http://s3.uploads.ru/XBCZT.png) 37 41 49 15 stretch;
-webkit-border-image: url(http://s3.uploads.ru/XBCZT.png) 37 41 49 15 stretch;
-o-border-image: url(http://s3.uploads.ru/XBCZT.png) 37 41 49 15 stretch;
border-image: url(http://s3.uploads.ru/XBCZT.png) 37 41 49 15 fill stretch;
  }


/* C3.6 */
.punbb .post .post-author ul,.punbb .post .post-author p {
padding:0 1em 1em;
line-height:140%;
}

/* C3.7 */

.pa-author {
font-weight:400;
font-size:2em;
}

/* C3.8 */
.pa-author a {
text-decoration:underline;
font-size: 14px !important;
font-weight: bold!important;
color: #000;
}

/* C3.9 */
li.pa-title {
padding-bottom:.4em;
font-weight:500;
}

li.pa-online {
margin-top:.7em;
padding-left:.4em;
border-left-width:.7em;
border-left-style:solid;
line-height:.8em;
}

/* C3.11 */
.punbb .post-body {
margin-left:22em;
padding:0 0 1px;
border-left-width:1px;
border-left-style:solid;
}

/* C3.12 */
.punbb .post-box {
padding:1em;
}

/*C3.13 */
.punbb fieldset .post-box {
margin-bottom:.8em;
}

/* C3.14 */
.punbb .post-links {
margin-left:19em;
border-left-width:1px;
border-left-style:solid;
}

/* C3.15 */
.punbb .post-links ul { 
background: transparent;
border-bottom-color: #191A23;
border-left-color: #191A23;
border-right-color: #191A23;
border-top: 1px dashed #191A23;
height: 2em;
line-height: 2em;
margin-left: -19em;
padding: 0px 1em 0px 0px;
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;
}

#pun-main .post .permalink {
margin-left:21em;
}

/* C4 Moderator menu
-------------------------------------------------------------*/
/* C4.1 */
.punbb .modmenu .container {
padding:.5em 1em;
text-align:left;
}

/* 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:.8em 1em;
}

/* C5.2 */
.punbb .info .container .backlink {
padding-top:.8em;
}

/* C6 Profile
-------------------------------------------------------------*/
/* C6.1 */
#profile .container {
padding-left:18.6em;
}

/* C6.2 */
#profilenav {
display:inline;
float:left;
margin-left:-16.3em;
width:14em;
}

/* C6.3 */
#profilenav li {
padding-bottom:.8em;
font-weight:700;
}

/* C6.4 */
#viewprofile ul,#profilenav ul {
margin:0 0 1em;
padding:1.5em 18px .8em;
border-width:1px;
border-style:solid;
}

/* C6.5 */
#viewprofile h2,#profilenav h2 {
margin:0 14px -.6em;
padding:0;
border:none;
background:transparent;
}

/* C6.6 */
#viewprofile h2 span,#profilenav h2 span {
position:relative;
float:left;
padding:0 5px;

}

/* C6.7 */
#viewprofile li,#setmods dl {
margin-bottom:.2em;
padding:0 0 0 16em;
}

/* C6.8 */
#viewprofile li span {
float:left;
margin-left:-16em;
padding:.5em 1em;
width:14em;
font-weight:700;
}

/*C6.9 */
#setmods dt {
display:inline;
float:left;
margin-left:-16em;
padding:.8em 1em;
width:14em;
font-weight:700;
}

/* C6.10 */
#viewprofile li strong,#viewprofile li div,#setmods dd {
display:block;
padding:.5em 1em;
font-weight:400;
}

/* C6.11 */
.punbb img.avatardemo {
float:right;
margin:0 0 .3em 0em;
}

/* C7 User list
-------------------------------------------------------------*/
/* C7.1 */
#pun-userlist .formal,#pun-userlist .formal .container {
margin-bottom:0;
border-bottom:none;
}

/* C7.2 */
#pun-userlist .usertable .container {
padding:0 2.3em 2.3em;
border-top:none;
}

/* C7.3 */
#pun-userlist .usertable table {
border-width:1px;
border-style:solid;
}

/******************D - PUNBB SECTIONS OTHER THAN MAIN CONTENT***************************/
/* D1.1 */
#pun-title {
margin:0;
border:none;
}

/* D1.2 */
#pun-title h1 {
display:block;
margin-bottom:-1px;
height:0;
}

/* D1.3 */
#pun-title .container {
padding:.2em 1em .8em;
border-style:none;
}

/* D1.4 */
#pun-title h1 span  {display: none;}


#pun-title TABLE {
margin-top:0;
margin-bottom:0;
width:100%;
height:0;
border:none;
}

#pun-title TD.title-logo-tdl {
width:100%;
border:none;
}

#pun-title TD.title-logo-tdr {
padding-top:0;
padding-right:200px;
width:320px;
border:none;
vertical-align:top;
}

/* D3 Forum navigation
-------------------------------------------------------------*/
/* D3.1 */
#pun-navlinks,#pun-navlinks .container {
margin:0;
border-width:0;
border-style:none;
}

/* D3.2 */
#pun-navlinks .container {
padding:.7em 1em;
}

/* D.3 */
#pun-navlinks li {
display:inline;
padding-right:1em;
}

/* D3.4 */
#pun-navlinks li a {
font-size:1em;
}

/* D4 User links
-------------------------------------------------------------*/
/* D4.1 */
#pun-ulinks {
margin-top:0;
}

/* D4.2 */
#pun-ulinks .container {
padding:.7em 1em;
border-top:none;
text-align: center;
}

/* D4.3 */
#pun-ulinks li,#pun-ulinks li a {
display:inline;
border-left-width:1px;
border-left-style:solid;
white-space:nowrap;
}

/* D4.4 */
#pun-ulinks li a {
padding:0 .3em 0 .6em;
}

/* D4.5 */
#pun-ulinks li.item1,#pun-ulinks li.item1 a {
border-left-width:0;
border-left-style:none;
padding-left:0;
}

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/
/* D5.1 */
#pun-status,#pun-status .container {
margin-bottom:0;
border-bottom:none;
}

/* D5.2 */
#pun-status .container {
padding:.8em 1em 1em;
}

/* D5.3 */
#pun-status span {
margin-right:.5em;
white-space:nowrap;
}

/* D5.4 */
#pun-crumbs1 {
overflow:hidden;
margin-top:0;
font-weight:700;
}

/* D5.5 */
#pun-crumbs1 p.container {
padding:1em 1em .8em;
border-top:none;
font-size:1.1em;
}

/* D5.6 */
#pun-break1 {
position:relative;
z-index:1;
margin:0 1em;
margin:-2px 1em;
height:0;
border-width:1px 0;
border-style:solid none;
}

/* D6 Announcement
-------------------------------------------------------------*/
/* D6.1 */
#pun-announcement h2 {
position:relative;
margin:0 1em -3.5em;
padding:0;
border-width:0 0 1px;
border-style:none none solid;
font-weight:700;
}

/* D6.2 */
#pun-announcement h2 span {
display:block;
padding:1em 0 .8em;
border-width:1px;
border-style:solid;
}

/* D6.3 */
#pun-announcement .container {
padding:4.3em 1em 1em;
}

/* D7 Statistics
-------------------------------------------------------------*/
/* D7.1 */
#pun-stats .container {
padding:.8em 1em;
}

/* D7.2 */
#pun-stats li.item1,#pun-stats li.item2 {
float:left;
clear:both;
margin-left:0;
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;
width:100%;
border-top-width:1px;
border-top-style:solid;
line-height:130%;
}

/* D7.5 */
li#onlinelist div {
padding:.7em 0 0;
border-top-width:1px;
border-top-style:solid;
}

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/
/* D8.1 */
#pun-qjump {
position:relative;
float:left;
margin:0;
width:50%;
border:none;
}

/* D8.2 */
#pun-qjump .container {
padding:.8em 1em;
border:none;
background:transparent;
}

/* D8.3 */
#pun-about {
margin-top:0;
}

/* D8.4 */
#pun-about .container {
padding:.8em 1em;
border-top-style:none;
text-align:right;
line-height:150%;
}

/* D8.5 */
#pun-about p span {
display:block;
padding-left:50%;
}

/* D8.6 */
#pun-crumbs2 {
overflow:hidden;
margin-bottom:0;
border-bottom:none;
font-weight:700;
}

/* D8.7 */
#pun-crumbs2 .container {
padding:.8em 1em;
border-bottom:none;
font-size:1.1em;
}

/* D8.8 */
#pun-break4 {
position:relative;
z-index:1;
margin:-2px 1em;
height:0;
border-width:1px 0;
border-style:solid none;
}

/* D8.9 */
div.punbb-admin #pun-about .container {
border-top-width:1px;
border-top-style:solid;
}

/* D9 Help file
-------------------------------------------------------------*/
/* D9.1 */
#pun-help .formal .info-box h3.legend {
margin-bottom:.8em;
padding-bottom:0;
border-bottom-width:1px;
border-bottom-style:solid;
}

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
display:block;
padding-bottom:.6em;
border-bottom-width:1px;
border-bottom-style:solid;
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;
}

.post-author ul li {
text-align:center;
}

pun-main .pa-author {
font-size:2em;
font-family:Georgia;
}

#pun-main h2 {
margin-left:-35px;
}


#back-top {
position: fixed;
bottom: 30px; /* отступ кнопки снизу */
margin-left: -150px; /* отступ кнопки слева (для указания отступа справа 
используйте margin-right) */
}

#back-top a {
width: 108px;
display: block;
text-align: center;
font: 11px/100% Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-decoration: none;
color: transparent;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}

#back-top a:hover {
color: trsnsparent;
}

/* иконка стрелки (тег span) */
#back-top span {
width: 108px;
height: 108px;
display: block;
margin-bottom: 7px;
background: transparent url(http://s3.uploads.ru/hW80n.png) no-repeat center center; 
/* в скобках указываем путь к иконке */
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
/* скругленные углы  */
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

#back-top a:hover span {
background-color: transparent;
}




{
  font-family: "Tahoma";
	margin:0;
	padding:0;
}
body{
	  font-family: "Tahoma"; !important
}

.cn_wrapper{
  font-family: "Tahoma";
	margin:0px auto 0px auto;
	width:500px;
	height:300px;
	position:relative;
	color:#fff;
	overflow:hidden;
	padding:5px;
	text-shadow:1px 1px 1px #000;
	border:1px solid #111;
	background-color:#333;
	-moz-box-shadow:1px 1px 4px #222;
	-webkit-box-shadow:1px 1px 4px #222;
	box-shadow:1px 1px 4px #222;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.cn_wrapper h1{
  font-family: "Tahoma";
	font-size:20px;
	text-transform:uppercase;
}
.cn_wrapper h2{
  font-family: "Tahoma";
	font-size:12px;
	border-bottom:1px solid #000;
	padding-bottom:4px;
	text-transform:uppercase;
}
.cn_preview, .cn_list{

   font-family: "Tahoma";
	width:250px;
	height:300px;
	position:absolute;
	top:2px;
	left:6px;
}
.cn_preview{
  font-family: "Tahoma";
	left:255px;
}
.cn_content{
  font-family: "Tahoma";
	border:1px solid #444;
	top:310px;/*5*/
	left:5px;
	width:219px;
	padding:10px;
	position:absolute;
	background-color:#101010;
	height:275px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.cn_content img{
  font-family: "Tahoma";
	width:88px;
	height: 31;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
}
.cn_date{
  font-family: "Tahoma";
	position:absolute;
	bottom:30px;
	right:8px;
	font-size:11px;
}
.cn_category{
  font-family: "Tahoma";
	position:absolute;
	bottom:30px;
	left:8px;
	font-size:11px;
	padding:1px 3px;
	background:#ccc;
	border:1px solid #ddd;
	color:#000;
	text-shadow:-1px 0px 1px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.cn_content p{
  font-family: "Tahoma";
	height:57px;
	margin-top:2px;
	overflow:hidden;
}
a.cn_more{
  font-family: "Tahoma";
	position:absolute;
	padding: 4px 0px;
	left:0px;
	bottom:0px;
	width:236px;
	color:#fff;
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #011c44;
	text-transform:uppercase;
	text-decoration: none;
	border:1px solid #4c7ecb;
	outline:none;
	cursor:pointer;
	background-color: #1951A5;
	background-image:
    -moz-linear-gradient(
    	top,
    	rgba(255,255,255,0.25),
    	rgba(255,255,255,0.05)
    );
	background-image:
    -webkit-gradient(
    	linear,
    	left top,
    	left bottom,
    	color-stop(0, rgba(255,255,255,0.25)),
    	color-stop(1, rgba(255,255,255,0.05))
    );
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-border-bottom-left-radius: 5px;
	-border-bottom-right-radius: 5px;
	-moz-box-shadow:1px 1px 3px #111;
	-webkit-box-shadow:1px 1px 3px #111;
	box-shadow:1px 1px 3px #111;
}
a.cn_more:hover{
  font-family: "Tahoma";
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}
.cn_item{
  font-family: "Tahoma";
	border:1px solid #090909;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	height:49px;
	color:#fff;
	padding:5px;
	margin:6px 5px 0px 0px;
	text-shadow:1px 1px 1px #000;
	background:#2b2b2b;
	background:
    -webkit-gradient(
    	linear,
    	left top,
    	left bottom,
    	from(#171717),
    	to(#2b2b2b)
    );
	background:
    -moz-linear-gradient(
    	top,
    	#171717,
    	#2b2b2b
    );
	-moz-box-shadow:1px 1px 3px #111;
	-webkit-box-shadow:1px 1px 3px #111;
	box-shadow:1px 1px 3px #111;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.cn_item:hover, .selected{
  font-family: "Tahoma";
	border-color:#4c7ecb;
	background-color: #1951A5;
	background-image:
    -moz-linear-gradient(
    	top,
    	rgba(255,255,255,0.25),
    	rgba(255,255,255,0.05)
    );
	background-image:
    -webkit-gradient(
    	linear,
    	left top,
    	left bottom,
    	color-stop(0, rgba(255,255,255,0.25)),
    	color-stop(1, rgba(255,255,255,0.05))
    );
}
.cn_item:hover h2,
.cn_list .selected h2,

.cn_item:active h2{
	   font-family: "Tahoma";
	border-color:#2C5FAC;
}
.cn_item:hover p,
.cn_list .selected p,
.cn_item:active p{
	   font-family: "Tahoma";
	border-color:#527CBB;
}
.cn_item:active {
	   font-family: "Tahoma";
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}
.cn_list p{
	   font-family: "Tahoma";
	height:29px;
	padding-top:2px;
	overflow:hidden;
	border-top:1px solid #333;
}
.cn_nav{
	width:55px;
	height:24px;
	position:absolute;
	bottom:0px;
	left:94px;
}
a.cn_next, a.cn_prev{
  font-family: "Tahoma";
	float:left;
	height:23px;
	width:23px;
	background-color:#212121;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	outline:none;
	border:1px solid #111;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
a.cn_next{
	background-image:url(http://forumfiles.ru/files/0012/65/53/74576.png);
}
a.cn_prev{
	margin-right:5px;
	background-image:url(http://forumfiles.ru/files/0012/65/53/64974.png);
}
.cn_nav a:hover{
	background-color:#101010;
}
.cn_nav a:active{
	margin-top:1px;
	background-color:#000;
}
.cn_nav a.disabled{
	opacity:0.5;
}
.cn_page{
	display:none;
	   font-family: "Tahoma";
	
}
          
span.reference a{
    	text-shadow:1px 1px 1px #fff;
    	color:#999;
    	text-transform:uppercase;
            text-decoration:none;
            position:fixed;
            right:10px;
            top:10px;
            font-size:13px;
    	font-weight:bold;
          }
          span.reference a:hover{
            color:#555;
          }
      h1.title{
    	  color:#777;
    	  font-size:30px;
    	  margin:10px;
    	  font-weight:normal;
    	  text-shadow:1px 1px 1px #fff;
    	}