/*==== style ====*/
* {
    margin: 0;
    padding: 0;
}

header,nav,section,article,aside,footer {
    display: block;
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    font: 12px/18px Georgia;
    background: #fff;
    width: 100%;
}

a {
    color: #114176;
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
}

.clr {
    clear: both;
}

img {
    border: none;
}

input {
    vertical-align: middle;
    outline: none;
}

textarea {
    outline: none;
    font-family: 'Times New Roman';
    font-size: 15px;
    color: black;
}

#wrapper,#footer .footer-wrapper {
    max-width: 1100px;
    
    overflow: hidden;
    margin: 0 auto;
}

.wrf-wrapper {
    width: 2000px;
    background: url(/static/img/bg_header.png) repeat-x top;
}

.scrollable {
    position: relative;
    outline: none;
}

.scrollable-content {
    position: absolute;
    top: 0;
}
.ontop .scrollable-content{
    position: relative !important;
}
.scroll {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .6;
    width: 8px;
}

.scroll .knob {
    background: url(/static/img/scrollknob.png) no-repeat #505050 center;
    width: 8px;
    position: absolute;
    top: 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

#header {
    background: url(/static/img/bg_header.png) repeat-x top;
    height: 60px;
    top: 0;
    width: 100%;
    z-index: 100;
    position: absolute;
    left: 0;
    
}

#header .header-wrapper {
    height: 60px;
    max-width: 1100px;
    
    overflow: hidden;
    margin: 0 auto;
    background: url(/static/img/border-vertical-header.png) top left no-repeat transparent;
    position: relative;
}

#header h1 {
    padding: 12px 20px 15px;
    text-shadow: 0 1px 0 #FFF;
}

#header h1 a {
    font-size: 20px;
    font-weight: normal;
    color: #114176;
    text-decoration: none;
}

.header-wrapper table {
    border-collapse: collapse;
    width: 100%;
    position: absolute;
    top: 0;
}

.header-block {
    height: 50px;
    padding: 0 9%;
    text-align: center;
    background: url(/static/img/border-vertical-header.png) top right no-repeat transparent;
}

.header-block a {
    display: block;
    text-decoration: none;
    font-family: Georgia,sans;
    font-size: 13px;
    color: #114176;
    padding-top: 15px;
    text-shadow: 0 1px 0 #FFF;
}

.header-block #auth_block,.header-block #hello_block {
    display: block;
    width: 100%;
}

.header-block #auth_block.hide {
    display: none;
}

.header-block #hello_block.hide {
    display: none;
}

.header-block a.username {
    display: block;
    height: 100%;
    max-width: 90px;
    overflow: hidden;
    padding-right: 15px;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: auto;
}

.header-block a.logout {
    display: block;
    float: right;
    height: 69%;
    text-align: center;
    width: 35%;
}

.header-block a.username span.username {
    display: block;
    max-width: 105px;
    overflow: visible;
    padding-top: 15px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

.header-block a.username span.shadow {
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    background: url(/static/img/top_alpha.png);
}

#wrapper .inner-header {
    margin-top: 50px;
    height: 50px;
    width: 100%;
    background: url(/static/img/bg_header2.png) repeat-x top;
}

#wrapper .inner-header h2 {
    padding: 12px 20px 15px;
}

#wrapper .inner-header h2 a {
    color: #ebf3fc;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 -1px 0 #06265e;
    text-decoration: none;
    filter: dropshadow(color=#06265e,offx=1,offy=-1);
}

#wrapper .inner-title {
    height: 49px;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    background: url(/static/img/title-redline.png) no-repeat left top;
}

#wrapper .inner-title h1 {
    padding: 12px 20px;
}

#wrapper .inner-title h1 a,#wrapper .inner-title h1 span {
    font-size: 20px;
    color: black;
    font-weight: normal;
    text-decoration: none;
}

#wrapper .inner-title h1 a {
    color: #114176;
}

#wrapper .inner-title h1 a:hover {
    text-decoration: underline;
}

#wrapper h1.breadcrumbs {
    height: 100%;
    overflow: hidden;
    padding: 1px 0 0 4px;
    text-shadow: 0 1px 0 white;
}

.breadcrumbs .bc-item {
    display: block;
    float: left;
    height: 47px;
    line-height: 45px;
    background: transparent url(/static/img/breadcrumb_bg.png) repeat-x 100% 0;
}

.breadcrumbs .bc-item a {
    border-bottom: 1px solid #9c9c9c;
}

.breadcrumbs span.level-top {
    background: none;
}

.breadcrumbs span.level-top a {
    border-bottom: none;
}

.breadcrumbs span.level-1 a,.breadcrumbs span.level-2 a,.breadcrumbs span.level-top {
    display: block;
    height: 100%;
    padding: 0 15px 0 20px;
}

.breadcrumbs .bc-split {
    width: 0;
    position: relative;
}

.breadcrumbs .bc-split span,.breadcrumbs .bc-split a {
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    width: 25px;
    height: 100%;
    background: transparent url(/static/img/breadcrumb_tail.png) no-repeat 100% 0;
}

#resizable {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#resizable .block {
    width: 50%;
    height: 100%;
    float: left;
    overflow-x: visible;
    position: relative;
    outline: none;
}

#resizable .left .scroll {
    right: 2px;
}

#resizable .block.left {
    float: left;
    z-index: 1000;
}

#resizable .left .wrapper {
    padding-right: 1px;
}

#resizable .wrapper {
    width: 100%;
}

#resizable .wrapper .inner-w-padding * {
    padding: 0 12px;
}

#resizable .left .wrapper ul.contents {
    margin-top: 33px;
    list-style: none outside none;
    margin-bottom: 20px;
    margin-right: 0;
}

#resizable .left .wrapper ul.contents li {
    position: relative;
}

#resizable .left .wrapper ul.contents li div.section-header {
    border-bottom: 1px solid #E3E3E3;
    border-top: 2px solid #fff;
    position: relative;
    padding: 15px 0 16px 0;
}

#resizable .left .wrapper ul.discussed li div.section-header {
    cursor: pointer;
}

#resizable .left .wrapper ul.contents li table {
    width: 100%;
    padding-left: 20px;
}

#resizable p.comment_count {
    color: #A7A7A7;
    font-family: 'Times New Roman',Times,serif;
    font-size: 15px;
    padding-left: 20px;
}

#resizable .left .wrapper ul.contents li p.comment_count {
    position: absolute;
    right: 10px;
    top: 3px;
    line-height: 45px;
}

#resizable .left .wrapper ul.contents li td.comments {
    width: 60px;
}

#resizable .left .wrapper ul.contents li td.comments p.comment_count {
    padding-right: 12px;
    position: absolute;
    right: 0;
    top: 7px;
}

#resizable .left .wrapper ul.contents ul.sub li td.comments p.comment_count {
    top: 0;
}

#resizable p.comment_count a {
    color: #114176;
    font-weight: bold;
    text-decoration: none;
}

#resizable p.comment_count a:hover {
    text-decoration: underline;
}

