body {
    margin: 0px; padding: 0px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 14px;
    }

    html,
    body {
        width: 100%;
        height: 100%;
        }
        
        #wrapper {
            margin: 0 auto;
            min-width: 1000px;
            min-height: 100%;
            max-width: 1400px;
            width:100%;
            height: auto !important;
            height: 100%;
            }

td {vertical-align: top;}
a {color: #2c8a94;}
a:hover {text-decoration: none;}
* {margin: 0px;}
.txtblue {color: #00c5ef !important;}
.txtred {color: #ef1818 !important;}
.txtyellow {color: #efe40f !important;}
.txtgreen {color: #6dc703 !important;}
.txtgreen2 {color: #00cc00 !important;}
.txtblack {color: #000 !important;}
.txtwhite {color: #fff !important;}
.fontserif {font-family: "Georgia", "Times New Roman", Times, serif;}
.bgyellow {background-color: #fffbc0 !important;}
.bgwhite {background-color: #fff !important;}
.margin10px {height: 10px;}
.margin30px {height: 30px;}
.lrpad7px {padding: 0px 7px;}
.fsize12px {font-size: 13px !important;}
.fsize10px {font-size: 10px !important;}

input, textarea { outline:none; }
input:active, textarea:active { outline:none; }
:focus { outline:none; } 

img a,
a img {border:0 !important;}

#logodiv {
    position: relative;
    text-align: left;
    padding-right:15px;
}
#logo {
    display: block;
    position: relative;
    width: 315px;
    height: 125px;
}
#logo img{
    display: block;
    margin:0px;
    border:none;
    width: 100%;
    height: 100%;
}
#icolinks {
    position: relative;
    margin: 20px 0 0 10px;
}
    #icolinks a {
        margin-left: 20px;
    }
    #icolinks img {
        border: 0px;
        height: 14px;
        width: 14px;
        }
    
#headbar {
    position: relative;
    background: url('../img/headbar-fill.gif') repeat-x;
    margin-top: 12px;
}
    #headbar-l {
        position: absolute;
        width: 7px; height: 110px;
        left: 0px; top: 0px;
        background: url('../img/headbar-l.gif') no-repeat;
    }
    #headbar-r {
        position: absolute;
        width: 7px; height: 110px;
        right: -1px; top: 0px;
        background: url('../img/headbar-r.gif') no-repeat;
    }
    #headbar-cont {
        display: block; position: relative;
        padding: 30px 45px 0px 20px;
    }
    #ya-site-form0 {
        height: 67px;
        }
        .ya-site-form__search-input { padding: 15px 20px 0 !important; }
        #ya-site-form0 .ya-site-form__form * {
            
        }
        .ya-site-form__submit { height:33px; padding:0 20px;}
        #ya-site-form0 .ya-site-form__input-text {
            width: 85%; height: 33px;
            line-height: 33px;
            border: 1px solid #7f9db9;
            color: #000000;
            font-size: 20px;
            }
        #searchfield {
            width: 85%; height: 33px;
            line-height: 33px;
            border: 1px solid #7f9db9;
            color: #000000;
            font-size: 20px;
        }
        #searchsubmit {
            width: 13%; height: 35px;
            line-height: 35px;
            vertical-align: top;
        }
        #searchexample {
            padding: 5px 20px 20px;
            font-size: 14px;
        }
            #searchexample a {
                color: #000;
                text-decoration: none;
                border-bottom: 1px dashed #000;
            }
        #addcomment_head {
            display: block; position: absolute;
            right: 22px; top: 75px;
        }

.vote_block {
    text-align: right;
    font-size: 16px
    }
    .vote-yes { color: green; }
    .vote-no { color: red; }

.addcomment {
    display: block; position: relative;
    width: 185px; height: 32px;
    background: url('../img/addcomment.png') no-repeat;
    text-decoration: none;
    color: #fff;
}
.addcomment:hover {
    text-decoration: underline;
}
    .addcomment p {
        padding-left: 35px;
        line-height: 30px;
        font-size: 13px;
    }

