#tab1, #tab2, #tab3, #tab4, #tab5, #tab6 {display:none; position:fixed;}  

.menu1 > a,  
.menu1 #tab2:target ~ a:nth-of-type(1),  
.menu1 #tab3:target ~ a:nth-of-type(1),  
.menu1 #tab4:target ~ a:nth-of-type(1),  
.menu1 #tab5:target ~ a:nth-of-type(1),  
.menu1 #tab6:target ~ a:nth-of-type(1) {  
  background: #fff;  
  padding: 8px 15px 8px 15px;  
  border: 1px solid #ffb6c1;  
  line-height: 32px; text-shadow:#ffc0cb 1px 1px 2px; color:#9400d3;}  

.menu1 > a:nth-of-type(1),  
.menu1 #tab2:target ~ a:nth-of-type(2),  
.menu1 #tab3:target ~ a:nth-of-type(3),  
.menu1 #tab4:target ~ a:nth-of-type(4),  
.menu1 #tab5:target ~ a:nth-of-type(5),  
.menu1 #tab6:target ~ a:nth-of-type(6) {border-bottom: #F4F6F7; background: #8b00ff; text-shadow:#CAD3DA 1px 1px 3px; color:#F7F7F7;}  

.menu1 > a:hover { text-decoration:; }  

.menu1 > div,  
.menu1 #tab2:target ~ div:nth-of-type(1),  
.menu1 #tab3:target ~ div:nth-of-type(1),  
.menu1 #tab4:target ~ div:nth-of-type(1),  
.menu1 #tab5:target ~ div:nth-of-type(1),  
.menu1 #tab6:target ~ div:nth-of-type(1) {  
  display: none;  
  padding: 5px;  
  border: 0px solid #ffc0cb;  
  border-top: #fff;  
  background: none;}  

.menu1 > div:nth-of-type(1),  
.menu1 #tab2:target ~ div:nth-of-type(2),  
.menu1 #tab3:target ~ div:nth-of-type(3),  
.menu1 #tab4:target ~ div:nth-of-type(4),  
.menu1 #tab5:target ~ div:nth-of-type(5),  
.menu1 #tab6:target ~ div:nth-of-type(6) { display: block; }  

.icpojer-links a { 
  display: inline-block; 
  padding: 4px; 
  outline: 0; 
  color: #0000f5; 
  -webkit-transition-duration: 0.25s; 
  -moz-transition-duration: 0.25s; 
  -o-transition-duration: 0.25s; 
  transition-duration: 0.25s; 
  -webkit-transition-property: -webkit-transform; 
  -moz-transition-property: -moz-transform; 
  -o-transition-property: -o-transform; 
  transition-property: transform; 
  -webkit-transform: scale(1) rotate(0); 
  -moz-transform: scale(1) rotate(0); 
  -o-transform: scale(1) rotate(0); 
  transform: scale(1) rotate(0); 
} 
.icpojer-links a:hover { 
  background: #aa00ff; 
  text-decoration: ; 
  color: #ffff00; 
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -o-border-radius: 4px; 
  border-radius: 4px; 
  -webkit-transform: scale(1.05) rotate(-1deg); 
  -moz-transform: scale(1.05) rotate(-1deg); 
  -o-transform: scale(1.05) rotate(-1deg); 
  transform: scale(1.05) rotate(-1deg); 
} 
.icpojer-links a:nth-child(2n):hover { 
  -webkit-transform: scale(1.05) rotate(1deg); 
  -moz-transform: scale(1.05) rotate(1deg); 
  -o-transform: scale(1.05) rotate(1deg); 
  transform: scale(1.05) rotate(1deg); 
}

