@import 'reset.css' all;
body {
    font-size: 12px;
    font-family: 'Segoe ui', sans-serif;
    background: url("../images/bg_t.png") no-repeat center top,
    #edf4fb url("../images/bg_b.png") no-repeat center bottom;
    color: #757575;
}
a {
	color: #6f6f6f;
}
h5 {
    font-size: 13px;
   } 
   
h5.a{
	text-decoration: none;
}
#wrapper {
    width: 1025px;
    position: relative;
    margin: 0 auto;
}
/*==============================
           Header
==============================*/
header {
    clear: both;
    margin: 0;
    position: relative;
    z-index: 5;
}
header nav {
    overflow: hidden;
    height: 43px;
    line-height: 51px;
}
header nav ul {
    float: right;
}
header nav ul li {
    float: left;
    font-size: 12px;
    margin: 0 5px;
}
header nav ul li a {
    color: #6a707e;
}
header nav ul li a:hover {
    color: #0093dd;
}
#header_c {
    height: 152px;
    background: url("../images/header_bg.png") no-repeat;
    position: relative;
}
header .logo {
    background: url("/iisr-logo.png") no-repeat;
    width: 280px;
    height: 130px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 19px;
    left: 10px;
}
header .logo a {
    display: block;
    width: 297px;
    height: 89px;
}
.header_search {
    position: absolute;
    left: 370px;
    top: 32px;
    width: 304px;
    overflow: hidden;
    height: 34px;
    background: url("../images/search_bg.png") no-repeat;
}
.header_search form {
    display: block;
}
.header_search form input[type="text"] {
    font-family: 'Segoe ui', sans-serif;
    color: #b6cadb;
    text-shadow: 0 1px 0 rgba(0,0,0,0.33);
    width: 186px;
    font-size: 12px;
    background: none;
    border: none;
    height: 28px;
    display: block;
    float: left;
    margin: 1px 0 0 0;
    padding: 0 0 5px 21px;
}
.header_search form input[type="submit"] {
    height: 33px;
    float: right;
    text-indent: -9999px;
    width: 94px;
    margin: 1px 0 0 0;
    background: url(../images/search_btn.png) no-repeat;
    cursor: pointer;
}
.header_search form input[type="submit"]:hover {
    background-position: 0 -33px;
}
/*--- login ---*/
.login {
    position: absolute;
    right: 99px;
    height: 47px;
    overflow: hidden;
    top: 16px;
    padding: 17px 0 0 0;
}
.login_panel {
    display: block;
    height: 34px;
    width: 147px;
    text-indent: -9999px;
    margin: 0 12px 0 0;
    background: url("../images/login_panel.png") no-repeat;
}
.login_panel:hover {
    background-position: 0 -34px;
}
.login_exit {
    display: block;
    height: 34px;
    width: 73px;
    text-indent: -9999px;
    background: url("../images/login_exit.png") no-repeat 0 -34px;
}
.login_exit:hover {
    background-position: 0 0;
}
.login_auth {
    display: block;
    height: 34px;
    width: 111px;
    margin: 0 22px 0 0;
    text-indent: -9999px;
    background: url("../images/login_auth.png") no-repeat;
}
.login_auth:hover {
    background-position: 0 -34px;
}
.login span.rcol {
    line-height: 15px;
    font-size: 12px;
}
.login span.rcol a {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.28);
}
.login span.rcol a:hover {
    text-decoration: none;
    color: #0093DD;
}
.window {
    display: none;
}
.popup {
    text-align: left;
    background: #fff no-repeat center top;
    -webkit-box-shadow:  0px 0px 10px 0px rgba(179, 194, 208, 1);
    -moz-box-shadow:  0px 0px 10px 0px rgba(179, 194, 208, 1);
    box-shadow:  0px 0px 10px 0px rgba(179, 194, 208, 1);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.popup-head {
    padding: 0 17px;
    overflow: hidden;
    position: relative;
    height: 53px;
    background: url("../images/sep_5.png") repeat-x center bottom;
}
.popup-head span {
    text-transform: uppercase;
    font-size: 13px;
    color: #465664;
    line-height: 45px;
}
.popup-head span b {
    font-weight: normal;
    color: #0093dd;
}
.popup-head a {
    position: absolute;
    right: 10px;
    top: 13px;
    text-indent: -9999px;
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/exit.png") no-repeat;
}
.popup-head a:hover {
    background-position: 0 -25px;
}
.popup-body {
    padding: 8px 5px;
}
.popup-body form {
    display: block;
    padding: 0 4px;
}
.popup-body form .label {
    font-family: 'Segoe ui', sans-serif;
    display: block;
    background: #ffffff;
    border: 1px solid #fde6e9;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(253, 230, 233, 0.56), 0px 1px 3px 0px rgba(253, 230, 233, 1);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(253, 230, 233, 0.56), 0px 1px 3px 0px rgba(253, 230, 233, 1);
    box-shadow: inset 0px 1px 3px 0px rgba(253, 230, 233, 0.56), 0px 1px 3px 0px rgba(253, 230, 233, 1);
    margin:0 0 11px 0;
    font-size: 12px;
    height: 32px;
    padding: 0 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    line-height: 32px;
}
.popup-body form .label input {
    background: none;
    color: #5e6c78;
    font-family: 'Segoe ui', sans-serif;
    width: 190px;
    float: right;
    height: 28px;
    border: none;
    outline: none;
    margin: 1px 0 0 0;
}
.popup-body form button[type="submit"] {
    cursor: pointer;
    background: url("../images/login_btn.png") no-repeat;
    width: 91px;
    display: inline-block;
    height: 32px;
    border: none;
    outline: none;
    text-indent: -9999px;
}
.popup-body form button[type="submit"]:hover {
    background-position: 0 -32px;
}
.loginenter .popup-body, .userinfo {
    padding-left: 92px;
}
.popup-body .lcol, .userinfo .lcol {
    margin-left: -83px;
}
.popup-body .lcol .avatarka, .userinfo .lcol .avatarka {
    display: inline-block;
    background: #fff;
    padding: 3px;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.17);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.17);
}
.popup-body .lcol .avatarka img, .userinfo .lcol .avatarka img {
    width: 67px;
    height: 67px;
    display: block;
    border: 1px solid #fde6e9;
}
.popup-body .rcol, .userinfo .rcol {
    width: 100%;
    overflow: hidden;
}
.popup-body .rcol ul, .userinfo .rcol ul {
    font-size: 12px;
}
.popup-body .rcol ul li, .userinfo .rcol ul li {
    padding: 0;
    height: 29px;
    line-height: 27px;
    background: url("../images/sep_6.png") repeat-x center bottom;
}
.popup-body .rcol ul li:last-child, .userinfo .rcol ul li:last-child {
    background: none;
    height: 28px;
}
.popup-body .rcol ul li a {
    color: #57636e;
    padding: 0 0 0 13px;
    display: block;
    height: 28px;
    background: url("../images/arrow_6.png") no-repeat 3px 12px;
}
.popup-body .rcol ul li a:hover {
    text-decoration: none;
    color: #0093dd;
    background: url("../images/arrow_7.png") no-repeat 3px 12px;
}
.header_r_b ul {
    height: 51px;
    position: absolute;
    right: 0;
    top: 91px;
    padding: 0 25px;
    width: 680px;
    list-style: none;
}
.header_r_b ul > li {
    float: left;
    height: 51px;
    font-size: 12px;
    padding: 0 9px 0 0;
}
.header_r_b ul > li:first-child a span {
    padding: 0 0 0 0;
}
.header_r_b ul > li:first-child a:hover {
    background: none;
    text-decoration: underline;
}
.header_r_b ul > li a {
    display: block;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.16);

}
.header_r_b ul > li a span {
    display: block;
    height: 51px;
    line-height: 49px;
    padding: 0 5px;
}
.header_r_b ul > li a:hover, .header_r_b ul > li.selected a {
    color: #fff2f8;
    background: #00468e;
    text-decoration: none;
    height: 53px;
}
.header_r_b ul > li.h_this a span {

}
.header_r_b ul > li.h_this a:hover span, .header_r_b ul > li.selected a span {

}
/* SubMenu */
#h_flow .h_this {
    position: relative;
}
#h_flow li.h_this ul {
    width: 163px;
    margin: 0;
    top: 53px;
    left: 0;
    padding: 3px 0 0 0;
    position: absolute;
    z-index: 999;
    display: none;
}
#h_flow li.h_this ul li a, #h_flow li.h_this ul li {
    background: none;
    float: none;
    height: auto;
    display: block;
    text-transform: none;
    text-shadow: none;
    border: none;
}
#h_flow li.h_this ul li {
    padding: 0;
    border-bottom: 1px solid #ededed;
    height: 32px;
    font-size: 11px;
    background: #ffffff; /* Old browsers */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}