.addcomment_n {
    display: block; position: relative;
    width: 185px; height: 32px;
    background: url('../img/addcomment_b.png') no-repeat;
    text-decoration: none;
    color: #fff;
}
.addcomment_n:hover {
    text-decoration: underline;
    }
        .addcomment_n p {
        padding-right: 15px;
        line-height: 30px;
        font-size: 13px;
    }
    
#headstripe_holder {
    display: block;
    position: absolute;
    position:fixed;
    overflow: hidden;
    right: 0px; top: 12px;
    width: 57px; height: 125px;
}
#headstripe-l {
    display: block; position: absolute;
    left: 0px; top: 0px;
    width: 7px; height: 125px;
    background: url('../img/headstripe-l.gif') no-repeat;
}
#headstripe {
    display: block; position: absolute;
    left: 7px; top: 0px;
    width: 343px; height: 125px;
    background: #fd5f00 url('../img/headstripe-fill.jpg') repeat-x;
}
    #headstripe-divider {
        display: block; position: absolute;
        left: 20px; top: 0px;
        width: 7px; height: 125px;
        background: url('../img/headstripe-divider.gif') no-repeat;
    }
    #login {
        display: block; position: absolute;
        left: 0px; top: 37px;
        width: 18px; height: 51px;
        background: url('../img/headstripe-login.gif') no-repeat;
    }
    #reg {
        display: block; position: absolute;
        left: 28px; top: 10px;
        width: 20px; height: 105px;
        background: url('../img/headstripe-reg.gif') no-repeat;
    }
    #login:hover, #reg:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    #headstripe form {
        position: absolute;
    }
    
#headstripe_logined {
    display: block;
    position: absolute;
    position: fixed;
    right: 0px; top: 12px;
    width: 90px; height: 125px;
    background: #fd5f00 url('../img/headstripe-fill.jpg') repeat-x;
}
    #headstripe-l_logined {
        display: block;
        position: absolute;
        position: fixed;
        right: 90px; top: 12px;
        width: 7px; height: 125px;
        background: url('../img/headstripe-l.gif') no-repeat;
    }
    #loginfo {
        padding: 5px 5px 5px 5px;
        text-align: center;
        line-height: 21px;
    }
    #selflogin {
        color: #fff;
        font-size: 20px;
    }
    
.dashedspacer {
    display: block; position: relative;
    width: 100%; height: 40px;
    background: url('../img/dashed.jpg') left top repeat-x;
}
#aboutbig {
    padding-right: 20px;
    font-size: 25px;
    line-height: 31px;
}
#aboutsmall {
    font-size: 15px;
    line-height: 18px;
}

#postcomments_big {
    text-align: center;
    min-height: 175px; _height: 175px;
}
    
#banners_5{
    top:0px;
    z-index:5000
}

.outerspacer {width: 2%;}
.innerspacer {width: 3%;}   
.sidecol {width: 20%;}
#under-foot {
    position: relative;
    height: 60px;
    width: 100%;
    text-align: left;
}
#foot {
    position: relative;
    height: 64px;
    background: url('../img/foot-fill.gif') repeat-x;
    font-size: 14px;
    }
    #foot p {
        line-height: 63px;
        padding-left: 12%;
    }
    #foot-l {
        position: absolute;
        width: 7px; height: 64px;
        left: 0px; top: 0px;
        background: url('../img/foot-l.gif') no-repeat;
    }
    #foot-r {
        position: absolute;
        width: 7px; height: 64px;
        right: -1px; top: 0px;
        background: url('../img/foot-r.gif') no-repeat;
    }
    #footlinks {
        position: absolute;
        line-height: 63px;
        left: 130px;
    }
    #footlinks a {
        color: #000;
    }
    #counter {
        display: block; position: absolute;
        right: 50px; top: 17px;
    }
        #counter img {
            border: 0px;
        }
    
