html,body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Tahoma, Verdana, Arial;
  font-size: 10pt;
  color: #1e2123;
  background: #e6e6e6;
}

a {
  text-decoration: underline;
  color: #992126;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
  outline: none;
}

img.imgsmall {
 height: 120px;
 float: left;
 position: relative;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 10px;
}

h1 {
font-size: 26px;
}

#wrapper {
  min-width: 900px;
  max-width: 1280px;
  min-height: 100%;
  position: relative;
  margin: 0 auto;
  background-color: #ffffff;
}
/*---Content---*/
#wrapper #content {
  width: 100%;
  position: relative;
  padding-bottom: 22px;
}
/*---Header---*/
#wrapper #header {
  width: 100%;
  height: 164px;
  position: relative;
  background: #1e2123 url('../images/bg-header.png') top left no-repeat;
}

#top-panel {
  background: url('../images/bg-top-panel.png') repeat-x;
  height: 48px;
  width: 100%;
  position: relative;
}

.logo {
  position: absolute;
  width: 467px;
  height: 19px;
  top: 5px;
  left: 15px;

}

.logo a {
color: white;
text-decoration: none;
font-size: 30px;
text-transform: uppercase;
font-style: italic;
font-weight: bold;
}

/*---Search---*/
.search {
  padding: 10px 15px;
  background: #F5F6F7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; 
}
.top-search {
  position: absolute;
  width: 262px;
  height: 32px;
  top: 8px;
  right: 15px;
}

input.input-search {
  background: url('../images/input-search.png') no-repeat;
  width: 209px;
  height: 32px;
  border: none;
  float: left;
  padding: 0 6px;
  font-size: 8pt;
  line-height: 3;
}

input.button-search {
  width: 34px;
  height: 32px;
  margin-left: 7px;
}
/*---Navigation---*/
#menu {
  background: url('../images/bg-nav.png') repeat-x;
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 1000;
}

ul#nav {
  position: absolute;
  right: 15px;
    margin: 0;
    border: 0 none;
    padding: 0;
    list-style: none;
}

ul#nav li {
  margin: 0;
    border: 0 none;
    padding: 0;
    float: left;
    display: inline;
    list-style: none;
    position: relative;
}

ul#nav ul {
    margin: 0;
    border: 0 none;
    padding: 0;
  width: 160px;
    list-style: none;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
}

ul#nav ul:after {
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: ".";
    height: 0;
    visibility: hidden;
}

ul#nav ul li {
    width: 160px;
    float: left;
    display: block !important;
    display: inline;
}
/*---Main menu---*/
ul#nav a {
    border: 0px;
    padding: 11px 15px;
    float: none !important;
    float: left;
    display: block;
    color: #ffffff;
  font-size: 11pt;
  font-family: Arial;
  font-weight: bold;
  text-shadow: #000000 0 1px 0;
    text-decoration: none;
    height: auto !important;
    height: 1%;
}
/*---Main Menu Hover---*/
ul#nav a:hover,
ul#nav li:hover a,
ul#nav li.iehover a {
  background: #992126 url('../images/bg-menu-hover.png') no-repeat;
}
/*---Second Menu---*/
ul#nav li:hover li a,
ul#nav li.iehover li a {
    float: none;
    background: #1e2123;
    color: #ffffff;
  font-size: 10pt;
  font-weight: normal;
  text-shadow: none;
  padding: 5px;
  border-bottom: 1px solid #313335;
}

/*---Second Menu Hover---*/
ul#nav li:hover li a:hover,
ul#nav li:hover li:hover a,
ul#nav li.iehover li a:hover,
ul#nav li.iehover li.iehover a {
    background: #992126;
    color:#ffffff;
}

ul#nav ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 170px;
}

ul#nav li:hover ul ul,
ul#nav li.iehover ul ul {
    display: none;
}

ul#nav li:hover ul,
ul#nav ul li:hover ul,
ul#nav li.iehover ul,
ul#nav ul li.iehover ul {
    display: block;
}

#wrapper #content #main {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#left-sidebar {
  width: 185px;
  float: left;
  margin: 0;
  padding: 0;
}
/*---Left Navigation---*/
.left-nav {
  width: 185px;
}