#h_flow li.h_this ul li:last-child {
    border-bottom: 1px solid #fff;
}
#h_flow li.h_this ul li a {
    color: #75828a;
    line-height: 30px;
    padding: 0 5px 0 23px;
    background: url("../images/arrow_3.png") no-repeat 11px 14px;
}
#h_flow li.h_this ul li a:hover {
    color: #0093dd;
    text-decoration: none;
    background: url("../images/arrow_4.png") no-repeat 11px 14px;
}
a.rss {
    position: absolute;
    top: 34px;
    right: 19px;
    display: block;
    height: 29px;
    width: 29px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/rss.png") no-repeat;
}
/*==============================
           Sliders
==============================*/
.slider_box {
    position: relative;
    padding: 0 2px;
    background: url("../images/content_bg.png") repeat-y;
}
.slider_box_bg {
    background: url("../images/slider_box_bg.png") repeat-x center top;
}
.slider_box_bg .slider_box_bg {
    background: url("../images/slider_box_bg3.png") no-repeat left top;
}
.slider_box_bg .slider_box_bg .slider_box_bg {
    background: url("../images/slider_box_bg2.png") no-repeat right top;
}
.slider_box_bg2 {
    padding: 10px 0 0 7px;
    position: relative;
}
/*---elegantslider---*/
/* vertical ##############################*/
.slider_box_bg2 > .rcol {
    background: url("../images/slider_box.png") no-repeat;
    width: 414px;
    height: 220px;
    overflow: hidden;
    position: relative;
    padding: 45px 0 0 0;
    margin: -2px 6px 0 0;
    z-index: 2;
}
.vertical {
    background: none;
    width: 410px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}