#contenttable h1 {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 5px;
}
#contenttable h2 {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 5px;
}
#content {
    position: relative;
}
    #addcomment_content {
        display: block; position: absolute;
        right: 0px; top: 0px;
    }
    .lnkall {
        color: #f19181;
        font-size: 14px;
        vertical-align: 10px;
    }
    .bulletlink {
        color: #2c8a94;
        padding-left: 14px;
        line-height: 25px;
        font-size: 17px;
        background: url('../img/bullet.gif') 1px 5px no-repeat;
    }
    .uppercount {
        font-size: 11px;    
        vertical-align: 5px;
        line-height: 10px;
        color: red;
    }
    .commonlink {
        line-height: 25px;
        font-size: 17px;    
    }
    .commonlinkbig {
        font-size: 18px;
    }
    #survey {
        color: #f47900;
        font-size: 15px;
        line-height: 22px;
    }
        #survey a {
            color: #f47900;
            text-decoration: none;
        }
        #survey img {
            vertical-align: -3px;
            border: 0px;
            margin-right: 20px;
        }
        #survey_ok {
            font-size: 22px;
            padding-left: 10px;
        }
        #survey_res {
            position: absolute;
            top: 10px; right: 0px;
            text-decoration: underline !important;
        }
        
    .smile_td {
        width: 45px; height: 45px;
        text-align: center;
        /*vertical-align: middle;/*/
    }
        .smile_td img {
            width: 36px; height: 36px;
            margin:0 10px 0 0;
        }
.comms_td {
    font-size: 15px;
    font-weight: bold;
    }
    .comms_td a {
        color: #2c8a94;
        line-height: 20px;
        font-size: 15px;
        }
        .comms_add {
            position: relative;
            }
            .catlink {
                color: #3cbac8 !important;
                line-height: 20px;
                font-size: 15px;
            }
            .smiles span {
                font-size: 15px;
                vertical-align: 5px;
            }
            .date {font-size: 15px;}
.smiles_1 {
    width: 40px; 
    float:right;
    font-size:12px; 
    color:#333;
    text-align:right;
    }

    .smiles_2 {
        width: 130px; 
        float:left;
        }

    .smiles_2 ul {
        width: 100%;
        }

        .smiles_2 ul li {
            float:left;
            list-style: none;
            display: block;
            width:40px;
            text-align: center
            }
    .smiles_w {
        width:200px;
        height:1px;
        font-size:1px;
        line-height:1px;
        }
.smiles_1_1 {
    width: 70px; 
    font-size:12px; 
    color:#333;
    text-align: right
    }

    .smiles_2_2 {
        width: 130px; 
        }

    .smiles_2_2 ul {
        width: 100%;
        }

        .smiles_2_2 ul li {
            float:left;
            list-style: none;
            display: block;
            width:40px;
            text-align: center
            }

    .smiles_3 {
        /*width: 130px; */
        float: right;
        padding: 10px 5px 0 0;
        }

        .smiles_3 ul {
            width: 100%;
            }

            .smiles_3 ul li {
                float:left;
                list-style: none;
                display: block;
                width:40px;
                text-align: center
                }

.full_smile_td {
    text-align: center;
}
    .full_smile_td img {
        width: 40px; height: 40px;
    }
.full_userinfo_td {
    width: 150px;
    text-align: center;
}
    .full_userinfo_td img {
        width: 120px;
    }
.full_title_td {
    height: 40px;
}
    .full_title_td h1 {
        font-size: 32px !important;
    }
.full_address_td {
    vertical-align: top;
}
.full_smiles_td {
    text-align: right;
    height: 20px;
}
.full_commtxt {
    padding: 10px;
    font-size: 15px;
}
    .full_commtxt p {
        margin-bottom: 10px;
    }
.full_after {
    position: relative;
    height: 80px;
}
    .full_after p {
        line-height: 30px;
    }
    .full_date {
        position: absolute;
        font-size: 13px;
        right: 0px; top: 5px;
    }
    .full_abuse {
        position: absolute;
        font-size: 19px;
        right: 0px; top: 28px;
    }
#postcomments_small {
    text-align: center;
    height: 145px;
}
    
