/*--------------------- General styles start ---------------------*/
body {height:100%; min-width:1060px; margin: 0; background: url(/back_torgames.jpg) black no-repeat top center; font: 14px 'Tahoma', 'Arial';color: #474747;text-align: center;}
td, input {font: 14px 'Tahoma', 'Arial';}
body a {color: #0076A6;text-decoration: none;}
body a:hover {text-decoration:underline;}
* {}
img {border: 0px;}
a.noun img {margin: 2px;}
.clear {clear: both;}
h1 {
color: #423744;
font: 18px "Tahoma";
margin: 0;
padding: 5px 0 4px 0px;
}
h2, h3, h4, h5, h6 {}
hr {border: 0px; height: 1px; background: #d6d6d6;}
*:focus {outline: none;}
input, reset {border: 1px solid #CCC; outline:none;}
textarea{outline:none; resize:none;}
input{*border: 0px none #000 !important; *border-color: transparent !important;}
/*--------------------- General styles end ---------------------*/
#wrap0 {min-height:100%;}
#container {width: 1024px; background: white; margin: 40px auto 20px; border-radius:12px; position:relative; text-align: left;}

/*--------------------- TOP start ---------------------*/
#top {position:relative;height: 60px; background: #E9E9E9;border-radius:10px 10px 0 0;background: linear-gradient(to bottom, #FFFFFF 0%,#DDDDDD 100%);border-bottom:1px solid #B1B1B1;}
#usermenu {position:absolute;right:0;top:0;border-radius:0 8px 0 8px; padding:0 10px 0 14px; height: 24px; text-align: right; font-size: 13px; color: #fff; text-shadow: 0px 1px 0px #3d3d3d; line-height: 24px;background: #6B6B70 url(/.s/t/785/4.png) repeat-x;}
#usermenu a {color: #fff; padding: 0px 0px 2px 20px;margin-left: 7px;}
#usermenu a:hover {text-decoration: underline;}
#usermenu-corner {float:right;background: url(/.s/t/785/5.png);width:16px;height:24px;margin: 8px 0px 0px 0px;}
a.rss-link {background: url(/.s/t/785/6.png) no-repeat;}
#usermenu a.login-link {background: url(/.s/t/785/7.png) no-repeat;padding-left: 15px;}
a.logout-link {background: url(/.s/t/785/8.png) no-repeat;}
a.register-link {background: url(/.s/t/785/9.png) no-repeat;}
a.profile-link {background: url(/.s/t/785/10.png) no-repeat;}
#logo-block {float: left;margin: 1px 0px 0px 65px;}
#logo-block h1 {margin: 0px;padding: 0px;font: 28px/35px 'Tahoma';color: #423744;text-shadow: 0px 1px 0px #fff;}
#top-right {float: right; margin: 13px 18px 0px 0px;}
#top-search {float: right;width:120px;height:24px;background: url(/.s/t/785/11.png);}
#topQueryField {float: left;-moz-box-shadow: none !important;box-shadow: none !important;border: 0px !important;background: none !important;padding: 0px !important;width: 80px;font: 11px/15px 'Tahoma';color: #686868;margin:5px 0px 0px 7px;}
#topSearchSbmFl {position: relative;float: right;width: 26px;height:24px;background: none;border: none;cursor: pointer;text-indent: -9999px;font-size: 0px;color: transparent;}
#date {float: right; height: 24px;margin-right: 10px;}
#date * {height: 24px;line-height: 22px;}
#date-right {float: right;width: 10px; background: url(/.s/t/785/12.png);}
#date-mid {float: right; background: url(/.s/t/785/13.png);}
#date-left {float: right;width: 10px; background: url(/.s/t/785/14.png);}
.top-menu-b {
display:inline-block;
margin: 6px -5px 0 15px;
background: rgba(0, 0, 0, 0) url("/.s/t/785/31.gif") repeat-x scroll 0 0;
border-color: #dddddd #c6c6c6 #c6c6c6;
border-radius: 5px;
border-style: solid;
border-width: 1px;
color: #474747;
cursor: pointer;
font: 14px "Tahoma";
padding: 4px 5px;
transition: all .1s ease-out;
}
.top-menu-b:hover {
text-decoration:none;
box-shadow: inset 0px -3px 15px 0px rgb(50 50 50 / 20%);
}
.dop-menu {
width:737px;
height:40px;
text-align:center;
margin:-10px 0 5px -18px;
border-bottom:1px solid #DDDDDD;
background: #F1F1F1;
background: linear-gradient(135deg, rgba(234,234,234,0.71) 0%,rgba(221,221,221,0.71) 6%,rgba(239,239,239,0.66) 63%,rgba(242,242,242,0.46) 74%,rgba(242,242,242,0) 100%);
}
/*--------------------- TOP end ---------------------*/

/*------ Мои стили ------*/
.myWinCont input[type="text"], .myWinCont input[type="password"], .myWinCont .tmplCodeH {
color: #474747 !important;
}
#allEntries {
display: flex;
flex-wrap: wrap;
text-align:center;
}
#allEntries>div {
width: 31%;
margin: 1.5% 1%;
display:inline-block;
vertical-align:top;
border-radius:6px;
border:1px solid #B1B1B1;
background: linear-gradient(to bottom, #DDDDDD 0%,#FFFFFF 15%, #FFFFFF 85%, #DDDDDD 100%);
box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.3);
}
#allEntries>div:hover .small_game {
box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.6);
}
#allEntries>.small_game:hover {
box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.6);
}
.comm-f #allEntries {
display: block;
flex-wrap: nowrap;
margin-top: 10px;
}
.comm-f #allEntries>div {
background: linear-gradient(to bottom, #FFFFFF 0%,#DDDDDD75 100%);
}
.comm-f .com-order-block {
margin:10px 0;
}
.content_op p {
margin:0;
}
.years {
display:flex;
}
.years a {
display:inline-block;
width:7.14%;
height:23px;
padding:7px 0 0 0;
text-align:center;
font-size:14px;
font-weight:bold;
}
.years a.selected {
text-decoration:underline;
}
.years_2 {
display:inline-block;
width:100px;
text-align:center;
}
.sorting {
display:inline-block;
text-align:center;
width:100%;
}
.sorting span {
font-size:14px;
}
.sorting span a {
font-size:14px;
font-weight:bold;
}

