/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
body, table, table td, form, div, a, input, textarea, select, button, p {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
}
html, body {
    text-align: left;
}
body {
    text-align: center;
    color: #2b2c2d;
    background: #ffffff url('../images/body_bg.gif') repeat-x scroll center top;
}
form {
    margin: 0;
    padding: 0;
}
img,
a img {
    border-width: 0;
}
img {
    vertical-align: middle;
}
a:link,
a:visited {
    color: #5e5e5e;
    font-weight: normal;
    text-decoration: none;
}
a:focus, a:active {
    outline: none;
}
a:hover {
    text-decoration: underline;
}
.bold {
    font-weight: bold;
}
.right {
    text-align: right;
}
.u {
    text-decoration: underline;
}
.i {
    font-style: italic;
}
.clr {
    font-size: 1px;
    height: 1px;
    clear: both;
}
/*.req {
    color: #f22;
    font-size: 13px;
    font-weight: bold;
}*/
ul, li {
    list-style-type: none;
}
input, select {
    vertical-align: middle;
}
input.text,
textarea.text,
input.errtext,
textarea.errtext {
    padding: 2px 3px 2px 3px;
    border-color: #c8c8c8;
    border-style: solid;
    border-width: 1px;
    color: #7a7a7a;
    font-size: 12px;
    vertical-align: middle;
    font-weight: normal;
    margin-right: 2px;
}
input.text {
    height: auto;
}
input.active {
    font-weight: bold;
    color: #000;
}
input.checkbox {
    width: 12px;
    overflow: hidden;
    margin: 0px 3px 3px 3px;
    height: auto;
    vertical-align: middle;
}
select {
    padding: 1px 1px;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    background-color: #fff;
    color: #000;
    margin-right: 2px;
}
select.m {
    height: auto;
}
select option {
    padding: 0 10px 0 4px;
}
select.errtext,
select.text {
    /*border: 1px solid #8f9ea5;*/
    font-size: 11px;
}
input.fault,
textarea.fault,
select.fault {
    /*background-color: #ffe6e6;*/    
    border-top-color: red;    
    border-left-color: red;
    border-right-color: red;
    border-bottom-color: red;
}
input.button {
    padding: 0 2px;
}
form div {
    text-align: left;
}
.w100 {
    width: 100%;
}
.w99 {
    width: 99%;
}
.clear {
    clear: both;
}
.hide {
    display: none;
}
.red {
    color: #f00;
}
.center {
    text-align: center;
}
.bodyimage {
    background: url('../images/body_image.png') no-repeat scroll center top;    
    text-align: center;
    height: 100%;
}
.bodylayer {
    width: 1054px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 0;
}
.bodylayer span.updown {
    display: none;
    position: absolute;
    z-index: 10;
    width: 66px;
    height: 133px;
    right: 0;
    bottom: 46px;
    overflow: hidden;
    background: url('../images/updown.png') no-repeat scroll left top;    
}
.bodylayer a.up:link,
.bodylayer a.up:visited,
.bodylayer a.down:link,
.bodylayer a.down:visited {
    display: block;
    height: 66px;
}
.bodylayer a.up:hover {
    background-position: left top;
}
.body {
    width: 940px;
    margin: 0 auto;
    position: relative;
    text-align: center;    
    z-index: 0;
}

.block-messages {
    }
    .block-messages .messages {
        margin: 10px 56px 10px 54px;
        padding: 12px 10px 15px 6px;
        text-align: left;
        letter-spacing: 1px;
        color: #000;
        -moz-border-radius: 10px;    
        background-color: #e9eaff;
        }
        .block-messages .messages .label {
            display: block;
            padding-left: 42px;
            font-weight: bold;
            margin-bottom: 6px;
            padding-top: 2px;
        }
        .block-messages .messages ul {
            padding-left: 42px;
        }
        .block-messages .messages ul li {
            min-height: 18px;
            font-weight: bold;
            line-height: 18px;
            vertical-align: middle;
            }
            .block-messages .messages ul li a:link,
            .block-messages .messages ul li a:visited {
                text-decoration: underline;    
                font-weight: bold;
            }
            .block-messages .messages ul li a:hover {
                text-decoration: none;
            }
        .block-messages .messages.headed ul {
            padding-left: 70px;
            }
            .block-messages .messages.headed ul li {
                list-style-type: disc;
                font-weight: normal;
            }
    .block-messages .messages.success {
        background: #269922 url('../images/icons/success.png') no-repeat scroll 6px 7px;
        background-color: #efe;
        border: 2px solid #dfd;
    }
    .block-messages .messages.info {
        background: #1e64b9 url('../images/icons/info.png') no-repeat scroll 6px 7px;
        background-color: #eef;
        border: 2px solid #ddf;
    }
    .block-messages .messages.error {
        background: #992622 url('../images/icons/error.png') no-repeat scroll 6px 7px;
        font-weight: bold;
        background-color: #fee;
        border: 2px solid #fdd;
    }
    .block-messages .messages .fn4 {
        font-size: 14px;
    }
    .block-messages .messages a:link,
    .block-messages .messages a:visited {
        color: #fff;
        font-size: 11px;
    }
    .block-messages .messages a:hover {
        text-decoration: underline;
    }

.usernavi {
    margin: 0 20px;
    height: 50px;
    background: url('../images/top.png') no-repeat scroll center top;    
    }
    .usernavi.logged {
        background-image: url('../images/top.gif');
    }
    .usernavi .user {
        float: left;
        padding: 5px 0 0 0;
        width: 630px;
        margin-right: 20px;
        }
        .usernavi .user .tab {
            padding-left: 310px;
        }
        .usernavi .user table {
            width: 100%;
            border-collapse: collapse;
            }
            .usernavi .user table td {
                height: 40px;
                vertical-align: middle;
                text-align: center;
                }
                .usernavi .user table td.name { width: 41%; }
                .usernavi .user table td.pass { width: 37%; }
                .usernavi .user table td.submit { width: 22%; }
                .usernavi .user table td.name input,
                .usernavi .user table td.pass input {
                    border-width: 0;
                    background: transparent;
                    padding: 0;
                    vertical-align: middle;
                }
                .usernavi .user table td.name input {
                    width: 108px;
                }
                .usernavi .user table td.pass input,
                .usernavi .user table td.pass input.fakepass {
                    width: 84px;
                    margin-top: -1px;
                }
                .usernavi .user table td.pass input.fakepass {
                    margin-top: 0;
                }
                .usernavi .user table td.submit input {
                    width: 50px;
                    height: 30px;
                    margin-top: -1px;
                    border-width: 0;
                    background-color: transparent;
                    cursor: Pointer;
                }
        .usernavi .logout ul {
            text-align: right;
            }
            .usernavi .logout ul li {
                display: inline;
                margin-left: 20px;
                line-height: 45px;
                color: #c1c1c1;
                }
                .usernavi .logout ul li a:link,
                .usernavi .logout ul li a:visited {
                    color: #929292;
                    }
                    .usernavi .logout ul li a img {
                        margin-right: 4px;
                        vertical-align: middle;
                    }
                .usernavi .logout ul li a:hover {
                    text-decoration: none;
                    }
                    .usernavi .logout ul li a:hover span {
                        text-decoration: underline;
                    }
            .usernavi .logout ul li span.name {
                letter-spacing: 1px;
                font-weight: bold;
                color: #ef8222;
            }
    .usernavi .search {
        float: left;
        padding: 5px 0 0 0;
        width: 248px;
        }
        .usernavi .search table {
            width: 100%;
            border-collapse: collapse;
            }
            .usernavi .search table td {
                height: 40px;
                vertical-align: middle;
                text-align: center;
            }
            .usernavi .search table td.word {
                width: 66%;
            }
            .usernavi .search table td.submit {
                width: 34%;
                text-align: right;
                }
                .usernavi .search table td input {
                    border-width: 0;
                    background: transparent;
                    padding: 0;
                    vertical-align: middle;
                }
                .usernavi .search table td.word input {
                    width: 138px;
                }
                .usernavi .search table td.submit input {
                    width: 50px;
                    height: 30px;
                    margin-top: -1px;
                    border-width: 0;
                    background-color: transparent;
                    cursor: Pointer;
                }