.short_smile {
    text-align: center;
    width: 160px;
}
    .short_smile img {
        width: 40px;
    }
    .short_smile p {
        font-size: 17px;
        font-weight: bold;
    }
.short_descr {
    font-size: 15px;
    line-height: normal;
}
.short_answer {
    font-size: 19px;
}
.short_abuse {
    font-size: 19px;
}
#commform {
    text-align: center;
}
    #commform p {
        font-size: 15px;
    }
    
.form_textarea {
    position: relative;
    height: 80px;
    background: url('/img/textarea-fill.gif') repeat-x;
}
    .form_textarea textarea {
        position: absolute;
        height: 70px;
        left: 5px; top: 5px;
        border: 0px;
    }
    .textarea-l {
        position: absolute;
        left: -5px; top: 0px;
        width: 5px; height: 80px;
        background: url('/img/textarea-l.gif') no-repeat;
    }
    .textarea-r {
        position: absolute;
        right: -5px; top: 0px;
        width: 5px; height: 80px;
        background: url('/img/textarea-r.gif') no-repeat;
    }   
.form_textarea_big {
    position: relative;
    height: 300px;
    background: url('/img/textarea2-fill.gif') repeat-x;
}
    .form_textarea_big textarea {
        position: absolute;
        height: 290px;
        left: 5px; top: 5px;
        border: 0px;
    }
    .textarea_big-l {
        position: absolute;
        left: -5px; top: 0px;
        width: 5px; height: 300px;
        background: url('/img/textarea2-l.gif') no-repeat;
    }
    .textarea_big-r {
        position: absolute;
        right: 5px; top: 0px;
        width: 5px; height: 300px;
        background: url('/img/textarea2-r.gif') no-repeat;
    }

#form_textarea_big {
    position: relative;
    height: 300px;
    background: url('/img/textarea2-fill.gif') repeat-x;
}
    #form_textarea_big textarea {
        position: absolute;
        height: 290px;
        left: 5px; top: 5px; right: 5px;
        border: 0px;
    }
    #textarea_big-l {
        position: absolute;
        left: -5px; top: 0px;
        width: 5px; height: 300px;
        background: url('/img/textarea2-l.gif') no-repeat;
    }
    #textarea_big-r {
        position: absolute;
        right: -5px; top: 0px;
        width: 5px; height: 300px;
        background: url('/img/textarea2-r.gif') no-repeat;
    }

#form_textarea {
    position: relative;
    width: 475px; height: 80px;
    background: url('/img/textarea-fill.gif') repeat-x;
}
    #textarea-l {
        position: absolute;
        left: -5px; top: 0px;
        width: 5px; height: 80px;
        background: url('/img/textarea-l.gif') no-repeat;
    }
    #textarea-r {
        position: absolute;
        right: -5px; top: 0px;
        width: 5px; height: 80px;
        background: url('/img/textarea-r.gif') no-repeat;
    }
    #form_textarea textarea {
        position: absolute;
        width: 465px; height: 70px;
        left: 5px; top: 5px;
        border: 0px;
    }
    
.form_textinput {
    position: relative;
    height: 20px;
    background: url('/img/input-fill.gif') repeat-x;
}
    .input-l {
        position: absolute;
        left: -5px; top: 0px;
        width: 5px; height: 20px;
        background: url('/img/input-l.gif') no-repeat;
    }
    .input-r {
        position: absolute;
        right: -5px; top: 0px;
        width: 5px; height: 20px;
        background: url('/img/input-r.gif') no-repeat;
    }
    .form_textinput input {
        position: absolute;
        height: 18px;
        left: 5px; top: 1px;
        border: 0px;
        padding: 0px;
    }
    
#textinput1 {width: 170px;}
    #textinput1 input {width: 160px;}
#textinput2 {width: 95px;}
    #textinput2 input {width: 85px;}