.item {
  width: 185px;
  height: 30px;
  background-color: #992126;
  border-bottom: 1px solid #ffffff;
}

.icon {
  float: left;
  width: 37px;
  height: 30px;
  margin-right: 5px;
  margin-left: 10px;
}

.name-avto {
  width: 145px;
  height: 23px;
  padding-top: 7px;
}

.name-avto a {
  color: #ffffff;
  text-decoration: none;
  padding-top: 5px;
}

.name-avto a:hover {
  text-decoration: underline;
}

#left-news {
 width: 185px;
 margin-bottom: 20px;
}

#left-news h3 {
 color: #ffffff;
 background: #1e2123;
 padding: 4px 0 4px 10px;
 margin: 20px 0 0 0;
}

.ln-block {
 background: #eeeeee;
 padding: 15px 0 6px 10px; 
 font-size: 8pt;
}
.ln-block ul{
  padding-left:0px;
  margin-top:0px;
}
.ln-block ul li{
  margin-left:7px;
  padding-left:0px;
  list-style-type:none;
  margin-right:15px;
  margin-top:5px;
  padding-bottom:10px;
  border-bottom:1px dotted grey;
  background-position: left center;
  background-repeat: no-repeat;
}

.ln-block a {
 color: #1e2123;
 text-decoration:none;
 display:block;
 margin-left:22px;
}

.ln-block ul li.remont {background-image: url(../images/articles-icon/remont.png);}
.ln-block ul li.uroki {background-image: url(../images/articles-icon/u.png);}
.ln-block ul li.f-questions {background-image: url(../images/articles-icon/d.png);}
.ln-block ul li.security {background-image: url(../images/articles-icon/warning.png);}
.ln-block ul li.shid {background-image: url(../images/articles-icon/shid.png);}
.ln-block ul li.dorogi {background-image: url(../images/articles-icon/dorogi.png);}
.ln-block ul li.tur {background-image: url(../images/articles-icon/autotur.png);}
.ln-block ul li.gruzoperevozki {background-image: url(../images/articles-icon/gruzoperevozki.png);}

/*---Лучшие новости---*/
.ln-blocknews {
 background: #eeeeee;
 padding: 15px 0 6px 10px; 
 font-size: 8pt;
}
.ln-blocknews ul{
  padding-left:0px;
  margin-top:0px;
}
.ln-blocknews ul li{
  margin-left:7px;
  padding-left:0px;
  list-style-type:none;
  margin-right:15px;
  margin-top:5px;
  padding-bottom:10px;
  border-bottom:1px dotted grey;
  background:url(../images/favicon.ico) no-repeat top left;
}

.ln-blocknews a {
 color: #1e2123;
 text-decoration:none;
 display:block;
 margin-left:22px;
}

#left-st {
 width: 185px; 
 margin-bottom: 20px;
}

#left-st h3 {
 color: #ffffff;
 background: #1e2123;
 padding: 4px 0 4px 10px;
 margin: 20px 0 0 0;
}

#right-sidebar {
  width: 225px;
  float: right;
  background-color: #f1f1f1;
  padding: 20px 0 20px 20px;
}

.content-right-sidebar {
  width: 166px;
  background-color: #ffffff;
  padding: 0px;
  margin-left:19px;
}

#center {
  margin: 20px 262px 0 195px;
  line-height: 1.5;
  padding-bottom: 100px;
}