.head {
    margin: 0 20px;
    height: 189px;
    text-align: left;
    position: relative;    
    background: url('../images/head_bg.gif') no-repeat scroll right top;    
    }
    .head a.logo:link,
    .head a.logo:visited {
        display: block;
        float: left;
        width: 300px;
        height: 189px;
    }
    .head .lang {
        float: right;
        width: 56px;
        overflow: hidden;
        }
        .head .lang li {
        }
        .head .lang li a:link,
        .head .lang li a:visited {
            display: block;
            width: 56px;
            height: 47px;
            line-height: 47px;
            text-align: center;
            font-weight: bold;
            color: #1c1c1c;
            background: url('../images/raquo_black.gif') no-repeat scroll left center;    
        }
        .head .lang li a.active:link,
        .head .lang li a.active:visited {
            color: #fff;
            background-color: #1c1c1c;
        }
    .head .intro {
        margin: 0px 80px 0 305px;
        padding-top: 10px;
        }
        .head .intro p {
            padding-top: 10px;
            font-size: 13px;
            color: #49494b;
            line-height: 19px;
            text-align: justify;
            }
            .head .intro p a:link,
            .head .intro p a:visited {
                color: #ef8222;
                font-weight: bold;
                font-size: 13px;
            }
        .head .intro span.slogan {
            display: block;
            margin-top: 20px;
            font-weight: bold;
            font-size: 13px;
            color: #27235d;
        }

.mainmenu {
    margin: 0 20px;
    }
    .mainmenu span.top,
    .mainmenu span.bottom {
        display: block;
        height: 22px;
        background: url('../images/menu_top.gif') no-repeat scroll right top;    
    }
    .mainmenu span.bottom {
        height: 20px;
        background-image: url('../images/menu_bottom.gif');    
    }
    .mainmenu .menu {
        width: 100%;
        height: 56px;
        overflow: hidden;
        }
        .mainmenu .menu ul {
            height: 56px;
            background: url('../images/menu_item.gif') no-repeat scroll right top;    
            }
            .mainmenu .menu ul li {
                float: left;
                height: 56px;
                overflow: hidden;
                }
                .mainmenu .menu ul li a:link,
                .mainmenu .menu ul li a:visited {
                    display: block;
                    /*padding: 0 37px 0 36px;*/
                    padding: 0 39px 0 38px;
                    height: 56px;
                    line-height: 56px;
                    font-weight: bold;
                    font-size: 13px;
                    color: #1c1c1c;
                    overflow: hidden;
                    background: url('../images/menu_item.gif') no-repeat scroll left top;    
                    }
                    .mainmenu .menu ul li a:link span.name,
                    .mainmenu .menu ul li a:visited span.name {
                        display: block;
                    }
                .mainmenu .menu ul li a.active:link,
                .mainmenu .menu ul li a.active:visited {
                    background: #1c1c1c;
                    }
                    .mainmenu .menu ul li a.active:link span.name,
                    .mainmenu .menu ul li a.active:visited span.name {
                        color: #fff;
                    }

.page {
    overflow: hidden;
    text-align: left;
    padding: 0 20px 0 20px;    
}
.shadowed-page {
    overflow: hidden;
    text-align: left;
    padding: 0 20px 20px 20px;    
    background: url('../images/page_shadow.png') no-repeat scroll left bottom;    
}
.content {
    position: relative;
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-align: left;
    background-color: #fff;
}
.page .content {
    margin-bottom: 20px;
    }
    .content h1,
    .content h2.h1 ,
    .content .navi-groups + strong {
        display: block;
        margin: 54px 56px 0 54px;
        line-height: 30px;
        font-weight: normal;
        font-size: 26px;
        color: #1c1c1c;
    }
    .content h1 {
        text-transform: uppercase;
        }
        .content h1 strong {
            font-weight: normal;
            color: #ef8222;
        }
    .content h1.after-submenu,
    .content .navi-groups + strong {
        margin-top: 40px;
        margin-bottom: -10px;
        text-transform: uppercase;
    }
    .content h2.h3,
    .content h3 {
        margin: 10px 0 0 54px;
        line-height: 30px;
        font-weight: normal;
        font-size: 18px;
        color: #ef8222;
    }
    .content h2.h3 a:link,
    .content h2.h3 a:visited,
    .content h3 a:link,
    .content h3 a:visited {
        font-weight: normal;
        font-size: 18px;
        color: #ef8222;
        text-decoration: underline;
    }
    .content h3 a:hover {
        text-decoration: none;
    }
    .content h2.h1 a:link,
    .content h2.h1 a:visited {
        font-weight: normal;
        font-size: 26px;
        color: #1c1c1c;
    }
    .content h2 span.hint {
        font-weight: normal;
        font-size: 12px;
        color: #1c1c1c;
        vertical-align: top;
    }
    .content p {
        margin: 10px 56px 0 54px;
        line-height: 25px;
        font-size: 13px;
        text-align: justify;
        color: #1c1c1c;
    }
    .content p a:link,
    .content p a:visited {
        text-decoration: underline;
        color: #1c1c1c;
    }
    .content p a.hl:link,
    .content p a.hl:visited {
        text-decoration: none;
    }
    .content p a:hover,
    .content ul a.hl:hover {
        text-decoration: none;
    }
    .content p a:link strong,
    .content p a:visited strong,
    .content ul a:link strong,
    .content ul a:visited strong {
        font-weight: bold;
        color: #3c89e8;
        text-decoration: none;
    }
    .content p a:hover strong,
    .content ul a:hover strong {
        text-decoration: none;
        border-bottom: 1px solid #3c89e8;
    }
    .content span.dotsh {
        display: block;
        margin: 20px 54px -20px 56px;
        height: 1px;
        line-height: 1px;
        font-size: 1px;
        background: url('../images/dots_h.gif') repeat-x scroll left top;    
    }
    .content ul.square-black {
        margin: 20px 0 0 54px;
        }
        .content ul.square-black li {
            padding: 0 0 0 44px;
            line-height: 25px;
            color: #1c1c1c;
            background: url('../images/square_black.gif') no-repeat scroll 28px 10px;    
        }
        .content ul.square-black a:link,
        .content ul.square-black a:visited {
            text-decoration: underline;
            color: #1c1c1c;
        }
        .content ul.square-black a:hover {
            text-decoration: none;
        }
        .content ul.square-black a.hl:link,
        .content ul.square-black a.hl:visited {
            text-decoration: none;
        }
    .content ul.download-list {
        margin: 20px 0 0 54px;
    }
    .content ul.download-list li {             
        padding: 4px 0 6px 0;
        line-height: 26px;
        color: #1c1c1c;
        background: url('../images/icons/download.gif') no-repeat scroll 4px 4px;    
        }
        .content ul.download-list li a:link,
        .content ul.download-list li a:visited {
            display: block;
            padding-left: 44px;
            color: #1c1c1c;
        }
        .content ul.download-list li a:hover,
        .content ul.download-list li a:hover strong {
            text-decoration: none;
            border-bottom-width: 0;
            }
            .content ul.download-list li a:hover span.under {
                text-decoration: underline;
            }
    .content a.back-link {
        position: absolute;
        right: 20px;
        top: 20px;
        display: block;
        padding: 0 14px 0 10px;
        line-height: 20px;
        text-decoration: none;
        background: url('../images/raquo_black.gif') no-repeat scroll right 6px;
        }
        .content a.back-link span {
            border-bottom: 1px solid #323232;
        }
        .content a.back-link:hover span {
            border-bottom-width: 0;
        }
    