.vertical .carousel {
    width: 407px;
    height: 212px;
    position: relative;
    padding: 0 0;
}
.vertical .carousel_container {
    width: 410px; /* 3x220 + 3x1px margin */
    height: 212px;
    overflow: hidden;
    /*padding: 0 50px;*/
    position: relative;
}
.vertical ul  {
    height: 1980px;
    width: 410px;
}
.vertical ul li {
    width: 410px;
    height: 66px;
    display: block;
    float: left;
    margin-right: 0;
    margin-bottom: 5px;
    position: relative;
    padding: 6px 4px 0 4px;
}
.vertical ul li:hover {
    background: url("../images/sep_3.png") repeat-x center top;
}
.vertical ul li .inner {
    height: 62px;
    padding: 0 0 4px 0;
    background: url("../images/sep_4.png") repeat-x center bottom;
}
.vertical ul li .pf_h {
    font-size: 12px;
    overflow: hidden;
    margin: 0 0 2px 0;
}
.vertical ul li .pf_h a {
    color: #0093DD;
}
.vertical ul li .pf_h a span {
    background: #0093dd;
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    padding: 0 9px;
    font-size: 11px;
    margin: 0 5px 0 0;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.24);
}
.vertical ul li .pf_h a:hover {
    color: #3179a2;
    text-decoration: none;
}
.vertical ul li .lcol {
    background: url("../images/ava_bg.png") no-repeat;
    width: 58px;
    height: 58px;
    overflow: hidden;
    margin: 0 5px 0 -2px;
    padding: 0 2px 5px 2px;
}
.vertical ul li .lcol img {
    height: 58px;
    width: 58px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
.vertical ul li .rcols {
    height: 59px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    font-size: 12px;
    color: #485968;
    line-height: 14px;
    padding: 0 0 0 0;
    overflow: hidden !important;
}
.vertical ul li .caption {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.carousel_up, .carousel_down {
    background: url("../images/sl_btn.png") no-repeat;
    position: absolute;
    width: 21px;
    height: 21px;
    display: block;
    top: -32px;
    text-indent: -9999px;
}
.carousel_up {
    right: 40px;
    background-position: 0 0;
}
.carousel_down {
    right: 11px;
    background-position: -21px 0;
}
.carousel_up:hover {
    background-position: 0 -21px;
}
.carousel_down:hover {
    background-position: -21px -21px;
}
.disable {
    display: none;
}
/*--- changeskin ---*/
.changeskin {
    background: #ebebeb;
    position: relative;
    z-index: 6;
    border-radius: 6px;
    padding: 5px;
    margin: 10px 5px 0 5px;
    text-align: center;
}
.changeskin b {
    display: block;
    background: #fff;
    font-weight: normal;
    color: #465664;
    border-radius: 6px;
    padding: 5px;
    margin: -10px 5px 5px 5px;
}
.changeskin select {
    text-align: left;
}
/*---evoslider---*/
.slider_title {
    background: url("../images/slider_title.png") no-repeat;
    width: 218px;
    height: 34px;
    text-indent: -9999px;
    position: absolute;
    left: 8px;
    top: -2px;
    z-index: 6;
}
.evoslider dl {
    position: relative;
    width: 100%;
    list-style: none;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 0;
}
.evoslider dt {
    position: absolute;
    top: 0;
    border: 0;
    margin: 0;
    padding: 0;
}
.evoslider dt .ieFix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}
.evoslider dt .ieFix .box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: Gray;
    opacity: 0;
    filter: alpha(opacity=0);
}
.evoslider dd {
    position: absolute;
    top: 0;
    border: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.evoslider .outer_control {
    position: relative;
    overflow: hidden;
}
.evoslider .controlNav ul {
    position: relative;
    list-style: none;
}
.evoslider .controlNav li.thumbnails img {
    width: 100%;
    height: 100%;
}
.evoslider .controlNav li.thumbnails .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.evoslider .controlNav li.rotator {
    position: relative;
    float: left;
    cursor: pointer;
    overflow: hidden;
}
.evoslider .controlNav li.rotator img {
    position: relative;
    display: inline-block;
}
.evoslider .evoImage {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.evoslider .evoText.partialleft {
    position: relative;
    float: right;
}
.evoslider .evoText.partialright {
    position: relative;
    float: left;
}
.evoslider .outerText ul {
    position: relative;
    list-style: none;
    width: 100%;
    height: 100%;
}
.evoslider .outerText ul li {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.evoslider .slideWrapper, .evoslider .control_wrapper, .evoslider .controlNav li.rotator p, .evoslider .evoImage a, .evoslider .outerText {
    position: relative;
}
.evoslider dt:hover, .evoslider .controlNav li.bullets:hover, .evoslider .controlNav li.thumbnails:hover, .evoslider .controlNav li.rotator:hover {
    cursor: pointer;
}
.evoslider dt.active, .evoslider .controlNav li.bullets.active, .evoslider .controlNav li.thumbnails.active, .evoslider .controlNav li.rotator.active {
    cursor: default;
}
.evoslider dt .toggle_icon, .evoslider .controlNav, .evoslider .control_autoplay, .evoslider .evoText.overlay {
    position: absolute;
}
.evoslider .controlNav li.bullets, .evoslider .controlNav li.thumbnails {
    position: relative;
    float: left;
    cursor: pointer;
}
.evoslider .pause_button, .evoslider .play_button {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: pointer;
}
.evoslider .evoVideo, .evoslider .evoEmbed {
    position: relative;
    width: 100%;
    height: 100%;
}
/*---*/
.evoslider.default {
    position: relative;
    width: 315px;
    height: 226px;
    margin: 0 auto;
    background: none;
}
.evoslider.default dl {
    border: 0;
}
.evoslider.default dt:hover {
    cursor: pointer;
}
.evoslider.default dd {
    background: none;
}
.evoslider.default .arrow_prev, .evoslider.default .arrow_next {
    display: none;
}
.evoslider.default .outer_control {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
}
.evoslider.default .controlNav {
    left: 10px;
    bottom: 10px;
    border: 0;
    margin: 0;
}
.evoslider.default .control_wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.evoslider.default .controlNav ul {
    overflow: visible;
    border: 0;
    margin: -2px 0 0 0;
    padding: 0;
}
.evoslider.default .controlNav li.bullets {
    display: none;
}
.evoslider.default .controlNav li.thumbnails {
    width: 113px;
    height: 72px;
    border: 0;
    background: none;
    overflow: visible;
    margin: 5px 5px 0 0;
    padding: 0;
}
.evoslider.default .controlNav li.thumbnails.last {
    margin-bottom: 5px;
}
.evoslider.default .controlNav li.rotator {
    background: url("../images/slider_bg.png") no-repeat;
    font-size: 12px;
    height: 63px;
    width: 246px;
    border: none;
    position: relative;
    margin: 0 0 1px 7px;
    color: #dbff5f;
    text-shadow: none;
    padding: 6px 10px 6px 12px;
}
.evoslider.default .controlNav li.rotator:hover, .evoslider.default .controlNav li.rotator.active {
    background-position: 0 -75px;
}
.evoslider.default .controlNav li.rotator:hover p span.title, .evoslider.default .controlNav li.rotator.active p span.title, .evoslider.default .controlNav li.rotator.active p span.title a {
    color: #0093dd;
}
.evoslider.default .controlNav li.rotator.last {
    margin-bottom: 0;
}
.evoslider.default .controlNav li.rotator img {
    display: none;
}
.evoslider.default .controlNav li.rotator p {
    text-align: left;
}
.evoslider.default .controlNav li.rotator p span.title {
    display: block;
    font-size: 11px;
    color: #586b7b;
    padding: 1px 0;
    overflow: hidden;
    line-height: 14px;
    height: 29px;
}
.evoslider.default .controlNav li.rotator p span.bottom {
    display: block;
    overflow: hidden;
    padding: 0;
    line-height: 28px;
    color: #586b7b;
    height: 30px;
    margin: 4px 0 0 0;
}
.evoslider.default .controlNav li.rotator p span.bottom i {
    font-style: normal;
}
.evoslider.default .controlNav li.rotator p span.bottom i b {
    color: #0093dd;
    font-weight: normal;
}
.evoslider.default .controlNav li.rotator p span.bottom i:last-child b {
    color: #8f9eab;
}
.evoslider.default .controlNav li.rotator.active img {
    display: none;
}
.evoslider.default .control_autoplay {
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    background: #fafafa;
    border: solid 1px #d9d9d9;
}
.evoslider.default dd .control_autoplay {
    top: 5px;
    right: 5px;
}
.evoslider.default .pause_button {
    display: none;
}
.evoslider.default .play_button {
    display: none;
}
.evoslider.default dd .evoEmbed img {
    min-width: 100%;
    height: 100%;
}
.evoImage {
    z-index: 1;
}
.evoImage img {
    width: 315px;
    display: block;
    height: 223px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    z-index: 1;
}
.evoslider.default .evoText.overlay {
    left: 5px;
    bottom: 4px;
    z-index: 2;
    width: 283px;
    background: rgba(28,34,40,0.81);
    text-align: left;
    padding: 6px 12px 7px 11px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
}
.evoslider.default .evoText.overlay h3 {
    color: #fff;
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    overflow: hidden;
    padding: 0 28px 0 0;
    font-weight: normal;
    min-height: 25px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.24);
}
.evoslider.default .evoText.overlay h3 a {
    position: absolute;
    right: 0;
    display: block;
    background: url("../images/arrow_5.png") no-repeat 0 center;
    width: 17px;
    height: 100%;
    text-indent: -9999px;
    top: 0;
}
.evoslider.default dt:hover .toggle_icon, .evoslider.default dt.active .toggle_icon {
    color: #4e4e4e;
}
.evoslider.default .arrow_next:hover, .evoslider.default .arrow_prev:hover, .evoslider.default .controlNav li.rotator:hover {
    cursor: pointer;
}
.evoslider.default .arrow_next.last, .evoslider.default .arrow_prev.first, .evoslider.default .controlNav li.rotator.active {
    cursor: default;
}
.evoslider.default .controlNav li.bullets:hover, .evoslider.default .controlNav li.bullets.active {
    background: #4e4e4e;
    color: #fafafa;
}
.evoslider.default .controlNav li.thumbnails:hover, .evoslider.default .controlNav li.thumbnails.active {
    background: #4e4e4e;
}
.evoslider.default .evoImage, .evoslider.default .evoVideo, evoslider.default .evoEmbed {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.evoslider.default .evoText.partialleft h3, .evoslider.default .evoText.partialright h3 {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 0;
    font-weight: 700;
    color: #4e4e4e;
}
.evoslider.default .evoText.partialleft p, .evoslider.default .evoText.partialright p, .evoslider.default .outerText p {
    padding-bottom: 0;
    padding-top: 5px;
    color: #4e4e4e;
}
/*==============================
           Content
==============================*/
#content {
    position: relative;
    z-index: 4;
    padding: 0 2px;
    background: url("../images/content_bg.png") repeat-y;
}
.content_bg {
    background: url("../images/sep_7.png") repeat-y center top;
}
.content_bg .content_bg {
    background: url("../images/sep_8.png") no-repeat center top;
}
.content_bg .content_bg .content_bg {
    background: url("../images/sep_9.png") no-repeat center bottom;
}
.content {
    position: relative;
    min-height: 50px;
}
aside.lcol {
    width: 251px;
    padding: 15px 0;
}
aside.lcol .block {
    width: 240px;
    margin: 0 0 11px 5px;
    background: #fff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.07);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.07);
}
aside.lcol .block:last-child {
    background: none;
}
aside.lcol .block .block_h {
    background: #0459AA;
    height: 45px;
    position: relative;
    line-height: 41px;
    color: #ffffff;
    padding: 0 0 4px 15px;
    text-transform: uppercase;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
aside.lcol .block .block_h b {
    position: absolute;
    width: 26px;
    height: 32px;
    left: -3px;
    top: -3px;
    text-indent: -9999px;
}
aside.lcol .block .block_h span {
    color: #0093dd;
}
aside.lcol .block .block_c {
    position: relative;
    overflow: hidden;
}
/*-- navi --*/
.navi_c {
	
    padding: 3px 0 8px 0;
    background: url("../images/sep_24.png") repeat-x center 0;
}
.navi_c li {
    display: block;
    height: 39px;
    background: url("../images/sep_23.png") repeat-x center bottom;
}
.navi_c li:hover {
    background: #0093DD;
}
.navi_c li a {
    color: #617484;
    background: url("../images/arrow_12.png") no-repeat 13px 13px;
    text-decoration: none;
    padding: 0 3px 0 30px;
    display: block;
    height: 39px;
    line-height: 29px;
}
.navi_c li:hover a {
    background: url("../images/arrow_13.png") no-repeat 13px 15px;
    color: #fff;
    line-height: 31px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.18);
}
/*---Navi---*/
.navi {
    overflow: visible !important;
}
.navi > ul > li {
    display: block;
    border-bottom: 1px dashed #dfe4ea;
}
.navi > ul > li:last-child {
    border-bottom: none;
}
.navi > ul > li:nth-child(even) div {
    background: #f6f9fc url("../images/sep_19.png") repeat-x center top;
}
.navi > ul > li:hover div {
    background: #ffffff;
    -webkit-box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.14);
    box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.14);
}
.sublink.opened div {
    background: url("../images/sep_19.png") repeat-x center top,
    url("../images/sep_18.png") repeat-x center bottom;
}
.navi ul li div a {
    color: #00468e;
    display: block;
    font-size: 12px;
    padding: 9px 12px 9px 51px;
}
.navi ul li div a b {
    font-weight: normal;
    font-size: 13px;
    color: #0093dd;
}
.navi ul li.sublink div a {
    padding: 0;
}
.sublink div a span {
    display: block;
    padding: 9px 38px 9px 11px;
    background: url("../images/arrow_14.png") no-repeat 94% center;
}
.sublinks div a span {
    display: block;
    padding: 9px 38px 9px 11px;
}
.selected div a span, .navi > ul > li:hover div a span {
    background: url("../images/arrow_15.png") no-repeat 94% center;
}
ul.submenu li {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #fafcfe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafcfe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#fafcfe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#fafcfe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#fafcfe 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#fafcfe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafcfe',GradientType=0 ); /* IE6-9 */
    height: 34px;
    border-bottom: 1px solid #f1f4f9;
}
ul.submenu li a {
    display: block;
    height: 34px;
    color: #617484;
    line-height: 32px;
    padding: 0 5px 0 25px;
    background: url("../images/arrow_16.png") no-repeat 11px center;
}
ul.submenu li a:hover {
    color: #f34c61;
}
/*---lastcomm---*/
.last_comm {
    padding: 0;
}
.lastcomm {
    position: relative;
    overflow: hidden;
    padding: 6px 7px;
    border-bottom: 1px dashed #dbe4e7;
}
.lastcomm:last-child {
    border: none;
}
.lastcomm:hover {
    background: #f6f9fc url("../images/sep_19.png") repeat-x center 0;
}
.lastcomm img {
    float: left;
    width: 43px;
    height: 43px;
    display: block;
    padding: 1px;
    margin: 0 6px 0 0;
    overflow: hidden;
    border: 1px solid #d7dce0;
    -webkit-box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.13);
}
.lastcomm .rcols {
    overflow: hidden !important;
    font-size: 12px;
    color: #0093dd;
    line-height: 14px;
}
.lastcomm .rcols a {
    color: #465664;
}
.vk_block {
    position: relative;
    z-index: 4;
    margin: 0 0 0 1px;
    padding: 10px 5px;
    text-align: center;
}
.donate {
    background: url("../images/donate_bg.png") no-repeat;
    width: 240px;
    height: 85px;
    position: relative;
    margin: 0 auto;
}
.donate a {
    position: absolute;
    top: 45px;
    left: 18px;
    display: block;
    background: url("../images/donate_btn.png") no-repeat;
    width: 108px;
    height: 30px;
    text-indent: -9999px;
}
aside.rcol {
    width: 250px;
    padding: 0 2px 10px 0;
}
/*--- Chat ---*/
.scroll_dc {
    height: 380px;
    padding: 2px 0 0 0;
    position:relative;
}
.bchat {
    width: 217px;
    margin: 1px 0 3px 18px;
    padding: 1px 0;
    background: url("../images/sep_6.png") repeat-x center bottom;
}
.bchat .bc_top {
    padding: 0 0 10px 0;
    background: url("../images/sep_22.png") repeat-x center bottom;
}
.bchat .right {
    float: right;
    width: 38px;
    height: 19px;
    overflow: hidden;
    background: url("../images/control_bg.png") no-repeat;
    margin: 0;
    padding: 7px 6px 0 6px;
}
.bchat .right span.edit,
.bchat .right span.del,
.bchat .right span.chat {
    background: url("../images/bchat_adm.png") no-repeat;
    height: 11px;
    width: 11px;
    display: inline-block;
    float: right;
    vertical-align: top;
    margin: 0 0 0 1px;
    cursor: pointer;
}
.bchat .right span.edit:hover {
    background-position: -11px 0;
}
.bchat .right span.del {
    margin: 0 1px;
    background-position: 0 -12px;
}
.bchat .right span.del:hover {
    background-position: -11px -12px;
}
.bchat .right span.chat {
    margin: -1px 1px 0 0;
    background-position: 0 -24px;
}
.bchat .right span.chat:hover {
    background-position: -11px -24px;
}
.bchat .bc_ava {
    float: left;
    margin: 0 7px 0 0;
}
.bchat .bc_ava img {
    width: 42px;
    height: 42px;
    padding: 1px;
    border: 1px solid #e2eef1;
}
.bchat .bc_name {
    background: #0093dd url("../images/author_bg.png") no-repeat right 0;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    height: 23px;
    line-height: 21px;
    font-size: 12px;
    padding: 0 14px 0 10px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.17);
    display: inline-block;
}
.bchat .bc_name a {
    color: #fff;
    text-decoration:none;
}
.bchat .bc_date {
    color: #88939a;
    font-size: 10px;
    padding: 6px 0;
    display: block;
    overflow: hidden;
}
.bchat .chat_cont {
    color: #6b7982;
    font-size: 12px;
    padding: 5px 0;
    overflow: hidden;
}
.bchat_add {
    padding: 5px 5px;
    overflow: hidden;
}
.bchat_add a {
    margin: 8px 10px 0 0;
    float: left;
    color: #beb4a9;
    text-decoration: none;
}
.bchat_add a:hover {
    color: #7e342a;
}
.bc_bot {
    padding: 6px 0;
}
.bc_bot .fbutton {
    margin: 0;
}
.bchat_add .bb-editor {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(219, 228, 231, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(219, 228, 231, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(219, 228, 231, 1);
    background: #fff;
    padding: 1px 0;
}
.bchat_add .bb-editor textarea {
    background: url("../images/editorcomm.png") no-repeat center center !important;
    height: 57px;
}
/* ----------- plugin::scroll ----------- */
.scroll-old, .scroll-step, .scroll-button{
    position:relative;
    overflow:hidden;
    height: 100% !important;
}
.scroll-old .scroll-track, .scroll-step .scroll-track, .scroll-button .scroll-track{
    opacity:1; filter:alpha(opacity=100);
}
.scroll, .scroll-horizontal, .scroll-pane, .scroll-wrap {
    position:relative;
    overflow:hidden;
    zoom:1;
}
.scroll-wrap, .scroll, .scroll-horizontal{ width:100%; height:100%; }
.scroll-pane{ padding-right:7px; }
.scroll-horizontal .scroll-pane{ padding-right:0; padding-bottom:7px; }
.scroll-track{
    background: #f2f2f2;
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(234, 234, 234, 1);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(234, 234, 234, 1);
    box-shadow: inset 1px 1px 0px 0px rgba(234, 234, 234, 1);
    width: 6px;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 6px;
    z-index:1;
}
.scroll-horizontal .scroll-track{
    top:auto;
    bottom:0;
    left:0;
    height:6px;
    width:auto;
}
.scroll-track .scroll-drag{
    position: relative;
    width: 17px;
    background: url("../images/arrow_11.png") no-repeat 0 50%;
    margin: 0 0 0 -5px;
    cursor: pointer;
}
.scroll-horizontal .scroll-track .scroll-drag{
    height:17px; margin-left:0;
    margin-top:0 !important;
    width:auto;
}
.scroll.hover > .scroll-track,
.scroll.mousedown > .scroll-track,
.scroll-horizontal.mousedown > .scroll-track,
.scroll-horizontal.hover > .scroll-track{ opacity:.7; filter:alpha(opacity = 70);}
.touch.hover > .scroll-track{ opacity:1; filter:alpha(opacity = 100); }
.user-select-none, .user-select-none *{
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.scroll.mousedown > .scroll-track .scroll-drag, .scroll-horizontal.mousedown > .scroll-track .scroll-drag{ background:#111; }
.touch-true{ overflow:auto !important }
.scroll.scroll-off > .scroll-track, .scroll-horizontal.scroll-off > .scroll-track{ display:none; }
/* ----------- end::scroll ----------- */
aside.rcol .block {
    width: 252px;
    position: relative;
}
.block_b {
    text-indent: -9999px;
    width: 252px;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 20px;
    margin: 0 0 -10px 0;
    background: url("../images/block_b.png") no-repeat center bottom;
    z-index: 3;
}
aside.rcol .block:nth-child(1), aside.rcol .block:nth-child(1) .block_h {
    -webkit-border-radius: 0 12px 0 0;
    -moz-border-radius: 0 12px 0 0;
    border-radius: 0 12px 0 0;
}
aside.rcol .block .block_h {
    height: 49px;
    clear: both;
    overflow: hidden;
    background: url("../images/sep_18.png") repeat-x center bottom;
    color: #465664;
    font-size: 12px;
    -webkit-border-radius: 0 12px 0 0;
    -moz-border-radius: 0 12px 0 0;
    border-radius: 0 12px 0 0;
    position: relative;
    z-index: 2;
}
aside.rcol .block .block_h span {
    padding: 0 0 0 15px;
    height: 49px;
    display: block;
    line-height: 45px;
}
aside.rcol .block:nth-child(1) .block_h {
    background: url("../images/sep_17.png") repeat-x center bottom;
    height: 50px;
}
aside.rcol .block:nth-child(1) .block_h span {
    height: 50px;
    line-height: 48px;
}
aside.rcol .block .block_h span b {
    color: #0093dd;
    font-weight: normal;
}
aside.rcol .block .block_c {
    background: #fff;
    overflow: hidden;
    padding: 0;
}
aside.rcol .block:first-child {
    margin-top: 0;
}
/*---topnews---*/
.topnews {
    padding: 1px 0 4px 0;
    margin: -1px 0 5px 0;
    overflow: hidden;
    background: url("../images/sep_26.png") repeat-x center bottom;
}
.topnews li {
    padding: 7px 0 4px 0;
    border-bottom: 2px solid #fafbfb;
    background: url("../images/sep_26.png") repeat-x center 0;
}
.topnews li:first-child {
    background: none;
    padding: 6px 0 4px 0;
}
.topnews li:first-child:hover {
    background: #f6f9fc;
}
.topnews li:hover {
    background: #f6f9fc url("../images/sep_26.png") repeat-x center 0;
}
.topnews li a {
    display: block;
    padding: 0 5px;
    text-decoration: none;
    color: #485968;
    line-height: 14px;
}
.topnews .title {
    margin: 0 0 4px 0;
    display: block;
    overflow: hidden !important;
    color: #0093DD;
    padding: 0 0 6px 0;
    font-size: 12px;
    line-height: 14px;
    background: url("../images/sep_6.png") repeat-x center bottom;
}
.topnews li img {
    width: 45px;
    height: 45px;
    margin: 0 7px 0 1px;
    border-radius: 4px;
    overflow: hidden;
}
/*---Votes---*/
.v_title {
    position: relative;
    margin: 7px 8px 5px 8px;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top: 1px solid #e5edf4;
    -webkit-box-shadow: inset 0px -1px 1px 0px rgba(250, 250, 250, 1), 0px 1px 3px 0px rgba(206, 224, 232, 1);
    -moz-box-shadow: inset 0px -1px 1px 0px rgba(250, 250, 250, 1), 0px 1px 3px 0px rgba(206, 224, 232, 1);
    box-shadow: inset 0px -1px 1px 0px rgba(250, 250, 250, 1), 0px 1px 3px 0px rgba(206, 224, 232, 1);
}
.v_title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 30%;
    top: -3px;
    z-index: -1;
    background: #f4f9fb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.v_title span {
    display: block;
    color: #0093dd;
    padding: 10px 14px;
}
.v_btn {
    overflow: hidden;
    background: #ecf5f8; /* Old browsers */
    background: -moz-linear-gradient(top,  #ecf5f8 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecf5f8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ecf5f8 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ecf5f8 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ecf5f8 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ecf5f8 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf5f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    padding: 5px 5px;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin: 3px 6px;
}
.v_btn button[type="submit"], .v_btn a {
    font-family: 'Segoe ui', sans-serif;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 12px;
    color: #6b7982;
    height: 24px;
    line-height: 22px;
    padding: 0 16px;
    text-decoration: none;
    display: inline-block;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.17);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.17);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.v_btn button[type="submit"]:hover, .v_btn a:hover {
    color: #0093dd;
}
.v_res {
    font-size: 10px;
    padding: 14px 5px 10px 5px;
    text-align: center;
    color: #aac6cf;
    overflow: hidden;
}
#dle-vote {
    padding: 0 5px 5px 5px;
    overflow: hidden;
}
.vote, #dle-poll-list div {
    clear: both;
    color: #778b96;
    font-size: 11px;
    padding: 7px 2px;
}
.vote input, #dle-poll-list div input {
    float: left;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    margin-right: 4px;
}
/*---statistic---*/
.statistic .inf_stat {
    margin: 0 0 4px 0;
    font-size: 12px;
}
.statistic .inf_stat li {
    height: 37px;
    color: #6b7982;
    line-height: 30px;
    padding: 0 12px;
    background: url("../images/sep_9.png") repeat-x center bottom;
}
.statistic .inf_stat li em {
    text-indent: -9999px;
    display: block;
    float: left;
    background: url("../images/arrow_6.png") no-repeat;
    width: 5px;
    height: 5px;
    margin: 13px 11px 0 0;
}
.statistic .inf_stat li b {
    font-weight: normal;
    color: #4196b5;
}
.statistic .inf_stat li span {
    font-size: 11px;
    background: #4aadd0;
    border-radius: 3px;
    padding: 0 6px;
    float: right;
    margin: 6px 0 0 6px;
    height: 21px;
    display: inline-block;
    line-height: 21px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.24);
    color: #fff;
}
.statistic .tit {
    display: inline-block;
    background: #4aadd0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 12px;
    margin: 0 6px;
    height: 27px;
    line-height: 25px;
    font-size: 14px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.24);
    color: #fff;
}
.statistic .tOnline, .statistic .gOnline, .statistic .uOnline {
    margin: 0 4px;
    color: #6b7982;
    height: 28px;
    line-height: 28px;
    padding: 0 0 1px 19px;
    background: url("../images/sep_6.png") repeat-x center bottom,
    url("../images/arrow_6.png") no-repeat 6px 11px;
}
.statistic .tOnline b, .statistic .gOnline b, .statistic .uOnline b {
    color: #0093dd;
    font-weight: normal;
}
.statistic .uOnline {
    height: 28px;
    background: url("../images/arrow_6.png") no-repeat 7px 11px;
}
.statistic .user_list {
    background: url("../images/sep_21.png") repeat-x center top;
    padding: 8px 8px;
    overflow: hidden;
    color: #536368;
    font-size: 12px;
    line-height: 14px;
}
.statistic .user_list a {
    color: #536368;
}
/*--- Main section ---*/
section.rcol {
    width: 518px;
    overflow: hidden;
    padding: 7px 0 0 0;
}
/*---speedbar---*/
.speedbar {
    margin: -3px -6px -10px 0;
    width: 634px;
    height: 59px;
    padding: 0 8px 0 125px;
    overflow: hidden;
    line-height: 57px;
    font-size: 12px;
    color: #465664;
    background: url("../images/speedbar_bg.png") no-repeat;
}
.speedbar a {
    color: #465664;
}
.speedbar a:hover {
    color: #f13c52;
}
/*---banner---*/
.banner {
    background: url("../images/banner_bg.png") no-repeat;
    width: 517px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    padding: 7px 0;
    margin: 0 0 6px 0;
}
.banner img {
    max-width: 468px;
    max-height: 60px;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.04);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.04);
}
/*---moder icons---*/
.moder_ico {
    overflow: hidden;
}
.moder_ico li {
    float: left;
    height: 27px;
    margin: 0 0 0 4px;
}
.moder_ico li a {
    width: 27px;
    height: 27px;
    display: block;
}
.moder_ico li.edit, .moder_ico li.warn, .moder_ico li.del {
    text-indent: -9999px;
}
.moder_ico li.edit a {
    background: url("../images/moder_ico.png") no-repeat 0 0;
}
.moder_ico li.edit a:hover {
    background-position: 0 -27px;
}
.moder_ico li.warn a {
    background: url("../images/moder_ico.png") no-repeat -54px 0;
}
.moder_ico li.warn a:hover {
    background-position: -54px -27px;
}
.moder_ico li.del a {
    background: url("../images/moder_ico.png") no-repeat -81px 0;
}
.moder_ico li.del a:hover {
    background-position: -81px -27px;
}
/*---full story---*/
.story {
    overflow: hidden;
    margin: 0 0 5px 0;
    padding: 0 5px;
}
.story h1.story_h, .story h2.story_h {
    margin: 0;
    overflow: hidden;
    display: block;
    font-weight: normal;
    font-size: 18px;
    color: #0093dd;
    padding: 8px 12px 10px 10px;
}
.story h1.story_h a, .story h2.story_h a {
    color: #0093dd;
}
.story .moder_ico {
    margin: 4px 3px 0 0;
}
.story .story_inf {
    position: relative;
    margin: 5px 5px;
    height: 37px;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top: 1px solid #e5edf4;
    -webkit-box-shadow: inset 0px -1px 1px 0px rgba(250, 250, 250, 1), 0px 1px 3px 0px rgba(206, 224, 232, 1);
    -moz-box-shadow: inset 0px -1px 1px 0px rgba(250, 250, 250, 1), 0px 1px 3px 0px rgba(206, 224, 232, 1);
    box-shadow: inset 0px -1px 1px 0px rgba(250, 250, 250, 1), 0px 1px 3px 0px rgba(206, 224, 232, 1);
}
.story .story_inf::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 30%;
    top: -3px;
    z-index: -1;
    background: #f4f9fb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.story_inf ul.lcol {
    margin: 9px 0 0 0;
}
.story_inf ul.lcol li {
    float: left;
    height: 19px;
    padding: 0 11px 0 10px;
    line-height: 15px;
    font-size: 11px;
    color: #465664;
    background: url("../images/sep_10.png") no-repeat right center;
}
.story_inf ul.lcol li b {
    color: #0093dd;
    font-weight: normal;
}
.story_inf ul.lcol li a {
    color: #465664;
}
.story .story_c {
    overflow: hidden;
    line-height: 16px;
    padding: 5px 5px;

    color: #6f7e8b;
}
.story .story_c b, .story .story_c a {
    color: #0093DD;
    font-weight: bold;
}
.story .story_c img {
    display: inline-block;
}
.story .story_b {
    height: 45px;
    background: url("../images/story_bot.png") no-repeat;
    width: 491px;
    margin: 0 auto;
    overflow: hidden;
    padding: 3px 6px;
}
.story .story_b div.lcol.rat {
    color: #6b7982;
    background: url("../images/sep_11.png") no-repeat right top;
    padding: 13px 13px 0 5px;
    height: 44px;
}
.story .story_b div.lcol.cat {
    line-height: 42px;
    padding: 0 0 0 11px;
}
.story_cat {
    padding: 5px 0 13px 9px;
}
.story .story_b div.lcol.cat b, .story_cat b {
    font-weight: normal;
    color: #0093dd;
}
.story .story_b div.lcol.cat a, .story_cat a {
    color: #6f7e8b;
}
.story .story_b .rcol {
    padding: 5px 0 0 0;
}
.story .story_b .rcol.next a {
    display: block;
    width: 102px;
    height: 35px;
    background: url("../images/more_bg.png") no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
.story .story_b .rcol.next a:hover {
    background-position: 0 -35px;
}
.xvalue {
    display: block;
    font-weight: normal !important;
    text-decoration: none !important;
    color: #5e6c78 !important;
    font-size: 13px;
    padding: 0 0 0 13px;
    background: #fff no-repeat right top;
    margin: 6px 0 11px 0;
    height: 37px;
    line-height: 35px;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(242, 243, 245, 1), 0px 1px 3px 0px rgba(111, 126, 139, 0.22);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(242, 243, 245, 1), 0px 1px 3px 0px rgba(111, 126, 139, 0.22);
    box-shadow: inset 0px 1px 0px 0px rgba(242, 243, 245, 1), 0px 1px 3px 0px rgba(111, 126, 139, 0.22);
}
.xvalue b {
    font-weight: normal !important;
    color: #d03851 !important;
}
.by_btn {
    margin: 11px -3px;
    overflow: hidden;
}
.by_btn .amazon, .by_btn .itunes {
    background: url("../images/by_btn.png") no-repeat;
    width: 249px;
    height: 87px;
    display: block;
    text-indent: -9999px;
}
.by_btn .amazon {
    background-position: 0 -87px;
}
.by_btn .itunes {
    background-position: 0 0;
}
/*--- related ---*/
.related li {
    position: relative;
    margin: 2px 4px 5px 4px;
    height: 34px;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top: 1px solid #e5edf4;
    -webkit-box-shadow: inset 0px -1px 1px 0px rgba(250, 250, 250, 1), 0px 1px 3px 0px rgba(206, 224, 232, 1);
    -moz-box-shadow: inset 0px -1px 1px 0px rgba(250, 250, 250, 1), 0px 1px 3px 0px rgba(206, 224, 232, 1);
    box-shadow: inset 0px -1px 1px 0px rgba(250, 250, 250, 1), 0px 1px 3px 0px rgba(206, 224, 232, 1);
}
.related li::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 30%;
    top: -2px;
    z-index: -1;
    background: #f4f9fb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.related li a {
    display: block;
    background: url("../images/arrow_6.png") no-repeat 13px center;
    border-radius: 6px;
    height: 34px;
    font-size: 13px;
    line-height: 32px;
    text-decoration: none;
    overflow: hidden;
    padding: 0 10px 0 29px;
    color: #6f7e8b;
}
.related li a:hover {
    background: url("../images/arrow_7.png") no-repeat 13px center;
    color: #0093dd;
}
/*---hr---*/
hr.stop {
    clear: both;
    border: none;
    background: url("../images/sep_14.png") repeat-x;
    margin: 0 0 5px 0;
    height: 3px;
}
/*---Share42---*/
.soci {
    margin: 4px 5px 0 0;
}
#share42 {
    display: block;
}
#share42 li {
    float: left;
    margin: 0 0 0 11px;
}
.share_fb, .share_gg, .share_tw, .share_vk {
    display: inline-block;
    vertical-align: top;
    height: 26px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    line-height: 26px;
    font-family: 'Segoe ui', sans-serif;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.22);
    padding: 0 0 0 34px;
    background: url("../images/share42_bg.png") no-repeat;
}
.share_gg {
    background-position: 0 -26px;
    background-color: #e34b3c;
}
.share_tw {
    background-position: 0 -52px;
    background-color: #4eb5f2;
}
.share_fb {
    background-position: 0 -78px;
    background-color: #4f66b4;
}
.share_vk {
    background-position: 0 0;
    background-color: #6f95be;
}
.share_fb span, .share_gg span, .share_tw span, .share_vk span {
    display: inline-block;
    padding: 0 8px;
}
/*---comment---*/
.comment {
    overflow: hidden;
    padding: 5px 3px 5px 4px;
    position: relative;
    background: url("../images/sep_16.png") repeat-x center top,
    url("../images/sep_15.png") repeat-x center bottom;
}
.comment .lcol {
    overflow: hidden;
    margin: 1px 2px 0 0;
    font-size: 12px;
    padding: 2px 2px 3px 2px;
}
.avatar {
    background: #ffffff;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 3px 3px;
    overflow: hidden;
}
.avatar img {
    width: 65px;
    border: 1px solid #e4e4e4;
    display: block;
}
.comment .rcols {
    overflow: hidden !important;
    padding: 0 0 5px 0;
}
.comment_inf {
    position: relative;
    overflow: hidden;
    margin: 3px 3px;
    height: 34px;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top: 1px solid #e5edf4;
    -webkit-box-shadow: inset 0px -1px 1px 0px rgba(250, 250, 250, 1), 0px 1px 3px 0px rgba(206, 224, 232, 1);
    -moz-box-shadow: inset 0px -1px 1px 0px rgba(250, 250, 250, 1), 0px 1px 3px 0px rgba(206, 224, 232, 1);
    box-shadow: inset 0px -1px 1px 0px rgba(250, 250, 250, 1), 0px 1px 3px 0px rgba(206, 224, 232, 1);
}
.comment .moder_ico {
    margin: 8px 2px 0 5px;
}
.comment_inf::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 30%;
    top: -3px;
    z-index: -1;
    background: #f4f9fb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ul_inf {
    overflow: hidden;
}
.ul_inf li {
    margin: 9px 0 0 0;
    float: left;
    height: 15px;
    padding: 0 10px;
    line-height: 13px;
    font-size: 11px;
    color: #f44d61;
}
.ul_inf li:last-child {
    background: none;
}
.ul_inf li a {
    color: #f44d61;
}
.ul_inf li b {
    margin: 1px 7px 0 0;
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
}
.ul_inf li.date {
    color: #fff;
    margin: 0;
    font-size: 11px;
    padding: 9px 9px 10px 9px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.22);
    background: #0093dd;
}
.ul_inf li.add {
    color: #f44d61;
}
.ul_inf li.add a {
    color: #57686d;
}
.comment_text {
    position: relative;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 14px;
    color: #47585d;
}
.comment_text a {
    color: #47585d;
}
.comment_inf ul.moder_ico {
    margin: 4px 4px 0 0;
    overflow: hidden;
}
/*--- static ---*/
.static_h {
    margin: 0 5px 8px 5px;
    overflow: hidden;
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #0093dd;
    padding: 8px 12px 10px 0px;
    line-height: 14px;
    text-transform: uppercase;
}
.static_h b {
    color: #5e6c78;
    font-weight: normal;
}
.static_c {
    overflow: hidden;
    background: url("../images/sep_14.png") repeat-x center bottom;
    padding: 0 6px 6px 6px;
    margin: 0 0 5px 0;
}
.static_c.two {
    background: url("../images/sep_16.png") repeat-x center top,
    url("../images/sep_14.png") repeat-x center bottom;
    padding: 12px 6px 6px 6px;
    line-height: 15px;
}
.static_c.nopad {
    padding: 0 1px;
    background: none;
}
/*--- Error ---*/
.berror {
    margin: 5px 4px;
    overflow: hidden;
    background: #0093dd repeat-y 57px 0;
}
.berror_c {
    background: url(../images/error_ico.png) no-repeat 25px center;
    padding: 4px 6px 9px 62px;
    min-height: 46px;
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.17);
}
.berror_c a {
    color: #fff;
}
.berror_c strong, .berror_c b {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}
/*---fbutton---*/
.fbutton, a.fbutton, .bbcodes, .bbcodes_poll, .prof_btn a {
    font-family: 'Segoe ui', sans-serif;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 12px;
    color: #6f7e8b;
    height: 24px;
    line-height: 22px;
    padding: 0 16px;
    text-decoration: none;
    display: inline-block;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.17);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.17);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.fbutton:hover, a.fbutton:hover, .bbcodes:hover, .bbcodes_poll:hover, .prof_btn a:hover {
    color: #338fb0;
}
.prof_btn a {
    margin: 0 5px;
}
/*---forms---*/
.tableform {
    width: 474px;
    margin: 0 auto;
}
.tableform select {
    border: 1px solid #ccc;
    padding: 4px 2px;
}
.tableform dl {
    display: block;
    margin: 0 0 5px 0;
}
.tableform dd.label {
    display: block;
    padding: 0;
    color: #7b8a90;
    float: left;
    overflow: hidden;
    font-size: 12px;
    width: 17%;
    padding: 7px 0 0 0;
}
.tableform dd {
    padding: 0 0 2px 0;
    display: block;
    overflow: hidden !important;
}
table.tableform tr {
    display: block;
    color: #748F9A;
    margin: 0 0 10px 0;
}
table.tableform tr td.label {
    color: #748F9A;
    font-size: 12px;
    padding: 6px 0 5px 0;
}
table.tableform tr td {
    padding: 0;
    display: block;
}
.tableform input[type="checkbox"] {
    margin: 5px 0
}
.addnews {
    font-weight: bold;
}
.impot {
    color: #e23046;
}
.checkbox {
    padding: 4px 0;
    line-height: 1em;
}
.checkbox input {
    margin-top: -2px;
    vertical-align: middle;
}
.f_input {
    background: #ffffff;
    height: 20px;
    width: 96%;
    font-size: 12px;
    color: #adadad;
    padding: 2px 5px 4px 5px;
    font-family: 'Segoe ui', sans-serif;
    border: 1px solid #e2edf1;
}
.f_textarea {
    width: 100%;
}
.fieldtr select, .textin, .f_textarea, .xfields textarea, .xprofile textarea,.xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select {
    padding: 2px;
    font-family: 'Segoe ui', sans-serif;
    color: #adadad;
    background: #fff;
    border: 1px solid #bcc0c2;
}
.f_textarea, .editor_button select {
    padding: 0;
}
.textin {
    padding: 2px;
}
.fieldsubmit {
    text-align: center;
    margin: 10px 0;
}
button.submit, input.submit, .submit, .answ a {
    font-family: 'Segoe ui', sans-serif;
    border-top: 1px solid #e5edf4;
    -webkit-box-shadow: inset 0px -1px 1px 0px rgba(250, 250, 250, 1), 0px 1px 3px 0px rgba(206, 224, 232, 1);
    -moz-box-shadow: inset 0px -1px 1px 0px rgba(250, 250, 250, 1), 0px 1px 3px 0px rgba(206, 224, 232, 1);
    box-shadow: inset 0px -1px 1px 0px rgba(250, 250, 250, 1), 0px 1px 3px 0px rgba(206, 224, 232, 1);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #6f7e8b;
    height: 25px;
    line-height: 23px;
    display: inline-block;
    font-size: 12px;
    padding: 0 16px;
    background: #fff;
    cursor: pointer;
    text-decoration: none;
}
button.submit:hover, input.submit:hover, .submit:hover, .answ a:hover {
    color: #0093dd;
}
/*---Userinfos---*/
.userinfos {
    padding-left: 125px;
}

