@import url('/css/main_custom.css'); 

* {
}
body, h1, h2, h3, h4, h5, h6, img, ul, li, a, p, form {
    border:medium none;
    margin:0;
    padding:0;
    text-decoration:none;
}

/* Fonts */
@font-face {
    font-family: 'SpoilerRegular';
    src: url('fonts/spoilerregularwebfont.eot');
    src: url('fonts/spoilerregularwebfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/spoilerregularwebfont.woff') format('woff'),
        url('fonts/spoilerregularwebfont.ttf') format('truetype'),
        url('fonts/spoilerregularwebfont.svg#SpoilerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SpoilerBold';
    src: url('fonts/spoilerboldwebfont.eot');
    src: url('fonts/spoilerboldwebfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/spoilerboldwebfont.svg#SpoilerBold') format('svg'),
        url('fonts/spoilerboldwebfont.woff') format('woff'),
        url('fonts/spoilerboldwebfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background:url("../images/body_bg.png") repeat-x scroll left top #EEEEEF;
    color:#3C3F42;
    font:12px Arial,Helvetica,sans-serif;
    text-align:right;
    overflow-x: hidden;
}
a {
    color:#231F20;
}
a:hover {
    color:#007FBA;
}
.text01 {
    color:#FF3300;
    font-size:12px;
    font-weight:normal;
}
.wrappermob {
    direction:rtl;
    background:#fff;
    /*height:1000px;*/
    width:100%;
}
.wrapper {
    direction:rtl;
    background:url("../images/wrapper_shadow.jpg") no-repeat scroll center top transparent;
    min-height:800px;
    width:100%;
}
.frame {
    margin:0 auto;
    padding:0 15px;
    width:985px;
}
.page {
    float:right;
    height:auto;
    margin:0 auto;
    width:100%;
}
.round_3 {
    position:relative;
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px;
}
.round_5 {
    position:relative;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
}
.round_10 {
    position:relative;
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
    border-radius:10px 10px 10px 10px;
}
.inpText {
    background:none repeat scroll 0 0 #FFFFFF;
    border-style:none;
    color:#666666;
    float:right;
    font-family:Arial,Helvetica,sans-serif;
    height:23px;
    margin:0;
    padding:5px;
    position:relative;
    width:100px;
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px;
}
.inpSelect {
    background:none repeat scroll 0 0 #FFFFFF;
    border-style:none;
    color:#666666;
    display:block;
    float:right;
    font-family:Arial,Helvetica,sans-serif;
    height:33px;
    margin:0;
    padding:5px;
    position:relative;
    width:97px;
}
.header {
    /*background:url("../images/header_bg.png") no-repeat scroll left top #FFFFFF;*/

    margin-bottom:0;
    padding:0 5px 5px;
    position:relative;
    width:975px;
}
.header .row1 {
    height:36px;
    width:100%;
}
.header .row2 {
    height:71px;
    width:100%;
}
.header .row3 {
    background:url("../images/nav_top_bg.png") repeat-x scroll left -64px transparent;
    height:32px;
    width:100%;
}
.header.full .row3 {
    background-position:left -200px;
    height:64px;
    z-index:1000;
}
.row1 .nav_1 {
    float:right;
    height:auto;
    margin:12px 0 0;
    padding:0;
    width:450px;
}
.row1 .nav_1 li {
    background:url("../images/nav_top_bg.png") no-repeat scroll left -98px transparent;
    display:block;
    float:right;
    font-weight:bold;
    height:16px;
    padding-left:2px;
    text-align:center;
    white-space:nowrap;
    width:auto;
}
.row1 .nav_1 li.last {
    background:url("../images/pixel.gif") no-repeat scroll left -98px transparent;
}
.row1 .nav_1 li a {
    color:#3C3F42;
    float:none;
    font-size:12px;
    font-weight:bold;
    line-height:16px;
    padding:0 12px;
    text-align:center;
    white-space:nowrap;
}
.row1 .nav_1 .selected {
    color:#007FBA;
}
.row1 .nav_1 a:hover {
    color:#007FBA;
}
.row2 .nav_2 {
    float:left;
    height:auto;
    margin:24px 0 0;
    padding:0;
    width:450px;
}
.row2 .nav_2 li {
    background-image:url("../images/header_icons.png");
    background-repeat:no-repeat;
    display:block;
    float:left;
    font-weight:bold;
    height:16px;
    margin:0;
    padding:0 15px;
    text-align:center;
    white-space:nowrap;
    width:auto;
}
.row2 .nav_2 li:hover {
    background-image:url("../images/header_icons_on.png");
    background-repeat:no-repeat;
}
.row2 .nav_2 li.icon1 {
    background-position:right 0;
}
.row2 .nav_2 li.icon2 {
    background-position:right -16px;
}
.row2 .nav_2 li.icon3 {
    background-position:right -32px;
}
.row2 .nav_2 li.icon4 {
    background-position:right -48px;
}
.row2 .nav_2 li a {
    color:#3C3F42;
    float:none;
    font-size:12px;
    font-weight:bold;
    line-height:16px;
    padding:0 0 0 6px;
    text-align:center;
    white-space:nowrap;
}
.row2 .nav_2 .selected {
    color:#007FBA;
}
.row2 .nav_2 a:hover {
    color:#007FBA;
}
.row2 .logo {
    float:right;
    height:auto;
    width:auto;
}
.row2 .slogan {
    color:#3C3F42;
    float:right;
    font-family:'SpoilerBold',Arial;
    font-size:29px;
    font-weight:normal;
    height: 30px;
    overflow: hidden;
    margin-right:10px;
    margin-top:18px;
    width:auto;
}
.row3 .nav_top {
    float:right;
    height:32px;
    width:920px;
}
.row3 .nav_top li {
    background:url("../images/nav_top_bg.png") no-repeat scroll left top transparent;
    display:block;
    float:right;
    font-weight:bold;
    height:32px;
    padding-left:2px;
    text-align:center;
    white-space:nowrap;
    width:auto;
}
.row3 .nav_top li a.active-menu {
    border-bottom: 4px solid #007fba;
    height: 28px;
}
.row3 .nav_top li a:hover {
    border-bottom: 4px solid #007fba;
    height: 28px;
}
.row3.full .nav_top.exp li {
    background:none repeat scroll 0 0 transparent;
}

.row3.full .nav_top.cats li a.selected {
    background:url("../images/nav_top_bg.png") repeat-x scroll left -232px transparent;
}
.row3 .nav_top li a {
    color:#FFFFFF;
    display:block;
    float:none;
    font-size:16px;
    font-weight:normal;
    font-family:'SpoilerRegular',Arial;
    height:32px;
    line-height:31px;
    padding:0 12px;
    text-align:center;
    white-space:nowrap;
}
/*.row3 .nav_top a:hover {
background:url("../images/nav_top_bg.png") repeat-x scroll left -32px transparent;
}*/
.row3 .nav_top li.first .selected, .row3 .nav_top li.first a:hover {
    position:relative;
}
.row3.full .nav_top.cats li.first .selected, .row3.full .nav_top.cats li.first a:hover {
}
.row3.full .nav_top.exp li.first .selected, .row3.full .nav_top.exp li.first a:hover {
}

.row3.full .nav_top.exp li a{
    margin-top:4px;
    height:28px;
    -moz-border-radius:3px 3px 0px 0px;
    -webkit-border-radius:3px 3px 0px 0px;
    border-radius:3px 3px 0px 0px;
}

.row3.full .nav_top.exp li a.selected {
    background:url("../images/nav_top_bg.png") repeat-x left -32px;
}

.row3 a.more {
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-radius:5px 0px 0px 5px;
    border-radius:5px 0px 0px 5px;
    background:url("../images/header_icons.png") no-repeat scroll left -65px transparent;
    color:#FFFFFF;
    display:block;
    float:left;
    font-size:14px;
    height:32px;
    line-height:31px;
    width:34px;
}
.row3.full a.more.cats {
    -moz-border-radius:5px 0px 0px 0px;
    -webkit-border-radius:5px 0px 0px 0px;
    border-radius:5px 0px 0px 0px;
    background:url("../images/header_icons.png") no-repeat scroll left -129px transparent;
}
.row3.full a.more.exp {
    -moz-border-radius:0px 0px 0px 5px;
    -webkit-border-radius:0px 0px 0px 5px;
    border-radius:0px 0px 0px 5px;
    background:url("../images/header_icons.png") no-repeat scroll left -65px transparent;
}
.row3 a.more.close {
    background:url("../images/header_icons.png") no-repeat scroll left -161px transparent !important;
}
.row3 a.more:hover {
    background:url("../images/header_icons.png") no-repeat scroll left -97px transparent !important;
}
.header .allcats {
    -moz-border-radius:0px 0px 5px 5px;
    -webkit-border-radius:0px 0px 5px 5px;
    border-radius:0px 0px 5px 5px;
    -webkit-box-shadow:#999 0px 0px 10px;
    -moz-box-shadow:#999 0px 0px 10px;
    box-shadow:#999 0px 0px 10px;
    background:none repeat scroll 0 0 #FAFAF8;
    border:1px solid #C8C9CB;
    display:none;
    height:auto;
    left:5px;
    position:absolute;
    top:139px;
    width:425px;
    z-index:1000;
}
.header .allcats.exp {
    top:170px;
}
.header .allcats ul {
    clear:both;
    float:right;
    height:auto;
    margin:20px 10px 20px 0;
    padding:0;
    width:100%;
}
.header .allcats ul li {
    float:right;
    height:22px;
    list-style:none outside none;
    margin-bottom:2px;
    margin-left:15px;
    width:126px;
}
.header .allcats ul li a {
    background:url("../images/buttons.png") no-repeat scroll right -155px transparent;
    color:#3C3F44;
    display:block;
    float:right;
    font-size:12px;
    height:22px;
    line-height:20px;
    overflow:hidden;
    padding-right:19px;
    width:107px;
}
.header .allcats ul li a:hover {
    background:url("../images/buttons.png") no-repeat scroll right -128px transparent;
    color:#FFFFFF;
}
.content_hold {
    background:none repeat scroll 0 0 #FFFFFF;
    float:right;
    height:auto;
    margin-bottom:15px;
    padding:0 5px;
    position:relative;
    width:975px;
}
.filter {
    background:none repeat scroll 0 0 #E0E1E2;
    float:right;
    height:33px;
    margin-bottom:0;
    padding:12px 12px 12px 0;
    position:relative;
    width:963px;
    z-index:10;
}
.filter_shadow {
    background:url("../images/filter_shadow.png") no-repeat scroll left bottom transparent;
    float:right;
    height:auto;
    padding-bottom:7px;
    width:100%;
}
.filter .inpText {
    background:none repeat scroll 0 0 #FFFFFF;
    border-style:none;
    float:right;
    height:16px;
    margin:0;
    padding:9px 5px 8px 5px;
    width:434px;
    font-size:12px;
    color:#3c3f42;
}
.filter .field {
    float:right;
    height:auto;
    margin-right:75px;
    position:relative;
    width:97px;
}
.filter .styled {
    background:none repeat scroll 0 0 #FFFFFF;
    border-style:none;
    display:block;
    float:right;
    font-family:Arial,Helvetica,sans-serif;
    height:33px;
    margin-right: -35px;
    padding:0;
    width:130px;
    color:#3c3f42;
}
.filter .field .select {
    background:url("../images/selectbox_arrow.png") no-repeat scroll 10px top #FFFFFF;
    color:#3c3f42;
    font:12px/33px arial,sans-serif;
    height:33px;
    left:0;
    overflow:hidden;
    padding:0 10px 0 25px;
    position:absolute;
    top:0;
    width:100px;
}
.filter .inpBtn {
    background:url("../images/buttons.png") no-repeat scroll right top transparent;
    display:block;
    float:right;
    height:34px;
    margin-right:7px;
    width:85px;
    margin-top: 0;
}
.filter .inpBtn:hover {
    background:url("../images/buttons.png") no-repeat scroll right -34px transparent;
}
.box_full {
    background:none repeat scroll 0 0 #F4F3EF;
    float:right;
    height:auto;
    margin-bottom:10px;
    padding:12px 0;
    width:975px;
}

.box_full.lighter {
    background-color: #fbfbfb !important;
}
.tabs {
    float:right;
    width:780px;
    height:233px;
    list-style:none outside none;
    margin:0 12px 0 0 !important;
    padding:0;
}
.tabs li {
    float:right;
    height:233px;
    list-style-image:none !important;
    margin:0 0 0 8px !important;
    padding:0;
    position:relative;
    text-indent:0;
    width:122px;
    -moz-border-radius:5px 5px 0px 0px;
    -webkit-border-radius:5px 5px 0px 0px;
    border-radius:5px 5px 0px 0px;
}
.tabs li.current {
    background: #fff;
}
.tabs li div {
    /*url("../images/tabs_bg.png") repeat-x scroll 0 0 ;*/
    background:url("../images/tabs_bg.png") repeat-x scroll 0 0 ;;
    cursor:pointer;
    float:right;
    height:223px;
    list-style-image:none !important;
    position:relative;
    width:122px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
}
.tabs li.current div {
    background-image:url("../images/tabs_bg_on.png");
}
.tabs li.tab1 div {
    background-position:left 0;
}
.tabs li.tab2 div {
    background-position:left -240px;
}
.tabs li.tab3 div {
    background-position:left -480px;
}
.tabs li.tab4 div {
    background-position:left -720px;
}
.tabs li.tab5 div {
    background-position:left -960px;
}
.tabs li.tab6 div {
    background-position:left -1200px;
}
.tabs li div .top h3 {
    color:#FFFFFF;
    display:block;
    float:right;
    font-family:'SpoilerBold',Arial;
    font-size:20px;
    font-weight:bold;
    height:31px;
    line-height:31px;
    text-align:center;
    width:100%;
}
.tabs li div .top {
    float:right;
    height:116px;
    list-style-image:none !important;
    margin-bottom:10px;
    width:122px;
}
.tabs li div p {
    cursor:text;
    float:right;
    height:90px;
    padding:0 5px;
    width:112px;
    font-family:'SpoilerRegular',Arial;
    font-size:14px;
    font-weight:normal;
}
.tabs li div p a {
    color:#231F20;
}
.tabs li div p a:hover {
    color:#231F20;
    text-decoration:underline;
}
.panes_hold {
    background:url("../images/panes_bg.jpg") no-repeat scroll right bottom #F4F3EF;
    clear:both;
    float:right;
    height:160px;
    margin-right:4px;
    width:968px;
}
.panes {
    float:right;
    height:142px;
    margin-right:8px;
    width:952px;
}
.panes .pane {
    border-bottom-style:solid;
    border-bottom-width:6px;
    display:none;
    height:134px;
    margin-right:-1px;//0;
    margin-top:-21px;//8px;
    width:952px;
}
.panes .pane1, .panes .pane7 {
    border-color:#815896;
}
.panes .pane2, .panes .pane8 {
    border-color:#D25571;
}
.panes .pane3, .panes .pane9 {
    border-color:#DC8546;
}
.panes .pane4 {
    border-color:#FDC16E;
}
.panes .pane5 {
    border-color:#92B660;
}
.panes .pane6 {
    border-color:#66ADD6;
}
.panes .pane a.browse {
    background-image:url("../images/scrollable_arrows.png");
    background-repeat:no-repeat;
    cursor:pointer;
    display:block;
    height:125px;
    width:15px;
}
.panes .pane a.browse.disabled {
    background:url("../images/pixel.gif") repeat scroll 0 0 #FFFFFF;
    cursor:pointer;
    display:block;
    height:125px;
    width:15px;
}
.panes .pane a.left {
    background-position:0 0;
    float:left;
}
.panes .pane a.right {
    background-position:0 -125px;
    float:right;
}
.panes .pane .scrollable {
    direction:ltr;
    float:right;
    height:125px;
    overflow:hidden;
    position:relative;
    text-align:left;
    width:910px;
}
.panes .pane .scrollable .items {
    position:absolute;
    width:20000em;
}
.panes .pane .items div {
    float:left;
    width:910px;
}
.panes .pane .items div .item {
    border-left:1px solid #F0F0F1;
    display:block;
    float:right;
    height:125px;
    text-align:center;
    width:149px;
}
.panes .pane .items div .item:last-child {
    border-left:0;
}
.panes .pane .items div .item var {
    display: block;
    font-family:'SpoilerRegular',Arial;
    font-size:15px;
    font-weight:normal;
    font-style:normal;
    height:25px;
    line-height:25px;
    width:100%;
}
.panes .pane .items div .item img,.chooseforum ul.list img  {
    border:4px solid #dde0e2;
    height:70px;
    position:relative;
    width:70px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
}
.panes .pane .items div .item a:hover img {border:4px solid #c8cdd0;}
.panes .pane .items div .item big {
    display:block;
    font-family:'SpoilerBold',Arial;
    font-size:18px;
    font-weight:bold;
    margin-top:3px;
}
.nav_3 {
    float:left;
    height:auto;
    list-style:none outside none;
    margin:0 0 0 10px;
    padding:0;
    width:167px;
}
.nav_3 li {
    background:url("../images/sidenav_icons.png") no-repeat scroll right -198px transparent;
    float:right;
    height:33px;
    list-style:none outside none;
    margin:0 0 4px;
    width:100%;
}
.nav_3 li:hover {
    background:url("../images/sidenav_icons.png") no-repeat scroll right -231px transparent;
}
.nav_3 li a {
    color:#3C3F42;
    display:block;
    float:right;
    font-family:'SpoilerRegular',Arial;
    font-size:18px;
    font-weight:normal;
    height:33px;
    line-height:33px;
    padding:0;
    width:167px;
    cursor:pointer;
}
.nav_3 li a:hover {
    color:#FFFFFF;
}

.nav_3 li a .span_text{float:left;width:123px;}
.nav_3 li a .span_icon {
    background-image:url("../images/sidenav_icons.png");
    background-repeat:no-repeat;
    display:block;
    float:right;
    height:33px;
    line-height:25px;
    margin-left:19px;
    padding:0;
    width:25px;
}
.nav_3 .item1 a .span_icon {
    background-position:-142px 0;
}
.nav_3 .item2 a .span_icon {
    background-position:-142px -33px;
}
.nav_3 .item3 a .span_icon {
    background-position:-142px -66px;
}
.nav_3 .item4 a .span_icon {
    background-position:-142px -99px;
}
.nav_3 .item5 a .span_icon {
    background-position:-142px -132px;
}
.nav_3 .item6 a .span_icon {
    background-position:-142px -165px;
}
.nav_3 .item1 a:hover .span_icon {
    background-position:-117px 0;
}
.nav_3 .item2 a:hover .span_icon {
    background-position:-117px -33px;
}
.nav_3 .item3 a:hover .span_icon {
    background-position:-117px -66px;
}
.nav_3 .item4 a:hover .span_icon {
    background-position:-117px -99px;
}
.nav_3 .item5 a:hover .span_icon {
    background-position:-117px -132px;
}
.nav_3 .item6 a:hover .span_icon {
    background-position:-117px -165px;
}
.articles {
    background:none repeat scroll 0 0 #F4F3EF;
    float:right;
    height:auto;
    margin-bottom:25px;
    padding:12px 7px 7px 0;
    width:478px;
}
.articles h2 {
    clear:both;
    float:right;
    font-family:'SpoilerRegular',Arial;
    font-size:20px;
    font-weight:normal;
    height:23px;
    line-height:23px;
    margin:0 12px 12px 0;
    width:auto;
}
.articles .shadow, .shadow {
    background:url("../images/hp_leader_shadow.jpg") no-repeat scroll left bottom transparent;
    float:right;
    height:auto;
    padding-bottom:15px;
    padding-left:6px;
    width:auto;
}
.articles .leader {
    background:none repeat scroll 0 0 #FFFFFF;
    clear:both;
    float:right;
    height:174px;
    position:relative;
    width:469px;
}
.articles .leader .thumb {
    background:url("../images/hp_leader_thumbshadow.jpg") no-repeat scroll left bottom transparent;
    display:block;
    float:right;
    padding:0 0 10px;
    width:211px;
}
.articles .leader .thumb img {
    float:right;
    height:146px;
    margin-right:14px;
    margin-top:12px;
    position:relative;
    width:197px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
}
.articles .leader .cont {
    float:left;
    height:146px;
    margin-left:10px;
    margin-top:9px;
    width:240px;
}
.articles .leader .cont .title {
    border-bottom:1px solid #C0C4C8;
    color:#007FBA;
    display:block;
    float:right;
    font-family:'SpoilerRegular',Arial;
    font-size:20px;
    font-weight:normal;
    height:auto;
    margin-bottom:5px;
    padding-bottom:3px;
    width:100%;
}
.articles .leader .cont .intro {
    font-family:Arial;
    font-size:13px;
    font-weight:normal;
    height:100px;
    overflow:hidden;
    width:100%;
    text-align: justify;
}
.articles .list {
    float:right;
    height:auto;
    margin:0 14px 0 0;
    padding:0;
    width:100%;
}
.articles .list li {
    clear:both;
    float:right;
    height:126px;
    overflow:hidden;
    list-style:none outside none;
    margin:0;
    padding:0;
    position:relative;
    width:460px;
}
.articles .list li .thumb {
    background:url("../images/hp_articles_thumbshadow.jpg") no-repeat scroll left bottom transparent;
    display:block;
    float:right;
    margin-top:13px;
    padding:0 0 7px 7px;
    width:106px;
}
.articles .list li .thumb img {
    float:right;
    height:80px;
    margin-top:0;
    position:relative;
    width:106px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
}
.articles .list li .cont {
    /*float:left;*/
    min-height:75px;
    width:335px;
    overflow:hidden;
}
.articles .list li .cont .title {
    border-bottom:1px solid #C0C4C8;
    color:#007FBA;
    display:block;
    float:right;
    font-family:'SpoilerRegular',Arial;
    font-size:20px;
    font-weight:normal;
    height:auto;
    margin-bottom:5px;
    padding-bottom:3px;
    width:100%;
}
.articles .list li .cont .intro {
    font-size:12px;
    height:auto;
    width:100%;
    font-family:Arial;
    font-size:13px;
    font-weight:normal;
    text-align: justify;
}

/* Derives from articles for threads search page */
.threads_search {
    width: 517px !important;
}

#forum_spot .threads_search li {
    width: 493px !important;
}

.threads_search .info {
    width: 476px !important;
    height: 112px !important;
}

.threads_search .info p {
    height: auto !important;
}

.forums {
    background:none repeat scroll 0 0 #F4F3EF;
    float:left;
    height:auto;
    padding:12px 6px 7px;
    width:473px;
}
.forums-hp{
    height:1195px;
}
.forums h2 {
    clear:both;
    float:right;
    font-family:'SpoilerRegular',Arial;
    font-size:20px;
    font-weight:normal;
    height:23px;
    line-height:23px;
    margin:0 12px 12px 0;
    width:auto;
}
.forums .searchbox {
    background:url("../images/hp_forum_search.jpg") no-repeat scroll right top transparent;
    float:right;
    height:69px;
    width:473px;
}
.forums .searchbox .searchform {
    float:right;
    height:33px;
    padding:13px 49px 0 0;
    width:370px;
}
.forums .searchbox .searchform .inpText {
    background:none repeat scroll 0 0 #FFFFFF;
    border-style:none;
    float:right;
    height:16px;
    margin:0;
    padding:9px 5px 8px 5px;
    width:290px;
    font-size:12px;
    color:#989da2;
}
.forums .searchbox .searchform .inpBtn {
    background:url("../images/buttons.png") no-repeat scroll right -68px transparent;
    display:block;
    float:left;
    height:27px;
    margin-top:3px;
    width:66px;
}
.forums .searchbox .searchform .inpBtn:hover {
    background:url("../images/buttons.png") no-repeat scroll right -95px transparent;
}
.forums .chooseforum {
    background:none repeat scroll 0 0 #FFFFFF;
    float:right;
    height:237px;
    margin-bottom:12px;
    position:relative;
    width:276px;
}
.forums .chooseforum ul.list {
    float:right;
    margin:12px 0 0;
    padding:0;
    width:100%;
}
.forums .chooseforum ul.list li {
    /*float:right;*/
    height:auto;
    list-style:none outside none;
    margin:0 10px 5px 0;
    padding:0;
}
.forums .chooseforum ul.list li a {
    color:#000;
    font-size:14px;
    font-weight:800;
    font: bold 13px Arial,sans-serif;
}
.forums .chooseforum ul.list li a:hover {
    color:#007FBA;
}
.forums .chooseforum ul.list li label.count {
    color: #A5A5A5;
    font-size:14px;
}
.forums .chooseforum .more {
    background:url("../images/arr_left.png") no-repeat scroll left 5px transparent;
    color:#007FBA;
    display:block;
    float:left;
    font-size:12px;
    font-weight:bold;
    height:13px;
    margin-left:46px;
    padding-left:12px;
}
.forums .latest {
    background:none repeat scroll 0 0 #FFFFFF;
    float:left;
    height:237px;
    padding:0 7px;
    position:relative;
    width:176px;
}
.forums .latest h3 a {
    color:#007FBA;
    float:right;
    font-family:'SpoilerRegular',Arial;
    font-size:18px;
    font-weight:normal;
    height:50px;
    line-height:50px;
    width:176px;
}
.forums .ticker {
    float:right;
    height:495px;
    margin:0 auto auto;
    width:176px;
}
.forums .ticker ul li {
    background:none repeat scroll 0 0 #FFFFFF;
    border-top:1px solid #BFC4C7;
    display:block;
    float:right;
    font-size:12px;
    height:auto;
    padding:0;
    width:176px;
}
.forums .ticker ul li a.title {
    color:#231F20;
    display:block;
    float:right;
    font-size:12px;
    height:auto;
    padding:7px 0;
    width:176px;
}
.forums .ticker ul li a:hover {
    color:#808285;
}
.forums .ticker ul li a:hover span {
    color:#007FBA;
}
.forums .ask_shadow {
    background:url("../images/forums_shadow.png") no-repeat scroll left bottom transparent;
    float:left;
    height:auto;
    padding-bottom:9px;
    width:473px;
}
#ask_forum_wr .ask, .forums .ask {
    background:none repeat scroll 0 0 #E5E7E8;
    float:right;
    height:auto;
    padding:10px 10px 10px 0;
    width:463px;
}
#ask_forum_wr .ask big, .forums .ask big {
    display:block;
    float:right;
    font-family:'SpoilerRegular',Arial;
    font-size:20px;
    font-weight:normal;
    width:100%;
}
#ask_forum_wr .ask var, .forums .ask var {
    clear:both;
    display:block;
    float:right;
    font-family:'SpoilerRegular',Arial;
    font-size:15px;
    font-weight:normal;
    font-style:normal;
    width:100%;
}
#ask_forum_wr .ask form, .forums .ask form {
    float:right;
    height:auto;
    margin-top:10px;
    width:100%;
}
#ask_forum_wr .ask .inpText, .forums .ask .inpText {
    color:#989da2;
    margin-bottom:10px;
    margin-right:10px;
    width:136px;
    font-size:12px;
    height:16px;
    padding:9px 5px 8px 5px;
}
#ask_forum_wr .ask .inpSelect, .forums .ask .inpSelect {
    color:#333333;
    width:138px;
}
#ask_forum_wr .ask .field, .forums .ask .field {
    float:right;
    height:auto;
    margin-left:0;
    position:relative;
    width:138px;
}
#ask_forum_wr .ask .styled, .forums .ask .styled {
    background:none repeat scroll 0 0 #FFFFFF;
    border-style:none;
    display:block;
    float:right;
    font-family:Arial,Helvetica,sans-serif;
    height:33px;
    margin:0;
    padding:0;
    width:136px;
    font-size:12px;
}
#ask_forum_wr .ask .field .select, .forums .ask .field .select {
    background:url("../images/selectbox_arrow.png") no-repeat scroll 10px top #FFFFFF;
    color:#989da2;
    font:12px/33px arial,sans-serif;
    height:33px;
    overflow:hidden;
    padding:0 10px 0 25px;
    position:absolute;
    right:0;
    top:0;
    width:101px;
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px;
}
#ask_forum_wr .ask .quest, .forums .ask .quest {
    background:none repeat scroll 0 0 #EBF2F9;
    clear:both;
    float:right;
    padding:12px;
    width:428px;
    font-size:12px;
}
#ask_forum_wr .ask .quest .inpText, .forums .ask .quest .inpText {
    color:#989da2;
    margin-right:0;
    width:420px;
    height:16px;
    padding:9px 5px 8px 5px;
    font-size:12px;
}
#ask_forum_wr .ask .quest .inpArea, .forums .ask .quest .inpArea {
    background:none repeat scroll 0 0 #FFFFFF;
    border-style:none;
    color:#989da2;
    font:12px Arial,Helvetica,sans-serif;
    height:63px;
    margin-bottom:10px;
    margin-right:0;
    padding:5px;
    width:420px;
}
#ask_forum_wr .ask .quest .inpBtn, .forums .ask .quest .inpBtn {
    background:url("../images/nav_top_bg.png") repeat-x scroll left -120px transparent;
    border-style:none;
    color:#FFFFFF;
    cursor:pointer;
    float:left;
    font-family:'SpoilerBold',Arial;
    font-size:15px;
    font-weight:bold;
    height:27px;
    text-align:center;
    width:95px;
}
#ask_forum_wr .ask .quest .accept, .forums .ask .quest .accept {
    float:right;
    width:300px;
    margin-top:6px;
}