.intro-articles {
    height: 305px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    }
    .intro-articles .background {
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
    }
    .intro-articles .articles {
        position: relative;
        z-index: 2;
        width: 480px;
        height: 305px;
        overflow: hidden;
        margin-left: 420px;
        background: url('../images/home/layer.png') no-repeat scroll right top;    
        }
        .intro-articles .articles .navi {
            position: absolute;
            }
            .intro-articles .articles .navi ul {
                padding: 40px 0 0 60px;
                }
                .intro-articles .articles .navi ul li {
                    display: inline;
                    margin-right: 20px;
                    line-height: 30px;
                    font-size: 17px;
                    font-weight: bold;
                    color: #fff;
                    }
                    .intro-articles .articles .navi ul li a:link,
                    .intro-articles .articles .navi ul li a:visited {
                        font-size: 17px;
                        font-weight: bold;
                        color: #fff;
                        text-decoration: underline;
                    }
                    .intro-articles .articles .navi ul li a:hover {
                        text-decoration: none;
                    }
        .intro-articles .articles .list {
            position: absolute;
            top: 92px;
            left: 60px;
            /*margin: 92px auto 0 60px;*/
            width: 290px;
            height: 190px;
            overflow: hidden;
            }
            .intro-articles .articles .list .article {
                position: relative;
                height: 190px;
                }
                .intro-articles .articles .list .article h2,
                .intro-articles .articles .list .article a.h2:link,
                .intro-articles .articles .list .article a.h2:visited {
                    display: block;
                    line-height: 18px;
                    height: 36px;
                    overflow: hidden;
                }
                .intro-articles .articles .list .article h2 a:link,
                .intro-articles .articles .list .article h2 a:visited,
                .intro-articles .articles .list .article a.h2:link,
                .intro-articles .articles .list .article a.h2:visited {
                    font-size: 13px;
                    font-weight: bold;
                    color: #ef8222;
                }
                .intro-articles .articles .list .article p {
                    margin: -4px 0 0 0;
                    height: 100px;
                    overflow: hidden;
                    line-height: 20px;
                    color: #fff;
                }
                .intro-articles .articles .list .article a.more:link,
                .intro-articles .articles .list .article a.more:visited {
                    display: block;
                    width: 150px;
                    margin: 22px 0 0 0;
                    font-size: 13px;
                    font-weight: bold;
                    color: #ef8222;
                    }
                    .intro-articles .articles .list .article a img {
                        margin-left: 6px;
                    }
        .intro-articles .articles ul.index {
            position: absolute;
            right: 40px;
            top: 50px;
            }
            .intro-articles .articles ul.index li {
                width: 40px;
                height: 40px;
                margin-bottom: 17px;
                }
                .intro-articles .articles ul.index li,
                .intro-articles .articles ul.index li a:link,
                .intro-articles .articles ul.index li a:visited {
                    display: block;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    font-size: 15px;
                    font-weight: bold;
                    color: #fff;
                }
                .intro-articles .articles ul.index li a.active:link,
                .intro-articles .articles ul.index li a.active:visited {
                    color: #1c1c1c;
                    background-color: #ef8222;
                }