.rateui {
    width: 85px;
    height: 17px;
    margin: 0 auto;
    padding-top: 4px;
}

.userinfos .lcol {
    margin-left: -125px;
    width: 110px;
    padding-right: 15px;
}

.userinfos .lcol .avatar {
    margin-bottom: 10px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #dfddd9;
}

.userinfos .lcol .avatar img {
    width: 100px;
}

.userinfos .rcol {
    width: 100%;
}

.userinfos .rcol ul {
    list-style: none;
    margin-left: 0;
}

.userinfos .rcol ul li {
    padding: 8px 10px 10px 10px;
    background: url("../images/sep_6.png") repeat-x center bottom;
}
.userinfos .rcol ul li:last-child {
    background: none
}
.ussep {
    padding-top: 12px;
    background: url("../images/ussep.png") no-repeat;
}

/*--- Search ---*/
.searchstyle, .searchtable fieldset select, .textin, #searchuser, #searchinput {
    width: 100% !important;
}
.textin {
    padding: 5px 5px;
    background: #fff url("../images/fields.png") repeat-x;
    border: 1px solid #bcc0c2;
}
input.textin {
    width: 96% !important;
    margin: 5px 0;
}
.search {
    font-size: 11px;
    padding: 0 5px !important;
}
.search table, .search table tr, .search table td {
    border: none;
}
.search fieldset {
    display: block;
    overflow: hidden;
    border: 1px solid #dbe8ed;
    text-align: left;
    padding: 5px 5px !important;
}
.searchtable fieldset legend {
    color: #4F688C;
    margin: 0 5px;
}
.searchtable fieldset select {
    display: block;
}
.searchtable fieldset select#resorder, .searchtable fieldset select#beforeafter {
    margin: 5px 0 0 0;
}
.searchtable fieldset select#replyless {
    margin: 0 0 5px 0;
}
.searchitem {
    font-size: 0.9em;
    border-top: 1px solid #dbe8ed;
    padding: 10px 0;
}
.search select, select.ui-widget-content {
    border: 1px solid #dbe8ed;
}