#ask_forum_wr .ask .quest .accept label, .forums .ask .quest .accept, label{color:#989da2;font-size:12px;}

#ask_forum_wr .ask .quest .inpBtn:hover, .forums .ask .quest .inpBtn:hover {
    background:url("../images/nav_top_bg.png") repeat-x scroll left -150px transparent;
}
.details {
    clear:both;
    float:right;
    height:auto;
    margin:0 0 20px;
    padding:0;
    width:100%;
}
.details li {
    border-top:1px solid #C0C4C8;
    clear:both;
    float:right;
    height:auto;
    list-style:none outside none;
    margin:0;
    padding:10px;
    width:955px;
}
.details li big {
    float:right;
    font-family:'SpoilerRegular',Arial;
    font-size:20px;
    font-weight:normal;
    height:auto;
    width:160px;
}
.details li big>a {
    text-decoration: underline;
}
.details li p {
    float:left;
    height:auto;
    width:790px;
}
.details li div.newlayers {
    float:left;
    height:auto;
    width:790px;
}
.details li div.newlayers .item {
    border-right:1px solid #DFE0E1;
    display:block;
    float:right;
    height:120px;
    text-align:center;
    width:149px;
}
.details li div.newlayers .item:first-child {
    border-right:0;
}
.details li div.newlayers .item var {
    font-family:'SpoilerRegular',Arial;
    font-size:15px;
    font-weight:normal;
    font-style:normal;
    height:25px;
    line-height:25px;
    width:100%;
    display:block;
}
.details li div.newlayers .item img {
    border:4px solid #dde0e2;
    height:70px;
    position:relative;
    width:70px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
}
.foot_hold {
    background:url("../images/low_hold_shadow.jpg") no-repeat scroll center 200px transparent;
    clear:both;
    float:right;
    height:auto;
    position:relative;
    width:100%;
}
.foot_hold .frame .page {
    position:relative;
}
/*
.foot_hold .frame .page .person {
height:382px;
left:-102px;
position:absolute;
top:-120px;
width:120px;
}

.foot_hold .frame .page .person img {
bottom:0;
position:absolute;
right:0;
z-index:1000;
}
*/