.sites {
    margin-right: 20px;
    height: 235px;
}
.sites.short {
    height: 132px;
    overflow: hidden;
}
.sites .site {
    float: left;
    height: 235px;
    overflow: hidden;
    text-align: left;
    background-position: right top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    }
    .sites .blog {
        width: 224px;
        background-image: url('../images/sites_blog.gif');
    }
    .sites .blog .fix {
        float: left;
        width: 20px;
        height: 235px;
        background: url('../images/sites_blog_fix.png') no-repeat scroll left top;
    }
    .sites .newsletter {
        width: 225px;
        background-image: url('../images/sites_newsletter.gif');
    }
    .sites .social {
        width: 225px;
        background-image: url('../images/sites_social.gif');
    }
    .sites .eshop {
        width: 246px;
        background-image: url('../images/sites_eshop.gif');
    }
    
    .sites .site .in {
            margin: 20px 0 0 50px;
        }
        .sites .site .in span.label {
            display: block;
            font-size: 17px;
            font-weight: bold;
            line-height: 30px;
            letter-spacing: 1px;
        }
        .sites .blog .in span.label { color: #e000c8; }
        .sites .newsletter .in span.label { color: #b60000; }
        .sites .social .in span.label { color: #3c89e8; }
        .sites .eshop .in span.label { color: #7db749; }
        .sites .site .in span.label strong {
            color: #1c1c1c;
        }
        .sites .site .in p {
            margin: 28px 15px 0 50px;
            height: 90px;
            overflow: hidden;
            font-size: 11px;
            line-height: 18px;
            color: #1c1c1c;
            }
            .sites .site .in p a:link,
            .sites .site .in p a:visited {
                font-size: 11px;
                line-height: 18px;
                color: #1c1c1c;
            }
        .sites .site .in a.link:link,
        .sites .site .in a.link:visited {
            display: block;
            float: left;
            padding-right: 16px;
            margin: 32px 0 0 0;
            line-height: 20px;
            font-size: 13px;
            font-weight: bold;
            color: #1c1c1c;
            background-position: right 8px;
            background-attachment: scroll;
            background-repeat: no-repeat;
            }
            .sites .blog .in a.link       { background-image: url('../images/raquo_pink.gif'); }
            .sites .newsletter .in a.link { background-image: url('../images/raquo_red.gif'); }
            .sites .social .in a.link     { background-image: url('../images/raquo_blue.gif'); }
            .sites .eshop .in a.link      { background-image: url('../images/raquo_green.gif'); }
.short .site {
    height: 132px;
    }
    .short .blog { background-image: url('../images/sites_short_blog.gif'); }
    .short .blog .fix { background: url('../images/sites_short_blog_fix.png') no-repeat scroll left top; }
    .short .newsletter { background-image: url('../images/sites_short_newsletter.gif'); }
    .short .social { background-image: url('../images/sites_short_social.gif'); }
    .short .eshop { background-image: url('../images/sites_short_eshop.gif'); }
    .short .site .in {
            margin: 42px 0 0 96px;
        }
        .short .site .in a.link:link,
        .short .site .in a.link:visited {
            margin-top: 26px;
        }
.sites-shadow {
    display: block;
    clear: left;
    height: 20px;
    margin: 0 20px;
    background: url('../images/sites_shadow.png') no-repeat scroll left top;
}
.outro {
    margin: 0 20px;
    overflow: hidden;
    text-align: left;
    background-color: #262626;
    }
    .outro .domains,
    .outro .text,
    .outro .info,
    .outro .navi {
        float: left;
        height: 273px;
        overflow: hidden;
        background: url('../images/outro_dots.gif') no-repeat scroll right 19px;
    }
    .outro .domains {
        width: 240px;
        }
        .outro .domains ul {
            padding-top: 20px;
            float: left;
            width: 45%;
            margin-right: 5px;
        }
        .outro .domains ul li {
            padding-left: 15px;
            line-height: 26px;
            height: 26px;
            overflow: hidden;
        }
        .outro .domains ul.padded li {
            padding-left: 30px;
            }
            .outro .domains ul li a:link,
            .outro .domains ul li a:visited {
                display: block;
                padding-left: 10px;
                background: url('../images/square_orange.gif') no-repeat scroll left center;
            }
    .outro .text {
        width: 281px;
        }
        .outro .text p {
            margin: 20px 28px 0 30px;
            font-size: 12px;
            line-height: 21px;
            text-align: justify;
            color: #fff;
        }
    .outro .info {
        width: 191px;
        }
        .outro .info ul {
            padding: 20px 0 0 30px;
        }
        .outro .info ul li {
            line-height: 26px;
            height: 26px;
            font-size: 12px;
            color: #fff;
            }
            .outro .info ul li a:link,
            .outro .info ul li a:visited {
                color: #ef8222;
            }
    .outro .navi {
        width: 188px;
        background: none;
        }
        .outro .navi ul {
            padding: 20px 0 0 34px;
        }
        .outro .navi ul li {
            line-height: 26px;
            height: 26px;
            font-size: 12px;
            margin-bottom: 20px;
            color: #fff;
            }
            .outro .navi ul li a:link,
            .outro .navi ul li a:visited {
                color: #fff;
            }
            .outro .navi ul li a:hover {
                text-decoration: none;
            }
            .outro .navi ul li a:hover span {
                text-decoration: underline;
            }
            .outro .navi ul li a img {
                vertical-align: middle;
                margin-right: 18px;
            }
    .outro span.label {
        display: block;
        margin: 26px 0 0 30px;
        font-size: 17px;
        font-weight: bold;
        color: #ef8222;
        letter-spacing: 1px;
    }
    .outro span.label strong {
        color: #fff;
    }
    .outro a:link,
    .outro a:visited {
        font-size: 12px;
        color: #fff;
    }

.footer {
    position: relative;
    margin: 0 20px;
    text-align: left;
    overflow: hidden;
    background: url('../images/foot_bg.gif') no-repeat scroll left top;
    }
    .footer .quick {
        padding: 10px 0 0 38px;
        line-height: 44px;
        font-size: 13px;
        color: #1c1c1c;
        }
        .footer .quick span {
            margin-right: 20px;
        }
        .footer .quick a:link,
        .footer .quick a:visited {
            font-size: 13px;
            font-weight: bold;
            color: #1c1c1c;
        }
    .footer .copy {
        padding: 10px 0 0 38px;
        line-height: 44px;
        font-size: 13px;
        color: #1c1c1c;
        }
        .footer .copy a:link,
        .footer .copy a:visited {
            font-size: 13px;
            color: #1c1c1c;
        }
    .footer span.top {
        display: block;
        position: absolute;
        right: 10px;
        top: 30px;
        width: 168px;
        height: 73px;
        overflow: hidden;
        background: url('../images/button_up.png') no-repeat scroll left top;
        }
        .footer span.top a:link,
        .footer span.top a:visited {
            display: block;
            line-height: 38px;
            text-align: center;
            font-size: 13px;
            color: #fff;
        }
.navi-groups {
    margin: 1px 0 0 0;
    overflow: hidden;
    }
    .navi-groups .group {
        clear: left;
        height: 110px;
        background: url('../images/group_shadow.gif') no-repeat scroll left top;
        }
        .navi-groups .group span.label {
            display: block;
            width: 200px;
            float: left;
            text-align: right;
            line-height: 110px;
            vertical-align: middle;
            color: #27235d;
            font-weight: bold;
            }
            .navi-groups .group span.label img {
                margin-left: 14px;
                vertical-align: middle;
            }
        .navi-groups .group ul {
            display: block;
            margin: 0 0 0 280px;
            padding: 32px 0 0 0;
            }
            .navi-groups .group ul li {
                display: block;
                float: left;
                white-space: nowrap;
                height: 45px;
                padding: 0 2px;
                }
                .navi-groups .group ul li a:link,
                .navi-groups .group ul li a:visited {
                    display: block;
                    line-height: 45px;
                    padding: 0 14px;
                    text-align: center;
                    color: #1c1c1c;
                }
                .navi-groups .group ul li a.active:link,
                .navi-groups .group ul li a.active:visited {
                    color: #fff;
                    background-color: #000;
                }
    .navi-groups .sub-level {
        clear: both;
        height: auto;
        background: url('../images/full_shadow.gif') no-repeat scroll left top;
        }
        .navi-groups .sub-level span.label {
            float: left;
            display: block;
            padding-left: 32px;
            width: 60px;
            line-height: 50px;
            font-size: 12px;
            font-weight: bold;
            color: #1c1c1c;
        }
        .navi-groups .sub-level ul {
            margin: 0 32px;
            padding: 10px 0 10px 80px;
            text-align: left;
            background: url('../images/dots_h.gif') repeat-x scroll center bottom;
            }
            .navi-groups .sub-level ul li {
                display: inline;
                margin-right: 30px;
                line-height: 30px;
                color: #1c1c1c;
                }
                .navi-groups .sub-level ul li a:link,
                .navi-groups .sub-level ul li a:visited {
                    font-size: 12px;
                    color: #1c1c1c;
                }
                .navi-groups .sub-level ul li a.active:link,
                .navi-groups .sub-level ul li a.active:visited {
                    color: #ef8222;
                }
.navi-menu {
    margin: 10px 0 0 0;
    overflow: hidden;
    }
    .navi-menu span.label {
        display: block;
        padding-left: 54px;
        float: left;
        text-align: right;
        line-height: 50px;
        vertical-align: middle;
        color: #1c1c1c;
        font-weight: bold;
        }
        .navi-menu ul {
            display: block;
            height: 50px;
            margin: 0 0 0 120px;
            }
            .navi-menu ul li {
                display: block;
                height: 50px;
                float: left;
                white-space: nowrap;
                line-height: 50px;
                padding: 0 2px;
                }
                .navi-menu ul li a:link,
                .navi-menu ul li a:visited {
                    display: block;
                    line-height: 50px;
                    padding: 0 14px;
                    text-align: center;
                    color: #1c1c1c;
                }
                .navi-menu.small-pad ul li a:link,
                .navi-menu.small-pad ul li a:visited {
                    padding: 0 9px;
                }
                .navi-menu ul li a.active:link,
                .navi-menu ul li a.active:visited {
                    color: #ef8222;
                }

.kontakt {
    /*background: #fff url('../images/informace/kontakt.jpg') no-repeat scroll right 165px;*/
    }
    .kontakt .tab {
        margin: 20px 0 0 54px;
    }
    .kontakt .tab table {
        width: 98%;
    }
    .kontakt .tab table tr td {
        line-height: 25px;
        color: #1c1c1c;
        font-size: 13px;
        }
        .kontakt .tab table tr td.b {
            font-weight: bold;
            }
                .kontakt .tab table tr td.b a:link,
                .kontakt .tab table tr td.b a:visited {
                    font-weight: bold;
                    color: #1c1c1c;
                    font-size: 13px;
                    }
                    .kontakt .tab table tr td.b a img {
                        margin-left: 5px;
                        text-decoration: none;
                        vertical-align: middle;
                    }
                    
.strojni-vysivani {
    background: #fff url('../images/sluzby/nit.jpg') no-repeat scroll 88% 200px;
}

.color-palette span.bila,
.color-palette a.bila               { background-color: #ffffff; }
.color-palette span.cerna,
.color-palette a.cerna              { background-color: #000000; }
.color-palette span.cervena,
.color-palette a.cervena            { background-color: #ff0000; }
.color-palette span.merunkova,
.color-palette a.merunkova          { background-color: #ef6e44; }
.color-palette span.oranzova,
.color-palette a.oranzova           { background-color: #ff6600; }
.color-palette span.smetanova,
.color-palette a.smetanova          { background-color: #ffe8cc; }
.color-palette span.svetle-modra,
.color-palette a.svetle-modra       { background-color: #2781bb; }
.color-palette span.svetle-zelena,
.color-palette a.svetle-zelena      { background-color: #33CC66; }
.color-palette span.tmave-modra,
.color-palette a.tmave-modra        { background-color: #032251; }
.color-palette span.tmave-zelena,
.color-palette a.tmave-zelena       { background-color: #003333; }
.color-palette span.vinova,
.color-palette a.vinova             { background-color: #BA4E6D; }
.color-palette span.zluta,
.color-palette a.zluta              { background-color: #FFFF00; }

.color-palette span.cervena-p615,
.color-palette a.cervena-p615           { background-color: #be2239; }
.color-palette span.merunkova-p614,
.color-palette a.merunkova-p614         { background-color: #f9b086; }
.color-palette span.svetle-zelena-p647,
.color-palette a.svetle-zelena-p647     { background-color: #cadf0a; }
.color-palette span.svetle-modra-p604,
.color-palette a.svetle-modra-p604      { background-color: #458ac6; }
.color-palette span.svetle-modra-p651,
.color-palette a.svetle-modra-p651      { background-color: #9cbcd7; }
.color-palette span.svetle-modra-p652,
.color-palette a.svetle-modra-p652      { background-color: #458ac6; }
.color-palette span.stredne-modra-p605,
.color-palette a.stredne-modra-p605     { background-color: #2760a7; }
.color-palette span.stredne-modra-p629,
.color-palette a.stredne-modra-p629     { background-color: #41597e; }
.color-palette span.tmave-modra-p616,
.color-palette a.tmave-modra-p616       { background-color: #2d2e49; }
.color-palette span.smetanova-p649,
.color-palette a.smetanova-p649         { background-color: #f3e6ad; }
.color-palette span.smetanova-p631,
.color-palette a.smetanova-p631         { background-color: #f1e5be; }
.color-palette span.ruzova-p715,
.color-palette a.ruzova-p715            { background-color: #f26877; }
.color-palette span.staroruzova-p644,
.color-palette a.staroruzova-p644       { background-color: #ad6f84; }
.color-palette span.fialova-p711,
.color-palette a.fialova-p711           { background-color: #59008e; }
.color-palette span.hneda-p630,
.color-palette a.hneda-p630             { background-color: #523f3b; }
.color-palette span.rezava-p611,
.color-palette a.rezava-p611            { background-color: #935635; }
.color-palette span.zelena-p720,
.color-palette a.zelena-p720            { background-color: #00af93; }
.color-palette span.zelena-p632,
.color-palette a.zelena-p632            { background-color: #666f58; }

.product-list {
    padding: 14px 0 100px 0;
    overflow: hidden;
    }
    .product-list .product {
        margin: 10px 21px 0 21px;
        overflow: hidden;
        clear: left;
        }
        .product-list .product .art {
            display: block;
            float: left;
            width: 271px;
            height: 244px;
            position: relative;
            background: url('../images/product_list_art.gif') no-repeat scroll left top;
            }
            .product-list .product .art a:link,
            .product-list .product .art a:visited {
                position: relative;
                left: 12px;
                top: 10px;
                display: block;
                width: 246px;
                height: 218px;
                overflow: hidden;
                text-align: left;
            }
            .product-list .product .art a.zoom:link,
            .product-list .product .art a.zoom:visited {
                position: absolute;
                left: auto;
                top: auto;
                right: 18px;
                bottom: 26px;
                width: 56px;
                height: 48px;
                background: url('../images/zoom.png') no-repeat scroll left top;
            }
        .product-list .product h2 {
            margin: 20px 10px 0 280px;
            width: 568px;
            height: 34px;
            overflow: hidden;
            line-height: 20px;
            background: url('../images/dots_h.gif') repeat-x scroll left bottom;
            }
            .product-list .product h2 a:link,
            .product-list .product h2 a:visited {
                font-size: 18px;
                font-weight: normal;
                color: #1c1c1c;
                text-transform: uppercase;
            }
        .product-detail .colors,
        .product-list .product .colors {
            margin: 14px 0 -18px 280px;
            width: 568px;
            overflow: hidden;
            }
            .product-list .product .colors span.label {
                display: block;
                padding-left: 14px;
                line-height: 28px;
                float: left;
                font-size: 12px;
                color: #1c1c1c;
                background: url('../images/square_gray.gif') no-repeat scroll left 13px;
            }
            .product-detail .colors ul,
            .product-list .product .colors ul {
                margin: 0 0 0 140px;
                line-height: 28px;
                }
                .product-detail .colors ul li,
                .product-list .product .colors ul li {
                    display: block;
                    float: left;
                    width: 28px;
                    width: 46px;
                    height: 28px;
                    height: 46px;
                    position: relative;
                    background: url('../images/colors_bg.gif') no-repeat scroll left top;
                }
                .product-detail .colors ul li.bila,
                .product-list .product .colors ul li.bila {
                    background-image: url('../images/colors_white.gif');
                }
                .product-detail .colors ul li.empty,
                .product-list .product .colors ul li.empty {
                    background: none;
                    }
                    .product-detail .colors ul li span,
                    .product-list .product .colors ul li span,
                    .product-detail .colors ul li a:link,
                    .product-detail .colors ul li a:visited {
                        display: block;
                        position: relative;
                        left: 1px;
                        top: 1px;
                        width: 24px;
                        height: 24px;
                        cursor: pointer;
                        text-decoration: none;
                    }
                    
        .product-list .product .params {
            margin: 10px 10px 0 280px;
            width: 568px;
            padding-bottom: 8px;
            overflow: hidden;
            background: url('../images/dots_h.gif') repeat-x scroll left bottom;
            }
            .product-detail .params ul,
            .product-list .product .params ul {
                height: 28px;
                clear: left;
                height: auto;
                width: 100%;
                }
                .product-detail .params ul li,
                .product-list .product .params ul li {
                    display: block;
                    float: left;
                    padding-left: 14px;
                    padding-right: 30px;
                    line-height: 28px;
                    font-size: 12px;
                    color: #1c1c1c;
                    white-space: nowrap;
                    background: url('../images/square_gray.gif') no-repeat scroll left 13px;
                    }
                    .product-detail .params ul li span,
                    .product-list .product .params ul li span {
                        margin-right: 14px;
                    }
                    .product-detail .params ul li .wrap,
                    .product-list .product .params ul li .wrap {
                        margin-top: -28px;
                        padding-left: 60px;
                        white-space: normal;
                    }
                    .product-detail .params ul li a:link,
                    .product-detail .params ul li a:visited,
                    .product-list .product .params ul li a:link,
                    .product-list .product .params ul li a:visited {
                        font-size: 12px;
                        font-weight: bold;
                        color: #1c1c1c;
                        text-decoration: none;
                    }
                    .product-detail .params ul li a:hover,
                    .product-list .product .params ul li a:hover {
                        text-decoration: none;
                        }
                        .product-detail .params ul li a span,
                        .product-list .product .params ul li a span {
                            margin-right: 2px;
                        }
                        .product-detail .params ul li a:hover span,
                        .product-list .product .params ul li a:hover span {
                            text-decoration: underline;
                        }
                    .product-detail .params ul li a img,
                    .product-list .product .params ul li a img {
                        margin-left: 1px;
                        vertical-align: middle;
                    }
        .product-list .product p {
            margin: 14px 20px 0 280px;
            line-height: 19px;
            font-size: 12px;
            text-align: justify;
            color: #1c1c1c;
        }
        .product-list .product .dots {
            display: block;
            clear: left;
            margin: 0 10px;
            height: 10px;
            line-height: 1px;
            font-size: 1px;
            background: url('../images/dots_h.gif') repeat-x scroll left bottom;
        }
    
.pagination {
    clear: both;
    padding-top: 20px;
    background: url('../images/full_shadow.gif') no-repeat scroll left top;
    }
    .pagination .pages {
        margin: 0 32px;
        padding-bottom: 20px;
        text-align: center;
        background: url('../images/dots_h.gif') repeat-x scroll left bottom;
        }
        .pagination .pages ul {
            }
            .pagination .pages ul li {
                display: inline-block;
                text-align: center;
                width: 78px;
                height: 58px;
                line-height: 58px;
                }
                .pagination .pages ul li img {
                    vertical-align: middle;
                }
                .pagination .pages ul li a:link,
                .pagination .pages ul li a:visited {
                    display: inline-block;
                    width: 58px;
                    height: 58px;
                    margin: 0 auto;
                    line-height: 58px;
                    font-size: 18px;
                    color: #1c1c1c;
                }
                .pagination .pages ul li a:hover {
                    text-decoration: none;
                    background-color: #e8e8e8;
                }
                .pagination .pages ul li a.active:link,
                .pagination .pages ul li a.active:visited {
                    color: #fff;
                    background-color: #1c1c1c;
                }
                .pagination .pages ul li.next a:link,
                .pagination .pages ul li.next a:visited {
                    background: url('../images/pagination_next.gif') no-repeat scroll center center;
                }
                .pagination .pages ul li.prev a:link,
                .pagination .pages ul li.prev a:visited {
                    background: url('../images/pagination_prev.gif') no-repeat scroll center center;
                }
                
.product-detail {
    margin: 10px 21px 0 21px;
    padding: 14px 0 100px 0;
    overflow: hidden;
    }
    .product-detail .gallery {
        display: block;
        float: left;
        width: 271px;
        position: relative;
        background: url('../images/product_list_art.gif') no-repeat scroll left top;
        }
        .product-detail .gallery .art {
            position: relative;
            left: 12px;
            top: 10px;
            width: 246px;
            height: 218px;
            overflow: hidden;
        }   
        .product-detail .gallery .art a:link,
        .product-detail .gallery .art a:visited {
            display: block;
            width: 246px;
            height: 218px;
            overflow: hidden;
            text-align: left;
        }
        .product-detail .gallery .art a.zoom:link,
        .product-detail .gallery .art a.zoom:visited {
            position: absolute;
            left: auto;
            top: auto;
            right: 18px;
            bottom: 26px;
            width: 56px;
            height: 48px;
            background: url('../images/zoom.png') no-repeat scroll left top;
        }
        .product-detail .gallery .index {
            margin: 30px 0 0 0;
            padding-left: 24px;
            }
            .product-detail .gallery .index a:link,
            .product-detail .gallery .index a:visited {
                display: block;
                margin: 0 10px 10px 0;
                position: relative;
                float: left;
                width: 104px;
                height: 93px;
                background: url('../images/product_detail_thumb.gif') no-repeat scroll left top;
            }
            .product-detail .gallery .index a.active:link,
            .product-detail .gallery .index a.active:visited,
            .product-detail .gallery .index a:hover {
                background-position: left -93px;
            }
            .product-detail .gallery .index a span {
                display: block;
                position: relative;
                top: 6px;
                left: 6px;
                width: 92px;
                height: 81px;
                overflow: hidden;
                text-align: center;
            }
    .product-detail h1,
    .product-detail h2 {
        margin: 20px 10px 0 280px;
        height: 34px;
        overflow: hidden;
        line-height: 20px;
        font-size: 18px;
        background: url('../images/dots_h.gif') repeat-x scroll left bottom;
        }
        .product-detail h1 {
            width: 568px;
        }
        .product-detail h1 a:link,
        .product-detail h1 a:visited,
        .product-detail h2 a:link,
        .product-detail h2 a:visited {
            font-size: 18px;
            font-weight: normal;
            color: #1c1c1c;
            text-transform: uppercase;
        }
        .product-detail .colors {
            }
            .product-detail .colors span.label {
                display: block;
                padding-left: 14px;
                line-height: 28px;
                float: left;
                font-size: 12px;
                color: #1c1c1c;
                background: url('../images/square_gray.gif') no-repeat scroll left 13px;
            }
        .product-detail .params {
            margin: 10px 10px 0 280px;
            width: 568px;
            padding-bottom: 8px;
            overflow: hidden;
            background: url('../images/dots_h.gif') repeat-x scroll left bottom;
            }
            .product-detail .params ul.priced {
                width: 100%;
                height: auto;
                margin-top: 10px;
                }
                .product-detail .params ul.priced li {
                    display: block;
                    position: relative;
                    float: none;
                    background: none;
                    }
                    .product-detail .params ul.priced li input {
                        margin-right: 14px;
                        line-height: 28px;
                        vertical-align: middle;
                    }
                    .product-detail .params ul.priced li .NFRadio {
                        top: 7px;
                    }
                    .product-detail .params ul.priced li .NFRadio:focus {
                        outline: none;
                    }
                    .product-detail .params ul.priced li label {
                        cursor: pointer;
                    }
                    .product-detail .params ul.priced li span {
                        float: right;
                        width: 70%;
                        display: block;
                        text-align: left;
                        font-weight: bold;
                    }
                    .product-detail .params .form {
                        padding: 10px 10px 0 40px;
                        }                    
                        .product-detail .params .form table td {
                            padding: 0;
                            height: 25px;
                            vertical-align: middle;
                        }
                        .product-detail .params .form table td.label {
                        }
        .product-detail div.html {
            margin: 14px 20px 0 284px;
            line-height: 29px;
            font-size: 12px;
            text-align: justify;
            color: #1c1c1c;
        }
        .product-detail span.dots {
            display: block;
            clear: left;
            margin: 0 10px;
            height: 10px;
            line-height: 1px;
            font-size: 1px;
            background: url('../images/dots_h.gif') repeat-x scroll left bottom;
        }
.product-navi {
        clear: both;
        margin-top: 10px;
        padding-top: 36px;
        background: url('../images/full_shadow.gif') no-repeat scroll -20px top;
    } 
    .product-navi a:link,
    .product-navi a:visited {
        display: block;
        line-height: 22px;
        font-size: 18px;
        text-transform: uppercase;
        color: #1c1c1c;
        }
        .product-navi a:hover {
            text-decoration: none;
        }
        .product-navi a:hover span {
            text-decoration: underline;
        }
        .product-navi a img {
            vertical-align: middle;
        }
    .product-navi a.next:link,
    .product-navi a.next:visited {
        float: right;
        padding-right: 40px;
    }
    .product-navi a.prev:link,
    .product-navi a.prev:visited {
        float: left;
        padding-left: 40px;
    }
    .product-navi a.back:link,
    .product-navi a.back:visited {
        margin: 0 400px;
        text-align: center;
    }

.formbox {
    margin: 0 56px 0 54px;
    }
    .formbox .dots {
        display: block;
        height: 40px;
        background: url('../images/dots_h.gif') repeat-x scroll left center;
    }
    .formbox input.text,
    .formbox select.styled,
    .formbox textarea.text {
        padding: 6px 10px 6px 10px;
        line-height: 18px;
        font-size: 13px;
        font-weight: bold;        
        vertical-align: middle;
        color: #1c1c1c;
        background: #f9f9f9 url('../images/input_bg.gif') repeat-x scroll left top;
    }
    .formbox p.hint {
        margin: 0;
        padding: 0 0 10px 0;
        font-style: italic;
        font-size: 12px;
    }
    .formbox span.capit {
        display: block;
        padding-right: 10px;
        text-align: right;
        letter-spacing: 2px;
        font-size: 16px;
        color: #b2b2b2;
    }
    .formbox input.capit {
        letter-spacing: 1px;
    }
    .formbox span.hl {
        font-weight: bold;
        color: #ef8222;
    }
    .formbox select.styled {
        width: 338px;
    }
    .formbox span.req {
        margin-left: 5px;
    }
    .formbox table.form {
        width: 100%;
        border-collapse: collapse;
        }
        .formbox table.form tr td {
            height: 40px;
            vertical-align: middle;
            line-height: 40px;
        }
        .formbox table.form tr td.dots {
            display: table-cell;
            height: 50px;
            background: url('../images/dots_h.gif') repeat-x scroll left center;
        }
        .formbox table.form tr td:first-child {
            vertical-align: top;
        }
        .formbox table.form tr td h3 {
            margin: 0 0 0 0;
        }
    .formbox .form-controls {
        margin-top: 15px;
        padding: 0 10px; 
        height: 55px;
        background: url('../images/form_controls_bg.gif') no-repeat scroll center center;
        }
        .formbox .form-controls .back,
        .formbox .form-controls .submit {
            display: block;
            width: 256px;
            height: 55px;
            float: left;
        }
        .formbox .form-controls .back input,
        .formbox .form-controls .submit input {
            width: 100%;
            height: 55px;
            line-height: 55px;
            text-align: center;
            text-transform: uppercase;
            font-size: 18px;
            color: #fff;
            border-width: 0;
            cursor: pointer;
            background: url('../images/button_left.gif') no-repeat scroll left top;
        }
        .formbox .form-controls .submit input {
            background-image: url('../images/button_right.gif');
        }
        .formbox .form-controls .submit {
            float: right;
        }
    .formbox .block-messages .messages {
        margin-left: 0;
        margin-right: 0;
    }

.barevnice {
    }
    .barevnice .colors {
        margin: 14px 56px 0px 54px;
        overflow: hidden;
        }
        .barevnice .colors span.label {
            display: block;
            padding-left: 14px;
            line-height: 28px;
            float: left;
            font-size: 12px;
            color: #1c1c1c;
            background: url('../images/square_gray.gif') no-repeat scroll left 13px;
        }
        .barevnice .colors ul {
            margin: 0 0 0 0px;
            line-height: 28px;
            }
            .barevnice .colors ul li {
                display: block;
                float: left;
                width: 28px;
                width: 46px;
                height: 28px;
                height: 46px;
                position: relative;
                background: url('../images/colors_bg.gif') no-repeat scroll left top;
            }
            .barevnice .colors ul li.bila {
                background-image: url('../images/colors_white.gif');
            }
            .barevnice .colors ul li.empty {
                background: none;
                }
                .barevnice .colors ul li span {
                    display: block;
                    position: relative;
                    left: 1px;
                    top: 1px;
                    width: 24px;
                    height: 24px;
                    cursor: pointer;
                }
    
.orderlist {
    margin: 10px 50px 0 50px;
    }
    .orderlist table {
        width: 100%;
    }
    .orderlist table tr td {
        min-height: 35px;
        padding: 12px 10px 13px 10px;
        line-height: 22px;
    }
    .orderlist table thead tr td {
        padding: 6px 10px;
        line-height: 14px;
        color: #eb8022;
    }
    .orderlist table tbody tr.even td {
        background-color: #f6f6f6;
    }
    .orderlist table thead tr td.c,
    .orderlist table tbody tr td.c {
        text-align: center;
    }
    .orderlist table thead tr td.r,
    .orderlist table tfoot tr td.r,
    .orderlist table tbody tr td.r {
        text-align: right;
    }
    .orderlist table tbody tr:hover td {
        background-color: #fca052;
    }
    
.cms-articles-list {
    margin: 35px 54px 0 48px;
    }
    .cms-articles-list span.dotsh {
        margin: 20px 0 0 8px;
        display: block;
        height: 16px;
    }
    .cms-articles-list .article {
        overflow: hidden;
        padding: 5px 0;
        }
        .cms-articles-list .article span.art {
            display: block;
            position: relative;
            overflow: hidden;
            float: left;
            width: 258px;
            height: 154px;
            background: url('../images/cms_article_art_bg.gif') no-repeat scroll left top;
            }
            .cms-articles-list .article span.art.nobg {
                background: none;
            }
            .cms-articles-list .article span.art a:link,
            .cms-articles-list .article span.art a:visited {
                display: block;
                position: relative;
                left: 9px;
                top: 9px;
                overflow: hidden;
                text-align: left;
                width: 241px;
                height: 136px;
            }
        .cms-articles-list .article h2 {
            margin: 10px 0 0 274px;
            line-height: 24px;
            }
            .cms-articles-list .article h2 a:link,
            .cms-articles-list .article h2 a:visited {
                font-size: 18px;
                font-weight: normal;
                color: #ef8222;
            }
        .cms-articles-list .article p {
            margin: 4px 10px 0 274px;
            line-height: 25px;
            text-align: justify;
            font-size: 13px;
            color: #1c1c1c;
            }
            .cms-articles-list .article p span.hl {
                color: #ef8222;
                text-decoration: underline;
            }
        .cms-articles-list .article a.more:link,
        .cms-articles-list .article a.more:visited {
            display: block;
            margin: 10px 0 0 720px;
            padding-right: 12px;
            line-height: 20px;
            text-align: right;
            font-size: 13px;
            font-weight: bold;
            color: #1c1c1c;
            background: url('../images/raquo_orange.gif') no-repeat scroll right 8px;
        }

.cms-article {
    margin: 35px 0 0 0;
    padding-bottom: 20px;
    }
    .cms-article h2 {
        clear: both;
        margin: 30px 56px 0 54px;
    }
    .cms-article h3 {
    }
    .cms-article p {
        line-height: 25px;
        font-size: 14px;
        text-align: justify;
        color: #2c1309;
        }
        .cms-article p a:link,
        .cms-article p a:visited {
            font-size: 14px;
            color: #2c1309;
            font-weight: bold;
        }
    .cms-article p.center {
        text-align: center;
    }
    .cms-article p.sign {
        clear: both;
        padding-top: 30px;
        font-size: 11px;
        text-align: right;
    }
    .cms-article ul {
        }
        .cms-article ul li {
            padding: 0 0 0 35px;
            line-height: 25px;
            font-size: 14px;
            color: #2c1309;
            background: url('../images/square_green.gif') no-repeat scroll 20px 10px;
            }
            .cms-article ul li a:link,
            .cms-article ul li a:visited {
                font-size: 14px;
                font-weight: bold;
                color: #2c1309;
                text-decoration: underline;
            }
            .cms-article ul li a:hover {
                text-decoration: none;
            }

.message-board {
    margin: 0px 54px 0 56px;
    padding: 10px 0 20px 0;
    background: url('../images/dots_h.gif') repeat-x scroll left top;    
    }
    .message-board .messages {
        margin-top: 20px;
    }
    .message-board h2.h3 {
        margin: 0;
        padding-bottom: 10px;
        background: url('../images/dots_h.gif') repeat-x scroll left bottom;    
    }
    .message-form {
        margin: 4px 0 0 0;
        padding-bottom: 10px;
        width: 100%;
        height: auto;
        overflow: hidden;
        background: url('../images/dots_h.gif') repeat-x scroll left bottom;
        }
        .message-form .tab {
            margin: 2px 0 0 0;
            background: url('../images/message_form.gif') no-repeat scroll right 15px;
            }
            .message-form textarea.text {
                background-color: #f1f1f1;
            }
            .message-form .tab table {
                width: 100%;
                }
                .message-form .tab table td {
                    padding-left: 0px;
                    height: 60px;
                    line-height: 60px;
                    text-align: left;
                    vertical-align: middle;
                }
                .message-form .tab table td.name,
                .message-form .tab table td.email,
                .message-form .tab table td.phone {
                    /*text-align: center;*/
                }
                .message-form .tab table td.name { width:23%; }
                .message-form .tab table td.email { width:26%; }
                .message-form .tab table td.name input,
                .message-form .tab table td.email input,
                .message-form .tab table td.phone input {
                }
                .message-form .tab table td.textarea {
                    padding: 18px 0 15px 0;
                    }
                    .message-form .tab table td textarea {
                        padding: 0;
                        width: 380px;
                        height: 140px;
                        overflow: hidden;
                        border-width: 0;
                        background: transparent;
                    }
                .message-form .tab table tr td.capit-chars {
                    padding: 0 16px;
                    height: 60px;
                    line-height: 25px;
                    text-align: left;
                    }
                    .message-form .tab table tr.capit td span.hint {
                        font-size: 12px;
                    }
                    .message-form .tab table tr td.capit-chars span.capit {
                        display: block;
                        text-align: left;
                        font-size: 13px;
                        letter-spacing: 1px;
                        color: #727272;
                    }
                    .message-form .tab table tr td.capit-chars span.hint .marked,
                    .message-form .tab table tr td.capit-chars span.capit .marked {
                        font-weight: bold;
                        color: #114c9b;
                        }
                        .message-form .tab table tr td input.submit {
                            width: 123px;
                            height: 32px;
                            line-height: 32px;
                            text-align: center;
                            font-size: 13px;
                            font-weight: bold;
                            vertical-align: middle;
                            color: #fff;
                            background: #000;
                            border-width: 0;
                            cursor: pointer;
                        }
    .message-board .list {
        margin: 1px 0 0 0;
        padding-top: 20px;
        overflow: hidden;
        background: url('../images/message_list_bg.png') no-repeat scroll left top;
        }
        .message-board .list > div {
            margin-top: 22px;
        }
        .message-board .list > div:first-child {
            margin-top: 0;
            }
            .message-board .list ul {
                display: block;
                padding: 0 0 5px 30px;
                }
                .message-board .list ul li {
                    display: inline;
                    height: 20px;
                    line-height: 20px;
                    font-family: Tahoma;
                    font-size: 12px;
                    color: #1c1c1c;
                }
                .message-board .list ul li.spacer {
                    margin: 0 15px;
                }
            .message-board .list span.border-top,
            .message-board .list span.border-bottom {
                display: block;
                height: 7px;
                line-height: 1px;
                font-size: 1px;
            }
            .message-board .list .text {
                padding: 4px 28px;
                }
                .message-board .list .text p {
                    margin: 0;
                    height: auto;
                    overflow: hidden;
                    line-height: 26px;
                    text-align: justify;
                    font-family: Tahoma;
                    font-size: 12px;
                    color: #1c1c1c;
                }
            .message-board .list .gray ul                  { background: url('../images/message_gray_arrow.gif') no-repeat scroll 28px bottom; }
            .message-board .list .gray ul li               { color: #1c1c1c; }
            .message-board .list .gray span.border-top     { background: url('../images/message_gray_top.gif') no-repeat scroll left top; }
            .message-board .list .gray span.border-bottom  { background: url('../images/message_gray_bottom.gif') no-repeat scroll left top; }
            .message-board .list .gray .text               { background-color: #f1f1f1; }
            .message-board .list .gray .text p             { color: #1c1c1c; }
            .message-board .list .orange ul                  { background: url('../images/message_orange_arrow.gif') no-repeat scroll 28px bottom; }
            .message-board .list .orange ul li.autor strong  { color: #ef8271; }
            .message-board .list .orange span.border-top     { background: url('../images/message_orange_top.gif') no-repeat scroll left top; }
            .message-board .list .orange span.border-bottom  { background: url('../images/message_orange_bottom.gif') no-repeat scroll left top; }
            .message-board .list .orange .text               { background-color: #ffeddd; }
            .message-board .list .orange .text p             { color: #1c1c1c; }


.sitemap {
    }
    .sitemap h2 {
    }
    .sitemap h3 {
        margin-left: 80px;
        margin-top: 30px;
    }
    .sitemap ul.square-black {
        margin-left: 105px;
        margin-top: 10px;
    }

/***************** Notifications ****************/
#notifications {
    position: fixed;
    z-index: 999990;
    top: 1em;
    right: 1em;
    width: 20em;
    }
    #notifications li {
        position: relative;
        background: url(../images/old-browsers-bg/black80.png);
        background: rgba(0, 0, 0, 0.8);
        padding: 1.25em;
        color: white;
        margin-bottom: 1em;
        -moz-border-radius: 0.417em;
        -webkit-border-radius: 0.417em;
        border-radius: 0.417em;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        }
        #notifications li span.warning,
        #notifications li span.error,
        #notifications li span.loading,
        #notifications li span.success {
            display: block;
            line-height: 16px;
            padding-left: 22px;
            background-repeat: no-repeat;
            background-position: 0 1px;
        }
        #notifications li span.warning {
            background-image: url(../images/icons/fugue/balloon.png);
        }
        #notifications li span.error {
            background-image: url(../images/icons/fugue/cross-circle.png);
        }
        #notifications li span.loading {
            background-image: url(../images/info-loader.gif);
        }
        #notifications li span.success {
            background-image: url(../images/icons/fugue/tick-circle.png);
        }

#paragraph-highlight-box {
    position: absolute;
    border: 1px solid #ccc;
    background: #262626;
    padding: 5px;
    display: none;
    color: #fff;
}

#marathon {
    }
    #marathon p {
        padding-left: 44px;
        text-align: left;
        letter-spacing: 5px;
        }
        #marathon p img {
        border: 1px solid gray;
        padding: 1px;
            /*margin: 0 2px;*/
        }