/*---statistics---*/
.statistics {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.statistics .green {
    color: #0093dd;
    margin: 5px 0;
    font-weight: normal;
}

.statistics ul.lcol {
    min-height: 71px;
    margin: 0 0 20px -1px;
    width: 33.3%;
}

.statistics ul.lcol li {
    padding: 0 15px 0 0;
    margin-bottom: 2px;
    color: #8A969D;
}
/*---navigation---*/
.navigation {
    clear: both;
    overflow: hidden;
    padding: 4px 6px;
    margin: 0;
    font-size: 11px;
    display: block;
    text-align: center;
}
.navi_link span {
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    text-shadow: 0 1px 0 rgba(0,0,0,0.23);
    padding: 5px 7px 6px 7px;
    background: #0093dd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navi_link a, span.nav_ext {
    background: #ffffff; /* Old browsers */
    margin: 1px 2px 0 2px;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
    border-radius: 6px;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
    color: #717e83;
    display: inline-block;
    padding: 5px 7px 6px 7px;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.24);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.24);
}
.navi_link a:hover {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.23);
    background: #0093dd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.n_back, .n_next {
    display: inline-block;
}
.n_back span, .n_back a, .n_next span, .n_next a {
    width: 73px;
    height: 26px;
    text-indent: -9999px;
    background: url("../images/navi_btn.png") no-repeat;
    display: inline-block;
    margin: 0;
}
.n_back a {
    background-position: 0 0;
    float: left;
}
.n_back span, .n_back a:hover {
    background-position: 0 -26px;
    float: left;
}
.n_next a {
    background-position: -73px 0;
    float: right;
}
.n_next span, .n_next a:hover {
    background-position: -73px -26px;
    float: right;
}
.lines {
    background: #0093dd;
    border-radius: 6px;
    color: #fff;
    padding: 10px;
    font-size: 11px;
    line-height: 14px;
}
/*--- pm --*/
.pmlist {
    margin: 10px 0;
    border-radius: 6px;
    background: #F6F9FC;
    border-radius: 6px;
    color: #fff;
    padding: 10px;
    font-size: 11px;
}
.pmlist select {
    border: 1px solid #ccc;
    padding: 4px 5px;
}
.pmlinks {
    text-align: center;
    color: #454545;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #D6DBE0;
}
.pmlinks a {
    color: #0093dd
}
.pmlinks a:hover {
    color: #6F7E8B;
}
.pm_status {
    border-radius: 6px;
    padding: 10px;
    background: #EC3653;
    margin: 10px 0;
    color: #fff;
    font-size: 11px;
}
.pm_status_content {
    background: #F6F9FC;
    border-radius: 3px;
    margin: 10px 0 0 0;
}
/*==============================
           Footer
==============================*/
footer {
    z-index: 1;
    clear: both;
    position: relative;
    padding: 0;
    overflow: hidden;
    height: 129px;
    margin: 0 0 5px 0;
    background: url("../images/footer_bg.png") no-repeat;
}
footer .logo {
    background: url("../images/tusur.png") no-repeat;
    width: 297px;
    height: 89px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 15px;
    left: 34px;
}
footer .logo a {
    display: block;
    width: 297px;
    height: 89px;
}
.footer_r {
    overflow: hidden !important;
    padding: 0 0 0 371px;
}
.footer_r_h {
    overflow: hidden;
    margin: 4px 0 0 0;
    height: 50px;
    padding: 14px 0 0 15px;
    width: 500px;
    color: #5b6a77;
    font-size: 12px;
}
.footer_r_h a {
    color: #0093dd;
    text-decoration: underline;
}
.footer_r_h a:hover {
    text-decoration: none;
}
.footer_r_b {
    overflow: hidden;
    padding: 0 111px 0 0;
}
.footer_text {
    margin: 11px 0 0 0;
    font-size: 12px;
    color: #5b6a77;
    line-height: 14px;
}
footer .footer_count {
    margin: 10px 0 0 0;
    height: 31px;
}
footer .footer_count span.fade {
    float: left;
    display: inline-block;
    margin: 0 11px 0 0;
    height: 31px;
}
footer .counter span.count img {
    display: block;
}
footer .top {
    position: absolute;
    right: 18px;
    top: 14px;
    background: url("../images/top_bg.png") no-repeat;
    width: 71px;
    height: 27px;
    text-indent: -9999px;
}
footer .top a {
    display: block;
    width: 71px;
    height: 27px;
}
.static_c.two {
line-height: 15px;
}
.block_c2 {

    background: #ebebeb;
    position: relative;
    z-index: 6;
    border-radius: 6px;
    padding: 10px;
    margin: 10px 5px 0 5px;
    text-align: center;
}
    .block_c2:hover, span.tags:hover { 
box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.196);
}
.block_c2 b {
    display: block;
    background: #fff;
    font-weight: normal;
    color: #465664;
    border-radius: 6px;
    padding: 5px;
    margin: -10px 5px 5px 5px;
}
.block_c2 select, .block_c2 li {
    text-align: left;
}