.wrapper ul.discussed li div.section-header:hover {
    border-bottom: 2px solid #e3e3e3!important;
    border-top: 2px solid #e3e3e3!important;
    background: #f8f5ed;
    padding: 15px 0 15px 0!important;
}

.wrapper ul.contents li h2 a {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: black;
    line-height: 22px;
}

.wrapper ul.contents li .section-header h2 a {
    line-height: 24px;
}

.wrapper ul.contents li.del .section-header h2 a {
    color: #B90000;
    text-decoration: line-through;
}

.wrapper ul.contents li.ins .section-header h2 a {
    color: #2D7A1E;
}

.wrapper ul.contents li td.s {
    vertical-align: top;
}

.wrapper ul.contents li td.snum {
    width: 12%;
    vertical-align: top;
}

.wrapper ul.contents li .section-header td.snum {
    padding-top: 4px;
}

.wrapper ul.contents li td.snum a {
    color: black;
    font-family: 'Times New Roman',Times,serif;
    font-size: 15px;
    padding-right: 4px;
    text-decoration: none;
    white-space: nowrap;
}

.wrapper ul.contents li.del td.snum a {
    color: #B90000;
    text-decoration: line-through;
}

.wrapper ul.contents li.ins td.snum a {
    color: #2D7A1E;
}

.wrapper ul.contents li td.snum span {
    color: #969696;
}

.wrapper ul.contents li.ins td.snum span {
    color: #2D7A1E;
}

.wrapper ul.contents li.del td.snum span {
    color: #B90000;
    text-decoration: line-through;
}

#resizable .left .wrapper ul.contents li h2 a span.s {
    display: block;
}

#resizable .left .wrapper ul.contents li ul.sub {
    margin-top: 0;
}

#resizable .left .wrapper ul.contents li ul.sub li {
    padding-left: 0;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    display: block;
    padding: 10px 0;
}

#resizable .left .wrapper ul.contents li ul.sub li.first {
    border-top: 1px solid white;
}

#resizable .left .wrapper ul.contents li ul.sub h3 {
    cursor: pointer;
}

#resizable .left .wrapper ul.contents li ul.sub li p.comment_count a {
    font-weight: normal;
}

#resizable .left .wrapper ul.contents li ul.sub li:hover {
    background: #f8f5ed;
    border-top: 2px solid #d9d7d0;
    border-bottom: 2px solid #d9d7d0;
}

#resizable .left .wrapper ul.contents li ul.sub li.first:hover {
    background: #f8f5ed;
    border-top: 1px solid #d9d7d0;
    border-bottom: 2px solid #d9d7d0;
}

#resizable .wrapper ul.contents li ul.sub li:hover p.comment_count,#resizable .wrapper ul.contents li div.section-header:hover p.comment_count,#resizable .clausecontent p.comment_count {
    background: url(/static/img/icon_comments.png) no-repeat left 58%;
}

#resizable .left .wrapper ul.contents li ul.sub li.active,#resizable .index ul.main li.active,#resizable .clause .subitem.active {
    background: url(/static/img/bg_toc-item-active.png) repeat-x top #d2e2f5!important;
    border-top: 2px solid #788ba3!important;
    border-bottom: 2px solid #9bb5d3!important;
    position: relative;
}

#resizable .left .wrapper ul.contents li ul.sub li.active.first,#resizable .index ul.main li.active.first {
    border-top-width: 1px!important;
}

#resizable .left .wrapper ul.contents li ul.sub li.active p.comment_count,#resizable .left .wrapper ul.contents li.active div.section-header p.comment_count,#resizable ul.main .active p.comment_count {
    background: url(/static/img/icon_comments_active.png) no-repeat left 58%!important;
}

#resizable .left .wrapper ul.contents li.active h3 a,#resizable .left .wrapper ul.contents li.active h2 a,#resizable .left .wrapper ul.contents li.active .snum a {
    color: #010101;
    text-shadow: 1px 1px 0 #fff;
}

#resizable .left .wrapper ul.contents ul.sub li.active h3 a span {
    color: #010101;
}

#resizable .left .wrapper ul.contents li.ins.active h3 a,#resizable .left .wrapper ul.contents li.ins.active h2 a,#resizable .left .wrapper ul.contents li.ins.active .snum a {
    color: #2D7A1E;
    text-shadow: 1px 1px 0 #fff;
}

#resizable .left .wrapper ul.contents ul.sub li.ins.active h3 a span {
    color: #2D7A1E;
}

#resizable .left .wrapper ul.contents li.del.active h3 a,#resizable .left .wrapper ul.contents li.del.active h2 a,#resizable .left .wrapper ul.contents li.del.active .snum a {
    color: #B90000;
    text-shadow: 1px 1px 0 #fff;
}

#resizable .left .wrapper ul.contents ul.sub li.ins.active h3 a span {
    color: #B90000;
}

#resizable .wrapper ul.contents li.active .section-header {
    border-bottom: 2px solid #9bb5d3!important;
    border-top: 2px solid #788ba3!important;
    padding: 15px 0!important;
    background: url(/static/img/bg_toc-item-active.png) repeat-x top #d2e2f5!important;
}

#resizable .arrow-for-active {
    display: none;
    position: absolute;
    top: 0;
    right: -13px;
    width: 15px;
    background: url(/static/img/bg_arrow.png) center left no-repeat;
    height: 100%;
    z-index: 100;
}

#resizable .active .arrow-for-active {
    display: block;
}

#resizable li.active li .arrow-for-active {
    display: none;
}

.law_toc h3 a {
    font-size: 15px;
    font-family: 'Times New Roman',Times,serif;
    color: black;
    font-weight: normal;
    text-decoration: none;
}

#resizable .left .wrapper ul.contents li ul.sub h3 a span {
    color: #969696;
}

#resizable .block.right {
    width: 49.99%;
}

a.long_btn {
    display: inline-block;
    width: 199px;
    height: 62px;
    line-height: 53px;
    text-align: center;
    text-decoration: none;
    background: url(/static/img/addcomment_btn.png) -0px -144px no-repeat;
    font-size: 15px;
    color: black;
    text-shadow: 1px 1px 0 #fff;
    font-family: 'Times New Roman';
    cursor: pointer;
}

a.long_btn span {
    padding-right: 2px;
}

a.long_btn:hover {
    background-position: -0px -73px;
    text-decoration: none!important;
}

a.long_btn:hover span {
    text-decoration: none;
}

a.long_btn:active {
    background-position: -0px -3px;
}

a.comment_vote {
    display: inline-block;
    height: 38px;
    width: 39px;
    background: url(/static/img/tocommentplus_btn.png) -0px -43px no-repeat;
    text-decoration: none;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 8px;
}

a.comment_vote:hover {
    background: url(/static/img/tocommentplus_btn.png) -0px -0px no-repeat;
}

ul.tabs {
    list-style: none outside none;
    overflow: hidden;
    background: url(/static/img/bg_tabs-comments.png) repeat-x bottom;
    width: 100%;
    height: 60px;
}