.foot_hold .frame .page .person {
    float:left;
    height:382px;
    margin-left:-102px;
    margin-top:-120px;
    width:120px;
    position:relative;
    z-index:1000;
}

.lower_hold {
    background:none repeat scroll 0 0 #FFFFFF;
    float:right;
    height:auto;
    margin-left:-18px;
    margin-bottom:15px;
    padding:10px;
    width:965px;
}
.lower_hold .signup {
    background:none repeat scroll 0 0 #F4F4F0;
    float:right;
    height:33px;
    margin-bottom:15px;
    padding:12px;
    width:941px;
}
.lower_hold .signup .panel {
    background:none repeat scroll 0 0 #F4F4F0;
    float:right;
    height:33px;
    margin-left:15px;
    width:auto;
}
.lower_hold .signup .panel_one{width:505px;}
.lower_hold .signup .panel_two{width:200px;}
.lower_hold .signup .panel_three{width:145px;}
.lower_hold .signup .panel a {
    display:inline-block;
    margin-top:4px;
}
.lower_hold .signup form {
    width:auto;
}
.lower_hold .signup label {
    color:#007FBA;
    float:right;
    font-family:'SpoilerRegular',Arial;
    font-size:16px;
    font-weight:normal;
    height:33px;
    line-height:32px;
    margin-left:5px;
    width:auto;
}
.lower_hold .signup .inpText {
    margin-left:5px;
    margin-right:0;
    width:190px;
}
.lower_hold .signup .inpBtn, .inpBtn {
    background:url("../images/nav_top_bg.png") repeat-x scroll left -120px transparent;
    border-style:none;
    color:#FFFFFF;
    cursor:pointer;
    float:right;
    font-family:'SpoilerBold',Arial;
    font-size:15px;
    font-weight:bold;
    height:27px;
    margin-top:3px;
    text-align:center;
}

.lower_hold .signup .inpBtn {
    width:50px;
}
.lower_hold .signup .inpBtn:hover, .inpBtn:hover {
    background:url("../images/nav_top_bg.png") repeat-x scroll left -150px transparent;
}
.lower_hold .seoblock {
    float:right;
    height:185px;
    margin-left:10px;
    width:130px;
}
.lower_hold .seoblock_double{width:260px;}
.lower_hold .seoblock h4 {
    color:#007FBA;
    font-family:'SpoilerRegular',Arial;
    font-size:16px;
    font-weight:normal;
    height:20px;
    line-height:20px;
}
.lower_hold .seoblock ul {
    float:right;
    height:165px;
    width:130px;
    overflow:hidden;
}
.lower_hold .seoblock ul.double {
    width:260px;
}
.lower_hold .seoblock ul li {
    float:right;
    list-style:none outside none;
    margin-left:10px;
    width:120px;
}
.lower_hold .seoblock ul li a {
    color:#231F20;
}
.lower_hold .seoblock ul li a:hover {
    color:#007FBA;
}
.footer {
    clear:both;
    float:right;
    height:auto;
    margin-bottom:20px;
    width:100%;
}
.footer .innerframe {
    background:none repeat scroll 0 0 #F7F7F7;
    clear:both;
    float:right;
    height:auto;
    margin-bottom:10px;
    padding:9px;
    width:967px;
}
.footer .logo {
    float:left;
}
.nav_foot {
    float:right;
    height:14px;
    margin-top:14px;
    width:800px;
}
.nav_foot li {
    display:block;
    float:right;
    height:14px;
    text-align:center;
    white-space:nowrap;
    width:auto;
}
.nav_foot li a {
    color:#231F20;
    float:none;
    font-size:12px;
    line-height:14px;
    padding:0 8px;
    text-align:center;
    white-space:nowrap;
}
.nav_foot .selected {
    color:#0080BA;
}
.nav_foot a:hover {
    color:#007FB9;
}
.footer .credit {
    clear:both;
    color:#231F20;
    float:right;
    font-size:10px;
    height:17px;
    margin-right:20px;
    width:500px;
}
.footer .credit p, .footer .credit .sep {
    display:inline;
}
.footer .credit .sep {
    margin:0 5px;
}
.footer .credit a {
    color:#231F20;
    text-decoration:underline;
}
.footer .credit img {
    display:inline;
    margin-bottom:-9px;
}
.googleplus_button {
    float:right;
    margin:6px 0px 0px 0px;
    width:90px;
}
.facebook_button {
    float:right;
    margin:6px -35px 0px 0px;
    width:90px;
}