.block_c3 {

    background: #13679B;
    position: relative;
    z-index: 6;
    border-radius: 6px;
    padding: 20px;
    margin: 10px 5px 0 5px;
    text-align: center;
}
    .block_c3:hover, span.tags:hover { 
box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.700);
}
.block_c3 b {
    display: block;
    background: #fff;
    font-weight: normal;
    color: #0093DD;
    border-radius: 6px;
    padding: 5px;
    margin: -10px 5px 5px 5px;
}
.block_c3 select, .block_c3 li {
    text-align: left;
}
.block_c4 {

    background: #C2BFE1;
    position: relative;
    z-index: 6;
    border-radius: 25px;
    padding: 15px;
    margin: 10px 5px 0 5px;
    text-align: center;
}
    .block_c4:hover, span.tags:hover { 
box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.700);
}
.block_c4 b {
    display: block;
    background: #fff;
    font-weight: normal;
    color: #0093DD;
    border-radius: 6px;
    padding: 5px;
    margin: -10px 5px 5px 5px;
}
.block_c4 select, .block_c4 li {
    text-align: left;
}

.b-top {z-index:2600;position:fixed;left:0;bottom:90px;width:34%;margin-left:50%;opacity: 0.5;filter:alpha(opacity=50);}
.b-top:hover {opacity:1;filter:alpha(opacity=100);cursor:pointer;}
.b-top-but {z-index:2600;position:absolute;display:block;left:56px;bottom:0;margin:0 0 0 100%;padding:32px 12px 4px;
color:white;background:#464B50 url(http://alaev.info/wp-content/plugins/goupbutt/b-j-top.png) no-repeat 50% 11px;border-radius:7px;}

/*image story*/
.bnews img {
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF;
        padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 2px;
		padding-top: 2px;
}

.bnews .editor_button img,
.bnews .editbclose img,
.bnews .editor_button_brk img,
.bnews .title_spoiler img,
.bnews #dle_emo td img  { padding: 0 !important; margin: 0 !important; border:
 0 none !important; background-color: transparent; }

/*maincont*/
.baseer .maincont {
        padding-bottom: 10px;
        overflow: hidden;
}