ul.tabs li {
    float: left;
    position: relative;
    left: 13px;
    top: 2px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

ul.tabs li a.tab-label-a {
    text-decoration: none;
    font-family: 'Times New Roman';
    font-size: 15px;
    color: #969696;
    text-shadow: 1px 1px 0 #fff;
    line-height: 62px;
    position: relative;
    z-index: 100;
}

ul.tabs li a.fl {
    float: left;
    height: 60px;
    line-height: 64px;
    outline: medium none;
    padding-left: 24px;
    position: absolute;
}

ul.tabs li a:hover {
    text-decoration: underline;
}

ul.tabs li.here {
    background: url(/static/img/tabs-comments.png) no-repeat scroll 100% 0 transparent;
    padding-left: 19px;
    position: relative;
    padding-right: 19px;
}

ul.tabs li.here a.fl {
    background: url(/static/img/tabs-comments.png) no-repeat scroll 0 0 transparent;
    left: 0;
    position: absolute;
    top: 0;
}

ul.tabs li.here a.tab-label-a {
    color: #000;
}

ul.comments_list {
    padding-left: 20px;
    list-style: none outside none;
    padding-top: 38px;
}

ul.comments_list li {
    clear: both;
}

ul.comments_list .meta a.user {
    color: #114176;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}

ul.comments_list .meta em.user {
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
}

ul.comments_list .meta a:hover {
    text-decoration: underline;
}

ul.comments_list .comment {
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

ul.comments_list .comment p,.expert-bio p,.law_main p {
    font-family: 'Times New Roman';
    font-size: 15px;
    color: black;
}

ul.comments_list .sidebar_comment {
    margin-top: 15px;
    font-family: 'Times New Roman';
    font-size: 15px;
    color: black;
}

ul.comments_list .sidebar_comment .s-tooltip {
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;*display: inline;
    _overflow: hidden;
    padding-left: 20px;
    width: auto;
    background: url(/static/img/icon_comments.png) no-repeat left 4px;
}

ul.comments_list .sidebar_comment a,ul.comments_list .meta_wrap a.linktolaw {
    color: #114176;
    font-size: 15px;
    text-decoration: none;
}

ul.comments_list .sidebar_comment a:hover,ul.commets_list .meta_wrap a.linktolaw:hover {
    text-decoration: underline;
}

ul.comments_list a.permalink {
    margin-left: 5px;
    font-size: 15px;
    text-decoration: none;
}

ul.comments_list .meta em {
    color: #969696;
    font-size: 15px;
    font-family: 'Times New Roman';
    font-style: normal;
}

ul.comments_list .vote_counter {
    float: right;
    margin-right: 20px;
}

ul.comments_list .vote_counter span {
    color: #969696;
    font-size: 20px;
    font-family: 'Times New Roman';
    position: relative;
    top: 8px;
}

h1.title {
    margin-top: 53px;
    padding-left: 20px;
    border-bottom: 2px solid #9bb5d3;
    padding-bottom: 18px;
    font-size: 20px;
    line-height: 23px;
}

h2.block-title .char_counter {
    color: #000;
    font-weight: bold;
    position: absolute;
    right: 23px;
    top: 15px;
}

.comments h2.block-title,.user_comments h2.block-title,.clause_comments h2.block-title,.section_comments h2.block-title {
    padding-top: 57px;
}

.addcomments-block h2.block-title {
    padding-top: 15px;
}

h2.block-title span {
    color: #969696;
    font-weight: normal;
    font-family: 'Times New Roman';
}

h2.block-title span a {
    color: #114176;
    text-decoration: none;
}

h2.block-title span a:hover {
    text-decoration: underline;
}

.block-title {
    font-size: 20px;
    position: relative;
    line-height: 1.4;
    padding: 15px 70px 15px 20px;
}

.registration_button {
    margin-left: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.clause ul {
    list-style: none outside none;
}

.clause ul li span.bullet {
    position: absolute;
    left: 20px;
}

.left .section h2.comment_count,.left .section .long_btn,.left .section form,.left .clause h2.comment_count,.left .clause .long_btn,.left .clause form {
    display: none;
}

.right .clause .subitem.commentable {
    cursor: pointer;
}

div.addcomments-block .wrap {
    padding-top: 46px;
    text-shadow: 1px 1px 0 #fff;
}

.clause div.addcomments-block .wrap {
    padding-top: 0;
}

div.addcomments-block.showed .wrap {
    background: #eee;
}

div.addcomments-block.showed textarea {
    border: 1px solid #dcdcdc;
    width: 90%;
    max-width: 90%;
    height: 130px;
    margin: 0 20px;
    padding: 5px;
}

div.addcomments-block.showed ul li.here,div.auth-reg ul li.here {
    background: url("/static/img/tabs-comments-gray.png") no-repeat scroll 100% 0 transparent;
}

div.addcomments-block.showed ul li.here a.fl,div.auth-reg ul li.here a.fl {
    background: url("/static/img/tabs-comments-gray.png") no-repeat scroll 0 0 transparent;
    color: #000;
    text-shadow: 1px 1px 0 #fff;
}

div.addcomments-block.showed .registration {
    margin-left: 20px;
    margin-top: 5px;
}

div.addcomments-block.showed .registration input {
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    color: #969696;
    font-style: italic;
    height: 30px;
    margin-top: 15px;
    padding: 0 5px;
    width: 187px;
    display: block;
}

div.addcomments-block.hidden textarea,div.addcomments-block.hidden ul,div.addcomments-block.hidden input {
    display: none;
}

.index {
    margin-top: 35px;
}

#rules h2,#recovery h2,.index h2.title {
    border-bottom: 1px solid #E3E3E3;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 15px 18px;
}

#rules h2,#recovery h2 {
    padding-top: 50px;
}

ul.main li {
    padding: 12px 18px 16px;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    cursor: pointer;
}

ul.main li:hover {
    background: #f8f5ed;
    border-top: 1px solid #d9d7d0;
    border-bottom: 2px solid #d9d7d0;
}

ul.main li:hover p.comment_count {
    background: url(/static/img/icon_comments.png) no-repeat left 58%;
}

ul.main li p.status {
    color: #9f0000;
    font-size: 15px;
    font-family: 'Times New Roman';
}

ul.main li p.close-data {
    color: #969696;
    font-size: 15px;
    font-family: 'Times New Roman';
}

ul.main li h2 a {
    font-size: 15px;
    color: #114176;
    font-family: 'Times New Roman';
    font-weight: normal;
    text-decoration: none;
}

ul.main li h2 a:hover {
    text-decoration: underline;
}

ul.main li p.comment_count {
    color: #A7A7A7;
    font-family: 'Times New Roman',Times,serif;
    font-size: 15px;
    line-height: 45px;
    padding-left: 20px;
    position: absolute;
    right: 10px;
    top: 0;
}

ul.main li p.comment_count a {
    color: #114176;
    font-weight: bold;
    text-decoration: none;
}

ul.main li p.comment_count a:hover {
    text-decoration: underline;
}

.mainshadow {
    background: url("/static/img/mainbg.png") repeat-y scroll left center transparent;
    height: 100%;
    position: absolute;
    left: 0;
    width: 10px;
    z-index: 50;
}

.topshadow {
    background: url("/static/img/top_shadow.png") repeat-x top transparent;
    width: 100%;
    position: absolute;
    height: 9px;
    z-index: 60;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
}

.ontop .topshadow {
    opacity: 0;
}

.index_sidebar,.news {
    margin-top: 25px;
}

.index_sidebar h2.title,.news h2.title {
    padding-left: 18px;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #e3e3e3;
    padding-right: 15px;
}

.index_sidebar h2.title a.rss,h2.block-title a.rss,.news h2.title a.rss {
    float: right;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/static/img/rssicon.png) no-repeat;
    margin-top: 3px;
}

h2.block-title a.rss {
    position: absolute;
    right: 23px;
    top: 62px;
}

ul.newslist li {
    padding: 16px 20px;
    font-family: 'Times New Roman',Times,serif;
    list-style: none;
}

ul.newslist li a {
    color: #114176;
    text-decoration: none;
    font-size: 15px;
    display: block;
}

ul.newslist li a:hover {
    text-decoration: underline;
}

ul.newslist li span.date {
    color: #969696;
    font-size: 15px;
}

ul.main li p.target {
    color: #000;
    font-size: 15px;
    padding-right: 30px;
}

ul.main li p.target span {
    color: #969696;
}

.law_version .long_btn {
    margin-left: 20px;
}

.top_law_main {
    margin-top: 30px;
    padding-bottom: 23px;
}

.law_main h2 {
    border-bottom: 1px solid #E3E3E3;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    padding: 15px 20px;
    clear: both;
}

.top_law_main a {
    text-decoration: none;
}

.top_law_main a:hover {
    text-decoration: underline;
}

.law_version .btn,.law_version .long_btn {
    margin-top: 15px!important;
}

.top_law_main .redtext {
    color: #9f0000;
    font-size: 15px;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

.top_law_main .redtext a {
    color: #9f0000;
    font-size: 15px;
    padding: 0;
}

.law_main p {
    padding-left: 20px;
    margin-top: 5px;
}

.top_law_main p {
    padding-left: 0;
    margin-top: 0;
    font-weight: normal;
    margin: 0;
    padding-left: 20px;
}

.top_law_main p.date {
    padding: 0;
    color: #969696;
    font-weight: normal;
    padding-left: 20px;
}

a.btn {
    background: url(/static/img/bigbtn.png) no-repeat -0 -0;
    width: 106px;
    height: 62px;
    display: inline-block;
    text-shadow: 1px 1px 0 #FFF;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    line-height: 54px;
    text-align: center;
    font-family: 'Times New Roman';
    margin-left: 16px;
    margin-bottom: 4px;
}

a.btn:hover {
    background-position: -106px -0px;
    text-decoration: none;
}

a.btn:active {
    background-position: -212px -0px;
}

#middle {
    width: 100%;
    height: 1%;
    position: relative;
}

#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

#container {
    width: 100%;
    overflow: hidden;
}

