@CHARSET "UTF-8";

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    float: none;
}

h1 {
    position: absolute;
    top: 172px;
    left: 410px;
    color: #720000;
    font-size: 16px;
    z-index: 100;
}

    h1.title_panel {
        top: 187px;
        left: 310px;
    }
    
    h1.text {
        top: 430px;
        left: 262px;
    }
    
    h1.solicitor_detail {
        display: none;
    }

h2 {
    font-size: 14px;
    color: #720000;
}

h3 {
}

h4 {
}

p {
    margin: 10px 0;
}

a {
	color: #7C0E0E;
}

a:hover {
	text-decoration: underline;
}

img {
    border: 0;
}

body {
    min-width: 990px;
    font: 12px "Trebuchet MS", trebuchet, verdana, arial;
    color: #434343;
}

    .content {
        width: 990px;
        position: relative;
        margin: auto;
    }
    
        .left {
            width: 252px;
            float: left;
        }
        
        .right {
            width: 728px;
            padding-left: 10px;
            float: left;
        }
    
    /* top - vrchní panel *************************************************** */
    #top {
        height: 149px;
        background: url(../images/top_bg.png) repeat-x;
    }
    
        #top .content .left {
            padding-top: 10px;
        }
        
            #logo {
                width: 232px;
                height: 139px;
                margin: 0 10px; 
                display: block;
                background: url(../images/top_logo.png) no-repeat;
            }
        
        #top .content .right {
            height: 149px;
        }
        
            #menu {
                height: 45px;
                position: absolute;
                top: 97px;
            }
            
                #menu h3.item {
                    width: 125px;
                    height: 39px;
                    padding: 6px 5px 0 5px;
                    display: block;
                    float: left;
                    font-size: 12px;
                    text-align: center;
                    background: url(../images/top_menu_bg.png) 0 -45px no-repeat;
                }
                
                    #menu h3.item a {
                        display: block;
                        color: #1a1a1a;
                    }
                    
                    #menu .item.one_line {
                        height: 30px;
                        padding-top: 15px;
                    }
                    
                    #menu .item.two_lines {
                        width: 95px;
                        padding-left: 20px;
                        padding-right: 20px;
                    }
                    
                    #menu .item.active {
                        background: url(../images/top_menu_bg.png) 0 0 no-repeat;
                    }
                    
                        #menu .item.active a {
                            color: #ffffcc;
                        }
                
                #menu .separator {
                    width: 12px;
                    height: 100%;
                    float: left;
                }
        
        #top #user {
            position: absolute;
            top: 10px;
            right: 0;
            color: #a0a0a0;
        }
        
            #top #user a, #top #user div {
                height: 22px;
                line-height: 22px;
                float: left;
                display: block;
                color: #a0a0a0;
            }
            
                #top #user a:hover {
                    color: #a32525;
                }
            
            #top #user div {
                padding: 0 5px;
                cursor: default;
            }
            
            #top #user #add_button {
                width: 128px;
                text-align: center;
                color: #fbfbc9;
                background: url(../images/top_button_bg.png) no-repeat;
            }
        
        #top #search {
            position: absolute;
            top: 50px;
            right: 0;
        }
        
            #top #search input {
                width: 175px;
                height: 24px;
                border: 1px solid #d5d5d5;
                line-height: 24px;
                float: left;
                color: #c3c2c2;
                font-style: italic;
            }
            
            #top #search #search_button {
                width: 26px;
                height: 26px;
                margin-left: 5px;
                border: 0;
                cursor: pointer;
                background: url(../images/top_search_button.png) no-repeat;
            }
    
    /* center *************************************************************** */
    #center {
        
    }
    
        #center a.link {
            color: #a32525;
        }
        
            #center a.link:hover {
                text-decoration: underline;
            }
        
        .content ul.number {
            list-style: decimal;
        }   
        
            .content ul.circle {
                list-style: circle;
            }
            
                .content ul.number li, .content ul.circle li {
                    margin-left: 30px;
                }
            
            .content li.disc {
                margin-left: 15px;
                line-height: 20px;
                list-style: disc;
                color: #a7b9c1;
            }
            
            .content li.arrow {
                margin-left: 10px;
                padding-left: 10px;
                line-height: 20px;
                background: url(../images/top_menu_item_ico.gif) -4px 5px no-repeat;
            }
        
        /* levá blok ******************************************************** */
        #center .content .left {
        }
        
            #center .content .left #top_offices {
                height: 170px;
                padding: 0 20px;
                position: relative;
                background: url(../images/center_left_top_bg.png) no-repeat;
            }
            
                #center .content .left #top_offices h4 {
                    width: 212px;
                    position: absolute;
                    bottom: 25px;
                    display: block;
                    text-align: center;
                    font-size: 16px;
                    color: #ebebd1;
                }
                
                #top_offices #selected_office {
                    width:252px;
                    height: 76px;
                    position: absolute;
                    top: 18px;
                    left: 0;
                    line-height: 73px;
                    text-align: center;
                }
                
                    #selected_office img {
                        max-width: 240px;
                        max-height: 68px;
                        text-align: center;
                        vertical-align: middle;
                    }
            
            #office_list {
                padding: 0 20px 10px 20px;
                font-size: 13px;
                background: url(../images/center_left_bg.png) repeat-y;
            }
            
                #office_list .item {
                    height: 35px;
                    padding-left: 30px;
                    line-height: 35px;
                    display: block;
                    color: #bebeab;
                    background: url(../images/center_left_dot.png) 8px 12px no-repeat;
                }
            
            #office_list .separator {
                width: 212px;
                height: 1px;
                background: url(../images/center_left_separator.gif) repeat-x;
            }
            
            #center .content .left .bottom {
                height: 4px;
                background: url(../images/center_left_bottom_bg.png) no-repeat;
            }
            
            /* další možnosti *********************************************** */
            #center .content .left .other_options {
                width: 230px;
                margin: auto;
                margin-top: 15px;
                border: 1px solid #cecece;
                border-radius: 4px;
                -moz-border-radius: 4px;
            }
            
                .other_options h3 {
                    line-height: 37px;
                    border-bottom: 1px solid #cecece;
                    text-align: center;
                    color: #060606;
                    background: #ededed;
                }
                
                .other_options ul {
                    margin: 10px 20px;
                    line-height: 22px;
                }
                
                .other_options ul a {
                    color: #454545;
                    font-weight: bold;
                }
                
                    .other_options ul a:hover {
                        color: #7c0e0e;
                    }
                
                .other_options ul a span {
                    float: right;
                }
        
        /* pravý blok ******************************************************* */
        #center .content .right {
            margin-top: 10px;
        }
        
            #center .content .right #search_panel {
                height: 260px;
                position: relative;
                border: 1px solid #cecece;
                border-radius: 4px;
                -moz-border-radius: 4px;
                background: url(../images/center_right_searchpanel_bg.jpg) repeat-x;
            }
            
                #search_panel #people {
                    width: 688px;
                    height: 237px;
                    position: absolute;
                    bottom: 0px;
                    right: 0px;
                    background: url(../images/center_right_searchpanel_people.jpg) no-repeat;
                }
                
                #search_panel #search_form_light {
                    width: 350px;
                    position: absolute;
                    top: 60px;
                    left: 70px;
                }
                
                    #search_panel #search_form_light label {
                        font-weight: bold;
                    }
                    
                    #search_panel #search_form_light .x-form-item {
                        margin-bottom: 20px;
                    }
                    
                    #search_panel #search_form_light .x-btn-text {
                        padding: 0 10px;
                        font-weight: bold;
                    }
                
                #search_panel h2 {
                    position: absolute;
                    top: 20px;
                    left: 110px;
                    font-size: 16px;
                }
            
            #center .content .right #title_panel {
                height: 78px;
                position: relative;
                border: 1px solid #cecece;
                border-radius: 4px;
                -moz-border-radius: 4px;
                background: url(../images/center_right_searchpanel_bg.jpg) 0 -40px repeat-x;
            }
            
                #title_panel #people {
                    width: 450px;
                    height: 76px;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    background: url(../images/center_right_title_people.jpg) no-repeat;
                }
        
        /* články na HP ***************************************************** */
        #articles {
            margin-top: 15px;
        }
        
            #articles .float_clear {
                border-top: 1px solid #c7c7c7;
            }
            
            #articles .item {
                width: 355px;
                float: left;
            }
            
                #articles .item h2 {
                    padding: 3px 0 6px 15px;
                    border-bottom: 1px solid #c7c7c7;
                }
                
                #articles .item .article {
                    margin: 5px 0 10px 0;
                    padding: 5px 15px;
                }
                
                    #articles .item .article a {
                        font-size: 13px;
                        color: #434343;
                    }
                    
                    #articles .item .article p {
                        margin-top: 3px;
                        text-align: justify;
                    }
                    
                    #articles .item .article .date {
                        color: #aaa8a8;
                    }
                    
                    #articles .item .article .button {
                        width: 113px;
                        height: 18px;
                        line-height: 18px;
                        display: block;
                        float: right;
                        font-size: 11px;
                        text-align: center;
                        color: #393939;
                        background: url(../images/center_right_article_button.png) no-repeat;
                    }
            
            #articles .separator {
                width: 18px;
                height: 50px;
                float: left;
            }
        
        /* výsledky vyhledávání ********************************************* */
        #map {
            width: 294px;
            height: 240px;
            position: absolute;
            top: 9px;
            right: 9px;
            border: 2px solid #cecece;
        }
        
        #solicitor_list {
        
        }
        
            #solicitor_list .item {
                heigth: 100px;
                position: relative;
                margin-top: 1px;
                padding: 10px 15px;
                border-bottom: 1px solid #c7c7c7;
            }
            
                #solicitor_list .item .logo {
                    width: 125px;
                    height: 75px;
                    margin-right: 15px;
                    border: 1px solid #c3c3c3;
                    display: block;
                    line-height: 73px;
                    float: left;
                    text-align: center;
                    background: #ffffff;
                }
                
                    #solicitor_list .item .logo img {
                        max-width: 125px;
                        max-height: 75px;
                        vertical-align: middle;
                    }
                
                #solicitor_list .item .phone {
                    position: absolute;
                    top: 11px;
                    right: 15px;
                }
                
                #solicitor_list .item .detail_button {
                    width: 115px;
                    height: 19px;
                    position: absolute;
                    bottom: 11px;
                    right: 15px;
                    line-height: 19px;
                    text-align: center;
                    font-size: 10px;
                    color: #fbfbc9;
                    display: block;
                    background: url(../images/center_button.png) no-repeat;
                }
                
                    #solicitor_list .item .detail_button:hover {
                        background: url(../images/center_button.png) 0 -19px no-repeat;
                    }
                
                #solicitor_list .item h5 {
                    width: 580px;
                    font-size: 14px;
                }
                
                    #solicitor_list .item h5 a {
                        color: #0d0d0d;
                    }
                
                #solicitor_list .item.premium {
                    background: url(../images/center_solicitor_premium_bg.png) repeat-x;
                }
                
                    #solicitor_list .item.premium h5 a {
                        font-size: 16px;
                        color: #7c0e0e;
                    }
                    
                    #solicitor_list .item.premium .phone {
                        top: 13px;
                        font-size: 14px;
                        color: #e0863d;
                        font-weight: bold;
                    }
                    
                    #solicitor_list .item.standard .phone {
                        top: 13px;
                        font-size: 14px;
                        font-weight: bold;
                    }
            
            .at_sign {
                color: #ffffff;
                background: url(../images/at_sign.gif) 2px 4px no-repeat;
            }
            
            .premium .at_sign {
                color: #edebeb;
                background: url(../images/at_sign.gif) 2px 4px no-repeat;
            }
        
        /* detail kanceláře ************************************************* */
        #solicitor_title {
            padding: 20px 0;
            border: 1px solid #cecece;
            border-radius: 4px;
            -moz-border-radius: 4px;
            text-align: center;
            background: url(../images/center_solicitor_detail_bg.png) repeat-x;
        }
        
            #solicitor_title img {
                max-width: 350px;
                max-height: 140px;
            }
            
            #solicitor_title h3 {
                margin: 20px 0 10px 0;
                font-size: 20px;
                color: #0a0a0a;
            }
            
            #solicitor_title #line {
                height: 11px;
                background: url(../images/center_solicitor_detail_line.png) center no-repeat;
            }
        
        .solicitor_block {
            position: relative;
            padding: 10px 0;
            border-bottom: 1px solid #cecece;
        }
        
            .solicitor_block h2 {
                margin-bottom: 10px;
            }
            
            .solicitor_block #contact_block, .solicitor_block p {
                line-height: 20px;
            }
            
            #solicitor_detail_envelope {
                width: 228px;
                height: 123px;
                position: absolute;
                top: 10px;
                right: 10px;
                background: url(../images/center_solicitor_detail_envelope.jpg) no-repeat;
            }
            
            #solicitor_detail_img {
                max-width: 175px;
                max-height: 175px;
                margin: 0 15px 15px 0;
                border: 1px solid #cecece;
                float: left;
            }
            
            .solicitor_detail_button {
                width: 113px;
                height: 18px;
                margin-top: 10px;
                display: block;
                float: left;
                line-height: 18px;
                font-size: 11px;
                text-align: center;
                color: #393939;
            }
            
                .solicitor_detail_button#map_button {
                    background: url(../images/center_right_map_button.png) no-repeat;
                }
                
                .solicitor_detail_button#mail_button {
                    margin-left: 10px;
                    background: url(../images/center_right_mail_button.png) no-repeat;
                }
            
            #ext_solicitor_id, .ext_hidden {
                display: none;
            }
        
        /* stránkování ****************************************************** */
        .paginator {
            height: 18px;
            position: relative;
            padding: 15px 15px;
            border-top: 1px solid #c7c7c7;
            border-bottom: 1px solid #c7c7c7;
            background: url(../images/center_blog_pagination_bg.gif) repeat-x;
        }
        
            .paginator ul {
                position: absolute;
                right: 15px;
                text-align: center;
            }
            
                .paginator li {
                    width: 18px;
                    height: 18px;
                    margin: 0 5px;
                    border: 1px solid #939292;
                    list-style: none;
                    display: block;
                    float: left;
                    background: #c5c5c5;
                }
                
                .paginator li a {
                    display: block;
                    font-weight: bold;
                    color: #434343;
                }
                
                /* aktivní stránka */
                .paginator li.active {
                    background: none;
                }
                
                .paginator div {
                    margin-right: 10px;
                    line-height: 18px;
                    float: left;
                }
        
        /* seznam článků **************************************************** */
        #article_list {
        
        }
        
            .article {
                padding: 10px 15px;
                border-bottom: 1px solid #c7c7c7;
            }
            
            .article h2 a {
                color: #720000;
            }
            
            .article p {
                text-align: justify;
            }
            
            .article .info {
                color: #aaa8a8;
            }
                .article .info span {
                    margin-right: 15px;
                }
            
            .article .report {
                position: relative;
                color: #aaa8a8;
            }
            
                .article .report .right_side {
                    position: absolute;
                    top: 0;
                    right: 0;
                }
                
                .article .report .right_side span {
                    margin-right: 10px;
                    float: left;
                }
                
                .article .report .right_side .button {
                    width: 113px;
                    height: 18px;
                    line-height: 18px;
                    display: block;
                    float: left;
                    font-size: 11px;
                    text-align: center;
                    color: #393939;
                    background: url(../images/center_right_article_button.png) no-repeat;
                }
            
            /* hodnocení článku ********************************************* */
            .article .star-rating {
                width: 75px;
                height: 15px;
                margin: 0;
                padding: 0;
                list-style-image: none;
                list-style-position: outside;
                list-style-type: none;
                background: transparent url(../images/center_articles_stars.png) repeat-x scroll left top;
            }
            
                .star-rating li {
                    margin: 0;
                    padding: 0;
                    float: left;
                }
                    
                    .star-rating li.current-rating {
                        height: 15px;
                        position: absolute;
                        text-indent: -9000px;
                        display: block;
                        background: transparent url(../images/center_articles_stars.png) repeat scroll left bottom;
                        z-index: 1;
                    }
            
                    .star-rating li a {
                        width: 15px;
                        height: 15px;
                        position: absolute;
                        text-indent: -9000px;
                        padding: 0;
                        line-height: 15px;
                        text-decoration: none;
                        overflow: hidden;
                        display: block;
                        z-index: 20;
                    }
            
                        .star-rating li a:hover {
                            left: 0;
                            border: medium none;
                            background: transparent url(../images/center_articles_stars.png) repeat scroll left center;
                            z-index: 2;
                        }

                        .star-rating a.one-star {
                            left: 0;
                        }

                            .star-rating a.one-star:hover {
                                width: 15px;
                            }

                        .star-rating a.two-stars {
                            left: 15px;
                        }

                            .star-rating a.two-stars:hover {
                                width: 30px;
                            }
                            
                        .star-rating a.three-stars {
                            left: 30px;
                        }

                            .star-rating a.three-stars:hover {
                                width: 45px;
                            }
                            
                        .star-rating a.four-stars {
                            left: 45px;
                        }
                        
                            .star-rating a.four-stars:hover {
                                width: 60px;
                            }
                            
                        .star-rating a.five-stars {
                            left: 60px;
                        }
                    
                            .star-rating a.five-stars:hover {
                                width: 75px;
                            }
        
        /* komentáře k článku *********************************************** */
        #comments {
        }
        
            #comments h2 {
                padding: 5px 15px;
                border-bottom: 1px solid #cecece;
            }
            
            #comments .message_1 {
                color: #219c27;
            }
            
            #comments .comment {
                padding: 10px 15px;
                border-bottom: 1px solid #cecece;
            }
            
                #comments .comment .comment_top {
                    position: relative;
                    font-weight: bold;
                    color: #767676;
                }
                
                    #comments .comment .comment_top .right_side {
                        position: absolute;
                        top: 0;
                        right: 0;
                        font-weight: normal;
                    }
                    
                    #comments .comment .comment_top span {
                        margin-right: 10px;
                    }
                
                #comments .comment .button {
                    width: 113px;
                    height: 18px;
                    line-height: 18px;
                    display: block;
                    float: right;
                    font-size: 11px;
                    text-align: center;
                    color: #393939;
                    cursor: pointer;
                    background: url(../images/center_right_mail_button.png) no-repeat;
                }
            
            #comments #ext_blog_comment {
                margin-top: 15px;
                padding: 0 15px;
            }
        
        /* poradna ********************************************************** */
        #law_center {
            padding: 20px 15px 0 15px;
            margin-bottom: 15px;
            border-bottom: 1px solid #cecece;
        }
        
            #law_center .question {
                padding-left: 30px;
                font-weight: bold;
                color: #2c2c2c;
                text-align: justify;
                background: url(../images/center_question_mark.gif) no-repeat top left;
            }
            
            #law_center .answer {
                margin: 2px 0 15px 0;
                padding-left: 40px;
                text-align: justify;
                background: url(../images/center_answer_mark.gif) no-repeat top left;
            }
            
            #law_center h2 {
                margin-bottom: 10px;
            }
            
            #law_center p {
                margin: 0 0 5px 0;
            }
        
        /* důležité odkazy ************************************************** */
        #links table {
            width: 100%;
        }
        
            #links table .first_column {
                width: 43%;
            }
            
            #links h2 {
                margin: 15px 0 10px 0;
            }
            
            #links a {
                color: #a32525;
            }
            
                #links a:hover {
                    text-decoration: underline;
                }
        
        /* kontakt ********************************************************** */
        #contact {
            margin-top: 5px;
            padding: 0 15px;
        }
        
            #contact .left_side {
                width: 70%;
                float: left;
            }
            
            #contact .right_side {
                width: 30%;
                float: left;
            }
            
            #contact h5 {
                margin: 10px 0 3px 0;
                font-size: 16px;
                color: #7c0e0e;
            }
            
            #contact img {
                margin-top: 10px;
            }
            
            #contact a {
                display: block;
                color: #616161;
            }
            
                #contact a:hover {
                    text-decoration: underline;
                }
        
        /* kontakt ********************************************************** */
        #user_login {
            padding: 30px 15px;
        }
        
            #user_login #ext_element {
                width: 350px;
                float: left;
                margin: 0 30px 0 0;
            }
            
            #user_login a {
            color: #a32525;
        }
        
            #user_login a:hover {
                text-decoration: underline;
            }
        
        /* ceník ************************************************************ */
        #price_list {
            margin-top: 10px;
            padding: 0 15px;
        }
        
            #price_list h2 {
                margin-bottom: 5px;
            }
            
            #price_list h3 {
                margin-top: 20px;
                padding: 5px 0;
                border-top: 1px solid #cecece;
                font-size: 14px;
            }
            
            #price_list div.paragraph {
                margin: 5px 0;
            }
            
            #price_list #solicitor_list .item {
                border: none;
            }
            
            #price_list .price {
                font-weight: bold;
                color: #a32525;
            }
            
        #terms span.break {
            display: block;
            line-height: 10px;
        }
    
    /* bottom *************************************************************** */
    #bottom {
        height: 200px;
        margin-top: 30px;
        border-top: 2px solid #6a6868;
        background: #171717;
    }
    
        #bottom .content {
            margin-top: 15px;
            text-align: center;
            color: #8d8d73;
        }
        
            #bottom .content a {
                color: #8d8d73;
            }
            
                #bottom .content a:hover {
                    color: #a32525;
                }
            
            #bottom .logo {
                margin: 25px 0 20px 0;
                font-size: 10px;
                text-transform: uppercase;
                text-align: center;
            }
            
            #bottom .content .footer {
                color: #424242;
            }

/* ostatní ****************************************************************** */
.float_clear {
    width: 100%;
    height: 1px;
    clear: both;
}

#ext_element {
    margin-top: 15px;
}

    #ext_element a {
        color: #a32525;
    }

