.slidx-menu { 
  background:#f9f9f9; 
  font:15px 'tahoma';} 

.slidx-open { 
  box-shadow:0 0 25px 1px #333;} 

.slidx-menu ul { 
  margin:0; 
  padding:0;} 

.slidx-menu li { 
  list-style:none;} 

.slidx-menu li:hover { 
  background:#eee;} 

.slidx-menu li a { 
  padding:20px 25px; 
  display:block; 
  text-decoration:none; 
  color:#0080bc;} 

#slidx-button { 
  background:#ddd; 
  padding:10px 30px; 
  border-radius:3px; 
  margin:20px;} 

#slidx-button:hover { 
  background:#ccc; 
  cursor:pointer;}











.button {   
     margin: 5px;   
     text-decoration: none;   
     font: bold 14px 'Trebuchet MS',Arial, Helvetica;   
     display: inline-block;   
     text-align: center;   
     color: #f00;   
     border: 1px solid #9c9c9c;   
     border: 1px solid rgba(0, 0, 0, 0.3);   
     text-shadow: 0 1px 0 rgba(0,0,0,0.4);   
     box-shadow: 0 0 1px rgba(0,0,0,0.4);   
     -moz-box-shadow: 0 0 1px rgba(0,0,0,0.4);   
     -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.4);   
     }   
.button, .button span {   
     -moz-border-radius: 1px;   
     border-radius: 1px;   
     }   
.button span {   
     border-top: 1px solid #fff;   
     border-top: 1px solid rgba(255, 255, 255, 0.5);   
     display: block;   
     padding: 2px 17px;   
     background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),   
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),   
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),   
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));   
     background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),   
      -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),   
      -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),   
      -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);   
     -moz-background-size: 3px 3px;   
     -webkit-background-size: 3px 3px;   
     }   
.button:hover {   
     box-shadow: 0 0 1px rgba(0,0,0,0.4);   
     -moz-box-shadow: 0 0 1px rgba(0,0,0,0.4);   
     -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.4);   
     }   
.button:active  {   
     position: relative;   
     top: 1px;   
     }


.wAvtor {background:#ff4e00; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; padding: 1px 5px; color:#fff; font-size:10px; vertical-align:middle; display:none;}


#search input[type="text"] {  
background: url(/search_form/search-white.png) no-repeat 10px 6px #444;  
border: 0 none;  
font: bold 12px Arial,Helvetica,Sans-serif;  
color: #d7d7d7;  
width:150px;  
padding: 6px 15px 6px 35px;  
-webkit-border-radius: 20px;  
-moz-border-radius: 20px;  
border-radius: 20px;  
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);  
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;  
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;  
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;  
-webkit-transition: all 0.7s ease 0s;  
-moz-transition: all 0.7s ease 0s;  
-o-transition: all 0.7s ease 0s;  
transition: all 0.7s ease 0s;  
}  
#search input[type="text"]:focus {  
background: url(/search_form/search-dark.png) no-repeat 10px 6px #fcfcfc;  
color: #6a6f75;  
width: 200px;  
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;  
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;  
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;  
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);  
}


@import url('http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,700,300'); 


#news {  
border: 1px solid #ccc ;  
border-radius: 5px;  
width: 700px;  
padding: 20px;  
margin-left: -5px;  
margin-right: -5px;  
display: table;  
}  
#news:hover {  
box-shadow: 0 0 15px rgba(122,122,122,0.3);  
}  

.newspic {  
width:200px;  
height:140px;  
float:left;  
display:block;  
margin-right:20px;  
overflow:hidden;  
border-radius:5px;  
box-shadow:0 0 5px #898989;  
}  

.newspic img {  
width:200px;  
height:auto;  
min-height:140px;  
}  

.nitime {  
color:#d20e13;  
margin-bottom:5px;  
}  

.nitime span {  
padding-left:20px;  
margin-left:10px;  
background:url(/new_images/clockIcon.png) left no-repeat;  
font-family: Open Sans SemiBold;  
}  

.nleft {  
width: 480px;  
float: left;  
}  

.nleft .link {  
display: block;  
font-weight: bold;  
font-size: 16px;  
margin-bottom: 5px;  
}  

.nleft .text {  
width: 480px;  
height: 69px;  
overflow: hidden;  
display: block;  
margin-top: 5px;  
} 

.inftime {  
margin-top:3px;  
display:table;  
height:20px;  
line-height:20px;  
background:#e1eef7 url(/new_images/inftime.png) left no-repeat;  
padding-left:32px;  
font-size:11px;  
color:#1998da;  
border-radius:3px;  
padding-right:9px;  
float:left;  
}  

.infcomms {  
margin-top:3px;  
display:table;  
height:20px;  
line-height:20px;  
background:#f9f3e2 url(/new_images/infcomms.png) left no-repeat;  
padding-left:32px;  
font-size:11px;  
color:#a26324;  
border-radius:3px;  
padding-right:9px;  
float:left;  
}  

.infview {  
margin-top:3px;  
display:table;  
height:20px;  
line-height:20px;  
background:#f5f5f5 url(/new_images/view.png) left no-repeat;  
padding-left:32px;  
font-size:11px;  
color:#838487;  
border-radius:3px;  
padding-right:9px;  
float:left;  
}  

.infauthor {  
margin-top:3px;  
display:table;  
height:20px;  
line-height:20px;  
background:#e1eef7 url(/new_images/author.png) left no-repeat;  
padding-left:32px;  
font-size:11px;  
color:#1998da;  
border-radius:3px;  
padding-right:9px;  
float:left;  
}


/*=== Tooltip CSTAV.Ru ===*/  
#easyTooltip{  
padding:5px 10px;  
border:1px solid #1443c9;  
background:#1443c9;  
color:#fff;  
-moz-border-radius: 5px; /* Firefox */  
-webkit-border-top-right-radius: 5px;  
-webkit-border-top-left-radius: 5px;  
-webkit-border-bottom-right-radius: 5px;  
-webkit-border-bottom-left-radius: 5px;  
-khtml-border-radius: 5px; /* KHTML */  
border-radius: 5px;  
opacity: 0.75;  
z-index:999;  
}  
/*=== END ===*/