#content {
    background: none repeat scroll 0 0 white;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    float: left;
    position: relative;
    width: 50%;
    z-index: 2;
}

#content .content-inner {
    padding: 0 15px;
}

#content ul {
    list-style: none outside none;
}

#rightblock {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 100px;
}

#rightblock .right-wrapper {
    max-width: 1100px;
    
    margin: 0 auto;
    height: 100%;
    position: relative;
}

#rightblock #panel-wrapper {
    position: relative;
    height: 100%;
    width: 50%;
    background: white;
    border-right: 1px solid gray;
    z-index: 1;
}

#panel-wrapper .panelcontent {
    padding: 0 20px;
}

#panel-overlay {
    background: none repeat scroll 0 0 white;
    display: none;
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 16px;
    top: 0;
    width: 48%;
    z-index: 5;
}

.loader {
    text-align: center;
    padding: 40px;
}

#footer {
    background: url(/static/img/bg_footer.png) repeat-x bottom;
    height: 35px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 5;
    
    z-index: 1000;
}

#footer .footer-wrapper {
    height: 100%;
    font-family: 'Times New Roman',Times,serif;
    font-size: 11px;
    text-shadow: 1px 1px 0 #FFF;
    background: url(/static/img/border-vertical-footer.png) bottom right no-repeat transparent;
}

#footer .footer-wrapper .footer-border-left {
    height: 100%;
    background: url(/static/img/border-vertical-footer.png) bottom left no-repeat transparent;
}

#footer .footer-wrapper .footer-content {
    padding: 12px 0 0 20px;
}

.block .mainshadow {
    display: none;
}

.block.right .mainshadow {
    display: block;
}

.scrollable-content {
    padding-bottom: 50px;
}

.scrollable .injection {
    width: 100%;
    overflow: hidden;
    left: -100%;
    padding: 0;
    visibility: hidden;
}

.clause h1.title,.clause h2.block-title {
    padding-right: 20px;
}

.law_version {
    border-bottom: 2px solid #9BB5D3;
    padding-top: 15px;
    padding-bottom: 10px;
}

.law_version:hover {
    background: #f8f5ed;
    border-top: 1px solid #d9d7d0;
    padding-top: 14px;
}

.profile p.label {
    font-size: 20px;
    font-family: 'Georgia';
    font-weight: normal;
    margin-top: 50px;
    color: black;
    padding-left: 20px;
}

.profile h3.username,.user_profile_anketa h3.username {
    font-size: 20px;
    font-family: 'Georgia';
    color: #ad0000;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 34px;
    padding-left: 20px;
}

div.bluebox {
    width: 100%;
    background: #d2e2f5;
    border-top: 2px solid #9bb5d3;
    border-bottom: 2px solid #9bb5d3;
}

div.bluebox .input {
    margin: 18px 94px 18px 17px;
    height: 40px;
    width: auto;
    background: url(/static/img/customselectbox.png) -0px -0px no-repeat #f8f5ed;
    padding: 0 15px;
    line-height: 40px;
}

div.bluebox .input input {
    border: none;
    width: 100%;
    font-size: 15px;
}

div.customselectbox {
    position: relative;
    min-height: 42px;
    padding: 16px 0;
}