.banner {
  background-color: #cccccc;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}

/*---Block news---*/
.block-news {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}

.speed {

 font-size: 8pt;
padding: 0 0 0 10px;
}

table.headline {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

td.left-headline {
  width: 15px;
  height: 34px;
  background: url('../images/bg-left-headline.png') no-repeat;
  margin: 0;
  padding: 0;
}

td.center-headline {
  height: 34px;
  background: url('../images/bg-center-headline.png') repeat-x;
  margin: 0;
  padding: 0;
}

.top-news {
  width: 100%;
  position: relative;
  height: 27px;
  color: #ffffff;
  padding-top: 7px;
}

.category {
  float: left;
  width: 500px;
  height: 34px;
}

.category  a {
  color: #ffffff;
  font-weight: bold;
  font-size: 10pt;
  text-decoration: underline;
}

.category  a:hover {
  text-decoration: none;
}

.views {
  position: absolute;
  right: 0;
  font-size: 8pt;
}

.views a {
  text-decoration: underline;
  color: #ffffff;
}

.views a:hover {
  text-decoration: none;
}

td.right-headline {
  width: 15px;
  height: 34px;
  background: url('../images/bg-right-headline.png') no-repeat;
  margin: 0;
  padding: 0;
}

.text-news {
  width: 100%;
}

.text-news img {
  border: 1px solid #cccccc;
  float: left;
  margin-right: 5px;
}

/*---Pages---*/
ul.pages {
  width: 100%;
  height: 26px;
  font-size: 9pt;
  color: #7a8b96;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.pages li.prev a,.number a,.next a {
  color: #7a8b96;
  text-decoration: none;
  float: left;
  border: 1px solid #cccccc;
  padding: 0 6px;
  margin-right: 3px;
  background-color: #f1f1f1;
}

ul.pages li.prev a:hover,.number a:hover,.next a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #992126;
  border: 1px solid #891c21;
}

/*---Footer---*/
#wrapper #footer {
  width: 100%;
  height: 70px;
  position: relative;
  bottom: 0;
  font-size: 8pt;
  background-color: #b8c4cd;
}

.copyright {
  width: 400px;
  height: 17px;
  padding: 5px 0 0 15px;  
}
.counter{
  margin-top:7px;
  margin-left:15px;
}
.clear{
  clear:both;
}
/*---Full Story---*/
.full-text-news {
 width: 100%; 
}

.btl {
  margin: 0;
}

.small {
 font-size: 8pt; 
 color: #999999;
}

.maincont {
 width: 100%;
 margin-top: 20px;
 margin-bottom: 20px; 
 padding-bottom: 20px;
 padding-top: 15px;
 border-top: 1px solid #ced7dd;
}

.redact {
 width: 100%;
 text-align: right;
 margin-bottom: 20px;
 padding-bottom: 8px;
 border-bottom: 1px solid #ced7dd;
}

/*---fcomments---*/
.fcomments {
 width: 100%; 
 margin-top: 15px;
}

.comments-headline {
  width: 100%;
  height: 20px;
  margin-bottom: 20px;
}

.lc-headline {
 float: left;
 width: 40%; 
}

.lc-headline h3 {
 margin-top: 0; 
}

.rc-headline {
 float: right;
 width: 40%; 
 text-align: right;
}