.googleplus_button_lawyer {
    float:right;
    margin:-2px 20px 0px 0px;
    width:90px;
}
.facebook_button_lawyer {
    float:right;
    margin:-2px -10px 0px 0px;
    width:90px;
}

.navigation {
    clear:both;
    height:15px;
    list-style:none outside none;
    margin:5px 10px 10px auto;
}
.navigation li {
    background:url("../images/arr_left.png") no-repeat scroll left -8px transparent;
    float:right;
    height:15px;
    padding:0 8px 0 12px;
}
.navigation li.last {
    background:none repeat scroll 0 0 transparent;
}
.category_lawyers {
    list-style:none outside none;
    margin-right:15px;
}
.category_lawyers li {
    background:url("../images/nav_top_bg.png") repeat-x scroll left -64px transparent;
    color:#FFFFFF;
    cursor:pointer;
    float:right;
    height:30px;
    line-height:30px;
    margin-left:10px;
    padding:0 15px;
    width:auto;
}
.category_lawyers li.current {
    background:url("../images/tabs_bg_on.png") repeat-x scroll left -720px transparent;
}
.contact_lawyer {
    background:url("../images/nav_top_bg.png") repeat-x scroll left -232px transparent;
    color:#FFFFFF;
    cursor:pointer;
    float:left;
    height:30px;
    line-height:30px;
    margin-left:20px;
    padding:0 10px;
}
.contact_lawyer .mail_icon {
    background:url("../images/more_icons.png") no-repeat scroll right center transparent;
    border-collapse:collapse;
    float:right;
    height:30px;
    line-height:30px;
    margin-left:5px;
    width:25px;
}
.contact_lawyer span {
    float:left;
}

.contact_lawyer span a {
    color: #ffffff;
}

.searchbycity h3 {
    font-family:'SpoilerRegular',Arial;
    font-size:18px;
    margin-right: 14px;
}
.searchbycity .innerbg {
    background:none repeat scroll 0 0 #FFFFFF;
    float:right;
    height:auto;
    margin-right:12px;
    width:950px;
}
.areas {
    list-style:none outside none;
    margin:0 auto;
    /*width:950px;
    float: right;*/
}
.areas > li, .cats-wr > li {
    border-left:medium none #DFE0E1;
    float:right;
    width:135px;
    margin: 10px 0 10px 0;
}
.areas > li > h4, .cats-wr > li > h4 {
    color:#1188BF;
    font-size:15px;
    margin-right: 19px;
}

.cities, .more_cities, .cats, .more_cats {
    list-style:none outside none;
}

.more_cities, .more_cats, .more_articles, .more_lawyers {
    display: none;
}

.cities li, .more_cities li, .categories li, .more_cats li, .one-areas li {
    background:url("../images/arr_left.png") no-repeat scroll 92px -20px transparent;
    float:right;
    height:15px;
    line-height:15px;
    margin:5px;
    padding-right: 15px;
    width: 90px;
}

.more_cities_toggle, .more_cats_toggle, .more_cats_toggle, .more_articles_toggle, .more_lawyers_toggle {
    margin-right: 19px;
    color: #1188BF;
}
.more_articles_toggle, .more_lawyers_toggle{
    display: block;
    float: left;
    margin: 10px;
}
.styled_checkbox{
    float:right;
    margin:0px 7px 0px 10px;
    width:17px;
    height:17px;
    background:url(../images/checkbox.png) no-repeat top;
    cursor:pointer;
}

.styled_checkbox.styled_checkbox_current, .styled_checkbox.active{background-position:bottom;}

/* Forum Styles */

.line{float:right;width:100%;}