div.customselectbox a.arrow {
    background: url("/static/img/customselectbox_arrow.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 54px;
    position: absolute;
    right: 11px;
    top: 13px;
    width: 54px;
    z-index: 80;
}

div.customselectbox.opened a.arrow {
    background: url("/static/img/customselectbox_arrow.png") no-repeat scroll -74px 1% transparent;
    z-index: 96;
}

div.customselectbox .opt-wrap {
    position: relative;
    margin: 0 17px;
    width: auto;
}

div.customselectbox ul.selectedopt {
    height: auto;
    list-style: none outside none;
    min-height: 40px;
    overflow: hidden;
    position: relative;
    width: auto;
}

div.customselectbox ul.selectedopt li {
    padding-right: 50px;
}

div.customselectbox ul.options li {
    cursor: pointer;
    line-height: 40px;
    font-size: 15px;
    font-family: 'Times New Roman',Times,sans;
    padding-top: 2px;
    color: black;
    padding-left: 15px;
    border-bottom: 1px solid #d9d7d0;
    margin-left: 1px;
    display: none;
    background: url(/static/img/customselectbox.png) -0px -1100px no-repeat #f8f5ed;
}

div.customselectbox ul.options li:hover {
    background: #fff;
}

div.customselectbox .selectedopt {
    cursor: pointer;
    line-height: 40px;
    font-size: 15px;
    font-family: 'Times New Roman',Times,sans;
    padding-top: 2px;
    color: black;
    padding-left: 15px;
    border-bottom: 1px solid #d9d7d0;
    margin-left: 1px;
    min-height: 40px;
    background: url(/static/img/customselectbox.png) -0px -0px no-repeat #f8f5ed;
}

div.customselectbox ul li a {
    color: black;
    text-decoration: none;
}

div.customselectbox.opened ul.options {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 95;
}

div.customselectbox.opened ul.options li {
    display: block!important;
    position: relative;
    width: 100%;
}

.expert-cart {
    width: auto;
    height: auto;
    padding-bottom: 5px;
    padding-left: 11px;
    padding-right: 15px;
    clear: both;
}

.user-profile .expert-cart {
    border-bottom: 1px solid #e3e3e3;
}

.expert-cart.first {
    margin-top: 30px;
}

.expert-cart .expertphoto,.profilephoto {
    width: 52px;
    height: 50px;
    background: url(/static/img/profileimgborder.png) no-repeat;
    float: left;
}

.expert-cart .expertphoto img,.profilephoto img {
    height: 32px;
    left: 9px;
    position: relative;
    top: 6px;
    width: 32px;
}

.expert-cart .expert-name-position {
    width: 88%;
    float: right;
    font-family: 'Times New Roman';
    font-size: 15px;
    position: relative;
    top: 3px;
}

.expert-cart .expert-name-position .name {
    font-weight: bold;
    color: black;
}

.expert-cart .expert-name-position p {
    padding-left: 0;
}

.expert-cart .expert-name-position .position {
    color: #969696;
    font-weight: normal;
}

.expert-bio {
    margin-top: 38px;
    padding: 0 15px 0 28px;
}

.clausecontent {
    font-size: 16px;
    line-height: 1.2em;
    font-family: 'Times New Roman';
}

.clausecontent .li {
    padding-left: 25px;
    position: relative;
    padding-top: 5px;
}

.clausecontent .subitem .li-marker {
    margin-left: -15px;
}

.clausecontent .li .li-marker {
    left: 0;
}

.clausecontent .li .li-marker.dash {
    margin-left: -19px;
}

.clausecontent .subitem {
    padding-bottom: 44px;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 15px;
    position: relative;
    padding-right: 15px;
    border-top: 1px solid #fff;
    padding-left: 42px;
}

.clausecontent .subitem.commentable:hover {
    background: #f8f5ed;
    border-top: 1px solid #e3e3e3;
    border-bottom: 2px solid #e3e3e3;
    padding-bottom: 43px;
}

.clausecontent .subitem.first.commentable:hover {
    border-top: 2px solid #e3e3e3;
    padding-top: 14px;
}

.clausecontent .subitem.active {
    padding-top: 14px;
    padding-bottom: 43px;
}

.clausecontent p.comment_count {
    position: absolute;
    right: 17px;
    margin-top: 12px;
    background-position: left 100%!important;
}

.clausecontent .onep {
    padding-left: 37px;
    padding-right: 15px;
    padding-top: 18px;
}

.clausecontent .onep div+div {
    padding-top: 1.2em;
}

.hide {
    display: none;
}

.close_wrap {
    width: 100%;
    position: absolute;
    text-align: center;
}

.auth-reg {
    background: #eee;
    width: 530px;
    overflow: hidden;
    position: relative;
    margin: 100px auto;
    font-family: 'Times New Roman';
}

.auth-reg form {
    background: white;
    padding-top: 30px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.auth-reg .whiteline {
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 11px;
    z-index: 100;
}

.auth-reg td,th {
    padding: 0 20px 10px;
    vertical-align: bottom;
}

.auth-reg label {
    font-size: 15px;
    position: relative;
    top: 3px;
    left: 4px;
}

.auth-reg a {
    color: #114176;
    font-size: 15px;
}

.textinput,#search-form input {
    height: 18px;
    border: 1px solid #e3e3e3;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px;
    width: 200px;
    font-size: 15px;
}

.auth-reg .checkbox {
    margin-left: 20px;
}

.auth-reg .long_btn {
    margin-bottom: 20px;
    margin-left: 20px;
}

.error_msg {
    visibility: hidden;
    color: #9f0000;
    font-size: 11px;
}

input.textinput:focus,textarea:focus,#search-form input:focus {
    background: url(/static/img/forms_active_bg.png) no-repeat top left;
    font-size: 15px;
    color: black;
}

.error input.textinput,.error textarea {
    background: url(/static/img/forms_error_bg.png) no-repeat top left;
    font-size: 15px;
    color: white;
}

.error .error_msg {
    visibility: visible;
}

.auth-reg ul {
    position: relative;
    right: 24px;
    width: 575px;
}

.placeholder {
    position: relative;
}

.placeholder label {
    display: block;
    position: absolute;
    color: #969696;
    font-size: 15px;
    font-style: italic;
    top: 5px;
    left: 7px;
}

.placeholder.focus label {
    display: none;
}

.newpopup .auth-reg {
    margin: 0 auto;
    height: 49px;
}

.newpopup .whiteline {
    display: none;
}

.simplepopup {
    width: 480px;
    -moz-box-shadow: 0 0 15px #000;
    -webkit-box-shadow: 0 0 15px #000;
    box-shadow: 0 0 15px #000;
    padding: 20px;
    font-size: 13px;
    font-family: Times New Romean,Times,sans;
    border-radius: 5px;
    background: #fff;
}

.simplepopup.error {
    color: #9f0000;
}

.selectedforquote ::selection {
    color: #fff;
    background-color: #114176;
}

.selectedforquote ::-moz-selection {
    color: #fff;
    background-color: #114176;
}

.selectedforquote ::-webkit-selection {
    color: #fff;
    background-color: #114176;
}

.news_item {
    color: black;
    font-size: 20px;
    line-height: 24px;
    margin-top: 45px;
}

.news_item h2 {
    font-size: 20px;
    color: black;
    padding: 0 20px 20px;
    border-bottom: 1px solid #e3e3e3;
}

.news_item p {
    color: black;
    font-size: 15px;
    padding: 0 20px 20px;
    font-family: 'Times New Roman';
}

.news_item p.date {
    margin-top: 17px;
    color: #969696;
    margin-bottom: 16px;
}

.news_item h5 {
    padding: 0 20px 17px;
    font-size: 15px;
    font-family: 'Times New Roman';
    border-bottom: 1px solid #e3e3e3;
}

.news_item .content-list {
    padding-left: 20px;
}

.news_item .content-list a {
    font-size: 15px;
    font-family: 'Times New Roman';
}

.news_item h3 {
    font-size: 17px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 40px;
}