.rc-headline a.addcombtn {
 text-decoration: none;
 padding: 7px;
 background: #992126;
 background: -moz-linear-gradient(#b9262d,#992126); 
  background: -webkit-gradient(linear, left top, left bottom, from(#b9262d), to(#992126));  
  background: -o-linear-gradient(#b9262d,#992126); 
  border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 color: #ffffff;
  font-weight: bold;
  text-shadow: #3b2c2c 0 1px 0;
 
}

.rc-headline a.addcombtn:hover {
 text-decoration: none;
 border: none; 
 background: #b2282e;
 background: -moz-linear-gradient(#992126,#b9262d); 
  background: -webkit-gradient(linear, left top, left bottom, from(#992126), to(#b9262d));  
  background: -o-linear-gradient(#992126,#b9262d); 
}

.baseform {
 padding: 10px;
 background: #f1f1f1; 
 margin-bottom: 20px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}

/*---Table Form---*/
table.tableform {
 width: 70%;
 border: none;
 border-collapse: collapse; 
 margin: 0;
 padding: 0;
}

table.tableform tr {
 vertical-align: top;
} 

.fieldsubmit {
 margin: 0;
 padding: 0; 
}

.fbutton {
 margin: 0;
 padding: 5; 
}
/*---Comments---*/
.bc {
 margin-bottom: 20px; 
}
.bcomment {
 position: relative;
 display: block;
 overflow: hidden;
 padding: 10px;
 background: #f1f1f1; 
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}

.dtop {
  
}

.lcol {
 float: left; 
}

.lcol span.ava {
 display: block;
 width: 40px;
 height: 40px;
 overflow: hidden;
 float: left;
}

.rcol {
 float: right; 
}

.ad {
 margin-left: 50px;
 font-size: 8pt;
 color: #999999; 
}

.rcol span {
  
}

.rcol span a {
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #2f3233;
 text-decoration: none;
  color: #ffffff; 
  font-size: 8pt;
}

.rcol span a:hover {
  background: #992126;
}

.cominfo {
 clear: both; 
 float: right;
 text-align: right;
 font-size: 8pt;
}

.cominfo a {
 color: #1e2123; 
}

.mass_comments_action {
 padding: 10px 15px;
 background: #F5F6F7;
 border: 1px solid #CED7DD;
 border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/*---Other News---*/
.other-news {
 padding-bottom: 15px;
 border-bottom: 1px solid #CED7DD; 
}

ul.other-news-ul {
 list-style-image: url('../images/other-news.png'); 
 background: url('../images/bg-other-news.png') repeat;
 padding: 10px;
 list-style-position: inside;
}

.backbtn {
  margin-bottom: 20px;
}

.backbtn a {
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #2f3233;
 text-decoration: none;
  color: #ffffff; 
  font-size: 8pt; 
}

.backbtn a:hover {
 background: #992126;
}

 /*---ratebox---*/
  .rate { width: 85px; height: 17px; overflow: hidden; }
  .mlink .rate { padding-top: 5px; }
  
  /*---Tags---*/
  .btags { background: #79b61b url("../images/btags.png") no-repeat; height: 33px; }
    .btags .btags { color: #f2ffde; line-height: 32px; padding: 0 10px; background-color: transparent; background-position: 100% -33px; }
    .btags a { color: #fff; }

  .fullstory { border: 0 none; }
    .mlinktags { background-position: 0 -70px; }
    .mlinktags .mlink { background-position: 100% -105px; }

/*---А также:---*/
.related { background: #484848 url("../images/relatedfoot.png") no-repeat 0 100%; }
.related .dtop { padding: 0 8px; height: 30px; background: url("../images/relatedtop.png") repeat-x; }
  .related .dtop span, .related .dtop span b { float: left; height: 30px; background: url("../images/related.png") no-repeat 100% -30px; }
  .related .dtop span { line-height: 30px; color: #659928; background-color: #fff; background-position: 0 0; position: relative; margin-top: -1px; }
    .related .dtop span b { padding: 0 31px 0 17px; }

  .related ul { padding: 8px 15px 13px 15px; color: #fff; }
  .related ul a { color: #fff; }

/*---Search---*/
.mlink {
  padding: 10px 15px;
  background: #F5F6F7;
  border-left: 1px dotted #cccccc;
  border-right: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
}

.dpad {
 margin-top: 20px; 
 border: 1px dotted #cccccc;
 padding: 10px;
}

.argviews,.argcoms {
 float: right;
 font-size: 8pt; 
}

/*---Pages---*/
ul.bnnavi {
  width: 100%;
  height: 26px;
  font-size: 9pt;
  color: #7a8b96;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px 0;
}

ul.bnnavi li.prev a,.number a,.next a {
  color: #7a8b96;
  text-decoration: none;
  float: left;
  border: 1px solid #cccccc;
  padding: 0 6px;
  margin-right: 3px;
  background-color: #f1f1f1;
}

ul.bnnavi li.prev a:hover,.number a:hover,.next a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #992126;
  border: 1px solid #891c21;
}

li.prev,li.number,.li.next {
 float: left; 
}

li span {
 float: left; 
 margin-right: 3px;
 background-color: #f1f1f1;
 border: 1px solid #cccccc;
 padding: 0 6px;
 opacity: 0.5;
}

a.toptop {
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #2f3233;
 text-decoration: none;
  color: #ffffff; 
  font-size: 8pt;  
}

a.toptop:hover {
 background: #992126;
}
/*---Img Crop---*/
img.crop {
  width: 200px;
  height: 150px;
  float: left;
  display: inline-block;
  overflow: hidden;
}
.reklama {
  overflow: hidden;
  display:block;
}
.google {
  overflow: hidden; 
  float: left;
}

.yandex {
  overflow: hidden;
  float: right;
}