.switch,.pagesInfo {padding:3px 9px;font-weight:normal;font-size:11px;background: #ff00aa; color: #ebeb00;  border-radius: 5px;}
.switchActive {padding:3px 9px;font-weight:normal;background: #8b4513; color: #181513; border-radius: 5px;}
a.switchDigit,a.switchBack,a.switchNext {text-decoration:none; color:  #ebeb00;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline}


.swchItem {  
  color:#8D62C8;  
  border:1px solid #BAA2DA;  
  background:#F9F7FC;}

  .swchItemA, .swchItem {  
  -moz-border-radius:3px;  
  -webkit-border-radius:3px;  
  border-radius:3px;  
  padding:6px 9px;  
  margin-left:3px;  
  text-decoration:none;}

  .swchItemA, .swchItem:hover {  
  font-weight:normal;  
  color:#fff;  
  text-shadow:0px 1px #7955AB;  
  box-shadow:0px 1px #EDEDED;  
  -webkit-box-shadow:0px 1px #EDEDED;  
  -moz-box-shadow:0px 1px #EDEDED;  
  border:1px solid #6F4DA0;  
  background:#9168C9;  
  background:-moz-linear-gradient(top,#DFBEFA 1px,#B088E7 1px,#9168C9);  
  background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#DFBEFA),color-stop(0.02,#B088E7),color-stop(1,#9168C9));}


/* Форма поиска  
------------------------------------------*/  
.poick_os {  
  float:right;  
}  

.poick_os input {  
  vertical-align:middle;  
}  

.poick_pole {  
  font:11px Verdana,Arial,Helvetica,sans-serif;  
  color:#a7a7a7; text-shadow: 1px 1px 1px #252525;  
  height:16px;  
  margin:0;  
  padding:4px;  
  background:#484848;  
  border: 1px solid #252525;  
  border-right: none;  
}  
   
.poick_pole:focus {  
  background:#545454;  
}  
   
.poick_knopka {  
  font:11px Verdana,Arial,Helvetica,sans-serif;  
  color:#a7a7a7; text-shadow: 1px 1px 1px #252525;  
  height:26px;  
  margin:0;  
  padding:0 7px;  
  background:#545454;  
  border:1px solid #252525;  
}  
   
.poick_knopka:hover {  
  background:#252525;  
  }

#back-top { 
position: fixed; 
width: 50px; 
height: 100px; 
z-index: 6; 
right: 25px; 
bottom:0; 
background-color: transparent; 
display: block; 
background-position: initial initial; 
background-repeat: initial initial; 
}

 body {background:url('http://anime-spaces.ru/serv/novyj_tochechnyj_risunok-2.png') no-repeat top ;background-attachment:fixed; margin-top: px;}
}

.opatb {background:#fff;border:1px solid #ccc;border-left:none;height:63px;}   
.mpava img {width:63px;height:63px;float:left;border:1px solid #d2d2d2;margin-bottom:4px;}   
.mpname {float:left;padding-left:27px;font-size:16px;color: rgb(8, 99, 151);padding-top:20px;display:inline-block} 
.mpin {text-align:left; padding:0px; clear:both; }   
.mpimstr {float:left;background:#f7f7f7;padding:3px;border:1px solid #ccc;border-right:1px dotted #ccc;border-bottom:none;display:inline-block}   
.mpstr {background:#fff;float:left;width:90%;height:17px;display:inline-block;padding-top:5px;border:1px solid #ccc;border-left:none;border-bottom:none;}   
.mpstr a {text-decoration:none;color: rgb(8, 99, 151);margin-left:4px;}   
.mpstr a:hover {text-decoration:underline;}   
.mpstrls {background:#fff;float:left;width:147px;height:17px;display:inline-block;padding-top:5px;border:1px solid #ccc;border-left:none;border-bottom:none;border-right:1px dotted #ccc;}   
.mpstrls a {text-decoration:none;color: rgb(8, 99, 151);margin-left:4px;}   
.mpstrls a:hover {text-decoration:underline;}   
.unread {background:#f7f7f7;border:1px solid #ccc;border-bottom:none;height:19px;text-align:center;font-weight:bold;padding:3px 2px 0 0;}

.cpojer-links a { 
  display: inline-block; 
  padding: 4px; 
  outline: 0; 
  color: #aa00ff; 
  -webkit-transition-duration: 0.25s; 
  -moz-transition-duration: 0.25s; 
  -o-transition-duration: 0.25s; 
  transition-duration: 0.25s; 
  -webkit-transition-property: -webkit-transform; 
  -moz-transition-property: -moz-transform; 
  -o-transition-property: -o-transform; 
  transition-property: transform; 
  -webkit-transform: scale(1) rotate(0); 
  -moz-transform: scale(1) rotate(0); 
  -o-transform: scale(1) rotate(0); 
  transform: scale(1) rotate(0); 
} 
.cpojer-links a:hover { 
  background: #aa00ff; 
  text-decoration: ; 
  color: #ffff00; 
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -o-border-radius: 4px; 
  border-radius: 4px; 
  -webkit-transform: scale(1.05) rotate(-1deg); 
  -moz-transform: scale(1.05) rotate(-1deg); 
  -o-transform: scale(1.05) rotate(-1deg); 
  transform: scale(1.05) rotate(-1deg); 
} 
.cpojer-links a:nth-child(2n):hover { 
  -webkit-transform: scale(1.05) rotate(1deg); 
  -moz-transform: scale(1.05) rotate(1deg); 
  -o-transform: scale(1.05) rotate(1deg); 
  transform: scale(1.05) rotate(1deg); 
}





.uSpoilerButton {background:#3a0058;border:1px solid #ffff00;color:#ffff00;font-family:Verdana, Tahoma, helvetica, sans-serif;font-size:11px;vertical-align:middle;height:26px;margin:2px;padding:4px;width:100%} 
.uSpoilerButton:hover {background:#aa00ff;border:1px solid #ffaa00;color:#ffff00;font-family:Verdana, Tahoma, helvetica, sans-serif;font-size:11px;vertical-align:middle;height:26px;margin:2px;padding:4px;width:100%} 

/* for Ucoz style by ShineKami */
#message, #brief, #suggEdit, #nwF11{
width:100%
padding: 4px; background: #fff; border: 1px solid #ababab;
  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
  -moz-box-shadow: inset 0 1px 2px 0 #dbdbdb;
  -webkit-box-shadow: inset 0 1px 2px 0 #dbdbdb;
  box-shadow: inset 0 1px 2px 0 #dbdbdb;
}
#nwM31, #usr29Bl, #cheldu4, #nwM32, #nwM34, #nwM35 {display:none;}
.manHr{ border: 0 none; border-top: 1px solid #dfdede; height: 1px; }
#suggEdit, #nwF11, #nwF1{
  height:18px;
  padding: 4px; background: #fff; border: 1px solid #ababab;
  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
  -moz-box-shadow: inset 0 1px 2px 0 #dbdbdb;
  -webkit-box-shadow: inset 0 1px 2px 0 #dbdbdb;
  box-shadow: inset 0 1px 2px 0 #dbdbdb;
}
#nwF7 {
font: .9em/1.42 Tahoma, Arial, Helvetica, sans-serif;
}
.manFlSbm, .manFlRst{ 
height: 30px; line-height: 29px; 
float:left;
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
  background: #580047 url("/diz/imgs/fbutton.png") repeat-x;
  border: 1px solid #3e022c;
  color: #fff;
  padding: 1px 9px 3px 9px;
  margin-bottom: 2px !important;
  height: 30px;
  font-size: 1.1em;
  cursor: pointer;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.manFlRst{margin-left:5px;font-weight:bold;font-size:12px;}
/* Ячейка опроса 
 ------------------------------------------*/ 
 .cell_poll_title { 
  text-align:left;  
  color:#FFFFFF;
  font: 115%/1.5 Verdana,Arial,Helvetica, sans-serif;  
  padding: 5px 0px; 
 } 

 .cell_poll_left { 
  float:left;  
  width:115px; 
 } 

 .cell_poll_right { 
  float:left; 
  text-align:right;  
  width:115px; 
 } 

 .cell_poll_forum,  
 .cell_poll_rezultat, 
 .cell_poll_variant,  
 .cell_poll_title,  
 .cell_poll { 
  float:left;  
  width:230px; 
 } 

 .cell_citation { 
  font-size:10px; 
  color:#555; 
 } 

 .cell_citation_os { 
  float:left;  
  background-color: #fff; 
  border: 1px solid #B6B6B5; 
  padding: 5px; 
 } 

 .cell_poll_rezultat, 
 .cell_poll_variant { 
  padding: 5px 0px; 
  } 

 .answer { 
  padding: 5px 0px 5px 0px; 
 }  

 .answer div div {  
  height: 10px !important;  
  border: 1px solid #2c0f28;  
  padding-top: 11px;
  background: #6c004f url("/diz/imgs/voteline.png") no-repeat;
 }  

 .answer div {  
  display: block;  
  position: relative;  
  padding: 0 !important;  
  border: 1px solid #2c0f28;  
  background: #4d2146;  
  margin: 3px 0px 0px 0px;} 
 /* -------------------------------------- */
/*---Календарь---*/
.calTable { width: 100%; }
.calTable td, .calTable th { padding: 2px 0; vertical-align: middle; text-align: center; }
.calTable td.calWday, .calWday { border: 1px solid #8e6387; border-color: rgba(142,99,135,0.2); background-color: #7b3770; background-color: rgba(87,32,78,0.3); }
.calTable td.calMday, .calWdaySe, .calWdaySu, .calTable th.calMday, .calMdayIsA { color: #8e6485; border: 1px solid #6b3f62; border-color: rgba(107,63,98,0.2); background-color: #4d2146; background-color: rgba(77,33,70,0.3); }
.calWdaySe, .calWdaySu, .calWday, .calMday, .calMonth { font-weight: bold;}
.calTable td.calMday {color:#ffffff;}
.calTable td.calMdayIsA{ background: #fff; }
.calMonthLink a { color: #8e6485; }

.calTable { padding-bottom: .6em; }
/*-----------------------------*/

* { margin: 0; padding: 0; }
body, html { height:100%; }
body { background: #d9d4d5 url("/diz/imgs/bg.png"); color: #222; }
html { min-width: 996px; }

h1, h2, h3, h4, h5 { font-weight: normal; }
h1 { font-size: 1.6em; } h2 { font-size: 1.4em; } h3 { font-size: 1.2em; } h4 { font-size: 1.1em; } h5 { font-size: 1em; }

body, input, textarea, select, button { font: .9em/1.42 Tahoma, Arial, Helvetica, sans-serif; }

a { color: #66034a; text-decoration: none; }
a:hover { text-decoration: underline; }
a img  { border: 0 none; }

p { margin-bottom: .6em; }
hr { border: 0 none; border-top: 1px solid #dfdede; height: 1px; }

ul, ol { list-style: none; padding: 0; margin: 0; }
.dcont ul { padding-left: 16px; list-style: disc outside; }
.dcont ol { list-style-image: none; list-style-position: outside; list-style-type: decimal; margin-left: 2.2em; }

.clr { clear: both; }
.thide, .ui-icon-closethick, .slogan, .centroarts a, #topmenu li ul:after, .story .dtop:after, .fullstory .dbtm:after { overflow: hidden; display: block; height: 0; line-height: normal; }
table.userstop, table.pm, table.tableform { border-collapse: collapse; border-spacing: 0; }
.lcol, .rcol, form { display: inline; }
.lcol { float: left; } .rcol { float: right; }
.small { font-size: .8em; }
.red { color: #ff2761; }

.ui-dialog, #topmenu li ul, .navigation a, #dropmenudiv, .storin, #related, .searchitem { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

.wrap { width: 990px; text-align: left; margin: 0 auto; }
.pagebg { background: url("../images/bglines.png") no-repeat 50% 0; }
.page { min-width: 996px; overflow-x: hidden }

/* header */
#head { background: #f3f1f1 url("/diz/imgs/bg-top.png"); width: 100%; }
  .head { background: url("/diz/imgs/headbg.png") no-repeat 50% 100%; height: 141px; }

  #head h1 { padding-left: 30px; float: left; }
  #head h1 a { margin-top: 21px; float: left; width: 183px; padding-top: 99px; background: url("/diz/imgs/ghostanime.png"); }
  
/* Search */
#searchbar { margin-top: 55px; float: right; width: 299px; height: 32px; position: relative; }
  .stext { width: 255px; height: 16px; background: #cbcaca; border: 0 none; padding: 8px 36px 8px 8px;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: inset 0 1px 1px 0 #999898;
    -webkit-box-shadow: inset 0 1px 1px 0 #999898;
    box-shadow: inset 0 1px 1px 0 #999898;
  }
  .sbtn { position: absolute; top: 0; right: 0; width: 32px; height: 32px; background: url("/diz/imgs/search.png"); }
  .sbtn:hover { background-position: 0 -32px; }

/* login */
#loginbox { margin: 55px 0 0 1em; padding-right: 20px; float: right; }
  .logbox { display: inline; }
  .logbox a { float: left; margin-left: 1em; padding: 0 10px; line-height: 31px; }
  .logbox a b { font-weight: normal; }
  .logbox a.fbutton { height: 30px; line-height: 29px; }

  .loginbtn { text-decoration: none; padding: 0 18px; color: #fff; height: 31px; line-height: 31px; background: #c6153a url("../images/lbtn.png") no-repeat 50% 0; border: 1px solid #d6284e;
    -moz-box-shadow: 0 1px 2px 0 #000;
    -webkit-box-shadow: 0 1px 2px 0 #000;
    box-shadow: 0 1px 2px 0 #000;
  }
  .loginbtn:hover { background-position: 50% -31px; background-color: #d6173f; }

  .lfield { margin-bottom: 10px; }
    .lfield input { border: 1px solid #ababab; width: 258px; padding: 6px 5px 5px 5px;
      -moz-box-shadow: inset 0 1px 2px 0 #dbdbdb;
      -webkit-box-shadow: inset 0 1px 2px 0 #dbdbdb;
      box-shadow: inset 0 1px 2px 0 #dbdbdb;
    }
  .lbtn { text-align: center; }

  .loginent { padding-top: 11px; }
    .loginent #loginbtn { font-size: 1.4em; }

#headpic { background: #290b27 url("/diz/imgs/headimg2.png") repeat-x 50% 0; }
  .headpic { height: 394px; background: url("/diz/imgs/headimg.jpg") no-repeat 50% 0; }
  #headpic .wrap { padding-top: 16px; }

  .slogan { padding-top: 106px; width: 379px; float: left; background: url("/diz/headslogan.png") no-repeat; margin: 189px 0 0 26px; }

/* Menutop */
#tmenu { z-index: 24; position: relative; height: 56px; background: url("/diz/imgs/topmenu.png") no-repeat; }
  #topmenu { padding: 12px 17px 0 17px; }
  #topmenu li { padding-bottom: 9px; float: left; position: relative; }
  #topmenu li a { padding-right: 12px; line-height: 30px; color: #fff; }
  #topmenu li a *, #topmenu li a { float: left; height: 32px; background: url("/diz/imgs/tmlinks.png") no-repeat 0 -444px; }
  #topmenu li a * { font-weight: normal; cursor: pointer; padding-left: 12px; }
  #topmenu li a:hover, #topmenu li.selected a { text-decoration: none; background-position: 100% -32px; }
  #topmenu li a:hover *, #topmenu li.selected a * { background-position: 0 0; }

  #topmenu li ul { border-top: 1px solid #2e002d; padding: 10px; float: left; z-index: 11; position: absolute; top: 41px; left: 0; display: none; background-color: #4f004d; background-color: rgba(79,0,77,0.95); }
  #topmenu li ul:after { content: "^"; position: absolute; top: -7px; left: 20px; background: url("/diz/imgs/arrowmenu.gif") no-repeat; padding-top: 7px; width: 13px; }
  #topmenu li ul li { margin: 0; width: 180px; }
  #tmenu #topmenu li ul li a { font-size: .9em; color: #fff; padding: 5px 5px; width: 170px; line-height: normal; height: auto; background: none;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
  }
  #tmenu #topmenu li ul li a:hover { background: #670064; }
  #tmenu #topmenu li ul li { padding: 0; height: auto; }

  .cols2 { width: 360px; }

#pagebg { padding: 34px 0 0 0; background: url("/diz/imgs/headfoot.png") no-repeat 50% 0; }
.pagebg { min-height: 500px; padding: 0 0 34px 0; background: url("/diz/imgs/footertop.png") no-repeat 50% 100%; }

/* content coloms */
#conteiner { padding-left: 300px; }
  #lside { width: 270px; padding-right: 30px; margin-left: -300px; }
  #midside { width: 100%; }

/* footer */
#footbox { font-size: .9em; color: #dcb1d2; padding: 30px 0 0; width: 100%; background: #210920 url("/diz/imgs/footbox.jpg") no-repeat 50% 0; }
  #footbox a { color: #fff; }
  #fbox { width: 100%; background: url("/diz/imgs/fbox.png") repeat-y 50% 0; }
  #footbox .lcol { padding: 0 30px; width: 270px; }
  #footbox .lcol h3 { color: #ff2761; text-shadow: 0 -1px 0 #0f060e; font-size: 1.4em; margin-bottom: .6em; }

  .centroarts { position: relative; clear: both; height: 30px; }
  .centroarts a { position: absolute; right: 30px; top: -10px; width: 100px; padding-top: 22px; background: url("/diz/imgs/centroarts.png"); }

#footer { color: #fff; background: #140713; }
  #footer .wrap { position: relative; height: 100px; }
  #footer a { color: #fff; }

  .copyright { float: left; margin: 28px 0 0 30px; height: 52px; padding-left: 62px; background: url("/diz/imgs/ga_logo.png") no-repeat; }
  .copyright span { font-size: .8em; }

  .copyright_forum { float: left; margin: 28px 0 0 30px; height: 52px; padding-left: 62px; background: url("/diz/imgs/ga_logo.png") no-repeat; }
  .copyright_forum span { font-size: .8em; }

  #animeshka { top: -171px; right: -129px; position: absolute; width: 158px; padding-top: 196px; background: url("/diz/imgs/animeshka.png") no-repeat; }

.counts { float: right; padding-right: 30px; }
  .counts li { float: left; width: 88px; height: 31px; margin: 32px 0 0 6px; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
  .counts li:hover { opacity: 1.0; -moz-opacity: 1.0; filter:alpha(opacity=100); }

/* blocks */
.block, .adblock, .block h3, .story, .imgthumb img, .voteline .thide, .pollbox, .comright, .bform, .berrors { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
  .block { border-bottom: 1px solid #e9e6e6; width: 270px; margin-bottom: 17px; padding-bottom: 10px; background-color: #c0bcbc;
    -moz-box-shadow: inset 0 -1px 1px 0 #989595;
    -webkit-box-shadow: inset 0 -1px 1px 0 #989595;
    box-shadow: inset 0 -1px 1px 0 #989595;
  }
  .block .dcont, .block .topnews { text-shadow: 0 1px 0 #dfdddd; background: url("/diz/imgs/bshadow.png") repeat-x; }
  .block .dcont { padding: 14px 15px 11px 29px; }

  .block h3 { text-shadow: 0 -1px 0 #50073a; height: 38px; padding: 11px 15px 0 29px; color: #fff; background: #7c085c url("/diz/imgs/btl.png");
    -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

  /* topnews */
  .topnews li a { line-height: normal; width: 226px; padding: 7px 15px 7px 29px; background: url("/diz/imgs/topnews.png") no-repeat 14px 14px; display: block; }
  .topnews li a:hover { background-color: #ccc7c7; background-color: rgba(213,208,208,0.5); }

  /* Archives */
  #archive .dcont { padding-left: 15px; }
  a.archives, #dle_news_archive_link { padding-left: 14px; width: 226px; }
  a.archives { background: url("/diz/imgs/archives.png") no-repeat 0 -234px; }
    a.archives:hover { background-position: 0 56%; }
    a.archives b { font-weight: normal; }
  #dle_news_archive_link { padding-top: 1em; height: 32px; }
  #dle_news_archive_link br { display: none; }
  #dle_news_archive_link a.archives { padding: 0; background: none; }
  #archive #dle_news_archive_link a { width: auto; height: 26px; line-height: 26px; float: left; text-shadow: 0 1px 0 #3e022c; font-size: 1em; }

/* ad */
.adblock { padding: 15px; width: 240px; margin-bottom: 17px; background-color: #cac4c4; background-color: rgba(163,156,157,0.25); }

/* Votes */
  .vtitle { color: #fff; font-size: 1.2em; margin-bottom: 0.6em; }
  .vlist { margin-bottom: 1.4em; }
  .vlist p { font-size: .85em; }
  .voteline { margin-bottom: .4em; padding: 2px; width: 265px; height: 12px; background: url("/diz/imgs/voteline.png") no-repeat; }
    .voteline .thide { padding-top: 11px; background: #6c004f url("/diz/imgs/voteline.png") no-repeat 0 -16px; }

  .vfoot { height: 32px; }
  .vfoot .fbutton, .vfoot .vresult { float: left; }
  .vfoot .vresult { padding: 0 10px; line-height: 32px; }
  .votenum { text-align: right; font-size: .85em; }
  .vote, #dle-poll-list div { clear: both; padding: 2px 0 2px 0; }
  .vote input, #dle-poll-list div input { vertical-align: middle; margin: -1px 2px 0 0; padding: 0; width: 14px; height: 14px; }

  #dle-poll-list { text-align: left; }

  #pollbox { padding: 0 6% 1.2em 6%; }
  .pollbox { background: #f8f8f8; padding: 18px 20px; border: 1px dotted #c0bcbc; margin: 0 auto; margin-bottom: 1.1em; }
  .pollhead { margin-bottom: 1em; color: #ff2761; font-size: 1.3em; font-weight: normal; }

/* shortstory */
.story { padding: 3px; background-color: #f8f7f7; margin-bottom: 20px;
  -moz-box-shadow: 0 2px 4px 0 #b3adad;
  -webkit-box-shadow: 0 2px 4px 0 #b3adad;
  box-shadow: 0 2px 4px 0 #b3adad;
}
.shortstory .storin { border-bottom: 1px solid #dfdede;
  -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0;
}
.storin { background: #fff; }
.story .dtop { float: left; padding: 15px 0 15px 0; position: relative; width: 100%; background: url("/diz/imgs/storytop.png") no-repeat 0 100%; }
  .story .dtop:after { left: -8px; top: 19px; position: absolute; content: "*"; padding-top: 44px; width: 21px; background: url("/diz/imgs/storyarrow.png") no-repeat; }
  .story .dtop h2, .stinfo { padding: 0 88px 0 27px; }
  .story .dtop h2 { margin-bottom: .2em; }
  
  .acoms b { font-size: 1.3em; font-weight: normal; width: 46px; height: 40px; padding-top: 30px; text-align: center; display: block; background: #740d5d; position: absolute; right: 22px; top: -3px; background: url("/diz/imgs/acoms.png"); }
  .acoms a, .acoms { color: #fff; }

  .ihmenu { color: #696969; display: inline; font-size: .75em; }
  .ihmenu li { float: left; padding-left: 11px; margin-right: 10px; background: url("/diz/imgs/ihmenu.png") no-repeat 0 50%; }
  .ihmenu li span { padding-left: 14px; }
  .ihmenu li:first-child { padding: 0; background: none; }

  .adate { background: url("/diz/imgs/adate.png") no-repeat 0 50%; }
  .auser { background: url("/diz/imgs/auser.png") no-repeat 0 50%; }
  .aviews { background: url("/diz/imgs/aviews.png") no-repeat 0 50%; }

  /* ratebox */
  .rate { float: right; margin: 0 0 0 1em; width: 85px; height: 17px; overflow: hidden; }

  .isicons { float: right; margin: 8px 0 0 1em; }
  .isicons b { height: 16px; width: 16px; float: left; margin-left: 4px; }
  .isicons a { display: block; height: 16px; width: 16px; }

  .story .dcont { clear: both; padding: 18px 27px; }
  .story .dbtm { position: relative; color: #696969; padding: 14px 27px 0 27px; height: 42px; }
  .fullstory .dbtm:after { content: ";)"; position: absolute; bottom: -28px; left: 23px; width: 26px; padding-top: 30px; background: url("/diz/imgs/btmcom.png"); }
  .argcat { margin-top: .65em; float: left; font-size: .75em; }

  .argmore a { margin-left: 1em; float: right; width: 96px; height: 27px; padding: 5px 0 0 12px; background: url("/diz/imgs/argmore.png") no-repeat; }
  .argmore a:hover { background-position: -108px 0; }
  
  .argback a { color: #fff; margin-left: 1em; float: right; width: 94px; height: 26px; padding: 4px 0 0 12px; background: url("/diz/imgs/argmore.png") no-repeat 0 -32px; }
  .argback a:hover { background-position: -106px -32px; }

  .imgthumb { display: inline; }
  .imgthumb br { display: none; }
  .imgthumb img { margin: 2px 20px 10px 0; float: left; width: 190px; border: 1px solid #dfdede; }

/* ???????????? */
#related { position: relative; text-shadow: 0 1px 0 #fff; font-size: .75em; margin: 0 27px; background: #ececeb url("/diz/imgs/relbg.png") repeat;
  -moz-box-shadow: inset 0 1px 2px 0 #cccccb;
  -webkit-box-shadow: inset 0 1px 2px 0 #cccccb;
  box-shadow: inset 0 1px 2px 0 #cccccb;
}
  #related ul { background: url("/diz/imgs/rel.png") no-repeat 22px 50%; padding: 12px 135px 12px 59px; }
  .reltabs { width: 108px; position: absolute; top: -22px; right: 20px; }
    .reltabs a { float: left; width: 54px; text-align: center; padding-top: 49px; background: url("/diz/imgs/badpost.png") no-repeat 50% 0; }
    .reltabs .acompl a { background-position: 50% 0; }
    .reltabs .afaq a { background-position: 50% -100px; }

/* fullstory */
.fullstory { margin-bottom: 30px; }
.blhead { margin-bottom: 1.3em; padding: 0 28px; color: #474747; text-shadow: 0 1px 0 #f4f2f2; }
  .blhead h3 { font-size: 1.7em; }
  .blhead p { font-size: .75em; color: #838181; }

/* ????? ?????? */
.berrors { text-shadow: 0 1px 0 #d8d2d2; color: #3f3f3f; margin-bottom: 20px; padding: 13px 13px 13px 58px; background: #cac4c4 url("/diz/imgs/berrors.png") no-repeat 14px 15px; background-color: rgba(163,156,157,0.25); }

/* ??????????? */
.bcomment { padding-left: 94px; margin-bottom: 20px; }
  .bcomment .lcol { font-size: .75em; margin-left: -94px; width: 94px; }
  .comleft { position: relative; height: 89px; padding: 17px 0 0 17px; background: url("/diz/imgs/comleft.png") no-repeat; }
  .comava { position: relative; width: 62px; height: 62px; overflow: hidden; display: block; }
    .comava img { width: 62px; height: 62px; }
    .comava .thide { z-index: 2; width: 62px; padding-top: 62px; position: absolute; left: 0; top: 0; background: url("/diz/imgs/comava.png") no-repeat; }
  .cdate { display: block; padding-right: 10px; color: #474747; text-shadow: 0 1px 0 #f4f2f2; }

  .bcomment .rcol { width: 100%; }
  .comright { padding: 13px 0; background: #c0bcbc url("/diz/imgs/comright.png") no-repeat; border: 1px solid #9b9b9b;
    -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0;
      -moz-box-shadow: 0 1px 0 0 #ece9ea;
      -webkit-box-shadow: 0 1px 0 0 #ece9ea;
      box-shadow: 0 1px 0 0 #ece9ea;
  }
  .groupicon img { position: absolute; left: -1px; top: -1px; z-index: 3; }

  .bctop { font-size: 1.1em; margin-bottom: .4em; }
  .bccont { padding: 0 20px; margin-bottom: 1em; }
 
  .comedit { padding: 0 20px; height: 16px; }
  .comedit li { float: left; font-size: 11px; margin-right: 1em; }
  .comedit li.selectmass { float: right; margin: 0 0 0 1em; }
  
  .signature { border-top: 1px dashed #9b9b9b; padding-top: 1em; margin-bottom: 1em; font-size: .85em; color: #6b6b6b; }

  .mass_comments_action { height: 30px; padding: 0 30px; margin-bottom: 20px; }

/* forms */
.bform { width: 100%; padding: 15px 0; margin-bottom: 20px; background-color: #fff; background-color: rgba(255,255,255,0.8); }
.dpad { margin: 0 30px; }
.bfhead { font-weight: normal; color: #858383; font-size: 1.6em; margin-bottom: .6em; }
.tableform { width: 100%; }
  .tableform td, .tableform th { border-top: 1px dotted #c0bcbc; padding: 9px 0; text-align: left; }
    .tableform th, .tableform .label, .tableform .addnews { width: 25%; font-weight: normal; vertical-align: top; padding-right: 10px; padding-top: 13px; }
    .imp:after { color: #dc173f; content: "*"; font-weight: bold; margin-top: 6px; vertical-align: middle; }

  .recipient select { width: 500px; }

  .checkbox { padding: 4px 0; line-height: 1em; }
    .checkbox input { margin-top: -2px; vertical-align: middle; }

  /*captcha*/
  .c-captcha { position: relative; height: 70px; }
  .c-captcha #dle-captcha, .c-captcha .f_input { float: left; margin-right: 5px; }
  .c-captcha #dle-captcha a { display: block; clear: both; }
  .c-captcha .f_input { position: absolute; left: 125px; font-size: 20px; height: 30px; padding: 9px; width: 100px; }

.f_input, .xfields input, .xprofile input { width: 288px; }
textarea { resize: vertical; }
.f_textarea { width: 96.7%; }
#category { width: 300px !important; }
.f_input { height: 16px; }
.fieldtr select, .f_textarea, .f_input, .xfields textarea, .xprofile textarea, .tdfield select,
.xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select, #category, .bbeditor select, .textin, select.rating { padding: 4px; background: #fff; border: 1px solid #ababab;
  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
  -moz-box-shadow: inset 0 1px 2px 0 #dbdbdb;
  -webkit-box-shadow: inset 0 1px 2px 0 #dbdbdb;
  box-shadow: inset 0 1px 2px 0 #dbdbdb;
}
.xfields textarea { width: 96.7%; }
.editor_button select { padding: 0; }

/* search */
.searchstyle { width: 480px; }
.search { font-size: 12px; padding: 0; }
td.search div { margin: 0 !important; }
.searchtable { background-color: #f8f8f8; padding: 10px; }
fieldset legend { color: #df2a4f; }
fieldset { border-width: 0; border: 1px solid #d7d7d7; padding: 5px; text-align: left; }
#searchuser, #searchinput { width: 90% !important; }
.searchitem { padding: 15px; background: #fff; padding: 18px 20px; border: 1px solid #c0bcbc; margin-bottom: 5px; }
.searchresult:hover { background-color: #fff; }

/* Userinfo */
.avatar { width: 100px; background: #fff; border: 1px solid #e5e8e9; padding: 5px; }
.avatar img { width: 100px; display: block; }
.userinfo { padding-left: 135px; }
  .rateui { width: 85px; height: 17px; margin: 0 auto; padding-top: 4px; }
  .userinfo .lcol { margin-left: -135px; width: 110px; padding-right: 25px; }
    .userinfo .lcol .avatar { margin-bottom: 1em; }

  .userinfo .rcol { width: 100%; }
  .userinfo .rcol ul { list-style: none; margin-bottom: 1.4em; }
  .userinfo .rcol ul li { margin-bottom: 0.2em; } 

  .usinf li { padding: 8px 0; border-top: 1px dotted #c0bcbc; }
  .usinf { border-bottom: 1px dotted #c0bcbc; }
  .ussep { padding-top: 1.2em; background: url("/diz/imgs/ussep.png") no-repeat; }

/* statistics */
.statistics { padding-bottom: 1em; }
  .statistics ul.lcol { min-height: 71px; margin: 0 0 0 -1px; width: 33.3%; }
  .statistics ul.lcol li { padding: 0 15px 0 1px; margin-bottom: 2px; }
  .statistics h4 { color: #e0003b; font-size: 1.3em; margin-bottom: .4em; }

.lines { border: 1px solid #f0f0ed; padding: 10px; }
  .lines li { margin-bottom: 0.2em; }


.view_video {width:230px;height:300px;overflow:hidden;background:url(/img/bg_view.png) no-repeat center bottom;margin:0 5px 5px 0;font:11px Tahoma, Geneva, sand-serif;}
.view_video a {text-decoration:none;color:#fff;text-shadow:0 1px 0 #000;}
.name_video {background:url(/img/name_video.png) no-repeat 0 -23px;width:196px;height:23px;margin:8px auto;text-align:center;line-height:21px;overflow:hidden;}
.name_video:hover {background-position:0 0;}
.src_video {width:205px;height:150px;overflow:hidden;margin:0 auto;padding:15px 0 0 0px;}
.src_video img {width:178px;height:126px;}
.bg_src {background:url(/img/src_video.png) no-repeat;position:absolute;width:230px;height:167px;margin:-143px 0 0 -12px;}
.user_add {background:url(/img/icons.png) no-repeat;height:16px;padding-left:17px;line-height:16px;margin:3px 0 4px 22px;float:left;}
.user_add a {text-shadow:none;color:#000;}
.line {background:url(/img/icons.png) repeat-x 0 bottom;width:210px;height:1px;margin:3px 10px;clear:both;}
.reads {background:url(/img/icons.png) no-repeat 0 -16px;height:12px;line-height:12px;margin:4px 12px 0 21px;padding-left:24px;color:#000;float:left;}
.commets {background:url(/img/icons.png) no-repeat 0 -28px;height:14px;line-height:12px;margin:4px 8px 0 0;padding-left:24px;color:#000;float:left;}
.commets a {color:#000;text-shadow:none;}
.raiting {background:url(/img/icons.png) no-repeat 0 -42px;height:16px;line-height:16px;margin:2px 60px 0 0;padding-left:21px;color:#000;float:left;}
.button {background:url(/img/button2.png) no-repeat;height:24px;width:96px;text-align:center;line-height:24px;float:left;margin:12px 10px 0 10px;}
