/* com_inmaps_item.tpl*/
div.objMapBlock
{
    overflow: hidden;
}
div.objMapBlockRight
{
    float: right;
    width: 348px;
    overflow: hidden;
}
div.objMainImage
{
    overflow: hidden;
    margin-bottom: 10px;
}
div.trioImage
{
    overflow: hidden;
}
div.trioImage a
{
    display: block;
    float: left;
    margin-left: 9px;
    margin-bottom: 9px;
}
div.trioImage a:first-child
{
    margin-left: 0;
}
div.trioImage a:nth-child(3n+1)
{
    margin-left: 0;
}
div.objSelect
{
    margin-bottom: 10px;
}
#placemap {
    border: solid 5px #f2e4d3;
    overflow: hidden;
    clear: both;
}
div.objMapYa
{
    margin-bottom: 10px;
}
div.objMapBlockLeft
{
    margin-right: 368px;
    overflow: hidden;

}
div.objAdr
{
    margin-bottom: 15px;
    overflow: hidden;
}
div.dentoBlock
{
    background: #f9f8f1;
    padding: 10px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
div.dentoItem
{
    margin-bottom: 6px;
    overflow: hidden;
}
div.dentoItemLeft
{
    float: left;
    width: 80px;
    overflow: hidden;
    font-family: "Open Sans Condensed";
    color: #8f6834;
    font-size: 14px;
    padding-left: 20px;
}
div.dentoItemLeft.dentoUser
{
    background: url(../images/maps/user.png) no-repeat left center;
}
div.dentoItemLeft.dentoCat
{
    background: url(../images/maps/folders.png) no-repeat left center;
}
div.dentoItemLeft.dentoVendor
{
    background: url(../images/maps/user.png) no-repeat left center;
}
div.dentoItemLeft.dentoPhone
{
    background: url(../images/maps/contacts/phone.png) no-repeat;
}
div.dentoItemLeft.dentoFax
{
    background: url(../images/maps/contacts/fax.png) no-repeat;
}
div.dentoItemLeft.dentoUrl
{
    background: url(../images/maps/contacts/url.png) no-repeat;
}
div.dentoItemLeft.dentoMail
{
    background: url(../images/maps/contacts/email.png) no-repeat;
}
div.dentoItemLeft.dentoIcq
{
    background: url(../images/maps/contacts/icq.png) no-repeat;
}
div.dentoItemLeft.dentoSkype
{
    background: url(../images/maps/contacts/skype.png) no-repeat;
}
div.dentoItemRight
{
    margin-left: 105px;
    overflow: hidden;
}
div.dentoItemRight a:hover {
    color: #b3b3b3;
}
div.dentoItemRight a {
    font-size: 14px;
    color: #c95522;
    font-family: "Open Sans Condensed";
    text-decoration: underline;
}
div.dentoItemRight{
    font-size: 14px;
    color: #b3b3b3;
    font-family: "Open Sans Condensed";
}
div.dentoTabs > ul
{
    /*background: url("../images/cl_tabspoint.jpg") bottom left repeat-x;*/
    border-bottom: 1px solid #666666;
    overflow: hidden;
}
div.dentoTabs > ul > li
{
    float: left;
    height: 27px;
    margin-right: 4px;
    list-style: none;
}
div.dentoTabs > ul > li > a
{
    display: block;
    padding: 0 15px;
    height: 27px;
    line-height: 27px;
    font-size: 17px;
    font-weight: bold;
    font-family: "Open Sans Condensed";
    color: #fff;
    background: #666666;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    outline: none;
}
div.dentoTabs.ui-tabs > ul > li.ui-state-hover > a
{
    background: #999;
    text-decoration: none;
    outline: none;
}
div.dentoTabs.ui-tabs > ul > li.ui-tabs-active > a
{
    background: #f0f0f0;
    color: #666666;
    text-decoration: none;
    outline: none;
}
div.dentoDesc
{
    margin-bottom: 10px;
}
ul.chars_list
{

}
ul.chars_list li.grp
{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    font-family: "Open Sans Condensed";
    padding-top: 4px;
}
ul.chars_list li
{
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
    color: #b3b3b3;
    font-family: "Open Sans Condensed";
}
ul.chars_list li span.quest
{
    float: left;
    width: 150px;
    overflow: hidden;
    font-family: "Open Sans Condensed";
    color: #8f6834;
    font-size: 14px;
    display: block;
    overflow: hidden;
}
ul.chars_list li span.answer
{
    display: block;
    font-size: 14px;
    color: #b3b3b3;
    font-family: "Open Sans Condensed";
    margin-left: 155px;
    overflow: hidden;
}

@media (max-width: 650px) {
    div.objMapBlockRight
    {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }
    div.trioImage a:nth-child(3n+1)
    {
        margin-left: 9px;
    }
    div.trioImage a:first-child
    {
        margin-left: 0;
    }
    div.objMapBlockLeft
    {
        margin-right: 0;
    }
}

div.onModerate
{
    margin: 0 0 10px;
    font-size: 14px;
    font-family: "Open Sans Condensed";
}

div.objItRat
{
    margin-bottom: 15px;
    overflow: hidden;
    font-family: "Open Sans Condensed";
}
div.eventTitle
{
    margin-bottom: 10px;
}

div.modEvItem1
{
    border-bottom: 1px solid #f4f3f1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

div.comDatePicker
{
    margin-bottom: 10px;
    font-family: "Open Sans Condensed";
    font-size: 15px;
}
.modal-title
{
    font-family: "Open Sans Condensed";
}

/* com_comments_view.tpl*/
.delComHeading
{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    font-family: "Open Sans Condensed";
    padding-top: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}
div.allComBlock
{
    background: url("../images/cl_compoints.png") 5px top repeat-y;
    overflow: hidden;
}
div.allComItem
{
    position: relative;
    background: url("../images/cl_comcircle.png") left top no-repeat;
}
div.absComPoint
{
    position: absolute;
    height: 1px;
    width: 20px;
    background: #b3b3b3;
    top: 5px;
    left: -20px;
}
div.absComPoint2
{
    position: absolute;
    height: 5px;
    width: 1px;
    background: #b3b3b3;
    top: 0;
    left: -20px;
}
div.allComInItem
{
    background: url("../images/cl_compoints.png") 5px top repeat-y;
    padding-left: 20px;
    padding-bottom: 15px;
}
/*div.maxLevel div.absComPoint*/
/*{*/
    /*display: none;*/
/*}*/
/*div.maxLevel:first-child div.absComPoint*/
/*{*/
    /*display: block;*/
/*}*/
div.comTopLine
{
    line-height: 11px;
    padding-left: 20px;
    background: url("../images/cl_comfigure2.png") left center no-repeat;
    margin-bottom: 9px;
    color: #4d4d4d;
    font-family: "Open Sans Condensed";
}
div.cblLeft
{
    float: left;
    width: 100px;
}
div.comPicBlock
{
    margin: 0 auto 4px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px #fff solid;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
div.comPicBlock1
{
    margin: 0 auto 4px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px #fff solid;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    text-align: center;
    line-height: 56px;
    font-family: "Open Sans Condensed";
    color: #4d4d4d;
    font-size: 17px;
    font-weight: bold;
}
div.comPicBlock img
{
    width: 54px;
    height: 54px;
    border-radius: 50%;
}
div.comPicName
{
    font-size: 13px;
    color: #666666;
    font-family: "Open Sans Condensed";
    text-align: center;
    margin-bottom: 10px;
}
div.cblRight
{
    margin-left: 100px;
}
div.cblComm
{
    margin-left: 12px;
    border: 1px solid #e6e6e6;
    position: relative;
    padding: 15px 25px;
}
div.cblComm div.cblComText
{
    font-size: 14px;
    color: #999999;
    line-height: 1.1;
    font-family: Tahoma;
}
div.absCblComm
{
    position: absolute;
    background: url("../images/cl_comangle.jpg") top left no-repeat;
    width: 14px;
    height: 17px;
    left: -14px;
    top: 20px;
}
ul.cblCommUl
{
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
    overflow: hidden;
}
ul.cblCommUl li
{
    margin: 0;
    padding: 0 10px 0 0;
    float: left;
}
ul.cblCommUl li a,
ul.cblCommUl li a.ajaxlink
{
    border-bottom: 0;
    font-size: 15px;
    color: #c95522;
    font-family: "Open Sans Condensed";
    text-decoration: none;
}
ul.cblCommUl li a:hover,
ul.cblCommUl li a.ajaxlink:hover
{
    text-decoration: underline;
}
div.absRating
{
    top: 0;
    right: 0;
    height: 9px;
    line-height: 9px;
    font-family: "Open Sans Condensed";
    color: #4d4d4d;
    position: absolute;
}
div.usr_msg_bbcodebox
{
    background: #f0f0f0;
}

@media (max-width: 500px) {
    div.cblLeft
    {
        float: none;
        width: 100px;
    }
    div.cblRight
    {
        margin-left: 0;
    }
    div.cblComm div.cblComText
    {
        font-size: 12px;
        line-height: 1.1;
    }
    div.cblComm
    {
        padding: 15px 5px;
    }
    div.dentoTabs > ul > li > a {
         padding: 0 5px;
     }
    div.submit_cmm .btn-default
    {
        margin-bottom: 5px;
    }
    div.usr_msg_bbcodebox
    {
        margin-top: 5px;
    }
}

li.inmapsRss a
{
    padding-left: 30px;
    background:url(../images/icons/rss.png) 5px center no-repeat;
    font-family: "Open Sans Condensed";
}
li.inmapsRew a
{
    padding-left: 30px;
    background: url(../images/icons/comment.png) no-repeat 5px center;
    font-family: "Open Sans Condensed";
}
li.inmapsSubs a
{
    padding-left: 30px;
    background: url(../images/icons/subscribe.png) no-repeat 5px center;
    font-family: "Open Sans Condensed";
}
li.inmapsUnsubs a
{
    padding-left: 30px;
    background: url(../images/icons/unsubscribe.png) no-repeat 5px center;
    font-family: "Open Sans Condensed";
}
span.cmm_votes{
    color: #4d4d4d;
    font-weight: normal;
    margin-right: 0;
}
/*mod_pogoda*/
div#p_inf,
div#v_inf
{
    top: 130px;
}
@media (max-width: 992px) {
    div#p_inf,
    div#v_inf
    {
        z-index: 10000000 !important;
        top: 130px;
    }
}
@media (max-width: 505px) {
    div#p_inf,
    div#v_inf
    {
        top: 50px;
        z-index: 10000000 !important;
    }
}
.breadcrumb
{
    background: #f2e4d3;
}
.breadcrumb li a
{
    font-size: 13px;
    font-family: "Open Sans Condensed";
    color: #333333;
}
.breadcrumb li
{
    font-size: 13px;
    font-family: "Open Sans Condensed";
}

nav.serviceMenu ul.clSubMenu {
    display: none;
}
.mod_fweb2_topiclink a {
    font-size: 12px;
    color: #808080;
    font-family: Tahoma;
    line-height: 1.2;
    font-weight: normal;
    display: inline-block;
}
div.adClear
{
    display: none;
}

@media (max-width: 975px) {
    div.adClear
    {
        display: block;
    }
}
.nyroModalBg {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 1000;
}
.nyroModalCont {
    position: absolute;
    border: 4px solid #777;
    margin: 25px;
    background: #fff;
    z-index: 1001;
}
ul.maps_cat_list li.maps_cat_item {
    padding: 2px 0 2px 40px;
    float: left;
    width: 33%;
}
@media (max-width: 992px) {
    ul.maps_cat_list li.maps_cat_item
    {
        padding: 10px 0 10px 40px;
        float: none;
        width: 100%;
    }
}