.news_item h4 {
    font-size: 15px;
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.fullwidth {
    width: 100%;
    height: 100%;
}

.fullwidth h2,.leftblock h2 {
    font-size: 20px;
    font-family: 'Georgia';
    padding-bottom: 17px;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 20px;
    line-height: 25px;
    margin-bottom: 18px;
    padding-top: 15px;
}

.fullwidth .leftblock h2 {
    padding-right: 50%;
    padding-top: 0;
}

.fullwidth .leftblock {
    width: 50%;
}

.leftblock ol,.leftblock ul {
    padding-left: 40px;
    font-size: 15px;
    font-family: 'Times New Roman';
}

.leftblock li {
    padding-bottom: 20px;
}

.register {
    font-size: 15px;
}

.noblock {
    height: 100%;
    width: 100%;
}

.fixedleft {
    width: 550px;
}

.official h2.section_header {
    margin-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 20px;
    margin-bottom: 18px;
}

.official ul {
    padding-left: 20px;
}

.official div.comment {
    padding-left: 20px;
}

.official div.bottomlink_inindex {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e3e3e3;
}

.tab {
    display: none;
}

.tab.here {
    display: block;
}

a.bigbtn {
    background: url("/static/img/bigbtn.png") -0px -0px no-repeat;
    height: 62px;
    width: 106px;
    color: #000;
    font-family: 'Times New Roman';
    font-size: 15px;
    height: 62px;
    position: relative;
    text-decoration: none;
    float: left;
    display: block;
}

a.bigbtn i {
    background: url("/static/img/bigbtn.png") -0px -0px no-repeat;
    width: 5px;
    float: left;
    height: 100%;
}

a.bigbtn b {
    background: url("/static/img/bigbtn.png") -0px -0px no-repeat;
    width: 5px;
    float: right;
    height: 100%;
}

a.bigbtn span {
    text-shadow: 0 -1px 0 #fff;
    display: block;
}

a.file-pdf {
    color: #860000;
}

a.smallbtn {
    background: url(/static/img/smallbtn.png) -0px -0px no-repeat;
    height: 37px;
    width: 52px;
    font-family: 'Times New Roman';
    font-size: 11px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    left: -5px;
}

a.smallbtn:hover {
    background: url(/static/img/smallbtn.png) -52px -0px no-repeat;
    text-decoration: none!important;
}

a.smallbtn:hover span {
    text-decoration: none!important;
}

a.smallbtn:active {
    background: url(/static/img/smallbtn.png) -104px -0px no-repeat;
}

.fileblock p.date {
    padding: 0;
    margin-left: 0;
}

.fileblock .filewrap {
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 2px;
}

.fileblock .filewrap:hover {
    background: #f8f5ed;
    border-top: 2px solid #d9d7d0;
    border-bottom: 2px solid #d9d7d0;
    padding-top: 10px;
    padding-bottom: 0;
}

.fileblock .filewrap.first:hover {
    border-top: none;
    padding-top: 12px;
}

.fileblock a {
    text-decoration: none;
}

.fileblock a:hover {
    text-decoration: underline;
}

.fileblock p {
    padding-left: 0;
    color: black;
    font-size: 15px;
    font-family: 'Times New Roman';
}

.fileblock p.date {
    color: #969696;
    margin-top: 0;
}

.fileblock h3 {
    font-size: 15px;
    font-weight: normal;
    font-family: 'Times New Roman';
}

.fileblock span.size {
    color: #969696;
}

.fileblock .prefile {
    padding-bottom: 6px;
}

.fileblock .file {
    padding-bottom: 7px;
}

div.stext {
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 12px;
    padding-right: 20px;
}

.tab {
    margin-top: 30px;
    padding-left: 20px;
}

.tab td {
    padding-bottom: 20px;
    padding-right: 20px;
}

p.form-row .error_msg {
    padding-left: 20px;
}

ul.main h2 {
    padding-right: 50px;
}

.pre-fieldset {
    font-size: 20px;
    font-family: 'Georgia';
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin: 40px 0 35px;
    padding: 0 20px 20px;
    border-bottom: 1px solid #e3e3e3;
}

.user_profile_anketa h3.username {
    font-weight: normal;
    margin-bottom: 0;
}

.user_profile_anketa h3.username span.gray {
    color: #969696;
    font-weight: normal;
}

.user_profile_anketa .email {
    margin-bottom: 10px;
}

.user_profile_anketa fieldset {
    border: 0 none;
}

.user_profile_anketa p {
    padding-left: 20px;
}

.user_profile_anketa form {
    padding-left: 20px;
    padding-right: 20px;
}

.user_profile_anketa form p {
    padding-left: 0;
}

.user_profile_anketa .column_1 {
    width: 33.3%;
    float: left;
}

.user_profile_anketa .column_2 {
    width: 33.3%;
    float: left;
}

.user_profile_anketa .column_3 {
    width: 33.3%;
    float: left;
}

.user_profile_anketa .socialstate {
    font-size: 15px;
    color: black;
    font-family: 'Times New Roman';
    margin: 35px 0 10px;
    font-weight: bold;
    display: block;
}

.user_profile_anketa .biglabel {
    font-size: 15px;
    color: black;
    font-family: 'Times New Roman';
    font-weight: bold;
    padding-left: 15px;
}

#userinfo-form-world_part,#userinfo-form-age,#userinfo-form-education {
    margin-top: 17px;
}

.user_profile_anketa .select div {
    padding: 3px 0;
    clear: both;
}

.addedselectbox {
    margin-top: 17px;
}

.addedselectbox .customselectbox {
    margin-top: 17px;
    min-height: 42px;
}

.user_profile_anketa .select label {
    display: block;
    float: right;
    padding-right: 20px;
    padding-top: 2px;
    width: 88%;
    font-family: 'Times New Roman';
    font-size: 15px;
}

.law_main .expert-cart {
    padding-right: 20px;
}

.restore_pass_btn {
    font-size: 15px;
}

form.comment_form .restore_pass_btn {
    margin-left: 3px;
}

.auth-reg .form-login .restore_pass_btn {
    display: block;
    margin-bottom: 20px;
    margin-left: 22px;
}

form.comment_form {
    padding-bottom: 20px;
}

h2.block-title a {
    text-decoration: none;
}

h2.block-title a span.forunderline {
    text-decoration: underline;
    font-size: 20px;
    color: #114176;
    font-weight: bold;
}

h2.block-title a:hover span.forunderline {
    text-decoration: none;
}

.ourlinks {
    margin-top: 60px;
}

.ourlinks .clr {
    clear: both;
}

.ourlinks ul {
    list-style: none outside none;
    margin-left: 13px;
}

.ourlinks .linkitem {
    width: 29%;
    height: auto;
    min-height: 80px;
    float: left;
    padding: 10px 7px;
    font-family: 'Times New Roman';
}

.ourlinks .linkitem span.blue {
    color: #114176;
    font-size: 15px;
    font-weight: bold;
}

.ourlinks .linkitem p a {
    color: #969696;
    font-size: 15px;
    text-decoration: none;
}

.ourlinks .linkitem p a:hover span {
    text-decoration: underline;
}

.user-profile ul {
    font-family: georgia;
    font-size: 20px;
    cursor: pointer;
}