.logo {
width:350px;
padding:10px 0 0 10px;
}
.search_top {
position:absolute;
right:18px;
top:28px;
}
.gallery_block p {
font-size:14px;
font-weight:bold;
margin:0 0 10px 0;
}
.obzor_game img {
width:280px;
border-radius: 4px !important;
float:right;
margin: 5px 5px 0 5px !important;
}
.read-next {
display:inline-block;
margin:4px auto;
width: auto;
background: #EFEFEF;
background: linear-gradient(to bottom, #FFFFFF 0%,#E5E5E5 60%,#DDDDDD 100%);
border-color: #dddddd #c6c6c6 #c6c6c6;
border-radius: 3px;
border-style: solid;
border-width: 1px;
color: #474747;
cursor: pointer;
font: 13px "Tahoma";
padding: 2px 10px;
}
.hot_games h2 {
text-align:center;
}
p.latest_games {
margin:10px 0 10px;
font-size:20px;
font-weight:bold;
text-align:center;
}
.all_games_glav a {
display: block;
width: 200px;
margin:18px auto;
text-align:center;
background: #EFEFEF;
background: linear-gradient(to bottom, #FFFFFF 0%,#E5E5E5 60%,#DDDDDD 100%);
border: 1px solid #b1b1b1;
border-radius: 5px;
color: #474747;
cursor: pointer;
font: 20px "Tahoma";
padding: 4px 25px;
transition: all .1s ease-out;
}
.all_games_glav a:hover {
text-decoration:none;
box-shadow: inset 0px -5px 20px 0px rgb(50 50 50 / 20%);
}
.new_games a {
display: block;
width: 160px;
margin:10px auto 5px;
text-align:center;
background: #EFEFEF;
background: linear-gradient(to bottom, #FFFFFF 0%,#E5E5E5 60%,#DDDDDD 100%);
border: 1px solid #b1b1b1;
border-radius: 5px;
color: #474747;
cursor: pointer;
font: 20px "Tahoma";
padding: 4px 0;
transition: all .1s ease-out;
}
.new_games a:hover {
text-decoration:none;
box-shadow: inset 0px -5px 20px 0px rgb(50 50 50 / 20%);
}
.small_game {
width:100%;
transition: all .1s ease-out;
}
.small_game a:hover {
text-decoration:none;
}
.small_game .nazvanie_tor {
display:table-cell;
vertical-align:middle;
text-align:center;
height:32px;
margin: 0 auto;
padding: 5px 5px 10px 5px;
font-size: 13px;
font-weight: bold;
border-radius:5px 5px 0 0;
}
.small_game .img_tor {
display:block;
position:relative;
width:85%;
height:260px;
margin: 0 auto;
text-align:center;
}
.small_game .img_tor .poster {
object-fit:cover;
object-position:top;
width:100%;
height:250px;
border-radius:2px;
}
.down-m {
position:absolute;
right:10px;
bottom:20px;
color:white;
Background-color: rgba(128, 128, 128, 0.87);
opacity:0.93;
padding:2px 4px 2px 4px;
border-radius:4px;
}
.down-m img {
width:13px;
height:13px;
margin:0 2px -2px 0;
opacity:0.83;
}
.small_game .niz_small {
display:block;
border-radius:0 0 5px 5px;
font-size:13px;
}
.small_game .niz_small span{
padding:0 3px 5px 3px;
width:100%;
display:block;
}
.small_game .niz_small span:last-child {
padding:0 3px 7px 3px;
}
.full_game {
margin:5px 0 10px 0;
}
.full_game h1 {
padding:5px 0 10px 0;
}
.full_game .oblojka {
margin: 4px 0 0 0;
display:inline-block;
}

.full_game .oblojka img{
width:220px;
}
.full_game .torrent_info {
display:inline-block;
width:480px;
vertical-align:top;
position:relative;
margin: 0 0 0 10px;
}
.full_game .torrent_info p:first-child {
padding:0;
margin:0;
}
.full_game .down-mg {
margin-top:15px;
}
.full_game .down-mg img {
transition: all .1s ease-out;
}
.full_game .down-mg img:hover {
border-radius:4px;
box-shadow:0 0 12px 0 rgba(83,161,19,0.6);
}
.full_game .gallery_block {
margin:20px 0 10px 0;
display:block;
}
.full_game .gallery_block img {
border-radius:4px;
width:350px;
margin:3px 6px 3px 0;
}
.full_game .download_torrent a {
display:block;
position:relative;
width: 425px;
height:57px;
text-align: center;
border:2px solid #43840D;
background: #579D18;
background: linear-gradient(to bottom, #6FAF24 0%,#43840D 100%);
border-radius:5px;
margin: 30px auto 30px;
font-weight: bold;
padding-top:3px;
padding-left:35px;
font-size:28px;
color: white;
transition: all .1s ease-out;
}
.full_game .download_torrent a:hover {
box-shadow: 0 0 12px 0 rgb(83 161 19 / 60%);
}
.full_game .download_torrent img {
width:39px;
height:38px;
position:absolute;
bottom:10px;
left:78px;
}

.full_game .download_torrent_part a {
display:block;
position:relative;
width: 425px;
height:57px;
text-align: center;
border:2px solid #43840D;
background: #579D18;
background: linear-gradient(to bottom, #6FAF24 0%,#43840D 100%);
border-radius:5px;
margin: 30px auto 30px;
font-weight: bold;
padding-top:3px;
padding-left:35px;
font-size:28px;
color: white;
transition: all .1s ease-out;
}
.full_game .download_torrent_part a:hover {
box-shadow: 0 0 12px 0 rgb(83 161 19 / 60%);
}
.full_game .download_torrent_part img {
width:39px;
height:38px;
position:absolute;
bottom:10px;
left:78px;
}

.closed {
text-align:center;
color:red;
font-size:16px;
font-weight:bold;
}
.full_game .torrent-size {
display:block;
position:absolute;
bottom:6px;
left:129px;
text-align:center;
font-size:13px;
color:#DAFFA7;
}
.full_game .game-war {
padding-right:50px;
}
.full_game .torrent-down {
display:block;
position:absolute;
bottom:2px;
right:5px;
text-align:center;
font-size:13px;
color:#DAFFA7;
}
.wargame {
width:100%;
margin: 20px 0 0 0;
padding: 20px 0 0 0;
border-top: 1px solid #D6D6D6;
border-bottom: 1px solid #D6D6D6;
text-align:center;
}
.wargame span, .more_games span {
display:block;
text-align:left;
font-size: 14px;
font-weight: bold;
margin: 0 0 10px;
}
.wargame-2 {
width:100%;
overflow:hidden;
margin: 20px 0 0 0;
padding: 13px 0 10px 0;
border-top: 1px solid #D6D6D6;
text-align:center;
}
.more_games {
width:100%;
margin: 20px 0 20px 0;
text-align:center;
border-bottom: 1px solid #D6D6D6;
}
.more_games .games-block {
display:flex;
flex-wrap:wrap;
justify-content: space-between;
}
.random_game {
width:160px;
margin-bottom:10px;
}
.random_game .nazvanie_tor {
display:table-cell;
vertical-align:middle;
width:160px;
text-align:center;
height:30px;
padding: 5px 0;
font-size: 13px;
font-weight: bold;
}
.random_game:hover .nazvanie_tor {
text-decoration: underline;
}
.random_game .img_tor {
display:block;
width:160px;
margin: 0 auto;
text-align:center;
}
.random_game .img_tor img {
width:160px;
height:230px;
border-radius:2px;
}
.top_game_r {
width:180px;
margin:6px auto 12px;
display:block;
}
.top_game_r .img_tor {
display:block;
width:160px;
margin: 0 auto;
text-align:center;
}
.top_game_r .img_tor img {
width:160px;
height:220px;
border-radius:2px;
transition: all .1s ease-out;
}
.top_game_r:hover .img_tor img {
box-shadow: 0px 0px 12px 0px rgb(50 50 50 / 60%);
border-radius:4px;
}
.butyoutube { 
 position:absolute;
 right:0;
 top:0;
 padding:2px 10px 2px 10px;
 border: 1px solid #00748f; 
 cursor: pointer; 
 font-weight:bold;
 color: #fafafa; 
 text-transform: uppercase; 
 background-color: #0483a0; 
 background: linear-gradient(to bottom, #31b2c3 0%, #0483a0 100%); 
 border-radius: 6px; 
 text-shadow: 0 1px 0 rgba(0, 0 ,0, .3); 
 box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff; 
 }
.butyoutube:hover {
 background-color: #31b2c3; 
 background: linear-gradient(to bottom, #0483a0 0%, #31b2c3 100%); 
}
#videoyou {
 display:none;
 width:580px;
}

.page-blocks {
text-align: center;
margin: 10px 0;
}

/*------ Меню ------*/
.uMenuH {
margin:30px auto;
border:1px solid red;
height:40px;
display:inline-block;
}
.uMenuRoot li.uWithSubmenu ul {
border:1px solid black;
padding:10px 0 10px 0;
position:absolute;
}
.uMenuRoot li.uWithSubmenu ul{
display:none;
}
.uMenuRoot li.uWithSubmenu:hover ul {
display:block;
}
#uMenuDiv3 {
border-top:2px solid #878787;
}
#uMenuDiv3 li a {
font-weight:bold;
}
#uMenuDiv3 li a:hover {
color:#2E89C3;
}
/*------ Конец Меню ------*/

.search-img {
width:200px;
float:left;
padding: 2px 4px 4px 0 !important;
margin: 2px 4px 4px 0 !important;
}

/*------ Мои стили ------*/

/*---------CONTENT-start-----------*/
#content {background:white;padding: 10px 18px;;}
#content-inside {width: 1000px;}
#maincol {float: left;width:720px;}
#sidebar {float: left;width: 260px;}
#soc {padding-left:8px;height: 44px; margin-bottom: 5px;}
#soc a { display: block; width: 32px; height: 32px; float: left; margin: 6px 6px 0px 4px;}
#soc a:hover { background-position: 0px -32px;}
.soc-rss { background: url(/.s/t/785/16.png);}
.soc-del { background: url(/.s/t/785/17.png);}
.soc-facebook { background: url(/.s/t/785/18.png);}
.soc-memori { background: url(/.s/t/785/19.png);}
.soc-twitter { background: url(/.s/t/785/20.png);margin-right: 0px !important;}
.soc-vkontakte { background: url(/.s/t/785/21.png);}
.shop-tabs{border-left: #A7A6A6 1px none !important;border-bottom: #c6c6c6 1px solid!important; height: 30px !important;}
.shop-tabs li{height: 29px !important; line-height: 29px !important; padding:0 !important; border-top: #c6c6c6 1px solid !important; border-bottom: #c6c6c6 1px none !important; border-left: #c6c6c6 1px none !important; border-right: #c6c6c6 1px solid !important; background: url(/.s/t/785/31.gif) repeat-x;}
.shop-tabs li:first-child {border-left: #c6c6c6 1px solid !important;border-top-left-radius: 5px;}
.shop-tabs li:last-child {border-top-right-radius: 5px;}
.shop-tabs li a{display:block; padding:0 10px; line-height:29px;text-decoration:none !important;color: #686868 !important;}
.shop-tabs li:hover{text-decoration:none !important;}
.shop-tabs .postRest1{background-position: 0px -29px !important;}
/*---------CONTENT-end---------*/

/*----Container blocks styles----*/
.block {margin-left: 15px;width: 252px;background: url(/.s/t/785/22.gif);margin-bottom: 10px;}
.blocktitle {background: url(/images/23.gif) no-repeat;padding: 10px 10px 10px 10px;font: 14px 'Tahoma'; color: #4d424e; text-transform: uppercase;}
.blockbottom {background: url(/images/24.gif);height: 12px;overflow: hidden;}
.blockcontent {text-align: left;margin: 0px 10px;width: 232px;position: relative;}
.blockcontent ul {margin: 0;padding: 0;list-style: none;}
.blockcontent li {margin-left: 25px;list-style: disc;line-height:18px;}
.blockcontent li a {}
.blockcontent li a:hover {}
.blockcontent a {}
.blockcontent a:hover {}
/*-----------------------*/

/*-----MAINMENU-START-----*/
.uMenuH li {float:left;padding:0 5px;list-style: none;}

ul.uMenuV li:first-child {-moz-border-radius: 5px 5px 0px 0px;border-radius: 5px 5px 0px 0px;}
.uMenuV li {list-style: none;margin: 0;background: #e0e0e0 url(/.s/t/785/25.gif) repeat-x;border-bottom: 1px solid #cecece;line-height: 14px !important;}
.uMenuV li .uMenuItem {border-bottom: 1px solid #fff;display: block;padding: 1px 0px;}
.uMenuV li a {font: 14px/14px 'Tahoma';color: #636363;margin: 0;display: block;padding: 9px 0px;transition: all .1s ease-out;}
.uMenuV li a:hover, .uMenuV .uMenuItemA {color: #0076A6;text-decoration: none !important;}
.uMenuV li a span {background: url(/.s/t/785/26.png) 0px 2px no-repeat; padding: 0px 0px 2px 20px;margin-left: 10px;}
.uMenuV li a:hover span, .uMenuV .uMenuItemA span {background-position: -287px 2px;}

#sidebar .xw-tl,#sidebar .xw-bl,#sidebar .u-menuvsep {display:none;}
#sidebar .xw-ml,#sidebar .xw-mr {margin:0;padding:0;background:none !important;}
#sidebar .xw-mc {color:#6e6e6e; font-weight: normal; float: none; margin: 0px; padding: 0px; line-height:28px;
background:none; !important; border:none !important;-moz-border-radius: 5px;border-radius: 5px;
}
#sidebar .u-menubody {border: 0px !important; padding: 10px 0px;background: #ececec !important;-moz-border-radius: 6px;border-radius: 6px;}
#sidebar .u-menuvitem {background: #e0e0e0 url(/.s/t/785/25.gif) repeat-x; padding: 0px; line-height:28px;border-bottom:1px solid #cdcdcd;}
#sidebar .u-menuvitem .uMenuItem {padding: 0 20px 0 10px;border-bottom: 1px solid #fff;}

#sidebar a {text-decoration: none;}
#sidebar a:hover {text-decoration: underline;}
.uMenuV a {text-decoration: none !important;}
#sidebar .u-menuvitem span {font-size:11px;color:#6e6e6e;font-family: 'Tahoma';text-decoration: none;}
#sidebar .u-menuitemhl {background:#f7f7f7!important; padding: 0px; line-height:28px;}
#sidebar .u-menuitemhl span {font-family: 'Tahoma';color: #6e6e6e;}
#sidebar .u-menuarrow, .uMenuArrow {position: absolute; width: 4px; height: 8px; overflow: hidden;right: 5px; top: 11px;background: url(/.s/t/785/27.png) !important;}
.uMenuArrow {top: 13px;}
#sidebar .u-menu {}
/*-----MAINMENU-END-------*/

/*--------------------- Footer start ---------------------*/
#footer { border-radius:0 0 10px 10px; background: #716A6C;color: #fff; text-shadow: 0px 1px 0px #3d3d3d;padding-bottom: 10px;}
#footer p {margin:0;padding:10px 0 0 0;display:block;width:880px;}
#footer a {color: #fff; text-shadow: 0px 1px 0px #3d3d3d;line-height: 30px;text-decoration: underline;}
#footer a:hover {text-decoration: none;}
#copyright {display:inline-block;margin-left: 18px;vertical-align:top;font-size:12px;}
#powered-by {display:inline-block;margin-left: 18px;width:40px;vertical-align:top;}
#powered-by img {vertical-align: middle !important;}
/*--------------------- Footer end ---------------------*/

/* Module Part Menu */
.catsTable {}
.catsTd {}
.catName {}
.catNameActive {}
.catNumData {}
.catDescr {}
a.catName:link {}
a.catName:visited {}
a.catName:hover {}
a.catName:active {}
a.catNameActive:link {}
a.catNameActive:visited {}
a.catNameActive:hover {}
a.catNameActive:active {}
/* ----------------- */

/* Entries Style */
.eBlock {}

.eTitle {font: 22px 'Tahoma';color: #3d3d3d;background: url(/.s/t/785/29.gif) repeat-x;padding: 8px 10px 5px 10px;}
.eTitle a {font: 22px 'Tahoma';color: #3d3d3d;}
.eTitle a:hover {text-decoration: underline;}

.eMessage, .eText {padding: 0px 10px 10px 10px !important;text-align: justify !important;color: #646464;font: 13px/17px 'Tahoma';}
.eMessage {}
.eText {}
.eMessage img, .eText img {background: #fff; padding: 4px; margin: 5px;}
.eDetails, .eDetails1, .eDetails2 {border-top: 1px solid #d6d6d6; padding: 5px 10px;font-size: 11px;text-transform: uppercase;}
.eDetails {}
.eDetails1 {}
.eDetails2 {}

.eRating {}

.eAttach {}
/* ------------- */

/* Entry Manage Table */
.manTable {}
.manTdError {}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* ------------------ */

/* Comments Style */
.cAnswer {}
.cBlock1, .cBlock2 { margin: 10px !important;padding: 5px !important;border-radius: 5px; -moz-border-radius: 5px;-moz-box-shadow: 0 1px 2px #5D5D5D;box-shadow: 0 1px 2px #5D5D5D;
background: #f6f6f6;/*border-width: 1px; border-style: solid; border-color: #f6f6f6 #cacaca #838383 #cacaca;*/}
#maincol .cBlock1, #maincol .cBlock2 {border-top-color: #cacaca; margin: 0px !important;}
.cBlock1 {}
.cBlock2 {}
/* -------------- */

/* Comments Form Style */
.commTable {}
.commTd1 {}
.commTd2 {}
.commFl {}
.smiles {}
.commReg {}
.commError {}
.securityCode {}
/* ------------------- */

/* Archive Menu */
.archUl {}
.archLi {}
a.archLink:link {}
a.archLink:visited {}
a.archLink:hover {}
a.archLink:active {}
/* ------------ */

/* Archive Style */
.archiveCalendars {}
.archiveDateTitle {}
.archEntryHr {}
.archiveeTitle li {}
.archiveEntryTime {}
.archiveEntryComms {}
a.archiveDateTitleLink:link {}
a.archiveDateTitleLink:visited {}
a.archiveDateTitleLink:hover {}
a.archiveDateTitleLink:active {}
.archiveNoEntry {}
#mn3 a{font: 10px 'Tahoma' !important;}
/* ------------- */

/* Calendar Style */
.calTable td {font: 13px 'Tahoma';color: #6e6e6e;padding: 4px 7px 5px 7px;}
td.calMonth a {color: #646464;}
td.calWday {color: #908b8b;}
td.calWdaySe {color: #6196da;}
td.calWdaySu {color: #6196da;}
td.calWday, td.calWdaySu, td.calWdaySe {background: url(/.s/t/785/30.gif) repeat-x;border-width: 1px;border-style: solid;border-color: #dcdcdc #c4c4c4 #adadad #c4c4c4;
border-radius: 8px; -moz-border-radius: 8px;
}
.calMday {}
td.calMdayA {color: #fffffe;background: #b5b5b5;border-radius: 8px; -moz-border-radius: 8px;}
a.calMdayLink {color: #75a3de;}
td.calMdayIsA {color: #fffffe;background: none;}
a.calMonthLink:link,a.calMdayLink:link {}
a.calMonthLink:visited,a.calMdayLink:visited {}
a.calMonthLink:hover,a.calMdayLink:hover {}
a.calMonthLink:active,a.calMdayLink:active {}
/* -------------- */

/* Poll styles */
.pollBut {}

.pollBody {}
.textResults {}
.textResultsTd {}

.pollNow {}
.pollNowTd {}

.totalVotesTable {}
.totalVotesTd {}
/* ---------- */

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:blue;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;}
/* ---------------- */

/*-------page-switches-------*/
.swchItemA, .swchItem, .swchItemA1, .swchItem1 {display: inline-block;color: #636363; background: url(/.s/t/785/31.gif) repeat-x;padding: 5px 7px;text-decoration: none;border-width: 1px; border-style: solid; border-color: #dddddd #c6c6c6 #c6c6c6 #c6c6c6;border-radius: 6px; -moz-border-radius: 6px;transition: all .1s ease-out;}
.swchItem:hover, .swchItem1:hover {box-shadow: inset 0px -5px 15px 0px rgb(50 50 50 / 20%);text-decoration: none;}
.catPages1, .catPages2 {padding: 10px 0;}
/*---------------------------*/

/* Other Styles */
.replaceBody {}
.replaceTable {}
.legendTd {}
.codeMessage, .quoteMessage {padding: 5px !important;}
.codeMessage {font-family: monospace;}
/* ------------ */


/* ===== forum Start ===== */

/* General forum Table View */
.gTable {background: none;}
.gTable td {border-radius: 10px; -moz-border-radius: 10px;background: #efefef; border: 1px solid #d2d6d6;padding: 5px 7px;}
td.gTableTop {font: 14px/30px 'Tahoma';color: #3d3d3d;padding: 0px 10px;background: url(/.s/t/785/29.gif) repeat-x;border: none;}
td.gTableTop a {font: 14px/30px 'Tahoma'; color: #3d3d3d;}
td.gTableSubTop, td .postTdTop {background: url(/.s/t/785/32.gif);border: 1px solid #5e5b59;font: 10px/18px 'Tahoma';color: #ffffff;text-shadow: 0px 1px 0px #2b2b2b;padding: 0px 10px;}
td.gTableSubTop a, td .postTdTop a {color: #ffffff;}
.gTableBody {}
.gTableBody1 {}
.gTableBottom {}
.gTableLeft {}
.gTableRight {}
.gTableError {}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {}
.forumIcoTd,.forumThreadTd,.forumPostTd {}
.forumLastPostTd,.forumArchive {}

a.catLink:link {}
a.catLink:visited {}
a.catLink:hover {}
a.catLink:active {}

.lastPostGuest,.lastPostUser,.threadAuthor {}
.archivedForum{}
/* ------------- */

/* forum Titles & other */
.forum {}
.forumDescr,.forumModer {}
.forumViewed {}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {}
.forumBarKw {}
a.forumBarA:link {}
a.forumBarA:visited {}
a.forumBarA:hover {}
a.forumBarA:active {}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {}
.fastNavCat {}
.fastNavCatA {}
.fastNavForumA {}
/* -------------------------- */

/* forum Page switches */
.switches {}
td.pagesInfo, td.switch, td.switchActive {background: #ffffff; border: 1px solid #dcdbe0; padding-left: 5px; padding-right: 5px;}
td.switch, td.switchActive { background: #ccc; color: #ffffff;}
td.switch a {color: #4c4c4c;}
.switch {}
.switchActive {}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {}
.threadIcoTd,.threadPostTd,.threadViewTd {}
.threadLastPostTd {}
.threadDescr {}
.threadNoticeLink {}
.threadsType {}
.threadsDetails {}
.forumOnlineBar {}

a.threadPinnedLink:link {}
a.threadPinnedLink:visited {}
a.threadPinnedLink:hover {}
a.threadPinnedLink:active {}

a.threadLink:link {}
a.threadLink:visited {}
a.threadLink:hover {}
a.threadLink:active {}

.postpSwithces {}
.thDescr {}
.threadFrmBlock {}
/* ------------------- */

/* forum Posts View */
.postTable {}
.postPoll {}
.postPoll td {border: 0px !important;}
.postFirst {border: 0px !important;}
.postRest1 {border: 0px !important;}
.postRest2 {border: 0px !important;}
.postSeparator {}

.postTdTop {}
.postBottom {}
.postBottom td {border: 0px;padding: 0px 5px !important;}
.postBottom img {vertical-align: middle;}
.postUser {}
.postTdInfo {text-align: center;}
.postRankName {}
.postRankIco {}
.reputation {}
.signatureHr {}
.posttdMessage {text-align: justify;padding: 8px !important;line-height: 18px;}

.pollQuestion {}
.pollButtons,.pollTotal {}
.pollSubmitBut,.pollreSultsBut {}
.pollSubmit {}
.pollEnd {}

.codeMessage {}
.quoteMessage {}

.signatureView {}
.edited {}
.editedBy {}

.statusBlock {}
.statusOnline {}
.statusOffline {}
/* ------------------ */

/* forum AllInOne Fast Add */
.newThreadBlock {}
.newPollBlock {}
.newThreadItem {}
.newPollItem {}
/* ----------------------- */

/* forum Post Form */
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {}

.codeButtons {}
.codeCloseAll {}
.postNameFl,.postDescrFl {}
.postPollFl,.postQuestionFl {}
.postResultFl {}
.postAnswerFl {}
.postTextFl {}
.postUserFl {}

.pollHelp {}
.smilesPart td {border: 0px !important;}
/* ----------------- */
/* ====== forum End ====== */

/*--------------------- INPUTS start ---------------------*/
input[type=submit], input[type=reset], input[type=button] {background: url(/.s/t/785/31.gif) repeat-x;transition: all .1s ease-out;font: 14px 'Tahoma';color: #474747;border-top: 1px solid #dddddd; border-bottom: 1px solid #c6c6c6; border-left: 1px solid #c6c6c6; border-right: 1px solid #c6c6c6;border-radius: 5px; -moz-border-radius: 5px;cursor: pointer; padding: 4px 5px;}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {box-shadow: inset 0px -5px 15px 0px rgb(50 50 50 / 20%);}
input[type=submit]:active, input[type=reset]:active, input[type=button]:active {}
input[type=text], input[type=password], textarea, iframe#mchatIfm2 {
background: #f4f4f4 url(/.s/t/785/33.gif) repeat-x;font: 14px 'Tahoma'; color:#686868;padding: 5px 8px; *padding: 5px 0px !important;
border-width: 1px; border-style: solid; border-color: #acacac #d0d0d0 #e9e9e9 #d0d0d0;border-radius: 8px;-moz-border-radius: 8px;
-moz-box-shadow: inset 0px 1px 0px #cdcdcd; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-shadow: inset 0px 1px 0px #cdcdcd;}
select {background: #f5f5f5;color: #686868;padding: 3px 0px;border: 1px solid #ccc;font: 13px 'Tahoma';}
iframe#mchatIfm2 {padding: 0px;}
#mchatBtn, input.codeButtons, input.button {padding-left: 0px;padding-right: 0px;}
input, select {vertical-align: middle;}
.queryField {width: 200px !important;}
.commFl, .manFl {width: 100%;}
.mchat {}
input[type=radio] {vertical-align: middle;}
.uf-btn:hover, input.uf-btn:hover, .uf-btn:active, input.uf-btn:active {background-position: inherit !important;}
/*--------------------- INPUTS end ---------------------*/

/*--------------------- POPUP start ---------------------*/
.popup a {}
.popup {max-width: 1025px; margin: 55px auto 0;background: white;}
.popuptitle {background: url(/.s/t/785/32.gif);border: 1px solid #5e5b59;font: 14px/30px 'Tahoma';color: #ffffff;text-shadow: 0px 1px 0px #2b2b2b;text-transform: uppercase;}
.popupbody {padding: 8px;border: 1px solid #ccc;}
/*--------------------- POPUP end ---------------------*/

.myBtnLeft img, .myBtnRight img, .myBtnLeftA img, .myBtnRightA img, .myBtnRight + td input, .myBtnRightA + td input { display: block }
.myBtnCenter, .myBtnCenterA { line-height:19px !important }
.myBtnCont { height:19px; padding-bottom:0 !important }
.opisanie_cat {
margin: 20px 0 0 0;
border-top: 1px solid #D6D6D6;
}
.opisanie_cat h2 {
text-align:center;
}
.uSpoilerButton {
width:710px;
text-align:left;
}
.uSpoilerOpened .uSpoilerButton {
border-radius: 5px 5px 0 0 !important;
}
.uSpoilerText {
width:688px;
padding:5px 10px 5px 10px;
border:1px solid #c6c6c6;
border-top:0px;
border-radius: 0 0 3px 3px;
background:#EFEFEF;
}
.myWinCont .captcha-block, .captcha-block {
display:block !important;
}
.commFl {
width:auto;
}
.down-off {
margin-top:15px;
text-align:center;
}
#bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
}
#ldM30 span {max-width:320px;}