.footer-nav {
    line-height: 40px;
    background-color: #e5e5e5;
    color: #000;
}
.footer-nav a {
    color: #000;
    margin: 0px 10px;
}
.footer-nav a:hover {
    color: #000;
}
.footer-nav span {
    float: right;
    margin-right: 10px;
}

a.list {
    width: 700px;
    height: 140px;
    display: block;
    padding: 10px 0px;
}
a.list:hover {
    background: #f2f2f2;
    text-decoration: none;
}
a.list div.item-list {
    clear: both;
}
a.list img {
    float: left;
    padding: 4px 4px 4px 0;
    max-width: 178px;
}
a.list div.text {
    width: 500px;
    float: right;
}

a.list div.text1 {
    width: 570px;
    float: right;
}

a.list h2 {
    font-size: 18px;
    color: #000;
    float: left;
    max-width: 430px;
    line-height: 18px;
    font-weight: normal;
    margin-top: 0px;
}
a.list span.date {
    float: right;
    font-size: 11px;
    color: #dadada;
    line-height: 18px;
    padding-right: 4px;
}
a.list div.separate {
    border-top: 1px solid #c4c4c4;
    width: 100%;
    clear: both;
}
a.list p {
    padding: 5px 0;
    color: #7f7f7f;
}

img.thumb {
    border: 1px solid #9c9c9c;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
    padding: 5px;
    float: left;
    margin: 0 10px 5px 0;
}

.pub-time {
    float: right;
    margin: 10px 30px 10px 0px;
}

.left_block a {
    color: #08c;
    text-decoration: underline;
    display: block;
    padding: 4px 0;
}

.left_block a:hover {
    color: #d40000;
    background-color: #f2f2f2;
}

.spoiler-head {
    line-height: 30px;
    background: #ccc;
    padding-left: 5px;
    color: #000;
    vertical-align: central;
    border-top: 3px solid #5E5E5E;
    cursor: pointer;
}

.arrow-open {
    background: url(../images/arrows_left_block.png);
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 120px;
}

.arrow-close {
    background: url(../images/arrows_left_block.png);
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 120px;
    background-position: 0px -13px;
}

div.error {
    color: #f00;
    font-size: 10px;
}

.comments {
    margin: 0 0 25px 0;
}

.comments span {
    font-size: 16px;
    color: #000;
    display: block;
    font-weight: bold;
    padding: 5px;
}

.comment {
    border: 1px solid #9C9C9C;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
    padding: 5px;
    margin: 0 0 5px 0;
}

.comment span {
    font-size: 12px;
    color: #000;
    display: block;
    font-weight: bold;
    padding: 2px;
    border-bottom: 1px dotted #ccc;
}

.comment div.comText {
    padding: 10px;
}

.protect {width: 30px;}
#slider {width: 500px;}
#amount {
    height: 30px;
    margin: 0;
    width: 50px;
    text-align: center;
    margin-right: 25px;
    border-color: #f00;
    font-weight: bold;
    color: #f00;
}

.green-border {
    border-color: green !important;
    color: green !important;
}

.tags_box {
    margin: 10px 0px;
    color: #000;
    font-weight: bold;
}

.tags_box a {
    color: #08c;
    text-decoration: underline;
    font-weight: normal;
}

.tags_box a:hover {
    color: #d40000;
}

.tag_block h5 {
    color: #000;
    font-size: 14px;
}

.tag_block p {
    margin-left: 10px;
}

.tag_block p span {
    font-weight: bold;
}

.tag_block p a:hover {
    color: #d40000;
}

.author_block {
    min-height: 100px;
}

.author_name {
    color: #000;
}

/* SLIDER */
#slideshow {
    margin: 35px 0;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:650px;
  height: 160px;
  overflow:auto;
  position:relative;
  
    background: #f8f8f8;
    border-radius: 5px;
    box-shadow: inset 0px 0px 8px #c7c7c7
}

#slideshow #slidesContainer .slide {
  margin: 0 auto;
  width: 550px;
}

.sld {
    margin: 0 auto; 
    width: 550px;
    vertical-align: central;
}

/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:29px;
  height:57px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:51px;
  left:0px;
  background:transparent url(../images/left_arrow.png) no-repeat 0 0;
  z-index: 10;
}
#rightControl {
  top:51px;
  right:0px;
  background:transparent url(../images/right_arrow.png) no-repeat 0 0;
  z-index: 10;
}

.thumb_img {
    width: 170px;
    background: #fff;
    height: 120px;
    display: inline-block;
    margin: 20px 5px;
    text-align: center;
}

.header_banner {
    padding: 25px 0 0 60px;
}
.spoiler-body>a {
    border-bottom: grey dashed 1px;
}

.footer-nav {
    text-align: center;
}

.footer-nav ul li {
    display: inline;
}
.footer-nav ul li a {
    margin: 10px;
}