.form_textinput2 {
    position: relative;
    width: 170px; height: 20px;
    background: url('/img/input-fill.gif') repeat-x;
}
    .winput-l {
        position: absolute;
        left: -5px; top: 0px;
        width: 5px; height: 20px;
        background: url('/img/input-l.gif') no-repeat;
    }
    .winput-r {
        position: absolute;
        right: -5px; top: 0px;
        width: 5px; height: 20px;
        background: url('/img/input-r.gif') no-repeat;
    }
    .form_textinput2 input {
        position: absolute;
        height: 18px;
        left: 5px; top: 1px;
        border: 0px;
        padding: 0px;
    }
    
#userstats {
    font-size: 15px;
}
    #userstats p {
        margin-bottom: 12px;
    }

#inline_green, #inline_yellow, #inline_red {
    display: none;
}
.fancyform {
    display: block; position: relative;
    width: 600px; height: 435px;
}
    #form_green {
        background: url('/img/form-green.gif') no-repeat;
    }
    #form_yellow {
        background: url('/img/form-yellow.gif') no-repeat;
    }
    #form_red {
        background: url('/img/form-red.gif') no-repeat;
    }
    
#postpos {
    display: block; position: relative;
    width: 304px; height: 162px;
    background: url('/img/positive.jpg') no-repeat;
}
#postpos_h {
    display: block; position: relative;
    width: 304px; height: 162px;
    background: url('/img/positive_h.jpg') no-repeat;
}

#postneu {
    display: block; position: relative;
    width: 304px; height: 162px;
    background: url('/img/neutral.jpg') no-repeat;
}
#postneu_h {
    display: block; position: relative;
    width: 304px; height: 162px;
    background: url('/img/neutral_h.jpg') no-repeat;
}

#postneg {
    display: block; position: relative;
    width: 304px; height: 162px;
    background: url('/img/negative.jpg') no-repeat;
}
#postneg_h {
    display: block; position: relative;
    width: 304px; height: 162px;
    background: url('/img/negative_h.jpg') no-repeat;
}
    
#postpos_small {
    display: block;
    width: 240px; height: 128px;
    background: url('/img/positive_small.jpg') no-repeat;
}
#postpos_small_h {
    display: block;
    width: 240px; height: 128px;
    background: url('/img/positive_small_h.jpg') no-repeat;
}

#postneu_small {
    display: block;
    width: 240px; height: 128px;
    background: url('/img/neutral_small.jpg') no-repeat;
}
#postneu_small_h {
    display: block;
    width: 240px; height: 128px;
    background: url('/img/neutral_small_h.jpg') no-repeat;
}

#postneg_small {
    display: block;
    width: 240px; height: 128px;
    background: url('/img/negative_small.jpg') no-repeat;
}
#postneg_small_h {
    display: block;
    width: 240px; height: 128px;
    background: url('/img/negative_small_h.jpg') no-repeat;
}
.breadcrumbs { 
    margin-bottom: 5px;
    }
    .breadcrumbs img {
         height:16px;
         vertical-align: bottom;
         } 