.user-profile ul p.comment_count {
    line-height: 42px!important;
}

.user-profile ul li.first {
    border-top: 1px solid white;
}

.user-profile ul li.last {
    border-bottom: 1px solid white;
}

.user-profile ul li.center {
    border-bottom: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
}

.user-profile ul li.active {
    background: url("/static/img/bg_toc-item-active.png") repeat-x scroll center top #D2E2F5;
    border-bottom: 2px solid #9BB5D3!important;
    border-top: 2px solid #788BA3!important;
}

.user-profile ul li.active.last {
    border-bottom: 2px solid #9BB5D3!important;
    border-top: 1px solid #788BA3!important;
}

.user-profile ul li.active.first {
    border-bottom: 1px solid #9BB5D3!important;
    border-top: 2px solid #788BA3!important;
}

.user-profile ul li div.label {
    border-bottom: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    padding: 15px 0 16px;
    position: relative;
}

.user-profile ul li.center div.label {
    border-bottom-color: white;
    border-top-color: white;
}

.user-profile ul li.last div.label {
    border-top-color: white;
}

.user-profile ul li.first div.label {
    border-bottom-color: white;
}

.user-profile ul li.center:hover {
    border-bottom-color: #E3E3E3;
    border-top-color: #E3E3E3;
}

.user-profile ul li.last:hover {
    border-bottom-color: #E3E3E3;
    border-top-color: #E3E3E3;
}

.user-profile ul li.first:hover {
    border-top-color: #E3E3E3;
}

.user-profile ul li:hover div.label {
    border-bottom-color: #e3e3e3!important;
    border-top-color: #e3e3e3!important;
    background: #f8f5ed;
}

.user-profile ul li.active div.label {
    border-bottom: 0;
    border-top: 0;
    background: none!important;
}

.user-profile ul li div.label a {
    text-decoration: none;
    color: black;
    text-shadow: 0 1px 0 #fff;
}

.user-profile ul li div.label a span {
    display: block;
    float: left;
    height: 20px;
    margin-left: 13px;
    margin-right: 10px;
    width: 12px;
}

.user-profile ul li.public div.label a span {
    background: url("/static/img/profile-icon.png") no-repeat scroll -1px 6px transparent;
}

.user-profile ul li.public.active div.label a span {
    background-position: -23px 6px;
}

.user-profile ul li.moderating div.label a span {
    background: url("/static/img/profile-icon.png") no-repeat scroll 0 -40px transparent;
}

.user-profile ul li.moderating.active div.label a span {
    background-position: -22px -40px;
}

.user-profile ul li.denied div.label a span {
    background: url("/static/img/profile-icon.png") no-repeat scroll -1px -84px transparent;
}

.user-profile ul li.denied.active div.label a span {
    background-position: -23px -84px;
}

.wrapper .lead {
    padding: 0 20px 20px;
}

.wrapper .lead p {
    font-weight: bold;
    padding: 0;
}

/*==== search ====*/
.bluebox a.searchsub {
    height: 49px;
    width: 95px;
    margin: 16px 18px 15px 0;
    position: absolute;
    right: 0;
    line-height: 47px;
    background-image: url(/static/img/search-btn.png);
}

.searchres .searchres-law {
    padding-left: 83px;
    margin-top: 33px;
}

.searchres ul {
    list-style: none outside none;
}

.searchres ul.root {
    padding-right: 20px;
}

.searchres p {
    margin-bottom: 24px;
    font-size: 15px;
    font-family: 'Times New Roman';
}

.searchres .nosearchres {
    padding-top: 38px;
    padding-left: 20px;
}

.searchres ul.root .section_header {
    margin-bottom: 10px;
}

.searchres ul.root a {
    text-decoration: none;
}

.searchres ul.root .section_header a {
    color: #114176;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Georgia';
}

.searchres ul.root .bulletsinleft {
    position: absolute;
    left: 10px;
}

.searchres ul.root .section_header span {
    font-size: 15px;
    font-family: 'Times New Roman';
    color: black;
    font-weight: normal;
}

.searchres ul.root li li .section_header {
    margin-bottom: 33px;
}

.searchres ul.root li li .section_header a {
    font-size: 15px;
    font-family: 'Times New Roman';
}

.searchres span.hl {
    background: #d9d7d0!important;
    padding: 2px 4px!important;
}

#search-sized-block {
    bottom: 0;
    display: block;
    height: 100%;
    position: absolute;
    width: 99%;
}

#search-form {
    overflow: visible;
    margin: auto;
}

#search-form .placeholder label {
    top: 3px;
    font-size: 12px;
    z-index: 100;
}

#search-form input {
    bottom: 0;
    font-size: 12px!important;
    height: 12px;
    margin-top: 0;
    padding-right: 0;
    position: absolute;
    width: 99%;
}

#search-form .placeholder {
    display: block;
    padding-top: 23px;
    width: 100%;
}

#search-form .selectbox {
    position: absolute;
    right: -3px;
    top: 1px;
    text-align: right;
    display: none;
    z-index: 1000;
}

#search-form .selectbox a.arrow {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 9px;
    width: 10px;
    height: 6px;
    background: url(/static/img/search-arrow.png) -0px -0px no-repeat;
}

#search-form .selectbox ul {
    list-style: none outside none;
    height: 19px;
    width: auto;
    overflow: hidden;
}

#search-form .selectbox.opened ul {
    overflow: visible;
    height: auto;
}

#search-form .selectbox ul li {
    cursor: pointer;
    padding: 2px 20px 0 20px;
    height: 19px;
    font-size: 12px;
    font-family: Times New Roman,Times,sans;
    background: #f8f5ed;
    border: 1px solid #d9d7d0;
    border-top: 1px solid #fff;
    float: right;
    clear: both;
}

#search-form .selectbox ul li:hover {
    background: #fff;
}

#search-form .selectbox ul li.first,#search-form .selectbox ul li.first:hover {
    background: none;
    border: none;
}

#search-form .selectbox ul li a {
    color: black;
    text-decoration: none;
}

.yandex-server {
    float: right;
    padding-right: 20px;
}

.searchres-doc {
    padding-right: 20px;
}

/*==== diff ====*/
del,.del {
    display: none!important;
}

ins {
    text-decoration: none;
}

ins,del {
    padding: 0!important;
}

.showchanges .del,.showchanges del,.showchanges .del h3 a {
    color: #b90000;
    text-decoration: line-through;
    text-shadow: none;
}

.showchanges del {
    display: inline!important;
}

.showchanges .del {
    display: block!important;
}

.showchanges .ins,.showchanges ins,.showchanges .ins .toc-item {
    color: #2d7a1e;
    font-style: italic;
    text-decoration: none;
    text-shadow: none;
}

#switch_btn {
    float: right;
    text-decoration: none;
    color: #152e5d;
    text-shadow: 1px 1px 0 #fff;
    font-size: 13px;
    height: 50px;
    width: 240px;
    background: url(/static/img/showchanges.png) -0px -150px no-repeat;
}

#switch_btn .middle {
    line-height: 48px;
    margin-left: 83px;
}