/*--------------------- FacebookCommStyle start ---------------------*/  
.aurComm {background:#edeff4;border-bottom:1px solid #d2d9e7;margin-bottom:1px;padding:5px;}  
.aurCommBody {margin:0 17 0 37px;font-size:11px;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;color:#333;line-height:1.28;}  
.aurCommUser {color:#3b5998;font-weight:bold;text-decoration:none;}  
.aurCommLink {color:#3b5998;text-decoration:none;}  
.aurCommTime {color:#808080;text-decoration:none;}  
.aurCommUser:hover,.aurCommTime:hover,.aurCommLink:hover {text-decoration:underline;}  
.aurCommAva {float:left;width:37px;height:32px;}  
.aurCommAva img {width:32px;height:32px;}  
.aurCommDel {display:none;float:right;width:15px;height:15px;background:url(/aurComm/aurCommDel.png);background-position:0 0px;}  
.aurCommDel:hover {background:url(/aurComm/aurCommDel.png);background-position:0 16px;}  
.aurCommTopugol {width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #edeff4;margin-left:14px;}  
.aurCommInput {width:100%;height:22px;border:1px solid #bdc7d8 !important;}  
.aurCommText {font-size:9px;color:#808080;}  
.aurCommSecurity {padding-left:5px;}  
.aurCommSecurity .securityCode {width:78px;height:22px;color:#000;text-transform:uppercase;font-size:11px !important;padding:3 0 0 0px;position:absolute;border:1px solid #bdc7d8 !important;background:rgba(255,255,255,0.5)}  
.aurCommSecurity #secuImgC {height:22px;}  
.aurCommInputName {width:91px;height:22px;padding:3 0 0 0px;border:1px solid #bdc7d8 !important;}  
/*--------------------- FacebookCommStyle end ---------------------*/







.user_ie-box {text-align:center;font-weight: bold;font-size: 12px; margin-left: 13px;}  
.user_ie-box img {padding: 2px; margin: 0 0 10px; border-radius: 7px; width: 44px; height: 44px;border: 2px solid #0A748A; float: left; margin-left: 5px;}  
.user_ie-box img:hover {border: 2px solid #356494;}  
.user_ie-ttl {font-size: 14px;font-family:'PT Sans'; padding:0 0 5px;}


.user_avatar img {width:100px!important;}

body {margin:0;padding:0;background:#252525;font-family:'Open Sans', Tahoma, sans-serif;font-size:13px}
.wrapper {background:#F0F0F0 url('/new_images/G5HRm.png');padding-bottom:10px;padding-top:10px}

a {color:#3B4A5F;text-decoration:underline;
 transition: color linear .1s;
 -moz-transition: color linear .1s;
 -webkit-transition: color linear .1s;
 -o-transition: color linear .1s;
}
a:hover, a:active {color:#F40B5D;text-decoration:underline}

*:focus {outline: none}

img {border:0}

.pad10 {padding:10px}

button, input[type="button"], input[type="submit"], input[type="reset"] {
 background:#44668A;border:1px solid #44668A;color:#FFFFFF;margin:0;cursor:pointer;padding:5px;
 padding-left:8px;padding-right:8px;
}

.description_center {padding:10px;padding-bottom:0;border-bottom:1px solid #dedede}

.description_center p, .pad10 p, .mtr10 p, .mtr10 li {font-size:14px;color:#131313}


input[type="text"], input[type="password"], textarea {color:#424242;border:1px solid #D6D6D6;margin:0;padding:4px 7px;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus  {border:1px solid #BFBFBF}
textarea {resize:none}


.h1 {display:block; border-bottom:1px solid #dedede; padding-bottom:5px; color:#646464; font-size:12pt; font-weight:bold; margin-top:0; text-align:left;}
.h2 {display:inline;margin:0;padding:0;font-size:16px;color:#646464;font-weight:bold}
.h3 {display:inline;margin:0;padding:0;font-size:14px;color:#646464;font-weight:bold}
.h4 {display:inline;margin:0;padding:0;font-size:12px;color:#646464;font-weight:bold}

h1 {display:block; border-bottom:1px solid #dedede; padding-bottom:5px; color:#646464; font-size:12pt; font-weight:bold; margin-top:0; text-align:left;}
h2 {display:inline;margin:0;padding:0;font-size:16px;color:#646464;font-weight:bold}
h3 {display:inline;margin:0;padding:0;font-size:14px;color:#646464;font-weight:bold}
h4 {display:inline;margin:0;padding:0;font-size:12px;color:#646464;font-weight:bold}

.open_top {color:#AEAEAE;}
.open_top_in {width:1120px;text-align:left}
.open_top_in a {color:#CCCCCC;text-decoration:none;padding-right:12px}
.open_top_in a:hover {color:#FFF;text-decoration:none}

.open_top .login_top {padding:9px 0}
.open_top .socials {float:right;padding:6px 0}
.open_top .socials img {margin:0}
.open_top .socials a {padding-right:0;padding-left:3px}

.footer_in  {width:1120px;text-align:left}

.top {width:1120px;height:90px;text-align:left;margin-top:10px;}

.top .logo {padding-top:12px;padding-bottom:12px;float:left;margin-right:25px;padding-right:25px;border-right:1px solid #dedede}

.top .logo a {display:inline-block;height:41px;width:115px;overflow:hidden;text-decoration:none;background:none}
.top .logo a:hover {background:none} 


.top h1 {margin:0;padding:0;font-size:13px;color:#979797;font-weight:normal;width:240px;height:41px;padding-left:115px;background:url('')}
.top h2 {margin:0;padding:0;font-size:0px !important;width:0 !important;height:0 !important;overflow:hidden}

.login_form {padding-left:62px;width:137px;float:left}
.login {margin-bottom:5px !important;width:110px !important;padding:3px 6px !important;padding-left:20px !important}
.login_link {float:right;width:90px;text-align:right}
.login_link a {font-size:11px;color:#8D8D8D}
.login_link a:hover {color:#333}

.l_user {background:url(/new_images/user.png) 5px 6px no-repeat}
.l_pass {background:url(/new_images/fing.png) 4px 4px no-repeat}

.over_main_menu {float:left;width:600px}
.main_menu {padding-top:0}
.main_menu ul {margin:0;padding:0;list-style-type:none}
.main_menu ul li {width:150px;height:24px;float:left}
.main_menu .archive {color:#848484;font-size:11px}
.main_menu .archive:hover {color:#333}

.content_over {display:table;text-align:left}

.content {display:table-cell;width:800px;vertical-align:top;background:#FFF;
border:1px solid #DBDBDB;
}

.blocks {display:table-cell;vertical-align:top;padding-left:20px;}

.search {margin-right:0;float:right;}
.searchinput:focus {border:1px solid #BFBFBF;}
.searchinput {
 background:url('/new_images/search.png') no-repeat 8px 9px #FFFFFF;
 border:1px solid #D6D6D6;
 width:200px;
margin:0;padding:6px !important;
padding-left: 24px !important;

color:#151515;}
.searchform {float:right;text-align:left;background:url('/new_images/search.png') no-repeat 6px 7px;}

.counters {float:right;padding:10px;padding-right:0}

.links_bottom {padding:14px;padding-left:0}
.links_bottom a {padding-right:20px;color:#B0B0B0;text-decoration:none}
.links_bottom a:hover {color:#DBDBDB;text-decoration:none}

.only_bottom {padding:10px;padding-left:0;padding-top:0;color:#666666;font-size:11px}
.only_bottom a {color:#666666;text-decoration:none}
.only_bottom a:hover {color:#7D7D7D;text-decoration:none}



.cats {width:140px;height:52px;float:left;background:url('/images/sprite.png') 0 -238px;cursor:pointer}
.cats div {cursor:pointer;text-align:center;padding:18px;padding-bottom:20px;color:#FFFFFF;font-size:12px;font-weight:bold}
.cats div:hover {cursor:pointer;display:block;background:url('/images/sprite.png') 0 -104px}

.rg {width:80px;height:52px;float:left}
.rl {width:130px;height:52px;float:right;margin-right:10px}
.cl {width:100px;height:52px;float:right;display:none;margin-right:10px}
.yl {width:130px;height:52px;float:right;}
.cl div, .rg div, .rl a, .yl a {cursor:pointer;text-align:center;display:block;padding:18px;padding-bottom:20px;color:#FFFFFF;font-size:12px;font-weight:bold}
.cl div:hover, .rg div:hover, .rl a:hover, .yl a:hover {cursor:pointer;display:block;background:url('/images/sprite.png') 0 -104px}

.ctlgs {width:150px;height:52px;float:left;background:url('/images/sprite.png') right -238px;}
.ctlgs a {cursor:pointer;text-align:center;display:block;padding:18px;padding-bottom:20px;color:#FFFFFF;font-size:12px;font-weight:bold}
.ctlgs a:hover {cursor:pointer;display:block;background:url('/images/sprite.png') 0 -104px}



/*--------------------- User Group Marks ---------------------*/
a.groupModer:link,a.groupModer:visited {color:#248ccd !important;font-weight:bold;padding:1px 4px;}
a.groupModer:hover {background:#248ccd;color:#000080!important;font-weight:bold;border:1px solid #797979;border-radius:3px;-moz-border-radius:3px;box-shadow:0 0 3px #797979;-moz-box-shadow:0 0 3px #797979;-webkit-box-shadow:0 0 3px #797979;padding:1px 4px;}

a.groupOther1:link,a.groupOther1:visited {color:#248ccd !important;font-weight:bold;padding:1px 4px;}
a.groupOther1:hover {background:#248ccd;color:#000080!important;font-weight:bold;border:1px solid #797979;border-radius:3px;-moz-border-radius:3px;box-shadow:0 0 3px #797979;-moz-box-shadow:0 0 3px #797979;-webkit-box-shadow:0 0 3px #797979;padding:1px 4px;}


a.groupAdmin:link,a.groupAdmin:visited {color:#ed4949 !important;font-weight:bold;padding:1px 4px;}
a.groupAdmin:hover {background:#ed4949;color:#f7a8a8 !important;font-weight:bold;border:1px solid #797979;border-radius:3px;-moz-border-radius:3px;box-shadow:0 0 3px #797979;-moz-box-shadow:0 0 3px #797979;-webkit-box-shadow:0 0 3px #797979;padding:1px 4px;}

a.groupVerify:link,a.groupVerify:visited {color:#00FF00 !important;font-weight:bold;padding:1px 4px;}
a.groupVerify:hover {background:#00FF00 ;color:#228B22 !important;font-weight:bold;border:1px solid #797979;border-radius:3px;-moz-border-radius:3px;box-shadow:0 0 3px #797979;-moz-box-shadow:0 0 3px #797979;-webkit-box-shadow:0 0 3px #797979;padding:1px 4px;}

a.groupUser:link,a.groupUser:visited {color:#000000!important;font-weight:bold;padding:1px 4px;}
a.groupUser:hover {background:#000000;color:#696969 !important;font-weight:bold;border:1px solid #797979;border-radius:3px;-moz-border-radius:3px;box-shadow:0 0 3px #797979;-moz-box-shadow:0 0 3px #797979;-webkit-box-shadow:0 0 3px #797979;padding:1px 4px;}

.regmtr {padding:20px;background:#FFF;font-size:16px}
.regmtr .rb {width:150px;margin-top:15px} 
.regmtr .rx {text-align:center;color:#FFFFFF;display:block;padding:10px;background:#1C6AD3;
transition: all linear .2s;
 -moz-transition: all linear .2s;
 -webkit-transition: all linear .2s;
 -o-transition: all linear .2s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.regmtr .rx:hover {background:#1557AF;color:#FFFFFF}
.regmtr .rx:active {background:#144587;color:#FFFFFF}
.reg_comm {font-size:10px;margin-top:3px;color:#525252}
.secure_reg {margin-top:3px}
.secure_reg #fCode {padding: 9px !important;margin:0;margin-right:10px;}
.secure_reg img {margin-top:-2px !important}

.tl {border-bottom:1px solid #DBDBDB}
.tl_left {display:none}
.tl_right {display:none}
.tl_center {padding:8px 10px;font-size:11px;background:#FFF}
.tl_center a {text-decoration:underline}

.tl_center div {text-align:left;color:#646464}

.cnt {width:800px;overflow:hidden;background:white;text-align:left}

.tb {width:800px;height:3px;overflow:hidden;}
.tb_left {float:left;width:3px;height:3px;background: url('/images/sprite.png') -70px -224px}
.tb_center {float:left;width:794px;height:3px;background:#FFFFFF}
.tb_right {float:left;width:3px;height:3px;background: url('/images/sprite.png') -93px -224px}

.lists .blc {float:left;width:146px;padding:7px}
.lists a {display:block;color:#C3D3E5;padding:4px;border-bottom:1px solid #4B6E93}
.lists a:hover, .lists a.cs:hover {color:white}
.lists ul {list-style:none;margin:0;padding:0}
.lists ul li {list-style:none;margin:0;padding:4px}
.lists ul li a {padding:0}
.lists .nav1 {float:left}
.lists {position:absolute;display:none;margin-top:62px;margin-left:128px;background:#4B6E93;color:white;text-align:left;z-index:99;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
}

.log td input {margin:0;padding:0;margin-left:11px;width:100px;background:#FFFFFF;border:1px solid #FFFFFF;color:#4F4F4F;
 transition:color linear .2s;
 -moz-transition:color linear .2s;
 -webkit-transition:color linear .2s;
 -o-transition: color linear .2s;
}
.log td input:focus {color:#000000}
.log {float:left;margin-top:11px;margin-left:11px;width:270px;height:30px;overflow:hidden;background:url('/images/sprite.png') 0 -290px}
.log_sbm {width:34px;height:30px;overflow:hidden;cursor:pointer}

.btm {width:800px;height:120px;overflow:hidden;margin-top:5px;margin-bottom:5px}

.btm_1 {width:4px;height:120px;overflow:hidden;background:url('/images/sprite.png') 0 -320px;float:left}
.btm_2 {background:white;width:524px;height:120px;overflow:hidden;float:left;text-align:left}
.btm_3 {border-left:1px solid #DBDBDB;background:#EBEBEB;height:120px;overflow:hidden;text-align:left}
.btm_4 {width:4px;height:120px;overflow:hidden;background:url('/images/sprite.png') -4px -320px;float:right}

.btm_3 td span {font-size:10px}
.btm_3 table {margin-bottom:10px}
.btm_3 a {color:#646464}
.btm_3 a:hover {color:#000000}

.bt2 {font-size:10px;width:800px;text-align:left;margin:5px}
.bt2, .bt2 a, .bt2 a:hover {color:#A1C0D5}

.bests {margin-left:6px;height:74px;width:532px;overflow:hidden}
.bst {width:64px;height:64px;overflow:hidden;margin-top:10px;margin-right:10px;float:left;background:#666666}
.bst .ibs {position:absolute;width:64px;height:64px;overflow:hidden;background:url('/images/sprite.png') -8px -320px}
.bst img {width:64px}

.comm {margin-left:6px;margin-top:10px}
.comm .us {color:#646464;font-size:10px;margin-top:-2px;padding:0}
.comm .av {margin-right:10px;width:28px;height:28px;overflow:hidden;background:#666666}
.comm .av img {width:28px}
.cerr {float:right;padding:7px;padding-right:20px}

.comments {margin-left:6px;margin-top:10px;}
.comments table {width:780px}
.comments td {font-size:14px}
.comments .us {color:#646464;font-size:14px;margin-bottom:1px;padding-bottom:3px;border-bottom:1px solid #C5C5C5}
.comments .ms {padding-top:5px}
.comments .over_av {width:74px} 
.comments .av {margin-right:10px;width:64px;height:64px;overflow:hidden;background:#666666}
.comments .av div {position:absolute;width:64px;height:64px;overflow:hidden;background:url('/images/sprite.png') -8px -320px}
.comments .av img {width:64px}
.comments .rat {font-weight:bold;float:right;font-family:Georgia;font-size:16px}
.comments .minus, .comments .minus:hover {color:#C61E1E}
.comments .plus, .comments .plus:hover {color:#446F24}
.comments .rat span {color:#C4C4C4}
.comments .rat .rd {color:#8E1010}
/* mtr */

.mtr_d {color:#333333;margin:0;padding:0;margin-bottom:7px;margin-top:4px;font-size:14px}
.inmtr {background:#F8F8F8}
.mtr10 {padding:10px}
.mtr10 textarea {width:768px;height:83px}
.mtr {padding:10px;border-bottom:1px solid #dedede;height:92px}
.mtr .im {border:1px solid #dedede;background:#FFFFFF;padding:2px;margin-right:10px;float:left}
.mtr .inim {width:200px;height:86px;overflow:hidden}
.mtr .h1 {margin:0;padding:0;font-size:16px;font-weight:bold;border-bottom:0;margin-bottom:15px;color:#2E2E2E}
.mtr .si {font-size:14px;margin-top:15px;margin-bottom:16px}
.mtr .inmtr .si {font-size:14px;margin-top:3px;margin-bottom:11px}
.mtr .si em {color:#646464}
.mtr .dt {font-size:12px;color:#666666}
.mtr em {font-style:normal}
.mtr_autor {margin-bottom:10px;}
.mtr_autor a {text-decoration:none;color:#646464;font-weight:bold;padding:10px;background:#efefef;border-top:1px solid #dedede;border-bottom:1px solid #dedede;display:block;
 transition: all linear .2s;
 -moz-transition: all linear .2s;
 -webkit-transition: all linear .2s;
 -o-transition: all linear .2s;
}
.mtr_autor a:hover {text-decoration:none;color:#4F6179;font-weight:bold;padding:10px;background:#DDDFE5;border-top:1px solid #BAC2CA;border-bottom:1px solid #BAC2CA;display:block}
.mtr_autor a span {float:left}
.mtr_autor a span img {margin-right:10px}
.mtr_top_gallery {margin-bottom:10px;border-top:1px solid #dedede;border-bottom:1px solid #dedede;background: #efefef;padding:10px}
.mtr_gallery {float:left;width:142px;background:white;padding:2px;margin-right:10px;border:1px solid #dedede}
.mtr_gallery_in {width:142px;height:102px;overflow:hidden}
.mtr_gallery_over_big {width:800px;height:108px;overflow:hidden}
.mtr_gallery_over {width:780px;height:108px;overflow:hidden}

.mtr_descr {margin:0;position:absolute;top:-9000px}
.name_mtr {margin-bottom:7px;font-size:16px;font-weight:bold}

.tl_in {padding:10px;border-top:1px solid #DBDBDB;border-bottom:1px solid #DBDBDB;background:#EBEBEB;color:#44556B}

.cmfrm textarea {width:764px;height:33px}
.cmfrm .write {float:right}
.cmfrm .cmd {margin-top:10px;height:28px}
.securityCode {margin:0}
#secuImgC {float:right}
.scrt {margin-top:10px;margin-bottom:10px;text-align:right}
.rgst {float:left;padding-top:10px;color:#666666}

.scl {margin-bottom:10px;padding-left:10px}
.dwn {padding-left:10px;height:34px;width:150px;float:left}
.dwn a {text-align:center;display:block;padding:10px;padding-left:15px;padding-right:15px;background:#87BF13;color:#FFFFFF;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 transition:all linear .2s;
 -moz-transition:all linear .2s;
 -webkit-transition:all linear .2s;
 -o-transition: all linear .2s;
}
.dwn a:hover {color:white;background:#76A710}
.dwn a:active {color:white;background:#638D0C}


.btin {display:block;margin:0;margin-bottom:14px;padding:0;padding-left:10px;text-align:left}

.btin a, .btin a:hover {text-decoration:none;color:#FFF;padding:4px;padding-left:13px;padding-right:13px;font-size:11px;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 transition: all linear .2s;
 -moz-transition: all linear .2s;
 -webkit-transition: all linear .2s;
 -o-transition: all linear .2s;
}
.dwl {background:#7FB20F}
.dem {background:#186DBC}
.err {background:#C02818}

.dwl:hover {background:#73A10D}
.dem:hover {background:#0A5BA6}
.err:hover {background:#A71E10}
.dwl:active {background:#597F06}
.dem:active {background:#0C4172}
.err:active {background:#8F1A0D}



.over_share {height:100px;margin-bottom:10px}
.in_share {padding-top:70px;padding-left:16px}

.vkontakte_share {background:url('/img/vk_share.jpg') #2C6992;width:200px;height:100px;float:left}
.twitter_share {background:url('/img/tw_share.jpg') #009DC4;width:200px;height:100px;float:left}
.facebook_share {background:url('/img/fb_share.jpg') #23599D;width:200px;height:100px;float:left}
.gplus_share {background:url('/img/gp_share.jpg') #EF341B;width:200px;height:100px;float:left}

.twitter_btn {width:105px;overflow:hidden;padding:1px;background:#FFFFFF;margin-right:5px}
.gplus_btn {width:70px;overflow:hidden;padding:1px;background:#FFFFFF;margin-right:5px}

.lst {padding-left:10px;margin-bottom:10px;height:34px;width:128px;float:left}
.lst a {text-align:center;display:block;padding:10px;padding-left:15px;padding-right:15px;background:#CF9125;color:white;text-decoration:none;font-size:11px;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 transition:all linear .2s;
 -moz-transition:all linear .2s;
 -webkit-transition:all linear .2s;
 -o-transition: all linear .2s;
}
.lst a:hover {color:white;background:#A5731C}
.lst a:active {color:white;background:#72521A}

.ovb2 {height:44px;overflow:hidden}

.snd {margin-top:10px;height:34px;width:158px;float:left}
.snd a {text-align:center;display:block;padding:6px;padding-left:15px;padding-right:15px;background:#81C637;color:white;text-decoration:none;font-size:11px;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 transition:all linear .2s;
 -moz-transition:all linear .2s;
 -webkit-transition:all linear .2s;
 -o-transition: all linear .2s;
}
.snd a:hover {color:white;background:#64992B}
.snd a:active {color:white;background:#4F7A21}





.selector {margin:10px;font-size: 11px;font-family: 'Open Sans', Tahoma, sans-serif;}
.pagesBlockuz2 {float: left;display: block;height: 30px;color: #99CCEE;margin: 15px;margin-top: 0px;margin-bottom: 0px;padding: 2px;}
.swchItemDots {color:#8F8F8F;cursor:default;line-height: 30px;text-decoration: none;font-weight:bold;padding: 5px;background:#FFFFFF;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px}
.swchItemA {color:#FFFFFF;cursor:default;line-height: 30px;text-decoration: none;font-weight:bold;padding: 5px;padding-left:8px;padding-right:8px;background:#38557C;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px}
.swchItem {color:#292929;line-height: 30px;text-decoration:none;font-weight:bold;background:#DFDFDF;
 transition: all linear .2s;
 -moz-transition: all linear .2s;
 -webkit-transition: all linear .2s;
 -o-transition: all linear .2s;
 padding: 5px;
padding-left:8px;padding-right:8px;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px}
.swchItem:hover {color:#000000;line-height: 30px;text-decoration:none;font-weight:bold;background:#CACACA;
 padding: 5px;
padding-left:8px;padding-right:8px;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px}

.example {background:#F7F7F7;border:1px solid #CBCBCB;padding:10px;
border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px}
.mcm {margin-left:5px}
.avow {width:128px;height:128px;overflow:hidden;background:#666666}
.prav {background:url('/images/sprite.png') -72px -320px;width:128px;height:128px;overflow:hidden;position:absolute}
.avow img {width:128px} 
.sign {color:#191919;margin-top:10px}
.www {margin-top:10px}
.usro {margin-top:10px;color:#454545}
.verf {padding:10px;background:#efefef;border-bottom:1px solid #dedede}
.pdvr {float:right}
.stts {float:right;font-weight:bold}
.stts span {color:#828282}
.lpp3 {width:780px;overflow:hidden}
.sbt3 {height:64px;overflow:hidden;margin:10px;width:90000px}
.ovstrs div {float:left;margin-top:0px;margin-right:0px;padding-right:0px}
.ovstrs .bst {margin-right:10px}
.reload {z-index:3;position:absolute;padding-top:27px;margin-left:45px;cursor:pointer}
.reload img {width:15px}
.trshz {z-index:2;position:absolute;padding-top:45px;margin-left:45px;cursor:pointer}
.trshz img {width:15px}
.rerr {background:#CB2929;padding:10px;color:#FFFFFF;margin-bottom:10px;border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px}
.rm_s {
 margin-top:5px;
 width:800px;height:50px;overflow:hidden;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px}

.pointer {cursor:pointer}
.pos_out {position:absolute;top:-1000px}



.zgl1 {height:37px;overflow:hidden;display:none;}
.chromebar .clss {float:right;padding:13px;padding-left:15px;padding-right:9px}
.chromebar .clss .ic {
background:url('/new_images/ghFXp.png') top left;
width:10px;height:10px;overflow:hidden
}
.chromebar .m10 {
color:black;
cursor:default;
background:url('/new_images/clockIcon.png') top left;
width:10px;height:10px;overflow:hidden;
opacity:0;
-webkit-transition:opacity linear .1s}

.chromebar .clss:hover .m10{opacity:1}

.chromebar .bn {float:right;padding-top:3px}
.chromebar .tx {cursor:default;padding:10px;padding-left:43px;background:url('/new_images/zn0IQ.png') top left no-repeat}
.chromebar .bn div:hover {border:1px solid #414141}

.chromebar .bn div:active {border:1px solid #414141;
background-image: -webkit-linear-gradient(bottom, rgb(249,249,249) 5%, rgb(230,230,230) 53%);
background-image: -webkit-gradient(
 linear,
 left bottom,
 left top,
 color-stop(0.05, rgb(249,249,249)),
 color-stop(0.53, rgb(230,230,230))
);
}

.chromebar .bn div {
cursor:default;
padding:7px;
padding-bottom:6px;
border:1px solid #838383;
-webkit-border-radius: 3px;
background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 5%, rgb(249,249,249) 53%);
background-image: -webkit-gradient(
 linear,
 left bottom,
 left top,
 color-stop(0.05, rgb(230,230,230)),
 color-stop(0.53, rgb(249,249,249))
);
}
.chromebar {
overflow:hidden;
z-index:999999;
color:black;
font-family:Arial;
font-size:14px;
border-bottom:1px solid #B6BAC0;
top:-37px;left:0px;
position:fixed;
width:100%;
height:36px;
background-image: -webkit-linear-gradient(bottom, rgb(255,232,147) 5%, rgb(255,242,182) 53%);
background-image: -webkit-gradient(
 linear,
 left bottom,
 left top,
 color-stop(0.05, rgb(255,232,147)),
 color-stop(0.53, rgb(255,242,182))
);
}

.txtop {color:#8B8462;font-weight:bold;background:#FFF3B9;padding:18px;border-bottom:1px solid #F2E7B0;display:block;text-align:center;
 transition: all linear .2s;
 -moz-transition: all linear .2s;
 -webkit-transition: all linear .2s;
 -o-transition: all linear .2s;
}
.txtop:hover {color:#847D5D;background:#F2E7B0;padding:18px;border-bottom:1px solid #E6DBA7}

.scc {display:block;padding:30px;text-align:center;font-size:24px;color:#2B2B2B}
.scc a, .scc a:hover {color:#DA2E2E;text-decoration:none}

#scroller img {
 max-width: 100%
}



.rslt h1 {margin:0;margin-bottom:5px;border-bottom:0;font-size:16px;font-weight:normal}
.rslt {border-bottom:1px solid #dedede}
.rslt .mgs {margin-bottom:10px}
.rslt time {color:#4A4A4A}
#wmlnk {font-size:6px}
#wmlnk a {display:block}
#wmlnk b {display:none}
.opct {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
 -moz-opacity: 0; 
 -khtml-opacity: 0;
 opacity: 0;}
.dsnn {display:none;text-align:left}
#c_one_clon, #c_tell {position:absolute;top:-1500px}
.chat_over {position:fixed;padding:5px;padding-top:0;z-index:9999;bottom:-212px;right:20px;text-align:center;background:rgba(0,0,0,0.6);
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px}

*:focus {outline: none}
#bottom_chat {display:none;padding:5px;color:#FFFFFF;cursor: s-resize}
#top_chat {padding:5px;color:#FFFFFF;cursor: n-resize}
.ngd {
 cursor:default;
 background:#FFFFFF;
 padding:5px;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
}
.clkg {width:288px;
padding:5px;padding-bottom:6px;border:1px solid #EAEAEA;
background:#EAEAEA;
color:#000;
text-align:left;
border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;}
#wrapper .comm {margin-top:0;margin-left:0px;}
.sb1, .sb2 {margin-bottom:10px}
.cs2 {margin-top:3px;color:#E32F17;font-size:10px}
.cs1 {margin-top:3px;color:#2B2B2B;font-size:10px}
.chtt iframe {display:none}
.mchat {width:250px}
.chtt {margin-top:5px}
#mchatMsgF {
margin:0;
width:240px;
padding:5px;padding-right:53px;border:1px solid #FFFFFF;
background:#FFFFFF;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
} 
#mchatBtn {position:absolute;top:-1200px}
#mchatAjax {background:#646464;position:absolute;right:-200px}
.ch_sml {z-index:9;display:none;margin-top:-106px;margin-left:128px;position:absolute;padding:5px;background:rgba(0,0,0,0.7);
border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;}
.ch_smlin {width:157px;height:91px;background:#FFFFFF;overflow:hidden;text-align:left;
border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
}
.ch_smlin img {padding-left:3px;padding-top:3px;float:left;cursor:pointer;
transition: all linear .2s;
 -moz-transition: all linear .2s;
 -webkit-transition: all linear .2s;
 -o-transition: all linear .2s;
}
.ch_smlin img:hover {
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
 filter: alpha(opacity=70);
 -moz-opacity: 0.7; 
 -khtml-opacity: 0.7; 
 opacity: 0.7; 
}

.smile_in {
cursor:pointer;width:19px;height:19px;overflow:hidden;background:url('/smiles/smile.gif');
z-index:3;
position:absolute;
margin-left:276px;
margin-top:8px;
transition: all linear .2s;
 -moz-transition: all linear .2s;
 -webkit-transition: all linear .2s;
 -o-transition: all linear .2s;
}
.smile_in:hover {
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
 filter: alpha(opacity=70);
 -moz-opacity: 0.7; 
 -khtml-opacity: 0.7; 
 opacity: 0.7; 
}

.otbv, .otbv:hover {color:#6A6A6A}

.sound_on {margin-top:9px;margin-left:252px;width:19px;height:19px;background:url('/smiles/sound_on.gif');position:absolute;cursor:pointer}
.sound_off {margin-top:9px;margin-left:252px;width:19px;height:19px;background:url('/smiles/sound_off.gif');display:none;position:absolute;cursor:pointer}

.precat {float:right;margin-left:10px;margin-bottom:10px}

#wrapper {
 background:#FFFFFF;
 width: 290px;
 height: 200px;
 overflow: auto;
}

#scroller {
 text-align:left;
 width:270px;
 padding:0;
}

.ctl a {display:block;padding:10px;border-bottom:1px solid #dedede;color:#626262;
 transition: all linear .2s;
 -moz-transition: all linear .2s;
 -webkit-transition: all linear .2s;
 -o-transition: all linear .2s;
}

.ctl a:hover {background:#efefef;color:#1d1d1d;border-bottom:1px solid #D6D6D6}
.ctl i {font-style:normal;font-weight:normal}
.ctl span.icn {float:left}
.ctl span.icn img {margin-right:10px;width:16px}
.ctl span.dtet {float:right;color:#666666}
.ctl span.dtet em {font-style:normal}

.ctgrs {padding:10px;border-bottom:1px solid #dedede}
.ctgrs .catsTd {padding-left:26px;padding-top:5px;padding-bottom:5px}
.ctgrs .catName {font-weight:bold}
.ctgrs .catDescr {display:none}
.ctgrs .catNumData {padding-left:5px;color:#666666}

/*codes*/

.bbCodeName {display:none}

.bbCodeBlock {
 margin: 0;
 padding: 5px; 
 font-size:12px !important;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 background: #FFF url('/images/code.gif') !important;
 border: 1px solid #B5C1E8 !important;}

.codeMessage {
 padding:0;
 border: 0 !important;
}

.loader span {text-transform: lowercase}
.shares, .dwnld2 {margin:0;padding:0;height:40px;line-height:40px;margin-top:15px;}
.shares li, .dwnld2 li {margin:0;padding:0;margin-right:5px;list-style:none;float:left}
.sharelink {text-align:center;color:#FFFFFF;display:block;padding:0px;padding-left:10px;padding-right:10px;background:#1C6AD3;
transition: all linear .2s;
 -moz-transition: all linear .2s;
 -webkit-transition: all linear .2s;
 -o-transition: all linear .2s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.sharelink:hover, .sharelink:active {color:#FFFFFF}
.sharelink span.url {display:none}

.vkontakte {background:#4B6C94}
.vkontakte:hover {background:#405C7E}
.vkontakte:active {background:#38506E}

.twitter {background:#1F94EA}
.twitter:hover {background:#1A7EC7}
.twitter:active {background:#176EAD}

.facebook {background:#4262A0}
.facebook:hover {background:#385388}
.facebook:active {background:#314977}

.mailru span {color:#FFAE20}
.mailru {background:#1560A8}
.mailru:hover {background:#12528F}
.mailru:active {background:#10477D}

.yandex span {color:#FF6D6D}
.yandex {background:#3E3E3E}
.yandex:hover {background:#292929}
.yandex:active {background:#151515}

.google {background:#D24024}
.google:hover {background:#B3361F}
.google:active {background:#9C2F1B}

.linkedin {background:#3D75A4}
.linkedin:hover {background:#34648C}
.linkedin:active {background:#2D577A}

.pingver i {font-style:normal;color:#FF5A5A}
.pingver {background:#232323}
.pingver:hover {background:#161616}
.pingver:active {background:#0B0B0B}


.loader {background:#85B932}
.loader:hover {background:#719D2B}
.loader:active {background:#638926}

.clbck, .clbck:hover {font-size:10px;color:#D8E8FF;position:absolute;margin-left:660px}


.b_inks li, .b_inks {margin:0;padding:0}
.b_inks li {margin-bottom:4px;list-style-type:none;width:120px;float:left}
.b_inks li a {text-decoration:underline;display:block;padding:0px;padding-top:0}

.m_vk {color:#293861 !important}
.m_tw {color:#2DA4A0 !important}
.m_gp {color:#D92525 !important}
.m_rss {color:#D37C1E !important}
.m_vk:hover {color:#000 !important}
.m_tw:hover {color:#000 !important}
.m_gp:hover {color:#000 !important}
.m_rss:hover {color:#000 !important}

.delete_bug {height:40px;overflow:hidden}
.bgpstpo {margin-top:10px;margin-left:6px;position:absolute;width:26px;height:26px;overflow:hidden;background:url('/images/sprite.png') -8px -384px}

.cssContainer {color: #FF00FF;}
.cssTag {color: #990099;}
.cssTag span {color: #006600 !important;}
.jsTag, .jsTag .blueColSimp {color: #990000 !important;}
.doct, .doct span {color: #009999 !important;}
.regExp, .regExp span {color: #006600 !important;}
.greenCol {color: #006600 !important;}
.blueCol {color: #0047BD !important;}
.dblueCol {color: #001199 !important;}
.blueColSimp {color: #0047BD;}
.pinkCol {color: #FF00FF !important;}
.redCol {color: #FF0000 !important;}
.lettuceCol {color: #009999 !important;}
.lettuceColSimp {color: #009999;}
.purpleCol {color: #990099 !important;}
.purpleColSimp {color: #990099;}
.orangeCol {color: #FF9900 !important;}
.invComm, .invComm span, .invComm .blueColSimp {color: #0047BD !important;}
.brackets {color: #0047BD !important;}
.commCol, .commCol span, .commCol.invComm, .commCol.blueColSimp {color: #999999 !important;}

.not_p p {margin:0}
.usr_lst {display:block;height:80px}
.indefity {padding-top:10px}
.m_inf {font-size:10px;padding-top:1px;color:#6D6D6D}
.m_inf_n {font-size:10px;padding-top:1px;color:#A1A1A1}

#reg_blocked {display:none}
.no_check {cursor:pointer;width:15px;height:16px;background:url('/images/nocheck.png') 0 2px no-repeat; float:left;margin-top:1px;margin-right:5px}
.soglasie {border:1px solid #dedede; margin-top:50px;margin-bottom:50px;width:500px;font-size:16px;text-align:left;background:#F4F4F4;padding:50px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.soglasie .kratko {font-size:14px;color:#3F3F3F;margin-top:5px}
.soglasie a {text-decoration:underline}

.color_info {border:0px;border-collapse:collapse;width:500px} 
.color_info td {padding:0px;font-size:14px;border-bottom:10px solid #FFF;font-family:Georgia}
.color_name {width:250px;color:#646464}
.my_color {width:100px;height:100px;overflow:hidden;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background:url('/images/color_bg_me.png')}
.float_left {float:left;margin-right:10px}


.over_ind {height:7px;margin-top:8px;overflow:hidden;background:#DCDCDC;width:600px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.ind {height:7px;width:120px;overflow:hidden;background:#9FD559;-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}

.donate {margin-right:10px;margin-top:10px;float:right}

.layer_click .wmlinkru {display:none}
.layer_click {width:144px;height:34px;overflow:hidden;position:absolute;font-size:200px !important;
progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0); 
 -moz-opacity: 0;
 -khtml-opacity: 0; 
 opacity: 0;
}

.click_over .wmlinkru {display:none}

.dsnn .headLink {font-size:70px !important;z-index:99;position:absolute;margin-top:-10px}
.btin .snap_noshots {font-size:40px !important}
.click_over {overflow:hidden;position:absolute;
progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0); 
 -moz-opacity: 0;
 -khtml-opacity: 0; 
 opacity: 0;}


.table_0133 {padding:10px;border-bottom:1px solid #dedede;width:100%;}
.two_block {padding-left:10px;color:#646464;font-size:14px}
.two_block a {font-size:14px;display:block}
.three_block {width:100px;border-left:1px solid #dedede;text-align:center;font-size:14px;color:#646464}


.adsense_links {text-align:center;width:800px;background:#FFF;margin-top:5px;padding-top:5px;padding-bottom:5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}

.adsense_top {border:1px solid #dedede;text-align:center;
padding:5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}

.walter_white {position:absolute;background:url('/img/comm_white.png');width:35px;height:140px;margin-left:493px}


.sign {height:112px;font-size:10px;color:#989898;margin-top:0}
.signs:hover .info_signs {display:block} 
.info_signs {display:none;text-align:left;cursor:help;padding:10px;height:72px;width:120px;background:rgba(0,0,0,0.7);font-size:10px;position:absolute;color:#FFF;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.signs {width:140px;padding:10px;text-align:center;height:92px;overflow:hidden;float:left}
.signs img {margin-bottom:5px;margin-top:3px}



/*NEW CSS*/

.tab_index {display:table;margin-top:5px}
.column_1 {display:table-cell;vertical-align:top;background:#FFF;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.column_c {display:table-cell;width:5px;overflow:hidden;-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.column_2 {display:table-cell;vertical-align:top;margin-left:5px;margin-top:5px;width:180px;background:#FFF;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}

.b_inks {height:65px}
.btm, .bt2 {width:985px}
.btm_2 {width:570px}

.walter_white {position:absolute;background:url('/img/comm_white.png');width:35px;height:120px;margin-left:539px}

.social_right a {display:block;margin-bottom:10px}

.cat_images {height:170px;overflow:hidden;background:#1B1B1B}
#sw_n {display:none}
.switches {background:#202329 url('/cats/bg_switch.png');padding:20px;width:760px;height:120px;margin-bottom:10px}
.switch_text {color:#83848A;font-size:14px}
.switch_off {width:43px;height:104px;overflow:hidden;background:url('/cats/switch.png') left;cursor:pointer}

.feedburn_1 {width:300px;background:#FFF;text-align:left;margin-bottom:15px}
.feedburn_2 {border:1px solid #E0C89A;background:#FFEECC;padding:10px}
.feedburn_4 {margin-bottom:7px;color:#000;font-size:11px}

#page_mtr .mtr10 {margin-top:10px;margin-bottom:10px;font-size:14px}

.cat_desc {color:#131313;padding:0 10px;padding-top:10px;font-size:14px;border-bottom:1px solid #CACACA;}
.cat_desc2 {color:#131313;padding:0 10px;font-size:14px}
.cat_socials {padding:10px;background:#EDF2F6;border-bottom:1px solid #C6D0D9;border-top:1px solid #FFF}

.zakaz1 {color:#FFF !important;text-decoration:none !important;background:#1557B1;padding:5px 10px;-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}

.zakaz2 {color:#A7A7A7 !important;text-decoration:none !important;padding:5px 7px}
.hmsgr input, .hmsgr select {margin:0 !important}
.hmsgr input[type="submit"] {color:#FFF !important}
.hmsgr input[type="text"], .hmsgr textarea {-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.hmsgr #secuImgM {height:35px !important}
.hmsgr input[name="f4"] {padding:10px !important}

.calldenis {margin-top:5px;width:985px;height:180px;overflow:hidden}

.call1 {width:325px;height:180px;background:#FEF699 url('/new_images/LxcDu.png') no-repeat right bottom;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-right:5px;
float:left;text-align:left;color:#4A3826}

.incall {padding:20px;font-size:14px}
.titlecall {font-size:18px;}
.desccall {padding-top:10px}


.adsense_left {float:left;margin-right:10px;width:300px;height:250px;background:#FFFEBE}

.banner_top {width:1122px;height:60px;overflow:hidden;text-align:left;margin-bottom:10px}
.banner_2 {float:right}
@media only screen and (max-width: 1050px) {
 
 .blocks, .banner_2 {display:none}
 .open_top_in, .banner_top  {width:802px;text-align:left}
 .footer_in {width:802px;text-align:left}
 .top {width:802px;height:90px;text-align:left;margin-top:10px;overflow:hidden}
 .search {display:none}

}

















.b {background-color : #FFF; font-size: 8pt; border: 1px solid #E0E0E0; border-bottom: 0px; padding : 6px; font-family : Verdana, Tahoma, Arial, sans-serif; font-size : 8pt; color:#7d7d7d;} 
 .b1 {background-color : #FFF; font-size: 8pt; border: 1px solid #E0E0E0; border-left: 0px; border-bottom: 0px; padding : 6px; font-family : Verdana, Tahoma, Arial, sans-serif; font-size : 8pt; color:#7d7d7d;} 
 .b2 {background-color : #FFF; font-size: 8pt; border: 1px solid #E0E0E0; border-left: 0px; padding : 6px; font-family : Verdana, Tahoma, Arial, sans-serif; font-size : 8pt; color:#7d7d7d;} 
 .a {background-color : #EFEFEF; border: 1px solid #E0E0E0; border-bottom: 0px; padding : 6px; font-family : Verdana, Tahoma, Arial, sans-serif; font-size : 8pt; color:#7d7d7d;} 
 .a2 {background-color : #EFEFEF; border: 1px solid #E0E0E0; padding : 6px; font-family : Verdana, Tahoma, Arial, sans-serif; font-size : 8pt; color:#7d7d7d;} 
 .a3 {font-family : Verdana, Tahoma, Arial, sans-serif; font-size : 7pt; color:#9d9d9d;}










.catsTd543 {border:1px solid #A7A7A7; margin: 2px; padding: 2px 2px 2px 13px; background: #F5F5F5;}






.eBlock {} 
 .blockTitle,.menu1 {color:#666666;text-transform:uppercase;font-size:9px;font-family:Tahoma,Verdana;} 
 .blockTitle2,.menu2 {color:#666666;text-transform:uppercase;font-weight:bold;font-size:12px;font-family:Tahoma,Verdana; } 
 .entryDetailsTd {border-top:1px dashed #B5B5B5;border-bottom:1px dashed #B5B5B5;font-family:Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-bottom:5px;padding-top:3px; text-align:left;font-size:7pt;} 
 .entryDetailsTd1 {border-top:1px dashed #B5B5B5;border-bottom:1px dashed #B5B5B5;font-family:Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-bottom:5px;padding-top:3px; text-align:left;font-size:8pt;} 
 .entryDetailsTd2 {border-bottom:1px dashed #B5B5B5;font-family:Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-bottom:5px;padding-top:3px; text-align:left;font-size:8pt;} 
 .catNameRed{font-family:Tahoma,Arial,Sans-Serif;font-size:11px;} 
 .catNameActive2 {font-family:Tahoma,Arial,Sans-Serif;font-size:11px;} 
 .z2 {font-family:Verdana,Arial,Helvetica; font-size:11px;} 
 .z3 {font-family:Verdana,Arial,Helvetica; font-size:12px;} 

 .entryDateTd {font-size:7pt;font-family:Tahoma,Arial,Sans-Serif;} 
 .entryRatingSelect {font-size:7pt;} 
 .entryHr {color:#DDDDDD;height:1px;border-top:0px;display:none;} 
 .entryHr1 {color:#DDDDDD;height:1px;border-top:0px;display:none;}



.button-blue {   
     background: #4477a1;   
     background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#4477a1) );   
     background: -moz-linear-gradient(-90deg, #81a8cb, #4477a1);   
     filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1');   
     }   
.button-blue:hover {   
     background: #81a8cb;   
     background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb) );   
     background: -moz-linear-gradient(-90deg, #4477a1, #81a8cb);   
     filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4477a1', endColorstr='#81a8cb');   
     }   
.button-blue:active  {   
     background: #4477a1;   
     }




.box-title {background: #D4DFF7 ;height:25px;border:1px solid #cbd3d5;}
.box-title-text {padding:5px 5px;color:#06547c;text-shadow:0 1px 0 #fff;border-top:1px solid #eef2f4;font-weight:bold;}
.box-title-icon {float:right;width:16px;height:16px;}
.box-content {background:#f8f8f8;padding:2px 3px;overflow:hidden;border:1px solid #cbd3d5;border-top:0px;margin:0 0 5px 0;}
.tooltip span:before { 
 border-top-color: #CCCCCC; 
 bottom: -9px; 
 } 
 .tipsy { 
 background-image: url("/tipsy_kracivii_vid_title_dli_ccilok.gif"); 
 background-repeat: no-repeat; 
 font-size: 11px; 
 opacity: 0.9; 
 padding: 5px; 
 } 
 .tipsy-inner { 
 background-color: black; 
 color: white; 
 max-width: 200px; 
 padding: 5px 8px 4px; 
 text-align: center; 
 } 
 .tipsy-inner { 
 border-radius: 3px 3px 3px 3px; 
 } 
 .tipsy-north { 
 background-position: center top; 
 } 
 .tipsy-south { 
 background-position: center bottom; 
 } 
 .tipsy-east { 
 background-position: right center; 
 } 
 .tipsy-west { 
 background-position: left center; 
 }