.border-none { border: none; }
.m_panel { border:1px solid #eee; font-size:12px; padding: 4px 5px !important; }

hr { border: none; }
hr { border-bottom: 1px #eee solid; }

.pluso-wrap a {margin-right: 10px !important}

a.top-button {
        display:block; 
        float: right;
        padding:30px 0 0; 
        background:transparent url(../img/arr_top.png) 0 0 no-repeat; 
        width:120px; 
        line-height:30px; 
        font-weight: bold;
        color:#2C8A94; 
        text-align: center;
        }

#ya-site-results
{color: #000000;background: #FFFFFF;}

#ya-site-results .b-pager__current,
#ya-site-results .b-serp-item__number
{color: #000000 !important;}

#ya-site-results
{font-family: Arial !important;}

#ya-site-results :visited,
#ya-site-results .b-pager :visited,
#ya-site-results .b-pager :visited,
#ya-site-results .b-foot__link:visited,
#ya-site-results .b-copyright__link:visited
{color: #800080;}

#ya-site-results a:link,
#ya-site-results a:active,
#ya-site-results .b-pseudo-link,
#ya-site-results .b-head-tabs__link,
#ya-site-results .b-head-tabs__link:link,
#ya-site-results .b-head-tabs__link:visited,
#ya-site-results .b-dropdown__list .b-pseudo-link,
#ya-site-results .b-dropdowna__switcher .b-pseudo-link,
#ya-site-results .b-popupa .b-popupa__content .b-menu__item,
#ya-site-results .b-foot__link:link,
#ya-site-results .b-copyright__link:link,
#ya-site-results .b-serp-item__mime,
#ya-site-results .b-pager :link
{color: #0033FF;}

#ya-site-results :link:hover,
#ya-site-results :visited:hover,
#ya-site-results span.b-pseudo-link:hover
{color: #FF0000 !important;}


#ya-site-results .l-page,
#ya-site-results .b-bottom-wizard
{font-size: 13px;}

#ya-site-results .b-pager
{font-size: 1.25em;}


#ya-site-results .b-serp-item__text,
#ya-site-results .ad
{font-style: normal;font-weight: normal;}


#ya-site-results .b-serp-item__title-link,
#ya-site-results .ad .ad-link
{font-style: normal;font-weight: normal;}

#ya-site-results .ad .ad-link a
{font-weight: bold}


#ya-site-results .b-serp-item__title,
#ya-site-results .ad .ad-link
{font-size: 16px;}

#ya-site-results .b-serp-item__title-link:link,
#ya-site-results .b-serp-item__title-link
{font-size: 1em}

#ya-site-results .b-serp-item__number
{font-size: 13px;}

#ya-site-results .ad .ad-link a
{font-size: 0.88em}


#ya-site-results .b-serp-url,
#ya-site-results .b-direct .url,
#ya-site-results .b-direct .url a:link,
#ya-site-results .b-direct .url a:visited
{font-size: 13px;font-style: normal;font-weigth: normal;color: #329932;}


#ya-site-results .b-serp-item__links-link
{font-size: 13px;font-style: normal;font-weight: normal;color: #000000 !important;}


#ya-site-results .b-pager__inactive,
#ya-site-results .b-serp-item__from,
#ya-site-results .b-direct__head-link,
#ya-site-results .b-image__title,
#ya-site-results .b-video__title
{color: #000000 !important;}


#ya-site-results .b-pager__current,
#ya-site-results .b-pager__select
{background: #E0E0E0;}


#ya-site-results .b-foot,
#ya-site-results .b-line
{border-top-color: #E0E0E0;}



#ya-site-results .b-dropdown__popup .b-dropdown__list,
#ya-site-results .b-popupa .b-popupa__content
{background-color: #FFFFFF;}


#ya-site-results .b-popupa .b-popupa__tail
{border-color: #E0E0E0 transparent;}

#ya-site-results .b-popupa .b-popupa__tail-i
{border-color: #FFFFFF transparent;}

#ya-site-results .b-popupa_direction_left.b-popupa_theme_ffffff .b-popupa__tail-i,
#ya-site-results .b-popupa_direction_right.b-popupa_theme_ffffff .b-popupa__tail-i
{border-color: transparent #FFFFFF;}


#ya-site-results .b-dropdowna__popup .b-menu_preset_vmenu .b-menu__separator
{border-color: #E0E0E0;}


#ya-site-results .b-specification-list,
#ya-site-results .b-specification-list .b-pseudo-link,
#ya-site-results .b-specification-item__content label,
#ya-site-results .b-specification-item__content .b-link,
#ya-site-results .b-specification-list .b-specification-list__reset .b-link
{color: #000000 !important;font-family: Arial;font-size: 13px;font-style: normal;font-weight: normal;}


#ya-site-results .b-calendar__title
{font-family: Arial;color: #000000;font-size: 13px;font-style: normal;font-weight: 13;}

#ya-site-results .b-calendar-month__day_now_yes
{color: #E0E0E0;}

#ya-site-results .b-calendar .b-pseudo-link
{color: #000000;}



#ya-site-results .b-popupa .b-popupa__tail-i
{background: #FFFFFF;border-color: #E0E0E0 !important;}