.showchanges #switch_btn .middle {
    margin-left: 42px;
}

#switch_btn .hide {
    display: none;
}

.showchanges #switch_btn .show {
    display: none;
}

.showchanges #switch_btn .hide {
    display: inline;
}

.showchanges #switch_btn {
    background-position: -0px -0px;
    text-align: center;
}

.showchanges #switch_btn:hover {
    background-position: -0px -100px;
}

.showchanges #switch_btn:active {
    background-position: -0px -50px;
}

#switch_btn:hover {
    background-position: -0px -250px;
}

#switch_btn:active {
    background-position: -0px -200px;
}

.threecolors {
    bottom: -2px;
    height: 100%;
    left: 0;
    padding: 0 0 4px;
    position: absolute;
    width: 4px;
    z-index: 100;
}

.showchanges .threecolors {
    background: url(/static/img/3colors.png) repeat-y -8px -0px;
}

.showchanges .del .threecolors {
    background: url(/static/img/3colors.png) repeat-y -0px -0px;
}

.showchanges .ins .threecolors,.showchanges .has_changes .threecolors {
    background: url(/static/img/3colors.png) repeat-y -4px -0px;
}

/*==== tabbed_form ====*/
.popup_body .tab,#comment-form .tab,.controls .styledsubmit_wrap {
    display: none;
}

#comment-form .here,.popup_body .here {
    display: block;
}

.controls .here,.form-tabs .here {
    display: inline;
}

.popup .controls {
    text-align: right;
}

/*==== quote ====*/
.quote-tooltip,#quote-tooltip {
    display: -moz-inline-stack;
    display: inline-block;
    _overflow: hidden;
    *zoom:1;*display: inline;
    top: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: url(/static/img/quote_button.png) left top no-repeat transparent;
    cursor: pointer;
    width: 130px;
    height: 38px;
    font-family: Georgia,sans;
    font-size: 13px;
    color: #114176;
    padding: 6px 0 0 15px;
}

blockquote {
    background-image: url(/static/img/quote.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
    padding: 20px;
}

/*==== popup ====*/
.newpopup {
    z-index: 2000;
    border: 0;
    width: 100%;
}

.newpopup {
    padding: 0;
    position: absolute;
    text-align: left;
    top: 55px;
}

.newpopup .auth-reg {
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: auto!important;
}

* html div.newpopup {
    _position: absolute;
    _width: 550px;
    _overflow: visible;
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight):document.body.scrollTop+(document.body.clientHeight-this.clientHeight));
}

.overLayer {
    background: black;
    display: block;
    left: 0;
    opacity: .65;
    filter: alpha(opacity = 65);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
}

.hide {
    display: none;
}

.newpopup .popup_title,.newpopup .popup_body,.newpopup .controls {
    width: 510px;
    margin: 0 auto;
}

.auth-reg .tab {
    padding-left: 0;
    margin-top: 0;
}

.auth-reg ul.tabs li {
    left: 35px;
}

.auth-reg .tab td {
    padding: 0 0 20px 20px;
}

.auth-reg .form-registration .long_btn {
    margin-top: 0;
}

a.close_btn {
    background: url("/static/img/close_btn.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 12px;
    left: 248px;
    position: relative;
    top: 20px;
    width: 14px;
    z-index: 1000;
    cursor: pointer;
}

a.close_btn:hover {
    background: url("/static/img/close_btn.png") no-repeat scroll 0 -12px transparent;
}

/*==== splash ====*/
.splash {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: #faf8f7;
    text-align: center;
    color: #e6e6e6;
    font-family: Georgia;
    font-size: 16px;
}

.splash .flag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 19px;
    overflow: hidden;
}

.splash .shadow {
    width: 9px;
    height: 100%;
    float: right;
    background: -moz-linear-gradient(left,rgba(0,0,0,0.45) 0,rgba(0,0,0,0.36) 25%,rgba(0,0,0,0.14) 63%,rgba(0,0,0,0.09) 75%,rgba(0,0,0,0.02) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(0,0,0,0.45)),color-stop(25%,rgba(0,0,0,0.36)),color-stop(63%,rgba(0,0,0,0.14)),color-stop(75%,rgba(0,0,0,0.09)),color-stop(100%,rgba(0,0,0,0.02)));
    background: -webkit-linear-gradient(left,rgba(0,0,0,0.45) 0,rgba(0,0,0,0.36) 25%,rgba(0,0,0,0.14) 63%,rgba(0,0,0,0.09) 75%,rgba(0,0,0,0.02) 100%);
    background: -o-linear-gradient(left,rgba(0,0,0,0.45) 0,rgba(0,0,0,0.36) 25%,rgba(0,0,0,0.14) 63%,rgba(0,0,0,0.09) 75%,rgba(0,0,0,0.02) 100%);
    background: -ms-linear-gradient(left,rgba(0,0,0,0.45) 0,rgba(0,0,0,0.36) 25%,rgba(0,0,0,0.14) 63%,rgba(0,0,0,0.09) 75%,rgba(0,0,0,0.02) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000',endColorstr='#05000000',GradientType=1);
    background: linear-gradient(left,rgba(0,0,0,0.45) 0,rgba(0,0,0,0.36) 25%,rgba(0,0,0,0.14) 63%,rgba(0,0,0,0.09) 75%,rgba(0,0,0,0.02) 100%);
}

.splash .stripe {
    width: 10px;
    background: #fff;
    height: 34%;
}

.splash .blue {
    background: #16427d;
}

.splash .red {
    background: #a20000;
}

.splash-text {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
}

.splash-title,.splash-subtitle {
    font-size: 32px;
    text-shadow: #b1b1b1 0 -1px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e6e6e6;
    width: 310px;
    margin: 0 auto;
}

.splash-subtitle {
    border-top: 1px solid #fff;
    font-size: 15px;
    padding: 20px 0 0 0;
    border: none;
    color: #c3c2c2;
    text-shadow: none;
    white-space: nowrap;
}

.splash-loader {
    position: absolute;
    width: 100%;
    left: 0;
    top: 75%;
}

#resizable{
    display: flex;
}
#resizable .block{
    flex: 0 1 50%;
    width: 100%;
}
.flex__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.label-block{
    flex: 0 1 30%;
}
.search-block{
    flex: 0 1 15%;
}
.regrule-block{
    flex: 0 1 27%;
}
.auth__flex{
    flex: 0 1 27%;
}
@media (max-width:800px) {
    #resizable{
        flex-direction: column;
    }
    #resizable .block.right {
    width: 100%;
    z-index: 100000000000000;
    background: white;
}
}
@media (max-width:600px) {
    .flex__header{
        flex-wrap: wrap;
    }
    #header{
        height: 110px !important;
        background: #f0f0f0;
    }
    .header-wrapper{
        height: 110px !important;
        background: #f0f0f0 !important;
    }
    .inner-header{
        margin-top: 110px !important;
    }
    .label-block{
        flex: 0 1 40%;
    }
    .search-block{
        flex: 0 1 25%;
    }
    .regrule-block{
        flex: 0 1 45%;
    }
    .auth__flex{
        flex: 0 1 45%;
    }
}