.black_color{color:#3c3f42 !important;}
.blue_color{color:#007fba !important;}
.grey_color{color:#a0a1a3 !important;}

.forum_shadow{
    float:right;
    //width:100%;
    background:url(../images/forum_shadow.png) no-repeat -4px 100%;
    padding-bottom:15px;
}

.forum_text{
    float:right;
    margin:0;
    padding:0px 20px;
    width:935px;
    color:#231f20;
    font-size:13px;
}

.breadcrumbs{
    float:right;
    padding:0px 0px 10px 0px;
    width:935px;
    font-weight:bold;
}

.breadcrumbs a{float:right;text-decoration:underline;font-weight:normal;}
.breadcrumbs span{float:right;}
.breadcrumbs .breadcrumbs_arrow{margin:5px 8px;width:4px;height:7px;background:url(../images/forum_arrow.png) no-repeat right 0px;}

.forum_shares{
    float:left;
    margin:10px 0px 5px 0px;
    width:100%;
    text-align:left;
    direction:ltr;
}

.forum_box_full{
    background:none repeat scroll 0 0 #f4f3ef;
    float:right;
    padding:7px 7px 18px 7px;
    width:961px;
}

.forum_director{
    float:right;
    width:100px;
    height:270px;
    overflow:hidden;
    padding:14px 19px;
    background:#e5e7e9;
    color:#231f20;
}
.forum_director_forum{
    float:right;
    width:250px;
    height:270px;
    overflow:hidden;
    padding:14px 19px;
    background:#e5e7e9;
    color:#231f20;
}

.forum_director_img{
    float:right;
    width:94px;
    height:94px;
    overflow:hidden;
    border:solid 4px #dcdfe1;
    background:#4f5357;
}

.forum_director h3{
    margin:10px 2px 5px 2px;
    font-family:'SpoilerRegular',Arial;
    font-size:15px;
    font-weight:normal;
    color:#007fba;
}

.forum_director_text{
    margin:0px 2px;
    font-size:11px;
}

a.forum_director_more{
    float:right;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 8px;
    background:url(../images/forum_arrow.png) no-repeat left 5px;
    color:#231f20;
    font-weight:bold;
}

.forum_ask_forum{
    float:right;
    background:#e5e7e8;
    width:625px;
    min-height:270px;
    overflow:hidden;
    padding:14px 12px;
    margin:0px 12px;
}
.forum_ask{
    float:right;
    background:#e5e7e8;
    width:510px;
    height:270px;
    overflow:hidden;
    padding:14px 12px;
    margin:0px 12px;
}

.forum_ask_forum h3{
    margin:0px;
    font-family: 'SpoilerRegular',Arial;
    font-size:20px;
    font-weight: normal;
    color:#3c3f42;
    line-height:20px;
}
.forum_ask h3{
    margin:0px;
    font-family: 'SpoilerRegular',Arial;
    font-size:20px;
    font-weight: normal;
    color:#3c3f42;
    line-height:20px;
}

.forum_ask_forum p{
    margin:0px;
    font-family: 'SpoilerRegular',Arial;
    font-size:15px;
    font-weight: normal;
    color:#000000;
}
.forum_ask p{
    margin:0px;
    font-family: 'SpoilerRegular',Arial;
    font-size:15px;
    font-weight: normal;
    color:#000000;
}

.forum_ask_name_forum, .forum_ask_email_forum, .forum_ask_title_forum, .forum_ask_content_forum{
    float:right;
    margin:8px 0px 5px 0px;
    width:250px;
    height:16px;
    padding:9px 22px;
    background:#ffffff;
    border:0px;
    font:normal 12px Arial;
    color:#989da2;
}
.forum_ask_name, .forum_ask_email, .forum_ask_title, .forum_ask_content{
    float:right;
    margin:8px 0px 5px 0px;
    width:197px;
    height:16px;
    padding:9px 22px;
    background:#ffffff;
    border:0px;
    font:normal 12px Arial;
    color:#989da2;
}

.forum_ask_email{float:left;/*width:226px;*/}
.forum_ask_email_forum{float:left;/*width:226px;*/}

.forum_ask_bg_forum{
    float:right;
    width:600px;
    margin:8px 0px 0px 0px;
    padding:15px 12px;
    background:#ebf2f8;
}
.forum_ask_bg{
    float:right;
    width:488px;
    margin:8px 0px 0px 0px;
    padding:15px 12px;
    background:#ebf2f8;
}

.forum_ask_title_forum{
    margin:0px;
    width:580px;
    padding:9px 10px;
}
.forum_ask_title{
    margin:0px;
    width:468px;
    padding:9px 10px;
}

.forum_ask_content_forum{
    margin:5px 0px 0px 0px;
    width:580px;
    height:60px;
    padding:9px 10px;
    overflow:auto;
}
.forum_ask_content{
    margin:5px 0px 0px 0px;
    width:468px;
    height:60px;
    padding:9px 10px;
    overflow:auto;
}

.forum_ask_forum .accept{
    float:right;
    width:300px;
    margin:15px 0px 0px 0px;
    font-size:12px;
    color:#989da2;
    font-family:Arial;
}

.forum_ask_forum .accept .styled_checkbox{margin-right:0px;}

.forum_ask_forum .inpBtn {
    background:url("../images/nav_top_bg.png") repeat-x scroll left -120px transparent;
    border-style:none;
    color:#FFFFFF;
    cursor:pointer;
    float:left;
    font-family:'SpoilerBold',Arial;
    font-size:15px;
    font-weight:bold;
    height:27px;
    text-align:center;
    width:95px;
    margin:8px 0px 0px 0px;
}

.forum_ask_forum .inpBtn:hover {
    background:url("../images/nav_top_bg.png") repeat-x scroll left -150px transparent;
}
.forum_ask .accept{
    float:right;
    width:300px;
    margin:15px 0px 0px 0px;
    font-size:12px;
    color:#989da2;
    font-family:Arial;
}

.forum_ask .accept .styled_checkbox{margin-right:0px;}

.forum_ask .inpBtn {
    background:url("../images/nav_top_bg.png") repeat-x scroll left -120px transparent;
    border-style:none;
    color:#FFFFFF;
    cursor:pointer;
    float:left;
    font-family:'SpoilerBold',Arial;
    font-size:15px;
    font-weight:bold;
    height:27px;
    text-align:center;
    width:95px;
    margin:8px 0px 0px 0px;
}

.forum_ask .inpBtn:hover {
    background:url("../images/nav_top_bg.png") repeat-x scroll left -150px transparent;
}

.forum_last_posts{
    float:left;
    width:238px;
    height: auto;
    overflow:hidden;
    padding:14px 13px;
    background:#ffffff;
    color:#231f20;
}

.forum_last_posts h3{
    margin:5px 0px 0px 0px;
    font-family:'SpoilerRegular',Arial;
    font-size:18px;
    font-weight:normal;
    color:#007fba;
}

.forum_ticker{
    display:block;
    clear:both;
    width:238px;
    height:235px;
    overflow:hidden;
    margin:13px 0px 0px 0px;
}

.forum_ticker ul{
    margin:0px;
    padding:0px;
    list-style:none;
    display:block;
    clear:both;
    width:238px;
}

.forum_ticker ul li div{
    display:block;
    clear:both;
    width:238px;
    padding:7px 0px;
    border-top:solid 1px #bfc4c7;
    font-size:12px;
}

.forum_categories{
    float:right;
    width:140px;
    margin-right:6px;
    margin-top: 18px;
}



.forum_categories_title{
    float:right;
    width:128px;
    height:30px;
    background:url(../images/forum_title.png) no-repeat top;
    margin:-5px 0px 0px 0px;
    font-family:'SpoilerRegular',Arial;
    font-size:16px;
    font-weight:normal;
    color:#ffffff;
    line-height:23px;
    padding:0px 12px 0px 0px;
}

ul.forum_categories_list{
    float:right;
    width:140px;
    margin:-3px 0px 20px 0px;
    padding:0px;
    list-style:none;
}

ul.forum_categories_list li{
    float:right;
    width:140px;
    height:25px;
    margin:3px 0px 0px 0px;
    background:url(../images/forum_categories_list.png) repeat-x top;
}
ul.forum_categories_list li:hover{background-position:bottom;}

ul.forum_categories_list li a{
    float:right;
    width:115px;
    margin:0px 5px 0px 0px;
    padding:0px 10px;
    font-size:12px;
    color:#3c3f42;
    font-weight:bold;
    line-height:25px;
    background:url(../images/forum_categories_list_arrow.png) no-repeat right 10px;
}
ul.forum_categories_list li:hover a{color:#ffffff;background-position:right -35px;}

.forum_main{
    float:right;
    margin:15px 0px 15px 0px;
    width: 615px;
    background:#f4f3ef;
    padding: 10px;
}
.forum_main.article{
    width: 525px;
    margin-right: 6px;
}
.forum_side{
    float:left;
    width: 265px;
    background:#f4f3ef;
    padding: 10px;
    margin-top: 10px;
}

.forum_main .searchbox {
    background:url("../images/hp_forum_search.jpg") no-repeat scroll right top transparent;
    height: 69px;
    width: 473px;
    margin-right: auto;
    margin-left: auto;
}
.forum_main .searchbox .searchform {
    float:right;
    height:33px;
    padding:13px 49px 0 0;
    width:370px;
}
.forum_main .searchbox .searchform .inpText {
    background:none repeat scroll 0 0 #FFFFFF;
    border-style:none;
    float:right;
    height:16px;
    margin:0;
    padding:9px 5px 8px 5px;
    width:290px;
    color:#989da2;
    font-size:12px;
}
.forum_main .searchbox .searchform .inpBtn {
    background:url("../images/buttons.png") no-repeat scroll right -68px transparent;
    display:block;
    float:left;
    height:27px;
    margin-top:3px;
    width:66px;
}
.forum_main .searchbox .searchform .inpBtn:hover {
    background:url("../images/buttons.png") no-repeat scroll right -95px transparent;
}

.forum_white{
    float:right;
    padding:7px;
    width: 645px;
    background:#ffffff;
    margin-bottom:8px;
    line-height:16px;
}
/*.forum_main.article .forum_white{
width: 511px;
}*/

a.forum_white_blue{
    float:right;
    /*width:210px;*/
    margin:0px 2px 0px 20px;
    padding:0px 16px 0px 0px;
    background:url(../images/forum_arrow.png) no-repeat right 6px;
    color:#007fba;
    font-size:13px;
    font-weight:bold;
}

a.forum_white_open_thread {
    float: right;
    font-size: 11px;
}

.forum_white_from{
    float:left;
    max-width:120px;
    padding:0px 7px 3px 7px;
    margin-left: 10px;
    color:#231f20 !important;
    font-size:13px;
    font-weight:normal;
    text-decoration:none;
}

.forum_white_date{
    float:left;
    width:100px;
    margin:0px 0px 0px 8px;
}

.forum_white_from_lawyer{
    color:#ffffff !important;
    font-weight:bold;
    background:#88bcde;
}

.forum_blue{
    float:right;
    margin:3px 0px 0px 0px;
    padding: 7px 15px 7px 0px;
    width: 620px;
    background:#ebf1f8;
    line-height:16px;
}
.forum_blue.round_3 line{

}

a.forum_response {
    float:right;
    width:196px;
    margin:0px 6px 0px 20px;
    padding:0px 16px 0px 0px;
    background:url(../images/forum_arrow.png) no-repeat right 6px;
    color:#231f20;
    font-size:13px;
    font-weight:bold;
}

a.forum_response_inner{
    width:180px;
    margin:0px 22px 0px 20px;
}
a.forum_response_inner_inner{
    width:162px;
    margin:0px 40px 0px 20px;
}

.forum_blue .forum_white_date{margin-left:6px;}

.forum_blue.post_opened a.forum_response {background:url(../images/forum_arrow_down.png) no-repeat right 7px;}
.forum_blue_border{
    margin:5px ;
    padding:5px 19px;
    border:solid 2px #ffffff;
    float:left;
    width:452px;
    background:#f2f6fb;
}

ul.forum_buttons_list{float:right;width:452px;margin:5px 5px auto;padding:0px;list-style:none;}
ul.forum_buttons_list li{display:inline;margin-right: 5px;height:20px;line-height:20px;}

ul.forum_buttons_list li a.forum_button_light, ul.forum_buttons_list li a.forum_button_dark, ul.forum_buttons_list li a.forum_button_current{
    float:right;
    height:23px;
    line-height:20px;
    padding:0px 8px;
    background:url(../images/forum_buttons.png) repeat-x top;
    font-size:13px;
    font-weight:bold;
    color:#ffffff;
    margin-right: 10px;
}
ul.forum_buttons_list li a.forum_button_light:hover{color:#ffffff;background-position:bottom;}

ul.forum_buttons_list li a.forum_button_dark{background-position:bottom;}
ul.forum_buttons_list li a.forum_button_dark:hover{color:#ffffff;background-position:top;}

ul.forum_buttons_list li a.forum_button_current{
    padding-bottom:10px;
    background-image:none;
    background-color:#e5e7e8;
    color:#3c3f42 !important;
}

.forum_grey{
    float:right;
    margin:-3px 0px 0px 0px;
    background:#e5e7e8;
    width:458px;
    padding:6px 14px 8px 14px;
}

.forum_grey_name, .forum_grey_email, .forum_grey_title, .forum_grey_content, .forum_grey_short{
    float:right;
    margin:8px 0px 0px 0px;
    width:190px;
    height:16px;
    padding:9px 12px;
    background:#ffffff;
    border:0px;
    font:normal 12px Arial;
    color:#989da2;
}

.forum_grey_email{float:left;width:214px;}
.forum_grey_content{width:434px;height:55px;margin:6px 0px 0px 0px;overflow:auto;}
.forum_grey_title{width:434px;margin:6px 0px 0px 0px;overflow:auto;}
.forum_grey_short{padding:9px 12px;width:124px;margin:8px 0px 0px 6px;}
.forum_grey_short_last{margin:8px 1px 0px 0px;}

.forum_grey .accept{
    float:right;
    width:300px;
    margin:8px 0px 0px 0px;
    font-size:12px;
}
.forum_grey .accept label{color:#989da2;}

.forum_grey .accept .styled_checkbox{margin-right:0px;}

.forum_grey .inpBtn, .forum_grey .inpBtn_short, .lawyer_grey .inpBtn, .lawyer_grey .inpBtn_short {
    background:url("../images/nav_top_bg.png") repeat-x scroll left -120px transparent;
    border-style:none;
    color:#FFFFFF;
    cursor:pointer;
    float:left;
    font-family:'SpoilerBold',Arial;
    font-size:15px;
    font-weight:bold;
    height:27px;
    text-align:center;
    width:95px;
    margin:8px 0px 0px 0px;
}

.lawyer_grey .inpBtn:hover, .forum_grey .inpBtn:hover {background:url("../images/nav_top_bg.png") repeat-x scroll left -150px transparent;}

.forum_grey .inpBtn_short, .lawyer_grey .inpBtn_short{width:55px;}
.forum_grey .inpBtn_short:hover, .lawyer_grey .inpBtn_short:hover {background:url("../images/nav_top_bg.png") repeat-x scroll left -150px transparent;}

.forum_open{
    background:#f5f9fc;
    border:solid 2px #e8eff7;
    width:640px;//507px;
    padding:5px;
    margin:0px 0px 4px 0px;
}

.forum_open a.forum_white_blue{margin-right:2px;background:url(../images/forum_arrow_down.png) no-repeat right 7px;}
.forum_open .forum_white_date{margin-left:0px;float:left}

.forum_open .forum_open_text,.forum_open .forum_open_text_mob, .forum_open .line_buttons {
    display: block !important;
}

.forum_open_text{
    float:right;
    clear:both;
    width:595px;//466px;
    margin-right:22px;
    font-size:13px;
    color:#231f20;
    display: none;
}

.forum_blue_next{background:#dce8f3;}

a.paging_right{float:right;color:#231f20;width:100px;text-align:right;}
a.paging_left{float:left;color:#231f20;width:100px;text-align:left;}

ul.paging_pages{
    float:right;
    margin:0px;
    padding:0px;
    list-style:none;
    text-align:center;
    width:325px;
    direction:ltr;
}
ul.paging_pages li{display:inline;}
ul.paging_pages li a:hover{color:#007fba;}
ul.paging_pages li a.current{color:#007fba;font-weight:bold;}

.left_panel{
    float:left;
    width:272px;
}

.forum_leading{
    float:left;
    width:252px;
    padding:10px;
    background:#f3f3ef;
    margin:13px 0px 0px 0px;
}

.forum_leading h3{
    font-family:'SpoilerRegular',Arial;
    font-size:20px;
    font-weight:normal;
    color:#3c3f42;
    margin:0px;
}

.forum_leading_white{
    float:left;
    width:236px;
    margin:10px 0px 0px 0px;
    padding:0px 8px 10px 8px;
    background:#ffffff;
}

.forum_leading_item{
    float:right;
    padding:10px 0px;
    width:100%;
    border-bottom:solid 1px #bfc4c8;
}
.forum_leading_item_noborder{border-bottom:0px;}

.forum_leading_image{
    float:right;
    width:60px;
    height:60px;
    border:solid 4px #c8ccd0;
    background:#c8ccd0;
}

.forum_leading_text{
    float:right;
    margin-right:10px;
    width:158px;
}

.forum_leading_title{
    font-family:'SpoilerRegular',Arial;
    font-size:18px;
    font-weight:normal;
    color:#007fba;
}

.forum_last_articles{
    float:right;
    margin: 10px 0;
    background:#f4f4f0;
}

.forum_last_articles h3{
    font-family:'SpoilerRegular',Arial;
    font-size:20px;
    font-weight:normal;
    color:#3c3f42;
    margin: 10px;
}

.forum_last_item{
    float: right;
    width: auto;
    margin: 10px 0px;
    padding-right: 5px;
    padding-left: 5px;
}

.forum_last_image{
    float:right;
    width:84px;
    height:63px;
    padding-bottom:9px;
    background:url(../images/forum_shadow.png) no-repeat left bottom;
}
.forum_last_image img{
    float:right;
    width:84px;
    height:63px;
    background:#4f5357;
}

.forum_last_item h3{
    font-family:'SpoilerRegular',Arial;
    font-size:16px;
    font-weight:normal;
    color:#007fba;
}

.forum_last_text{
    float: right;
    margin: 0px 10px 0px 0px;
    width: 135px;
}

.forum_last_title{
    float:right;
    width:100%;
    border-bottom:solid 1px #bfc4c7;
    font-family:'SpoilerRegular',Arial;
    font-size:16px;
    font-weight:normal;
    color:#007fba;
    padding:0px 0px 3px 0px;
    margin:0px 0px 5px 0px;
}

.forum_last_judgments{
    float:left;
    margin:10px 0;
    background:#e5e7e8;
}

.forum_last_judgments h3{
    font-family:'SpoilerRegular',Arial;
    font-size:20px;
    font-weight:normal;
    color:#3c3f42;
    margin: 10px;
}

.foot_hold .frame .page .person2 {
    float:left;
    height:362px;
    margin-left:-133px;
    margin-right:-20px;
    margin-top:-70px;
    width:153px;
    position:relative;
    z-index:1000;
}

/* Lawyer styles */

.lawyer_content{
    float:right;
    width:637px;
}

.lawyer_content_main{
    float:right;
    padding:4px;
    width:625px;
    border:solid 2px #dde0e2;
    background:#ffffff;
}

.lawyer_content_shadow{
    float:right;
    width:637px;
    padding:0px 0px 15px 0px;
    margin:0px 0px -5px 0px;
    background:url(../images/forum_shadow.png) no-repeat left bottom;
}

.title_lawyer_forum, .title_lawyer_about, .title_lawyer_articles, .title_lawyer_judgements, .title_lawyer_recommend{
    float:right;
    margin:0px 0px 10px 0px;
    padding:0px 26px 0px 0px;
    width:auto;
    font-family:'SpoilerRegular',Arial;
    font-size:20px;
    font-weight:normal;
    color:#3c3f42;
    background:url(../images/title_lawyer.png) no-repeat right 0px;
    line-height:22px;
}
.title_lawyer_about{background-position:right -22px;}
.title_lawyer_articles{background-position:right -44px;}
.title_lawyer_judgements{background-position:right -66px;}
.title_lawyer_recommend{background-position:right -88px;}

.forum_main_lawyer{margin:5px 0px 10px 0px;padding:14px 18px 10px 18px;width:601px;float: right;background: #f4f3ef;}
.forum_main_lawyer .forum_white{width:587px;}
.forum_main_lawyer a.forum_white_blue{width:286px;}
.forum_main_lawyer .forum_blue{width:570px;}
.forum_main_lawyer a.forum_response{width:272px;}
.forum_main .forum_blue.post_opened .forum_blue_border,
.forum_main .forum_blue.post_opened .line_buttons {display:block;}
.forum_main .forum_grey {display:none;}
.forum_main .forum_grey.form_opened {display:block;}
.forum_main .forum_blue_border{width:92%;display:none;}
.forum_main .line_buttons {display:none;}
.forum_main_lawyer .forum_open{width:583px;}
.forum_main_lawyer a.forum_response_inner{width:256px;}
.forum_main_lawyer a.forum_response_inner_inner{width:238px;}
.forum_main_lawyer .forum_grey{width:534px;}
.forum_main_lawyer .forum_grey_content{width:510px;}
.forum_main_lawyer .forum_grey_email{width:290px;}
.forum_main_lawyer .forum_grey_short{width:149px;margin:8px 1px 0px 6px;}
.forum_main_lawyer .forum_grey_short_last{width:149px;margin:8px 1px 0px 0px;}
.forum_main_lawyer ul.paging_pages{width:401px;}

ul.lawyer_buttons{
    float:right;
    margin:0px 3px 0px 0px;
    padding:0px;
    list-style:none;
}

ul.lawyer_buttons li a{
    float:right;
    padding:0px 38px 0px 0px;
    width:88px;
    height:28px;
    line-height:26px;
    background:url(../images/lawyer_tabs.png) no-repeat right top;
    font-family:'SpoilerRegular',Arial;
    font-size:16px;
    font-weight:normal;
    color:#4d4d4f;
}

ul.lawyer_buttons li a:hover{color:#ffffff;background-position:left 0px;}
ul.lawyer_buttons li a.selected{color:#ffffff;background-position:left 0px;}

ul.lawyer_buttons li.lawyer_buttons_articles a{background-position:right -28px;}
ul.lawyer_buttons li.lawyer_buttons_articles a:hover{background-position:left -28px;}
ul.lawyer_buttons li.lawyer_buttons_articles a.selected{background-position:left -28px;}

ul.lawyer_buttons li.lawyer_buttons_judgements a{background-position:right -56px;}
ul.lawyer_buttons li.lawyer_buttons_judgements a:hover{background-position:left -56px;}
ul.lawyer_buttons li.lawyer_buttons_judgements a.selected{background-position:left -56px;}

ul.lawyer_buttons li.lawyer_buttons_recommend a{background-position:right -84px;}
ul.lawyer_buttons li.lawyer_buttons_recommend a:hover{background-position:left -84px;}
ul.lawyer_buttons li.lawyer_buttons_recommend a.selected{background-position:left -84px;}

ul.lawyer_buttons li.lawyer_buttons_forum a{background-position:right -112px;}
ul.lawyer_buttons li.lawyer_buttons_forum a:hover{background-position:left -112px;}
ul.lawyer_buttons li.lawyer_buttons_forum a.selected{background-position:left -112px;}

.lawyer_content_main_text{
    float:right;
    margin:5px 0px 0px 5px;
    width: 100%;
}

.lawyer_content_main_content{
    /*float:right;
    width:322px;*/
}

.lawyer_content_main_title{
    font-family:'SpoilerRegular',Arial;
    font-size:20px;
    font-weight:normal;
    color:#007fba;
    padding:0px 0px 10px 0px;
}

.lawyer_content_main_side{
    width:141px;
    margin:0px 0px 0px 20px;
    font-family:'SpoilerRegular',Arial;
    font-size:16px;
    font-weight:normal;
    color:#4d4d4f;
}

.lawyer_content_main_side span{font-family:'SpoilerBold',Arial;font-weight:bold;}

.lawyer_content_main_side span.phones{font-family:'SpoilerBold',Arial;font-weight:bold;width:45px;}

.lawyer_content_main_image_mob{
    float:right;
    width:111px;
    height:111px;
    border:solid 4px #dcdfe1;
}
.lawyer_content_main_image{
    float:right;
    width:103px;
    height:103px;
    border:solid 4px #dcdfe1;
}
.lawyer_content_main_image img{
    float:right;
    width:103px;
    height:103px;
    background:#4e5357;
}

.lawyer_content_main_content .accept{
    margin:10px 0px 0px 0px;
    font-size:13px;
}

.lawyer_content_main_content .styled_checkbox{margin-right:0px;}

.lawyer_content_main_bottom{
    margin:10px 0px;
    font-size:13px;
}

.lawyer_content_main_bottom p{padding:0px 0px 8px 0px;}

.lawyer_content_grey{
    float:right;
    width:609px;
    padding:6px 8px 0px 8px;
    background:#f5f5f6;
}

.lawyer_addthis{
    float:right;
    width:400px;
}

a.lawyer_print{
    float:left;
    padding:0px 15px 6px 0px;
    width:20px;
    height:15px;
    background:url(../images/lawyer_print.png) no-repeat left center;
}

a.lawyer_email{
    float:left;
    padding:0px 15px 6px 0px;
    width:16px;
    height:15px;
    background:url(../images/lawyer_email.png) no-repeat left center;
}

.lawyer_main{
    float:right;
    margin:5px 0px 10px 0px;
    width:97%;
    background:#f4f3ef;
    padding:10px 9px;
}

.lawyer_main ul{
    padding:0px 20px 10px 0px;
}

.lawyer_white{
    float:right;
    padding:10px;
    width:97%;
    background:#ffffff;
    padding:10px 9px;
}

.lawyer_white_about{padding-bottom:50px;font-size:13px;}
.lawyer_white_about h4{
    margin:10px 0px 5px 0px;
    font-family:'SpoilerRegular',Arial;
    font-size:16px;
    font-weight:normal;
    color:#007fba;
}

.lawyer_white_articles{font-size:13px;}
.lawyer_white_articles h4{
    margin:0px 0px 5px 0px;
    padding:0px 0px 5px 0px;
    font-family:'SpoilerRegular',Arial;
    font-size:16px;
    font-weight:normal;
    color:#007fba;
    border-bottom:solid 1px #bfc4c8;
}

.lawyer_white_about li,
.lawyer_white_articles li,
.lawyer_content_main_mob li{
    list-style:disc;
}

.lawyer_white_padding{padding:0px 0px 10px 0px;}

.lawyer_grey{
    float:right;
    padding:10px;
    width:97%;
    background:#e5e7e9;
    padding:10px 9px;
    margin:0px 0px 5px 0px;
    line-height:21px;
}

.lawyer_grey_text{float:right;font-size:13px;font-weight:bold;width:260px;}
.lawyer_grey_button{
    float:right;
    height:23px;
    line-height:20px;
    padding:0px 8px;
    background:url(../images/forum_buttons.png) repeat-x top;
    font-family:'SpoilerBold',Arial;
    font-size:15px;
    font-weight:bold;
    color:#ffffff;
}
.lawyer_grey_button:hover{color:#ffffff;background-position:bottom;}

.border_bottom{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:solid 1px #bfc4c8;
}

.lawyer_white_one{
    float:right;
    font-size:13px;
    width:100%;
    margin:0px 0px 0px 20px;
    color:#231f20;
}
.lawyer_white_two{
    float:right;
    font-size:13px;
    width:100%;
    margin:0px 0px 0px 20px;
    color:#231f20;
}
a.lawyer_white_three{float:left;margin-top:32px;color:#231f20;text-align:left;font-size:13px;}

.foot_hold .frame .page .person3 {
    float:left;
    height:385px;
    margin-right:-18px;
    margin-left:-128px;
    margin-top:-105px;
    width:148px;
    position:relative;
    z-index:1000;
}

.lawyer_side{
    float:left;
    width:auto;
    padding:5px 10px 10px 10px;
    margin:0px 0px 15px 0px;
    background:#f4f4f0;
}

.lawyer_side_inner{
    float:left;
    width:auto;
    padding:8px 29px;
    background:#e5e7e9;
    font-size:13px;
}

.lawyer_contact{
    font-family:'SpoilerBold',Arial;
    font-size:20px;
    font-weight:normal;
    color:#3c3f42;
    background:url(../images/lawyer_contact_icon.png) no-repeat right 5px;
    padding:0px 34px 10px 0px;
    line-height:20px;
}

.lawyer_side_input, .lawyer_side_textarea{
    float:right;
    margin:5px 0px 0px 0px;
    padding:8px 15px;
    background:#ffffff;
    border:0px;
    width:212px;
    font:normal 13px Arial;
    color:#989da2;
}
.lawyer_side_textarea{height:35px;overflow:auto;}

.lawyer_side_last{
    float:right;
    width:100%;
    margin:5px 0px 0px 0px;
    font-size:12px;
    color:#989da2;
}

.lawyer_side_last .styled_checkbox{margin-right:0px;}

.lawyer_side_last .inpBtn {
    background:url("../images/nav_top_bg.png") repeat-x scroll left -120px transparent;
    border-style:none;
    color:#FFFFFF;
    cursor:pointer;
    float:left;
    font-family:'SpoilerBold',Arial;
    font-size:15px;
    font-weight:bold;
    height:27px;
    text-align:center;
    width:55px;
}

.lawyer_side_last .inpBtn:hover {background:url("../images/nav_top_bg.png") repeat-x scroll left -150px transparent;}

.lawyer_map{
    font-family:'SpoilerBold',Arial;
    font-size:20px;
    font-weight:normal;
    color:#3c3f42;
    padding:0px 7px 10px 0px;
    line-height:20px;
}

.lawyer_side_inner_map{
    float:left;
    width:284px;
    padding:8px;
    background:#e5e7e9;
    font-size:13px;
}

.map{
    float:right;
    width:284px;
    margin:10px 0px 0px 0px;
}

.map_zoom{
    display:block;
    padding:5px 0px 0px 0px;
    clear:both;
    text-align:center;
    vertical-align:bottom;
    color:#231f20 !important;
}
.map_zoom img{vertical-align:bottom;}

/* Article styles */

.phone{
    float:right;
    margin:5px 0px 0px 0px;
    width:252px;
    height:38px;
    line-height:38px;
    font-family:'SpoilerRegular',Arial;
    font-size:24px;
    font-weight:normal;
    color:#ffffff;
    text-align:center;
    background:url(../images/bg_38.png) repeat-x top;
}

.article_contact_title{
    float:right;
    width:100%;
    padding:0px 0px 10px 0px;
    font-size:13px;
    font-weight:bold;
    color:#231f20;
}

.article_contact{
    float:right;
    width:232px;
    padding:5px 10px 10px 10px;
    background:#e5e7e8;
}

.article_contact .lawyer_side_input, .article_contact .lawyer_side_textarea{width:202px;}

.spacing_10{margin-top:10px !important;}
.spacing_5{margin-top:5px !important;}

.tags_links{padding-top:5px;}
.tags_links a{
    float:right;
    width:auto;
    line-height:17px;
    font-size:13px;
    color:#231f20;
    text-decoration:underline;
    padding:0px 0px 0px 10px;
    white-space:nowrap;
}

a.article_item{
    background:#ffffff;
    float: left;
    margin:10px 0px 0px 0px;
    padding:0 8px 10px;
    width:236px;
    cursor:pointer;
}

a.article_item:hover{background:#1597c9 url(../images/article_bg.png) repeat-x top;}

.article_number{
    float:right;
    width:30px;
    font-family:'SpoilerBold',Arial;
    font-size:30px;
    font-weight:bold;
    color:#4d4d4f;
}

.article_text{
    float:right;
    width:206px;
    font-size:13px;
}

.article_text h4{
    margin:0px 0px 5px 0px;
    padding:5px 0px 5px 0px;
    font-family:'SpoilerRegular',Arial;
    font-size:18px;
    font-weight:normal;
    line-height:18px;
    color:#007fba;
    border-bottom:solid 1px #bfc4c8;
}

a.article_item:hover .article_number,
a.article_item:hover .article_text,
a.article_item:hover .article_number,
a.article_item:hover .article_text h4
{color:#ffffff;}

a.article_item:hover .article_text h4{border-bottom:solid 1px #ffffff;}

.foot_hold .frame .page .person4 {
    float:left;
    height:359px;
    margin-left:-112px;
    margin-right:-10px;
    margin-top:-65px;
    width:122px;
    position:relative;
    z-index:1000;
}

.main_panel{
    float:right;
    width:550px;
}

.main_panel_forums{
    float:left;
    width:825px;
    margin-top:13px;
}

.main_panel_forums div.text {
    margin: 15px;
    width: 400px;
}

.main_panel_forums div.text p {
    margin-top: 15px;
}

.gray_back {
    background: #F4F3EF;
}

.main_title{
    font-family:'SpoilerBold',Arial;
    font-size:25px;
    font-weight:bold;
    color:#007fba;
    padding:0px 10px;
}

.sub_title{
    margin:0px 0px 10px 0px;
    font-family:'SpoilerRegular',Arial;
    font-size:17px;
    font-weight:normal;
    padding:0px 10px;
}

a.underline{text-decoration:underline;color:#231f20;}
a.underline:hover{text-decoration:none;}

.article_white {
    background:#ffffff;
   clear: both;
    overflow: hidden;
    line-height: 16px;
    margin-bottom: 8px;
    padding: 7px 20px;
    width: 100%;
	box-sizing: border-box;
}

.article_addthis{
    float:right;
    width:400px;
}

a.article_print{
    float:left;
    margin:-7px 0px -7px -7px;
    padding:0px 7px;
    width:20px;
    height:29px;
    background:url(../images/lawyer_print.png) no-repeat center;
    border-right:solid 1px #f4f3ef;
}

a.article_email{
    float:left;
    margin:-7px 0px;
    padding:0px 7px;
    width:16px;
    height:29px;
    background:url(../images/lawyer_email.png) no-repeat center;
    border-right:solid 1px #f4f3ef;
}

.icon_balloon{
    float:left;
    margin:-7px 0px;
    padding:0px 7px;
    width:16px;
    height:29px;
    background:url(../images/icon_balloon.png) no-repeat center;
    border-right:solid 1px #f4f3ef;
}

.article_texts p{
    font-size:13px;
    color:#231f20;
    padding:0px 0px 10px 0px;
}

.article_texts ul{
    font-size:13px;
    color:#231f20;
    padding:0px 20px 10px 0px;
	list-style: disc;
}

.article_texts ul li{
	list-style: disc;
}
.article_texts ol{
    font-size:13px;
    color:#231f20;
    padding:0px 20px 10px 0px;
	list-style: decimal;
}

.article_texts ol li{
	list-style: decimal;
}

.article_texts h2{
	margin-bottom: 10px;
}

.article_image{
    float:right;
    margin:0px 0px 18px 18px;
    width:166px;
    height:124px;
    background:#4f5357;
}
.big_article_image{
    float:right;
    margin:0px 0px 18px 0px;
    width:100%;
    height:330px;
    background:#4f5357;
}

a.bt_advice{
    display:block;
    width:387px;
    height:46px;
    margin:0 auto;
    padding:0px 0px 0px 5px;
    font-family:'SpoilerRegular',Arial;
    font-size:16px;
    color:#ffffff;
    font-weight:normal;
    text-align:center;
    line-height:30px;
    background:url(../images/bt_advice.png) no-repeat top;
}

.icon_book{
    float:right;
    width:80px;
    height:54px;
    margin:0px 16px 0px 0px;
    background:url(../images/icon_book.png) no-repeat right top;
}

.newsletter_box{
    float:right;
    width:428px;
}

.newsletter_box h3{
    font-family:'SpoilerRegular',Arial;
    font-size:17px;
    font-weight:normal;
    color:#007fba;
}

.article_newsletter_box_input{
    float:right;
    width:340px;
    height:16px;
    padding:9px 10px;
    margin:5px 0px 0px 0px;
    font:normal 12px Arial;
    background:#ffffff;
    border:0px;
    color:#989da2;
}
.newsletter_box_input{
    float:right;
    width:250px;
    height:16px;
    padding:9px 10px;
    margin:5px 0px 0px 0px;
    font:normal 12px Arial;
    background:#ffffff;
    border:0px;
    color:#989da2;
}

.newsletter_box_submit {
    background:url("../images/nav_top_bg.png") repeat-x scroll left -120px transparent;
    border-style:none;
    color:#FFFFFF;
    cursor:pointer;
    float:right;
    font-family:'SpoilerBold',Arial;
    font-size:15px;
    font-weight:bold;
    height:27px;
    text-align:center;
    width:55px;
    margin:8px 10px 0px 0px;
}
.newsletter_box_submit:hover {background:url("../images/nav_top_bg.png") repeat-x scroll left -150px transparent;}

.interesting h3{
    text-indent:8px;
    font-family:'SpoilerRegular',Arial;
    font-size:20px;
    font-weight:normal;
    color:#3c3f42;
    margin:0px;
}

.interesting h4{
    text-indent:8px;
    font-family:'SpoilerRegular',Arial;
    font-size:15px;
    font-weight:normal;
    color:#3c3f42;
    margin:0px;
}

.interesting_article{
    float:right;
    width:111px;
    margin:10px 10px 5px 10px;
}

.interesting_article .forum_shadow{padding-bottom:10px;}

.interesting_article img{
    float:right;
    width:111px;
    height:83px;
    background:#4e5357;
}

.interesting_article .interesting_article_text{
    float:right;
    margin:-5px 3px 0px 3px;
    width:105px;
    font-size:13px;
    font-weight:bold;
    color:#231f20;
}

.article_form{
    float:right;
    margin:5px 0px 0px 0px;
    padding:5px;
    width:640px;
    background:#e5e7e8;
}

.article_form_right{
    float:right;
    width:150px;
}

.article_form_right input{
    margin:0px 0px 5px 0px;
    padding:9px 10px;
    width:130px !important;
    height:16px;
}

.article_form_right select{
    margin:0px 0px 5px 0px;
    padding:0px;
    width:150px !important;
    height:34px;
    line-height:34px;
}
.article_form_left{
    float:left;
    width:475px;
    padding:10px 5px;
    background:#ebf2f8;
}

.article_form_left .forum_ask_title{width:455px !important;}

.article_form_left textarea{width:455px !important;height:45px;}

.article_form_left .accept{float:right;width:180px;margin-top:12px;}

.article_form_left .inpBtn {
    background:url("../images/nav_top_bg.png") repeat-x scroll left -120px transparent;
    border-style:none;
    color:#FFFFFF;
    cursor:pointer;
    float:left;
    font-family:'SpoilerBold',Arial;
    font-size:15px;
    font-weight:bold;
    height:27px;
    text-align:center;
    width:95px;
    margin:8px 0px 0px 0px;
}

.article_form_left .inpBtn:hover {
    background:url("../images/nav_top_bg.png") repeat-x scroll left -150px transparent;
}

.pointer {
    cursor: pointer;
}


/* Advertisers Categories */
ul.lawyers {
    list-style: none;
}

ul.lawyers {
    float: right;
    width: 670px;
    margin-right: 9px;
}
ul.lawyers.city {
    float: right;
    width: 100%;
    margin-right: 9px;
}

ul.lawyers li {
    /*    width: 475px;*/
    width: 670px;
    /*    height: 145px;*/
}
ul.lawyers li.shadow.city {
    width: 475px;
    height: 145px;
}

ul.lawyers li > div {
    background: #fff;
    height: 95px;
    border: 2px solid #e5e6e7;
    padding: 10px 5px;
}
ul.lawyers.city li > div {
    height: 130px;
}

ul.lawyers .active_status {
    width: 12px;
    height: 12px;
    float: right;
    cursor: pointer;
    background: url('../images/active.png') no-repeat 0px -12px;
}

ul.lawyers .active_status.active {
    background: url('../images/active.png') no-repeat 0px 0px;
}

ul.lawyers img {
    float: right;
    width: 90px;
    height: 90px;
    border-radius: 5px 5px 5px 5px;
    border: 4px solid #DDE0E2;
    margin-right: 2px;
}

ul.lawyers .info {
    position: relative;
    float: right;
    height: 100%;
    width: 380px;
    margin: 1px 10px;
    overflow: hidden;
}
ul.lawyers .shadow.city .info {
    float: right;
    width: 201px;
    margin: 0 2px;
    height: 98px;
    overflow: hidden;
}

ul.lawyers .info h4, ul.lawyers .info h4 a {
    color: #66b2d6;
    font-family: 'SpoilerRegular',Arial;
    font-size: 20px;
}

ul.lawyers .info p {
    font-size: 13px;
    height: 30px;
    overflow: hidden;
}
ul.lawyers.city .info p {
    height: 50px;
}

ul.lawyers .info address {
    font-family: 'SpoilerBold',Arial;
    font-size: 18px;
    font-style: normal;
    margin-top: 10px;
}

ul.lawyers .buttons {
    float: left;
    width: 143px;
}
ul.lawyers .buttons span {
    width: 125px;
    height: 20px;
    display: block;
    padding-top: 5px;
    margin-top: 4px;
    color: #fff;
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    font-style: normal !important
}

ul.lawyers .shadow.city .buttons span {
    width: 143px;
    height: 25px;
    display: block;
    margin-top: 4px;
    color: #fff;
    font-family: 'SpoilerRegular',Arial;
    font-size: 16px;
    text-align: center;
    padding: 0;
}
ul.lawyers .buttons span.articles_btn {
    background: url('../images/lawer_buttons.png') no-repeat 0px -30px;
}

ul.lawyers .buttons span.verdicts_btn {
    background: url('../images/lawer_buttons.png') no-repeat 0px -58px;
}

ul.lawyers .buttons span.recs_btn {
    background: url('../images/lawer_buttons.png') no-repeat 0px -86px;
}

ul.lawyers .bottom_text {
    clear: both;
    display: block;
    position: absolute;
    bottom: 0px;
    margin-left: 5px;
    font-size: 11px;
    color: #959595;
}

/* Articles / Verdicts in Tags */
ul.tagcontent {
    list-style: none;
    float: right;
    margin-right: 9px;
    width: 962px;
}

ul.tagcontent li {
    width: 475px;
    height: 99px;
}

ul.tagcontent li > div {
    background: #fff;
    height: 99px;
    border: 2px solid #e5e6e7;
    padding: 5px;
}

ul.tagcontent img {
    float: right;
    width: 90px;
    height: 90px;
    border-radius: 5px 5px 5px 5px;
    border: 4px solid #DDE0E2;
    margin-right: 2px;
}

ul.tagcontent .info {
    float: right;
    width: 355px;
    margin: 0 2px;
    height: 97px;
    overflow: hidden;
}

ul.tagcontent .info h4, ul.tagcontent .info h4 a {
    color: #66b2d6;
    font-family: 'SpoilerRegular',Arial;
    font-size: 15px;
}

ul.tagcontent .info p {
    font-size: 13px;
    height: 78px;
    overflow: hidden;
}

/* Articles / Verdicts */
ul.articles {
    list-style: none;
    width: 810px;
    float: right;
    margin-right: 9px;
}

ul.articles li {
    width: 399px !important;
    height: 125px;
}

ul.articles li > div {
    background: #fff;
    height: 115px;
    border: 2px solid #e5e6e7;
    padding: 5px;
}

ul.articles img {
    float: right;
    width: 90px;
    height: 90px;
    border-radius: 5px 5px 5px 5px;
    border: 4px solid #DDE0E2;
    margin-right: 2px;
    margin-left: 4px;
}

ul.articles .info {
    float: right;
    width: 276px;
    margin: 0 2px;
    height: 100px;
    overflow: hidden;
}

ul.articles .info h4 {
    color: #66b2d6;
    font-family: 'SpoilerRegular',Arial;
    font-size: 15px;
    margin-bottom: 5px;
}

ul.articles .info p {
    font-size: 13px;
    height: 75px;
    overflow: hidden;
    line-height: 15px;
    color: #231F20;
}

ul.articles .info a:hover p {
    color: #231F20;
}

/* Errors */
label.error {
    display: block;
    color: red;
    font-style: italic;
    font-weight: normal;
}

input.error {
    background: #ffff90;
}

div.error {
    color: red;
}

/* Flash Messages */
div.flashMessages {
    width: 100%;
    height: 30px;
    text-align: center;
    background: #a4d3f4;
    border: 1px solid #032844;
    clear: both;
}

ul.flashMessages {
    margin: 0 auto;
    list-style: none;
    direction: rtl;
}

ul.flashMessages li {
    font-weight: bold;
}

.page_text {
    margin: 10px;
}
/* Global recommendation to friends */
#recommend,#contact_category,#share, #ask_forum_wr {
    display: none;
}

#recommendation_form {
    display: none;
}

#recommendation_form input {
    margin: 3px;
}

.sitelinks {
    clear: both;
    list-style: none;
    width: 100%;
}

.sitelinks li {
    float: right;
    margin: 5px;
}

/* Advertiser Panel */
ul.adv_menu {
    list-style: none;
}

ul.adv_menu.right {
    float: right;
}

ul.adv_menu.left {
    float: left;
}

ul.adv_menu li {
    margin: 13px;
}

ul.adv_menu li .big,ul.adv_menu li .small {
    text-decoration: underline;
}

ul.adv_menu li .big {
    font-size: 16px;
}

ul.adv_menu li .small {
    font-size:9px;
    font-weight: normal
}

ul.adv_menu li .small_num {

}

table.view {
    border: 1px solid #000;
    border-collapse: collapse;
    margin: 0 auto;
    min-width: 60%;
}

table.view td, table.view th {
    border: 1px solid #999;
    padding: 5px;
}

table.view thead {
    height: 25px;
    background: #eee;
}

table.view thead th {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

table.view tbody td {
    text-align: right;
}

.hide {
    display: none;
}

/* Forms fix */
#submit-label {
    float: right;
}

.adv_menu li span.icon {
    width: 30px;
    height: 30px;
    background: url('../images/advertiser_icons.png') no-repeat;
    display: block;
    float: right;
}

.adv_menu li span.icon1 {
    background-position: 0 -195px;
}

.adv_menu li span.icon2 {
    background-position: 0 -238px;
}

.adv_menu li span.icon3 {
    background-position: 0 -281px;
}

.adv_menu li span.icon4 {
    background-position: 0 -318px;
}

.adv_menu li span.icon5 {
    background-position: 0 -344px;
}

.adv_menu li span.icon6 {
    background-position: 0 -4px;
}

.adv_menu li span.icon7 {
    background-position: 0 -31px;
}

.adv_menu li span.icon8 {
    background-position: 0 -65px;
}

.adv_menu li span.icon9 {
    background-position: 0 -100px;
}

.adv_menu li span.icon10 {
    background-position: 0 -163px;
}

.clear { 
    display: block; 
    clear: both; 
    width: 1px; 
    height: 0.001%;
    font-size: 0px; 
    line-height: 0px; 
}

input.widebox {
    width: 350px;
}

.returntomain a {
    font-weight: bold;
    color: #0066cc;
}

#ApproveTakanon-label {
    /*width: 281px;*/
}

#ApproveTakanon-element {
    /*width: 100px;*/
}

form#login dt#recoverPass-label {
    display: none;
}

form#login dd#recoverPass-element {
    margin-right: 5px;
    float: right;
}

.yellowmark {
    background-color: #ffff00;
}

.google-profile-url
{
    text-align: left;
    margin-top: 1em;
}

#sticky-info
{
    position: fixed;
    right: 5px;
    bottom: 3px;
    z-index: 999999;
    display: none;
}

#sticky-info ul.articles {
    background-color: transparent;
    width: 399px;
    margin-right: 0;
    text-align: justify;
    position: relative;
}

#sticky-info ul.articles h4 {
    font-size: 17px;
}

#sticky-info ul.articles .shadow {
    background-image: none;
}

ul.articles .info.full{
    width: 380px;
}

.x-close
{
    position: absolute;
    bottom: 30px;
    left: 10px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}


.show-number
{
    cursor: pointer;
    font-weight: normal !important;
    color: #007FBA !important;
    text-decoration: underline;
}

.no-bg
{
    width: 600px !important;
    background-color: #F4F3EF;
    padding: 0 180px 0 0;
}

.no-bg .signup
{
    width: 400px !important;
}

#side-contact
{
    float: left;
    width: 400px;
    margin-top: -80px;
    margin-left: -150px;
}

.blue-h
{
    text-decoration: underline;
}

.blue-h:hover
{
    color: blue;
}

/** added by ibrahim sana */
#filter .search-label {
    float: right;
    padding-top: 5px;
    color: #0071b2
}

.small-gray{font-size: 11px; color: #A5A5A5}

#lawyers-list h3 {
    font-family:'SpoilerRegular',Arial;
    font-size:18px;
    margin-right: 14px;
}

#lawyer_list_category .forum_last_posts{
    margin-top: 18px;
    margin-left: 15px;
}


.forum_last_articles_left_side{
    float:left;
    width:242px;
    overflow:hidden;
    padding:10px;
    background:#ffffff;
    color:#231f20;
}

.forum_last_articles_left_side h3{
    margin:5px 0px 0px 0px;
    font-family:'SpoilerRegular',Arial;
    font-size:18px;
    font-weight:normal;
    color:#007fba;
}

#lawyer_list_category .forum_last_articles_left_side{
    margin-top: 18px;
    margin-left: 15px;
}
#lawyer_list_category .forum_last_articles_left_side .forum_last_text{
    width: 135px
}
.buttons .freeconsult_btn {
    background: #2b97c8;
    color: #fff;
    font-weight: bold
}
.buttons .lawyer_readmore_btn {
    color: #a5a5a5 !important;
    text-decoration: underline
}
ul.lawyers .info p.description {
    font-weight: normal;
    margin-top: 8px
}
#lawyer-tabs .lawyer_buttons li {float: right}
.lawyer-info {float: right;margin-right: 20px}
.lawyer-review{float: left}


.inptxBtn {
    background:url("../images/nav_top_bg.png") repeat-x scroll left -120px transparent;
    border-style:none;
    color:#FFFFFF;
    cursor:pointer;
    font-family:'SpoilerBold',Arial;
    font-size:15px;
    font-weight:bold;
    display: block;
    height:27px;
    text-align:center;
    width:95px;
    margin:8px 0px 5px 0px;
}

.lawyer-ratings{
    text-align: center;
    color: #ccc;
}

#lawyer-tabs .count{color: #ccc}




// added by bsam

.list{
    height: 1000px !important;
}

/*.chooseforum round_5{
    height: 1000px !important;
}*/

.forums .chooseforum{
    height: 1090px;
}

.forums .latest{
    height: 1090px !important;
}

.ticker{
    height: 1000px !important;
}

.forums{
    /*height: 1155px !important;*/
}

.forums .chooseforum ul.list li{
    vertical-align: top;
}

.welcome-button1{
    background: #008dc4;
    width: 230px;
    margin-right: 260px;
    height: 50px !important;
    line-height: 50px;
    font-size: 18px !important;
    outline: none;
}
.welcome-button1:hover{
    background: #0065ab;
    color: #fff;
}

.welcome-button2{
    color: #4e5256;
    background: #dddddd;
    width: 230px;
    margin-right: 500px;
    height: 50px !important;
    font-size: 18px !important;
    outline: none;
}
.welcome-button2{
    background: #dddddd;
}
.welcome-button2:hover{
    background: #BABABA;
}

a.forum_director_more{
    display: none;
}

/*.label2{
    margin-top: 15px; 
    vertical-align: top; 
    display: inline-block; 
    margin-right: -81px; 
    float: none;
}*/

.info-div{
    width: 60%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}
.info-div div.div1{
    margin-bottom: 10px;
}
.info-div div.div2 label>a{
    color: #007FBA !important;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.inpBtn>a{
    color: #ffffff;
    display: block;
    line-height: 27px;
}
.inpBtn>a:hover{
    color: #ffffff;
}

.truncate {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.one{

    height: 125px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.triple {
    width: 345px;
    height: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.triple li {
    display: inline;
}
div.cats-wr, div.areas-wr{
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 1px solid #ccc;
}
div.cities-wr{
    margin-top: 10px;
}
div.areas-wr{
    width: 135px;
    float: right;
}
div.areas-wr > h3{
    margin-right: 10px;
}
.text-center{
    text-align: center;
}
.cats-wr, .cities-wr{
    margin: 0 auto;
    width: 345px;
    float: right;
}
.one-areas{
    width: 135px;
    float: right;
}
.about-us-full{
    display: none;
}
.read-more{
    background: url("../images/arr_left.png") no-repeat scroll left 5px transparent;
    color: #007FBA;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 13px;
    margin-bottom: 10px;
    padding-left: 12px;
}
.lawyer-name{color: #007FBA; font-weight: bold}
.more_description{margin-right: -4px}

/*#homepage-search-box{display: none}*/

.input-raw{margin: 20px}

.article .forum_blue{ width: 628px !important}
#noadmin{
    direction: rtl;
}
.fancybox-skin{
    direction: rtl;
}