/* **
    1. Main settings + grid
    2. Header
    3. Forms, form elements
    4. Menu, nav
    5. Content - useful elements
    6. Footer
*/

/* 1. MAIN SETTINGS + GRID */
@font-face {
    font-family: robotoregular;
    src: url(/fonts/roboto/roboto-regular-webfont.eot);
    src: url(/fonts/roboto/roboto-regular-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/roboto/roboto-regular-webfont.woff2) format('woff2'), url(/fonts/roboto/roboto-regular-webfont.woff) format('woff'), url(/fonts/roboto/roboto-regular-webfont.ttf) format('truetype'), url(/fonts/roboto/roboto-regular-webfont.svg#robotoregular) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: robotolight;
    src: url(/fonts/roboto/roboto-light-webfont.eot);
    src: url(/fonts/roboto/roboto-light-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/roboto/roboto-light-webfont.woff2) format('woff2'), url(/fonts/roboto/roboto-light-webfont.woff) format('woff'), url(/fonts/roboto/roboto-light-webfont.ttf) format('truetype'), url(/fonts/roboto/roboto-light-webfont.svg#robotolight) format('svg');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: robotobold;
    src: url(/fonts/roboto/roboto-bold-webfont.eot);
    src: url(/fonts/roboto/roboto-bold-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/roboto/roboto-bold-webfont.woff2) format('woff2'), url(/fonts/roboto/roboto-bold-webfont.woff) format('woff'), url(/fonts/roboto/roboto-bold-webfont.ttf) format('truetype'), url(/fonts/roboto/roboto-bold-webfont.svg#robotobold) format('svg');
    font-weight: bold;
    font-style: normal;
}
html {
    height:100%;
    width: 100%;
}
body {
    position: relative;
    min-height:100%;
    min-width: 1000px;
    height: auto;
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-family: robotoregular, Arial, Helvetica, sans-serif;
}
    * {
        font-size: inherit;
        font-family: inherit; 
    }
        header, section, article, nav, aside {
            display: block;
        }
            .wn_wrapper {
                width: 1000px;
                margin: 0 auto;
            }


/* 2. HEADER */
.wn_header {
    display: block;
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
    background-color: #fff;
}
.wn_header_line {
    height: 60px;
}
    .wn_logoHeader {
        display: block;
        float: left;
        width: 220px;
        height: 60px;
        margin: 0;
        vertical-align: top;
        overflow: hidden;
        background: #f47920 url(/img/webnames/template/logo_header.png) 50% 50% no-repeat;
        text-indent: 100%;
        text-decoration: none;
        line-height: 0px;
    }
    .wn_langHeader {
        float: right;
        padding-top: 18px;
    }
        .wn_langEng, .wn_langRus {
            display: inline-block;
            padding-top: 2px;
            padding-bottom: 2px;
            font-size: 14px;
            line-height: 17px;
            color: #616366;
        }
        .wn_langEng {
            padding-right: 0px;
            padding-left: 10px;
        }
        .wn_langRus {
            padding-right: 10px;
            padding-left: 0px;
            border-right: 1px solid #636466;
        }
            a.wn_langEng, 
            a.wn_langRus {
                text-decoration: none;
            }
            a.wn_langEng:hover, 
            a.wn_langRus:hover {
                text-decoration: underline;
            }
            span.wn_langRus,
            span.wn_langEng {
                font-family: 'robotobold', Arial, Helvetica, sans-serif;
                font-weight: bold;
                color: #f47920;
            }

@media all and (min-width:1450px) {
    .wn_langHeader {
        position: absolute;
        left: 25px;
        top: 0;
        z-index: 110;
    }
    .wn_logoHeader {
        position: relative;
        z-index: 110;
    }

    .wn_header_line .wn_navHeader {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
        .wn_navHeader .wn_navHeader_list {
            width: 60%;
            margin-left: -250px;
            padding-left: 50%;
        }
            .wn_navHeader .wn_navHeader_block.wn_navHeader_hidden {
                display: inline-block;
            }

        .wn_header_line .wn_navHeader_fullmenuLink {
            position: absolute;
            left: 50%;
            margin-left: -580px;
            float: none;
            z-index: 50;
        }
}

@media all and (min-width:2000px) {
    .wn_header_line .wn_navHeader .wn_navHeader_list {
            width: 50%;
        }
}


/*contacts & auth & whois block in header*/
.wn_grayHeader {
    padding: 70px 0 10px;
    background: #efecea;
}
.wn_grayHeader_l1 {
    height: 55px;
}
.wn_grayHeader_l2 {
    height: 50px;
}

    .wn_icannLogo {
        display: inline-block;
        width: 220px;
        height: 50px;
        overflow: hidden;
        vertical-align: middle;
        text-indent: 100%;
        background: url(/img/webnames/template/icannlogo.png) 50% 50% no-repeat;
    }

    .wn_header-whois {
        display: inline-block;
        width: 340px;
        vertical-align: middle;
    }

    .wn_header-userBlock {
        display: inline-block;
        width: 260px;
        text-align: right;
    }
        .wn_header-userBlock_regLink {
            padding: 0 20px;
            font-size: 16px;
            color: #777977;
        }
        .wn_header-userBlock_logoutLink {
            padding: 0 0 0 20px;
            font-size: 16px;
            color: #777977;
        }
        .wn_header-userBlock .wn_button_small-orange {
            padding-left: 20px;
            padding-right: 20px;
        }
        .wn_header-userinfo {
            color: #777977;
        }
            .wn_header-username {
                color: #777977;
                text-decoration: none;
                font-weight: bold;
                font-family: 'robotobold', Arial, Helvetica, sans-serif;
            }
                .wn_header-username:hover {
                    text-decoration: underline;
                }

.wn_header-address {
    display: inline-block;
    vertical-align: middle;
}
    .wn_header-address_blueText {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        font-family: 'robotobold', Arial, Helvetica, sans-serif;
        color: #71b5e2;
    }
    .wn_header-address_icon {
        width: 45px;
        height: 45px;
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle;
        fill: #f47920;
    }
        .wn_header-address_contact,
        .wn_header-address_mail,
        .wn_header-address_phone {
            vertical-align: middle;
            font-size: 16px;
            font-family: 'robotobold', Arial, Helvetica, sans-serif;
            color: #787978;
        }
        .wn_header-address_mail {
            text-decoration: none;
        }
            .no-svg .wn_header-address_icon {
                display: none;
            }
            .no-svg .wn_header-address_mail,
            .no-svg .wn_header-address_phone {
                display: inline-block;
                line-height: 45px;
                height: 45px;
                padding-left: 50px;
            }
            .no-svg .wn_header-address_mail {
                background: url(/img/webnames/template/ie_header-address_mail.png) 10px 50% no-repeat;
            }
            .no-svg .wn_header-address_phone {
                background: url(/img/webnames/template/ie_header-address_phone.png) 10px 50% no-repeat;
            }
/*
    .wn_header-socnet {
        display: inline-block;
        vertical-align: middle;
        text-align: right;
    }
        .wn_header-socnet_link {
            display: inline-block;
            padding: 3px;
            margin: 0 4px;
            width: 18px;
            height: 18px;
            vertical-align: middle;
    -webkit-border-radius: 50%;
            border-radius: 50%;
            background-color: #f47920;
        }
            .wn_header-socnet_icon {
                width: 18px;
                height: 18px;
                fill: #fff;
            }
            .no-svg .wn_header-socnet_icon {
                display: none;
            }
            .no-svg .wn_header-socnet_link.icon_fb {
                background: #f47920 url(/img/webnames/template/ie_icon_fb.png) 50% 50% no-repeat;
            }
            .no-svg .wn_header-socnet_link.icon_vk {
                background: #f47920 url(/img/webnames/template/ie_icon_vk.png) 50% 50% no-repeat;
            }
            .no-svg .wn_header-socnet_link.icon_tw {
                background: #f47920 url(/img/webnames/template/ie_icon_tw.png) 50% 50% no-repeat;
            }
            .no-svg .wn_header-socnet_link.icon_utybe {
                background: #f47920 url(/img/webnames/template/ie_icon_utybe.png) 50% 50% no-repeat;
            }
*/
    .wn_header_l2-2 {
        display: inline-block;
        vertical-align: middle;
        text-align: right;
    }
        .wn_header-socnet-login_text {
            padding: 0 10px;
            font-size: 16px;
            color: #777977;
            text-decoration: underline;
        }
        .wn_header-socnet-login_wm,
        .wn_header-socnet-login_vk,
        .wn_header-socnet-login_fb {
            display: inline-block;
            margin: 0 0 0 5px;
            width: 22px;
            height: 22px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
            vertical-align: middle;
            text-align: center;
        }
        .wn_header-socnet-login_vk {
            background: #376d94;
        }
        .wn_header-socnet-login_fb {
            background: #295c9d;
        }
            .wn_header-socnet-login_icon-wm {
                width: 22px;
                height: 22px;
                fill: #006ab4;
            }
            .wn_header-socnet-login_icon {
                width: 14px;
                height: 14px;
                fill: #fff;
            }

    .wn_header_full-umoney-icon, .wn_header_empty-umoney-icon,
    .wn_header_full-cart-icon, .wn_header_empty-cart-icon {
        display: inline-block;
        vertical-align: top;
        line-height: 25px;
        padding: 8px 15px 0px 50px;
        margin-top: -15px;
        color: #d2262d;
        text-decoration: none;
        font-family: 'robotobold', Arial, Helvetica, sans-serif;
        font-weight: bold;
        background-image: url(/img/webnames/template/carticons.png);
        background-repeat: no-repeat; 
    }
    .wn_header_full-umoney-icon {
        background-position: 0 0;
    }
    .wn_header_empty-umoney-icon {
        background-position: 0 -50px;
    }
    .wn_header_full-cart-icon {
        background-position: 0 -100px;
    }
    .wn_header_empty-cart-icon {
        background-position: 0 -150px;
    }
        .wn_header_full-umoney-icon:hover, .wn_header_empty-umoney-icon:hover,
        .wn_header_full-cart-icon:hover, .wn_header_empty-cart-icon:hover {
            text-decoration: underline;
        }

/* 3. MENU, NAV */
    /*top menu*/
    .wn_navHeader {
        float: left;
        width: 600px;
        height: 60px;
        padding: 0;
    }
        .wn_navHeader_list {
            margin: 0;
            list-style-type: none;
            text-align: justify;
        }
        .wn_navHeader_list:after {
            content: '';
            display: inline-block;
            width: 100%;
            height: 1px;
        }
            .wn_navHeader_block {
                display: inline-block;
                margin: 0;
                padding: 0;
                height: 59px;
            }
            .wn_navHeader_block.wn_navHeader_hidden {
               display: none; 
            }
                .wn_navHeader_link {
                    display: block;
                    position: relative;
                    font-size: 14px;
                    line-height: 60px;
                    font-family: 'robotobold', Arial, Helvetica, sans-serif;
                    font-weight: bold;
                    vertical-align: middle;
                    color: #616366;
                    text-decoration: none;
                    text-transform: uppercase;
                }
                    .wn_navHeader_link:hover {
                        text-decoration: underline;
                    }
                .wn_navHeader_link.wn_navHeader_activeLink,
                .wn_navHeader_link.wn_navHeader_activeLink:hover {
                    color: #f47920;
                    text-decoration: none;
                    cursor: default;
                }

            .wn_navHeader_submenu {
                display: none;
                text-align: left;
                position: absolute;
                left: 0;
                z-index: 100;
                top: 60px;
                width: 100%;
                padding-top: 40px;
                background-color: #231f20;
                background-color: rgba(31,28,27,0.95);
            }
                .wn_navHeader_block.wn_navHeader_block-active .wn_navHeader_link:after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    z-index: 100;
                    display: block;
                    width: 0px;
                    height: 0px;
                    margin-left: -8px;
                    border-bottom: 8px solid #231f20;
                    border-top: 0px solid transparent;
                    border-right: 8px solid transparent;
                    border-left: 8px solid transparent;
                }
                    .wn_menu_columns {
                        overflow: hidden;
                        zoom: 1;
                        padding-bottom: 10px;
                    }
                    .wn_menu_column_1,
                    .wn_menu_column_2,
                    .wn_menu_column_3 {
                        width: 300px;
                        float: left;
                    }
                    .wn_menu_column_1,
                    .wn_menu_column_2 {
                        padding-right: 40px;
                    }
                        .wn_navHeader_list .wn_submenu_block {
                            padding-bottom: 40px;
                        }
                        .wn_navHeader_list .wn_menuHeaderGreen .wn_submenu_block {
                            padding-bottom: 0px;
                        }
                            .wn_navHeader_list .wn_submenu_title {
                                margin: 0;
                                padding: 0 0 8px;
                                font-family: 'robotobold', Arial, Helvetica, sans-serif;
                                font-weight: bold;
                                color: #fff;
                                font-size: 20px;
                            }
                            .wn_navHeader_list .wn_submenu_link {
                                position: relative;
                                display: block;
                                padding: 8px 0 8px 12px;
                                color: #dcddde;
                                font-size: 16px;
                                line-height: 24px;
                                text-decoration: none;
                            }
                                .wn_navHeader_list .wn_submenu_link:hover {
                                    text-decoration: underline;
                                }
                                .wn_navHeader_list .wn_submenu_link:before {
                                    content: '';
                                    position: absolute;
                                    display: block;
                                    left: 0;
                                    top: 18px;
                                    width: 4px;
                                    height: 4px;
                                    background-color: #dcddde;
                            -webkit-border-radius: 50%;
                                    border-radius: 50%;
                                    text-decoration: none;
                                }
                        /* green line in menu */
                        .wn_menuHeaderGreen .wn_submenu_title {
                            margin: 0 auto;
                            position: relative;
                            width: 1000px;
                            padding-bottom: 20px;
                        }
                        .wn_menuHeaderGreen .wn_submenu_title:after {
                            content: '';
                            position: absolute;
                            bottom: 0;
                            left: 35px;
                            z-index: 100;
                            display: block;
                            width: 0px;
                            height: 0px;
                            border-bottom: 8px solid #76b83f;
                            border-top: 0px solid transparent;
                            border-right: 8px solid transparent;
                            border-left: 8px solid transparent;
                        }
                            .wn_menuHeaderGreen_line {
                                width: 100%;
                                position: relative;
                                height: 86px;
                                background-color: #76b83f;
                            }
                                .wn_menuHeaderGreen_line .wn_submenu_link {
                                    display: inline-block;
                                    padding-right: 70px;
                                    color: #fff;
                                    font-size: 20px;
                                    line-height: 70px;
                                    text-transform: uppercase;
                                }
                                    .wn_menuHeaderGreen_line .wn_submenu_link:before {
                                        top: 42px;
                                        background-color: #fff;
                                    }
                        /*\green line in menu */
    /*sitemap menu*/
    .wn_navHeader_fullmenuLink {
        position: relative;
        display: block;
        float: left;
        width: 46px;
        height: 12px;
        padding: 7px 20px 41px;
        text-align: center;
        color: #636466;
        text-decoration: none;
        font-size: 12px;
        line-height: 12px;
    }
        .wn_navHeader_fullmenuLink:before {
            content: '';
            position: absolute;
            bottom: 18px;
            left: 50%;
            margin-left: -12px;
            width: 24px;
            height: 12px;
            border-top: 4px solid #636466;
            border-bottom: 4px solid #636466;
        }
        .wn_navHeader_fullmenuLink:after {
            content: '';
            position: absolute;
            bottom: 26px;
            left: 50%;
            margin-left: -12px;
            width: 24px;
            height: 4px;
            background: #636466;
        }

.wn_sitemap {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background: #231f20;
    background: rgba(35,31,32,0.9);
}
    .wn_sitemap_top_line {
        width: 100%;
        height: 60px;
        background: #f47920;
    }
        .wn_lang-sitemap {
            display: none;
        }
            .wn_navSitemap_fullmenuLink {
                display: none;
            }

@media all and (min-width:1450px) {
        .wn_lang-sitemap {
            display: block;
            position: absolute;
            left: 25px;
            top: 18px;
        }
        .wn_sitemap_langEng, .wn_sitemap_langRus {
            display: inline-block;
            padding-top: 2px;
            padding-bottom: 2px;
            font-size: 14px;
            line-height: 17px;
            color: #fff;
        }
        .wn_sitemap_langRus {
            padding-right: 10px;
            padding-left: 0px;
            border-right: 1px solid #fff;
        }
        .wn_sitemap_langEng {
            padding-left: 10px;
        }
}

@media all and (min-width:1150px) {
        .wn_navSitemap_fullmenuLink {
            position: relative;
            display: block;
            float: left;
            margin-left: -75px;
            width: 46px;
            height: 12px;
            padding: 7px 20px 41px;
            text-align: center;
            color: #fff;
            text-decoration: none;
            font-size: 12px;
            line-height: 12px;
        }
            .wn_navSitemap_fullmenuLink:before {
                content: '';
                position: absolute;
                bottom: 18px;
                left: 50%;
                margin-left: -12px;
                width: 24px;
                height: 12px;
                border-top: 4px solid #fff;
                border-bottom: 4px solid #fff;
            }
            .wn_navSitemap_fullmenuLink:after {
                content: '';
                position: absolute;
                bottom: 26px;
                left: 50%;
                margin-left: -12px;
                width: 24px;
                height: 4px;
                background: #fff;
            }
}

        .wn_sitemap-address {
            display: inline-block;
            vertical-align: top;
            padding: 14px 0;
            height: 32px;
            line-height: 32px;
            font-size: 18px;
            color: #fff;
            text-align: right;
        }
            .wn_sitemap-address_orangeText {
                font-weight: bold;
                font-family: 'robotobold', Arial, Helvetica, sans-serif;
                color: #fbd0b1;
            }
                .wn_sitemap-address_mail {
                    color: #fff;
                    text-decoration: none;
                }

                .wn_sitemap-address_icon {
                    width: 32px;
                    height: 32px;
                    margin: 0 10px;
                    vertical-align: middle;
                    fill: #fff;
                }

    .wn_sitemap-close {
        position: absolute;
        z-index: 1100;
        top: 87px;
        right: 30px;
        width: 37px;
        height: 37px;
        cursor: pointer;
    }
        .wn_sitemap-close_icon {
            width: 37px;
            height: 37px;
            fill: #fff;
        }
    .no-svg .wn_sitemap-close {
        background: url(/img/webnames/template/ie_sitemap-close_icon.png) 50% 50% no-repeat;
    }
        .no-svg .wn_sitemap-close_icon {
            display: none;
        }
.wn_sitemap .wn_wrapper {
    position: relative;
}
    .wn_sitemap_show-all {
        position: absolute;
        top: 45px;
        z-index: 10;
    }
        .wn_sitemap_show-all a {
            color: #fff;
        }
        .wn_sitemap_show-all_icon {
            display: inline-block;
            vertical-align: middle;
            width: 19px;
            height: 14px;
            background-image: url(/img/webnames/template/sitemap_arrows.png);
        }
            .wn_sitemap_closed .wn_sitemap_show-all_icon {
                background-position: 50% -80px;
            }
            .wn_sitemap_opened .wn_sitemap_show-all_icon {
                background-position: 50% -40px;
            }

    .wn_sitemap_list {
        padding-top: 110px;
        float: left;
        width: 33.3%;
        margin-top: 0;
        margin-bottom: 0;
        list-style-type: none;
    }
    .wn_sitemap_list.sitemap_2padding {
        width: 36.6%;
    }
    .wn_sitemap_list.sitemap_no-padding {
        width: 30%;
    }

        .wn_sitemap_list > li {
            padding-right: 7%;
            margin-top: 0;
        }
        .wn_sitemap_list.sitemap_no-padding > li {
            padding-right: 0;
        }
            .wn_sitemap_submenu,
            .wn_sitemap_submenu-hidden {
                list-style-type: none;
                margin: 0;
                padding: 0;
            }
            .wn_sitemap_submenu {
                padding-bottom: 30px;
            }
            .wn_sitemap_submenu-hidden {
                display: none;
                padding-right: 25px;
            }

            .wn_sitemap_top-title {
                margin: 0;
                padding: 0 0 9px;
            }
                .wn_sitemap_top-link {
                    font-size: 30px;
                    font-weight: bold;
                    font-family: 'robotobold', Arial, Helvetica, sans-serif;
                    color: #b1b3b6;
                }

                .wn_sitemap_submenu_link,
                .wn_sitemap_submenu_title {
                    font-size: 18px;
                    color: #b1b3b6;
                    font-weight: normal;
                }
                .wn_sitemap_submenu_title {
                    display: inline-block;
                    margin: 0;
                    padding: 5px 0;
                    cursor: pointer;
                }

                    .wn_sitemap_showMenu-icon {
                        display: inline-block;
                        vertical-align: middle;
                        width: 19px;
                        height: 19px;
                        margin-left: 5px;
                        background-image: url(/img/webnames/template/sitemap_arrows.png);
                        background-repeat: no-repeat;
                -webkit-border-radius: 50%;
                        border-radius: 50%;
                        border: 2px solid #b1b3b6;
                    }
                        .wn_sitemap_submenu_title.closed .wn_sitemap_showMenu-icon {
                            background-position: 50% 100%;
                        }
                        .wn_sitemap_submenu_title.opened .wn_sitemap_showMenu-icon {
                            background-position: 50% 0%;
                        }
                    .wn_sitemap_submenu_link-wrap {
                        margin: 0 0 0 10px;
                        padding: 5px 0 5px 12px;
                        position: relative;
                    }
                        .wn_sitemap_submenu_link-wrap:before {
                            content: '•';
                            display: block;
                            position: absolute;
                            left: 0;
                            top: 5px;
                            font-size: 18px;
                            color: #b1b3b6;
                        }

    /*bottom menu*/
    .wn_mp_grayMenuLine {
        padding: 45px 0;
        clear: both;
        background: #efecea;
    }
        .wn_menu-bottom {
            margin: 0 auto;
            list-style-type: none;
        }
            .wn_menu-bottom li {
                display: inline-block;
                padding: 2px 12px;
                border-right: 1px solid #636466;
            }
            .wn_menu-bottom li.wn_menu-last {
                border-right: none;
            }
                .wn_menu-bottom a {
                    font-size: 0.9em;
                    color: #636466;
                    text-decoration: none;
                    text-transform: uppercase;
                }
                    .wn_menu-bottom a:hover {
                        text-decoration: underline;
                    }

    /*bottom menu*/

/* 4. CONTENT - USEFUL ELEMENTS */

.wn_content {
    padding: 40px 0;
    min-height: 400px;
}

pre {
    font-size: 1.1em;
    font-family: Courier, 'Courier New', monospace; 
    white-space: pre-wrap;
}
    pre a { font-family: Courier, 'Courier New', monospace; }

button {
    border:none;
    margin: 0;
    padding:0;
}

.inlineBlock {
    display: inline;
    display: inline-block;
}

.centered {
    text-align: center;
}

.justyfyLine,
.justyfy {
    text-align: justify;
}

.justyfyLine:after,
.justyfy:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
}


/* 5. FORMS, FORM ELEMENTS */

.wn_textInput {
    display: inline-block;
    padding: 6px 10px;
    vertical-align: middle;
    background-color: #fff;
    font-size: 16px;
    line-height: 18px;
    border: none;
    outline: none;
}

.wn_button_small-orange {
    display: inline-block;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    background-color: #f47920;
    cursor: pointer;
    text-decoration: none;
}

.wn_button_big-rounded-orange {
    margin: 0 auto;
    display: inline-block;
    padding: 15px 40px;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    background-color: #f47920;
    text-decoration: none;
    border: none;
-webkit-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
}

.wn_button_big-transparent {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    line-height: 56px;
    height: 56px;
    font-size: 24px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
-webkit-border-radius: 30px;
    border-radius: 30px; 
    text-decoration: none; 
    cursor: pointer;  
}

.wn_button_small-transparent {
    display: inline-block;
    vertical-align: middle;
    padding: 0 24px;
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
-webkit-border-radius: 20px;
    border-radius: 20px; 
    text-decoration: none; 
    cursor: pointer;  
}

/* 6. FOOTER */
.wn_footer {
    padding: 20px 0 45px;
    background: #fff;
    text-align: center;
}
    .wn_footer p {
        margin: 10px auto 15px;
        padding: 0;
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #636466;
    }
    .wn_footer .wn_wrapper .wn_footer_copyright_text {
        margin-bottom: 20px;
    }
    .wn_footer a {
        color: #636466;
    }

    .wn_footer_counters {
        padding: 20px 0;
    }
        .wn_footer_counters a {
            display: inline-block;
            margin: 0 5px;
            vertical-align: middle;
        }
















#all {
    color: #222;
    width:1000px;
    margin:0px auto;
    position:relative;
    font-size: 10pt;
    font-family: Arial, Tahoma, Verdana, sans-serif; 
    background: url(/img/lmenu_bgr.gif) repeat-y;
}

#all {height: auto; min-height: 100%;}

#empty {
    height: 110px;
    width: 100%;
}

CODE {
    font-size: 1.1em;
}
FORM {
    margin:0px;
    padding: 0px;
}
INPUT[type="text"], .authreg INPUT[type="password"] {
/*    background: white;*/
}
SELECT, TEXTAREA {
    background: white;
    color: black;
}
.breakWord {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: pre;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    white-space: pre\9; /* IE7+ */
-ms-word-break: break-all; 
    word-break: break-all;
}
IMG {
    border:none;
}
TABLE {
    border-collapse: collapse;
/*    width:100%;*/
    margin-top: 10px;
}
TR:hover {
    background: #f8f8f8;
}
TABLE.noh TR:hover {
    background:none !important;
}

TD {
    padding: 5px 10px;
    border-bottom: solid 1px #D6D6D6;
    color: #222;
    margin: 0;
}
    .noborder_table td {
        border-bottom: none;
        padding-left: 0px;
    }
    .likeTableBorder {
        border-top: none;
        border-left: none;
        border-bottom: none;
        border-bottom: solid 1px #D6D6D6;
        background-color: transparent;
    }
caption, TH {
    margin: 0;
    padding: 7px 10px;
    font-weight: normal;
    color: #212121;
    border-bottom: solid 2px #FF8801;
    border-left: solid 1px white;
    background: #F5F5F5;
    text-align: left;
    background: #E7E7E7;
    white-space:nowrap;
}
TH:first-child {
    border-left: none;
}
TFOOT {
    border-top: solid 2px #FF8801;
    background: #F5F5F5;
}
TFOOT TD {
    border-left: solid 1px white;
}
.gray TD {
    background: #e8e8e8;
}

TFOOT.bold {
    border-top: none;
    background: white;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

TFOOT.bold TD {
/*    border-left: solid 1px black;*/
}

.noborder TH,
TH.noborder {
    border-bottom: solid 1px white;
}

A {
    color: #FF6411;
    text-decoration: underline;
}
/*A:hover {*/
/*    color: #ff8508;*/
/*}*/
A:active,
A:visited {
    outline:none;
}

UL {
    margin:10px 0px;
    list-style-type:square;
}
    .webnames_listMargin {
        margin-left: 20px;
    }
    .webnames_listMarginDbl {
        margin-left: 40px;
    }
LI {
    margin:0px;
    margin-bottom:10px;
}

H1 {
    color: black;
    font-size: 2.3em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: solid 2px #FF8801;
    margin-bottom: 10px;
}

H2 {
    color: black;
    font-size: 1.7em;
    font-weight: normal;
    margin: 15px 0px 15px 0px;
}
H3 {
    color: black;
    font-size: 1.3em;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 20px 0px 10px 0px;
}
#all_tld_groups h3 {
    font-size: 1.2em;
}
h3 a {
    color: #000;
    text-decoration: none;
}
h3 a:hover {
    text-decoration: underline;
}
H4 {
    color: black;
    font-size: 1.1em;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 15px 0px;
}

INPUT {
    color: black;
    font-size: 12px;
    padding: 2px;
}
TEXTAREA {
    color: black;
    background: white;
    font-size: 1em;
    padding: 2px;
}

P {
    margin: 10px 0px;
}

DL {
    margin: 20px 0px 10px 0px;
}
DT {
    margin:5px 0;
    padding:0;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-weight: bold;
}
DD {
    margin:0;
    padding:0;
    margin-left:22px;
    margin-bottom:20px;
    margin-top:7px;
}
A.hidden {
    color: black;
    text-decoration: none;
}

#footer {
    width: 100%;
    position: absolute;
    bottom:0px;
    left:0px;
    background: white;
    padding-top:15px;
}

#footer * {
    color: #666666;
}

#footcon {
    border-top: solid 1px #B2B2B2;
    margin: 0px 0px 15px 0px;
    padding-top: 10px;
    text-align: center;
}

#empty_main {
    height: 10px;
}

#footermain {
}

#footnote {
    width: 1000px;
    margin:0 auto;
    padding:5px 0 10px;
    text-align: center;
}
#footnote H1 {
    color: black;
    font-size: 12px;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 10px 0 0 0 ;
    padding: 0;
    padding-bottom: 5px;
    border:none;
}
#footnote P {
    font-size:11px;
    margin: 2px 0 10px;
}
#footnote .copyrightBlock {
    margin-top:10px; 
    padding-top: 10px;
    border-top: solid 1px #b2b2b2;
}

#pcmag {
    display: inline;
    margin-top: -5px;
    padding: 0px 0px 5px 10px;
}
    #pcmag img {
        vertical-align: middle;
    }


#bigbanner {
    width: 680px;
    height: 280px;
}
#bigbanner .item IMG {
    width: 680px;
}



#bulletNav {
    position:absolute;
    bottom: 0px;
    z-index: 5;
    width: 100%;
    text-align: center;
}
#bulletNav A {
    text-decoration:none;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(/img/icns/slider_ikons.png) 0 0 no-repeat;
}
#bulletNav .active a, #bulletNav a:hover {
    background: url(/img/icns/slider_ikons.png) 100% 0 no-repeat;
}
#bulletNav UL {
    margin:0 auto;
    padding:0;
}
#bulletNav LI {
    margin:0px 3px;
    padding:0px;
}

#whois_wrapper {
    padding: 9px 0px 15px 0px;
}
#whoisline {
    background: url(/img/bg_gray.gif) repeat-x #E8E8E8;
    position:relative;
    width:100%;
    height:41px;
}
#whoistext {
    background: white;
}

#userarea {
    padding-left: 5px;
    padding-top: 12px;
    float:left;
}


#whois {
    height: 41px;
    color: black;
    position:absolute;
    right: 0px;
    top: 0px;
}
#whois * {
    position:relative;
}

#whoisform {
    height: 41px;
    background: url(/img/bg_whois.gif) no-repeat top left;
    padding-left: 50px;

    float:right;
    margin-right: 105px;
    white-space:nowrap;
    vertical-align:middle;
/*    padding-top:10px;*/
}

#whoisform DIV {
    margin-top: 10px;
}

#whois_btn {
    position:absolute;
    top:0px;
    right:0px;
    background: url(/img/bg_whoisbtn.png) repeat-x #BFBFBF;
    height: 41px;
    padding: 0px 15px;
}
#mask {
    position: absolute;
    top:0px;
    left:0px;
    background: white url(/img/bg.gif) repeat-x;
    width:202px;
    height:133px;
}


.rbtn {
    color: black;
    font-size: 12px;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
/*    background: url(/img/b_whois.gif) no-repeat;*/
/*    width: 75px;*/
/*    border:none;*/
/*    padding:3px 15px 5px 15px;*/
/*    margin:0;*/
    padding: 0px 5px;
    margin-top: 10px;
    height: 21px;
    vertical-align: middle;
}

.linklogin {
    padding-left: 19px;
    background: url(/img/i_login.gif) no-repeat;
    margin: 20px 5px 0px 5px;
}
.linkreg {
    padding-left: 19px;
    background: url(/img/i_reg.gif) no-repeat;
    margin: 20px 5px 0px 5px;
}
.linkout {
    padding-left: 19px;
    background: url(/img/i_out.gif) no-repeat;
}
A.linkall {
    padding-left: 19px;
    background: url(/img/i_8.gif) no-repeat;
    color: black;
}
A.linkall2 {
    padding-left: 19px;
    background: url(/img/i_8.gif) no-repeat;
}
a.linkrss {
padding-left: 19px;
background: url('/img/rss.png') no-repeat;
}
#logo {
    position: absolute;
    top:25px;
    left:0px;
    width: 166px;
    height: 89px;
    background: url(/img/icann_logo.png) 0 100% no-repeat;
/*    border-bottom: solid 1px #FF9601;
    z-index:3; */
}
#logo_print {
    display:none;
}

#head {
    margin-left:175px;
    position: relative;
    height:93px;
    margin-bottom: 0px;
    z-index: 9;
}

#headmenu {
    top: 89px;
    left: 0px;
    z-index: 10;
    position: absolute;
}
#headmenu UL {
    list-style:none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#headmenu LI {
    /* color:white; */
    color: black;
    font-weight: normal;
    margin: 0px;
    padding: 2px 7px;
    padding-left: 0px;
    display:block;
    float:left;
}

#headmenu A {
/*    color: white;*/
/*    font-weight: bold;*/
/*    color: black;*/
    font-weight: normal;
}

#headuser {
    position:absolute;
    right:0px;
    top: 21px;
/*     width: 415px;*/
}
#inneruser {
    background: #feeec0;
    padding: 10px 0px 10px 15px;
    height:52px;
/*     width: 315px;*/
}

#headuser DIV {
    float:left;
    padding-right: 14px;
}
#headuser A {
    color:black;
    font-size: 12px;
}
#headuser BUTTON {
    width: 20px;
    height: 20px;
}
#headuser INPUT {
    border: solid 1px silver;
    background: white;
    font-size: 14px;
    width:160px;
}
#headuser P {
    margin: 2px 0px;
    padding: 0px;
}
#head_cart {
    color: #ff6411;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#head_cart A {
    text-decoration: none;
    color: #ff6411;
    font-size: 14px;
}

#lshad {
    background: url(/img/lshad.gif) top left no-repeat;
    height: 72px;
}
#rshad {
    background: url(/img/rshad.gif) top left no-repeat;
    height: 72px;
}


#oldc-mail {
    position:absolute; top:2px; left:105px; width:20px;z-index:100;
}
#oldc-mail A {
    display:block;
    width:15px;
    height:15px;
    padding-left: 0px;
    background: url(/img/iw_mail.gif) no-repeat !important;
}
A.linkmail {
    background: url(/img/i_mail.gif) no-repeat !important;
    padding-left: 20px;
}

#oldc-phone {
     position:absolute; top:6px; left:45px;z-index:100; width:365px;
}


A.linkphone {
    display:block;
    background: url(/img/iw_phone.gif) no-repeat !important;
}

#hidcontacts {
    position: absolute;
    top: 15px;
    left: -10px;
    background: #fae9bb;
    width: 500px;
    padding-bottom:10px;
    border: solid #c1c1c1 1px;
    z-index: 14;
    color: black;
    font-size:12px;
}

.phone_main, .phone_font { font-size: 10pt }

.phone_main {
    border-bottom:solid;
    border-width:1px;
    border-color:#d6d6d6;
}

.phone_city {
    width:60%;
    float:left;
    margin-left:10px;
}

#oldc-phone #hidcontacts {
    display:none;
}
#oldc-phone:hover #hidcontacts {
    display:block;
}

#search {
    position: absolute;
    top:15px;
    right: 20px;
}

#search * {
    vertical-align:middle;
}

.search_btn {
     padding:0;
}
#search span {
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
}
#searchtext {
    background: white;
}

.mleftmenu H4 {
    padding: 5px 0px 5px 0px !important;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    margin:0px 20px 3px 10px;
    font-size: 10pt;
}
.mleftmenu A {
	display: block;
    padding: 5px 0px 5px 10px !important;
    font-size: 10pt;
}
.mleftmenu .selected {
	color: black;
	text-decoration: none;
	background: #DDDDDD;
}

.clearMenu {
    width: 100%;
    clear: right;
}

#mainleft {
    width: 305px;
    float: left;
}

#maincontent {
    margin-top: 65px;
}
#maincontent #inner {
    float:none;
    margin-left:320px;
    padding:0px !important;
}
.mblock {
    margin-bottom:20px;
    float:left;
    width:100%;
}

* html .mblock {
   margin-right:-3px;
}

.mib {
    padding: 10px;
    position: relative;
}

.mib .regFormTabs {
    height: 40px;
}

.mib label {
    display: block;
    height: 17px;
}

.mib label, .mib label * {
    vertical-align: middle;
}

.h_regform {
    float: left;
    padding: 8px 15px 1px 15px;
    height: 29px;
    margin-right: 5px;
    margin-bottom: 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border-top: 2px solid #ffc73f;
    border-left: 2px solid #ffc73f;
    border-right: 2px solid #ffc73f;
    color: #000;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZkYTcxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #ffffff 48%, #ffda71 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#ffffff), color-stop(100%,#ffda71)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 48%,#ffda71 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 48%,#ffda71 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 48%,#ffda71 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 48%,#ffda71 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffda71',GradientType=0 ); /* IE6-8 */
}

.h_regform.active, .h_regform:hover {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmQwNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #ffd047 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffd047)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffd047 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffd047 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffd047 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ffd047 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffd047',GradientType=0 ); /* IE6-8 */
}

.h_regform:hover {cursor: pointer;}
.h_regform.active {cursor: default;}

.h_regform.newsLabel {
    position: relative;
}

.h_regform.newsLabel:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -23px;
    margin-right: -18px;
    width: 47px;
    height: 47px;
    background: url(/img/icns/new_label.png) 0 100% no-repeat;
}

.newLabel {
    display: inline-block;
    position: relative;
    padding-left: 12px;
    padding-top: 18px;
}

.newLabel:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -7px;
    margin-right: -46px;
    width: 47px;
    height: 47px;
    background: url(/img/icns/new_label.png) 0 100% no-repeat;
}

div.newLabelIcn {
    position: relative;
    zoom: 1;
    z-index: 5;
    margin-left: -10px;
    margin-bottom: -30px;
    margin-top: -7px;
    width: 47px;
    height: 47px;
    background: url(/img/icns/new_label.png) 0 100% no-repeat;
}


.h {
    color: #010101;
    font-size: 1.7em;
    font-weight: normal;
    padding-left: 40px;
    margin: 0;
    border: none;
    white-space: nowrap;
}
.h_mp {
    height: 35px;
    padding-left: 40px;
    color: #010101;
    font-size: 1.7em;
    font-weight: normal;
    margin: 0;
    border: none;
    white-space: nowrap;
    background: url(/img/h_reg.gif) no-repeat;
}
.mpBottomDashedLabel {
    border-top: dashed 1px #ccc;
    padding: 5px 0 10px;
    text-align: center;
}
.regNewgtld {
    height: 35px;
    padding-left: 40px;
    margin-bottom: 0;
    background: url(/img/reg_newgtld.png) 0 50% no-repeat;
}

.mpBottomDashedLabel svg {
    vertical-align: top;
}

.lblock .h {
    padding-bottom: 15px;
}

.col_1to6 {
    float: left;
    width: 16%;
    margin-right: 0.5%;
}

.col_1to6:last-child { margin-right: 0;}

.mib .col_1to6 { 
    padding-left: 0.5%;
    margin-right: 0;
}

#new_gTLDs {
    overflow: hidden;
    zoom: 1;
}

#news, #actions, #anons {
    border: solid 1px #b2b2b2;
}
#news .h, #anons .h {
    background: url(/img/h_news.gif) no-repeat;
}

#articles {
    width: 305px;
    float:left;
/*    padding-top: 10px;*/
    margin-bottom: 10px;
    background: #f1f1f1;
    padding: 0px;
}
#articles .h {
    margin-left: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
}
#itab_blog .h {
    background: url(/img/h_blog.gif) no-repeat;
}
#itab_pressa .h {
    background: url(/img/h_articles.gif) no-repeat;
}
#articles .tab_container {
    padding: 10px;
    clear:both;
    background: #f1f1f1;
    margin-top: 0px;
}

#articles .itab {
/*    background: #f1f1f1; */
    margin-bottom: 0px;
}

#itab_actions .h {
/*    background: url(/img/i_time.png) no-repeat;*/
    background: url(/img/h_actions.gif) no-repeat;
    padding-left: 50px;
}

#iphone, #android {
    border: solid 1px #b2b2b2;
    background: #888888;
    color: #ffffff;
    position:absolute;
}
#miphone #iphone{
    display:none;
}
#miphone:hover #iphone{
    display:block;
}
#mandroid #android{
    display:none;
}
#mandroid:hover #android{
    display:block;
}

.main_leftBanner {
    margin-bottom: 10px;
}


#feedback {
/*    background: #FfFfFf;*/
    background: #F1F1F1;
/*    border-top: solid 1px #FF8501;*/
/*    border: solid 1px #b2b2b2;*/
    padding-bottom: 20px;
}
#feedback P {
    margin:0;
    padding-left:42px;
}
#feedback .h {
    background: url(/img/h_feedback.gif) no-repeat;
}
#socnets, #mobapps {
    background: #F1F1F1;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
/*    font-weight: bold;*/
}
#socnets {
    /*
    background: white;
    border: solid 1px #ff8508;
    */
}
#socnets H3, #mobapps H3 {
    font-size: 1.4em;
    font-weight: normal;
    margin: 4px 0px;
    padding: 0px;
}

#socnets IMG {
    margin-right: 10px;
    width: 24px;
    box-shadow: 0px 2px 6px #aeaeae;
    -moz-box-shadow: 0px 2px 6px #aeaeae;
    -webkit-box-shadow: 0px 2px 6px #aeaeae;
}

#statistics {
    border: solid 1px #b2b2b2; 
/*    background: #F1F1F1;*/
    padding-bottom: 20px;
}
#statistics .h {
    background: url(/img/h_stat.gif) no-repeat;
}
#statistics P {
    margin:0;
    padding-left:42px;
}

#ffosp {
    border: solid 1px #b2b2b2;
    background: #FfFfFf;
    padding-bottom: 20px;
}
#ffosp .h {
    background: url(/img/h_firefox_32.png) no-repeat;
}
#ffosp P {
    margin:0;
    padding-left:42px;
}

#py_left {
    border: solid 1px #b2b2b2;
}
#py_left .h {
    background: url(/img/h_py.gif) no-repeat;
}
#py_left P {
    margin:0;
}

#speech {
/*    border: solid 1px #FF8501; */
    border: solid 1px #b2b2b2;
}
.speecht {
    color: #FF8501;
    font-size: 16px;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    display: inline;
    margin-right: 1px;
}

#speech .t {
    margin: 5px 5px 5px 5px;
}

#slogan {
    border: solid 1px #b2b2b2;
}

#slogan .h {
    background: url(/img/b_go.gif) no-repeat 0px 3px;
    padding-top: -10px;
    padding-left: 27px;
    margin-top: 10px;
}

.lblock {
    padding: 7px;
    margin-bottom:10px;
}

.lblock P {
    margin:0;
}

.date {
    width: 58px;
    font-size: 0.75em;
    color: black;
    float: left;
    margin-top: 0.3em;
    clear:left;
    overflow: hidden;
}

.blockitem {
    padding-left: 60px;
    margin-bottom: 10px;
    clear:right;
}
DIV.linkall {
    padding-left: 41px;
}



.comment {
    color: #B0B0B0;
    font-size: 0.85em;
}
.comment A {
    color: #B0B0B0;
    white-space: nowrap;
}

#regmain {
    position: relative;
}

#regmain .checkall, 
#reg_new_gTLDs  .checkall {
    position: absolute;
    top: 0;
    right: 0;
}

#regmain .checkall {
    margin-top: -3em;   
}
#reg_new_gTLDs  .checkall {
    margin-top: -2em;
}

.twoSideQuotes {
    display: inline-block;
    position: relative;
}

.twoSideQuotes:before {
    content: '»';
    position: absolute;
    margin-left: -0.7em;
}

.twoSideQuotes:after {
    content: '«';
    position: absolute;
    right: 0;
    margin-right: -0.7em;
}

#regmain a.twoSideQuotes {
    font-size: 14px;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#regmain a.twoSideQuotes:hover {
    text-decoration: underline;
}

#hosting {
    background: #F1F1F1;
}
.dashed2 {
    border-bottom: dashed 2px black;
    cursor: pointer;
}
.btop {
     border-top: solid 2px #FF6600;
     padding:5px;
}
.itab {
    float:left;
    width:50%;
}
#h_host {
    background: url(/img/h_hosting.gif) no-repeat;
    height: 33px;
    margin: 10px 0px 0px 20px;
    font-size:18px;

}

#h_py {
    background: transparent url(/img/h_news.gif) no-repeat;
    height: 33px;
    margin: 10px 0px 0px 20px;
    font-size:18px;
}
#h_newgtld {
    background: transparent url(/img/h_reg_tr.gif) no-repeat;
    height: 33px;
    margin: 10px 0px 0px 20px;
    font-size:18px;
}

#s1 {
    background: url(/img/b1.png) no-repeat left 15px;
}
#s2 {
    background: url(/img/b2.png) no-repeat left 15px;
}
#s3 {
    background: url(/img/b3.png) no-repeat left 15px;
}
#s4 {
    background: url(/img/b4.png) no-repeat left 15px;
}

#auction {
/*    border: solid 1px #b2b2b2;*/
    border: solid 1px #FF8501;
}
#auction .h {
    background: url(/img/h_auction.gif) no-repeat;
    height: 33px;
}

#regmain label, #reg_new_gTLDs label {
    height: 20px;
}
#reg_new_gTLDs {
    position: relative;
    width: 100%;
    height: 160px;
}
#reg_new_gTLDs form {overflow: hidden;}
#reg_new_gTLDs .col_1to6 {
    padding-top: 10px;
}
.mib #regNewTld {
    font-size: 1.1em;
    padding: 0;
    background-color: #fff;
}
#regopt {
/*    clear: both;*/
    display: none;
/*    padding-top:50px;*/
}
#regoptom {
    width: 100%;
    height: 160px;
    background: white;
}

#placeopt {
    padding: 10px;
    padding-top: 0px;
    background: orange;
}

.regformdiv {
    background: url(/img/bg_reg.gif) repeat-x #FFB314;
    height: 41px;
    width:100%;
    position: relative;
    margin: 0;
    padding: 0;
    color:white;
}

.regformlabel {
    position: absolute;
    top: 30%;
    left: 20px;
}

#regmain .regformlabel,
#reg_new_gTLDs .regformlabel {
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    top: 33%;
}

.regform {
    position: absolute;
    top:9px;
    left:0px;
    width: 100%;
    font-size: 1.1em;
}
#domnamehold {
    padding-right: 140px;
    padding-left: 170px;
}
#regtld {
/*     color: black;*/
     position: absolute;
     top:0px;
     right: 155px;
     z-index: 10;
     font-size: 16pt;
}
#domname {
    font-size: 1.1em;
    background: white;
    padding:0px;
    margin:0px;
    width: 100%;
}

.reg_btn {
    position:absolute;
    top:0px;
    right:0px;
    background: url(/img/bg_reg2.gif) repeat-x orange;
    height: 41px;
    padding: 0px 15px;
}

.tld {
    color: #1A1A1A;
}

.info, .info2 {
    color: #999999;
    font-size: 0.7em;
}

OL.mainserv {
    margin:0px;
    padding: 0px;
    display:block;
    width:100%;
}

.mainserv LI {
    float:left;
    display: block;
    width:24.5%;
}

.mainserv DIV {
    padding: 10px 0px 10px 42px;
}

.mainserv P {
    margin:2px 0px;
}



#tlds {
    margin-top: 1px;
    width:100%;
/*    overflow: hidden; */
}

#test {
    background: green;
    width:100%;
}

.tldouter {
    float:left;
}
#t5 {
    width:17%;
}
#t4 {
    width:20%;
}
#t2 {
    width:20%;
}
#t1 {
    width:23%;
}
#t3, #t6 {
    width:20%;
}

.td1 {
    width:140px;
    float:left;
    background:#f1f1f1;
}
.td2 {
    width:280px;
    float:left;
    background:#f1f1f1;
    margin: 0 1px 0 1px;
}
.td3 {
    width:238px;
    float:left;
    background:#f1f1f1;
}
#t100 {
    width:100%;
}
#t55 {
    width:50%;
}
#t45 {
    width:50%;
}
.t50 {
    width:50% !important;
}

.tldinner {
    padding: 5px 0px 10px 0px;
    margin-left: 1px;
}
.chet{
    background: #F1F1F1;
}
.nechet {
/*    background: #E7E7E7; */
    background: #F1F1F1;
}

.tld_label {
    font-size: 0.85em;
    padding: 2px 0px 0px 0px;
    white-space:nowrap;
    background: #F1F1F1 url(/img/gbl.gif) no-repeat  bottom left;
}
.tld_label_div {
    border-top: dashed 1px #ccc;
    background: url(/img/gbr.gif) no-repeat  bottom right;
    padding: 5px 0px 10px 0px;
    text-align: center;
}
.tldc {
    position:relative;
/*    margin:1px 0px;*/ /* это вернуть, если не будет рамки */
    padding-left:1px;
}
.chet DIV.tldc {
    border: solid 1px #F1F1F1;
}

.chet DIV.tldc:hover {
    border: solid 1px silver;/* это убрать, если не будет рамки */
}
.nechet  DIV.tldc {
/*    border: solid 1px #E7E7E7; */
    border: solid 1px #f1f1f1;
}

.nechet DIV.tldc:hover 
{
    border: solid 1px silver;/* это убрать, если не будет рамки */
}

DIV.tldc LABEL A {
    text-decoration: none;
}
DIV.tldc LABEL {
    display: block;
}
DIV.tldc SPAN {
    padding:0px;
    margin:0px;
    margin-left: -5px;
}

.tldprice {
    font-size: 0.85em;
    color: #F64812;
    position:absolute;
    top:0.3em;
    right:1px;
    white-space:nowrap;
    padding: 1px 0px 1px 5px;
}
.sel .tldprice  {
    color: white;
    background: #FF5900;
}
.dis .tldprice  {
    color: #B0B0B0;
}

.tld_sub {
    color: #999;
}


A.fieldhelp {
    background: url(/img/i_help.gif) no-repeat;
    text-decoration: none;
    margin-left: 13px;
    cursor: pointer;
}

A.fieldhelp SPAN.icon {
    visibility:hidden;
    border:solid;
    width: 20px;
    overflow:hidden;
}


A.fieldwhois {
    background: url(/img/whois.png) no-repeat;
    text-decoration: none;
    margin-left: 7px;
    cursor: pointer;    
}

A.fieldwhois SPAN.icon {
     visibility:hidden; 
     border:solid;
     width: 50px; 
     overflow:hidden; 
}

/*Renew form*/
#domrenew_link2 {
    color: #FF6411;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    text-decoration: underline;
    border: none;
    background: none;
    cursor: pointer;
}

A.info, .info2 {
    background: url(/img/i_help.gif) no-repeat;
    text-decoration: none;
    margin-left: 0px;
    padding: 4px;
    cursor: pointer;
    position:relative;     
}
.info3 {
    margin-left: 0px;
    padding: 4px;
    cursor: pointer;
    position:relative;
}

A.info SPAN.icon, .info2 SPAN.icon {
    visibility:hidden;
    border:solid;
    width: 20px;
    overflow:hidden;
}
.info3 SPAN.icon {
    width: 20px;
    overflow:hidden;
}

a span.help, .info2 span.help, .info3 span.help {
background: #fae9bb;
border: dotted gray 1px;
color: black;
display: none;
font-size: 12px;
left: 0px;
padding: 15px;
position: absolute;
text-decoration: none;
/*top: 0px;*/
visibility: visible;
white-space: normal;
width: 290px;
z-index: 15;
}


.help P {
    padding: 0px;
    padding-top: 10px;
    white-space: normal;
}
A.expand IMG {
    height: 60px;
}
A.expand:hover IMG {
    height: 133px;
}


A.info:hover, .info2:hover {
    position:relative;
}

A.info:hover SPAN.help, .info2:hover SPAN.help, .info3:hover SPAN.help {
    display:block;
}

A.cal {
    background: url(/img/i_cal.gif) no-repeat;
    text-decoration: none;
    /*padding-right:-10px; */
/*    border:solid;*/
}

A.cal SPAN {
    visibility:hidden;
}

/*Tooltip for spec price*/
#specprice {
    display: block;
    position: relative;
    height: 1.1em;
}

#godomreg {
    display:none;
}

.rem {
    font-style: italic;
}

#content {
    position:relative;
    margin-top: 65px;
}
#inner {
    margin-left:190px;
    padding-left: 20px;
    padding-right: 0px;
    padding-bottom: 10px;
}
#leftmenu {
    width:180px;
    background: #f2f2f2;
    float:left;
    margin-left:-210px;
}

.noH1 #leftmenu {
    margin-top: 0px;
}

#leftmenu UL {
    list-style: none;
    margin:0;
    padding: 0;
    border-bottom: solid 1px #D6D6D6;
}

#leftmenu UL LI {
    display:block;
    padding: 8px 2px 8px 10px;
    border-top: solid 1px #D6D6D6;
    margin:0px !important;
/*    background: #E8E8E8;*/

}

#leftmenu UL LI.sel {
    background: white;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    color: black;
}
#leftmenu UL LI.sel > A {
    color: black;
    text-decoration: none;
/*    text-decoration: underline;*/
}


#leftmenu OL {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}
#leftmenu OL LI {
    display:block;
    font-weight: normal;
    padding: 5px 2px 5px 20px;
    border: solid 1px white;
    margin:0;
    color: #999;
}
#leftmenu OL LI.sel {
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    border: solid 1px #999;
/*    padding-left: 20px;*/
    margin: 0px -2px 0px -10px;
    color: black;
}

.num {
    font-size: 0.8em;
}

#message {
    margin-bottom: 10px;
    background: #fae9bb;
    margin-right: -20px;
}


#hidcontacts TH, #hidcontacts CAPTION {
    background: none;
    border:none;
}
#hidcontacts TR:hover {
    background: none;
}
#hidcontacts P {
    padding: 10px 10px 2px 10px;
    margin:0;
}

#copyright {
/*    float: left; */
    display: inline;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}
#counters {
/*    float:right; */
    display: inline;
    display: inline-block;
    vertical-align: middle;
}

.error {
    color: black;
    background: #f5cdc4 url(/img/tmp/forbidden.png) no-repeat 20px 50%;
    border-top: #f54d00 solid 4px;
    padding: 20px 20px 20px 100px;
    font-size: 1.1em;
    margin: 5px 0px;
}
.promo {
    background-color:#FFEE99;
    padding: 20px 20px 20px 100px;
    color: black;
    border: solid 1px #e8e8e8;
    background: #fae9bb url(/img/tmp/lightbulb_on.png) no-repeat 20px 50%;
}
.promo H3, .promo H2 {
    margin-top:0px;
}

.warning, .purse {
    padding: 20px;
    border-top: solid 3px orange;
/*    border-bottom: solid 1px orange;*/
    padding-left: 100px;
    font-size: 1.1em;
}

.warning {
    background: #fae9bb url(/img/tmp/warning.png) no-repeat 20px 50%;
}
.warning_small {
    padding-left: 30px;
    background: url(/img/icns/warning_small.png) 0 50% no-repeat;
}
.purse {
    background: #fae9bb url(/img/tmp/purse.gif) no-repeat 20px 50%;
}

.ok {
    padding: 20px;
    padding-left: 100px;
    background: #cde59e url(/img/tmp/check.png) no-repeat 20px 50%;
    border-top: solid 4px #2a7f34;
    padding-left: 100px;
}

.whois_avail {
    margin: 5px 0px;
    font-size: 1.2em;
    color: green;
}

.whois_notavail {
    margin: 5px 0;
    font-size: 1.2em;
    color: gray;
}
.notavail {
/*    margin: 10px 0;*/
/*    color: red;*/
/*    font-size: 1.1em;*/
    color: gray;
}
.avail { 
    margin: 10px 0;
    color: green;
}

#divwhois {
/*    clear:both;*/
    margin-bottom: 10px;
}

#anonses {
    border-top: solid 1px #c1c1c1;
    padding-top: 20px;
    margin-top: 20px;
    float: left; 
    width:100% ;
}
.inneranons {
    width: 33%;
    float: left;
    border-right: solid #c1c1c1 1px;
}

.inneranons H2 {
    font-size: 24px;
    font-weight: normal;
    color: black;
    margin: 20px 20px;
}

.inneranons P {
    margin: 10px 20px;
    text-align: justify;
}

.domname {
    font-size: 1.3em;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    margin: 10px 0px;
}

A.download {
    padding: 0px 0px 0px 17px !important;
    background: url(/img/i_download.gif) no-repeat 2px bottom ;
}
A.download:hover {
    background: url(/img/i_download.gif) no-repeat 2px bottom;
}
A.go {
    padding-left: 17px;
    background: url(/img/i_link.gif) no-repeat 0px bottom;
}
A.go:hover {
    background: url(/img/i_link.gif) no-repeat 1px bottom;
}
A.newwin {
    padding-left: 17px;
    background: url(/img/i_newwin.gif) no-repeat 3px 4px;
}
A.sort {
    padding-right: 17px;
    background: url(/img/i_sort.gif) no-repeat right bottom ;
}
A.sort_up {
    padding-right: 17px;
    background: url(/img/i_sort_up.gif) no-repeat right bottom ;
}
A.sort_down {
    padding-right: 17px;
    background: url(/img/i_sort_down.gif) no-repeat right bottom ;
}

/*resellers_list.pl*/
.reslist {
/*    background:#F8F8F8;*/
    border-bottom: solid 1px #D6D6D6;
    padding: 15px 20px 30px 20px;
}

P.resname {
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    padding: 0;
    margin: 0;
}

.resinfo {
    margin: 20px 20px 0px 45px;
}
/*payments*/
.paym {
    border-bottom: solid 1px #D6D6D6;
    padding: 5px 20px 5px 20px;
    position:relative;
}
.paylogo {
    width:200px;
    position: absolute;
    top:10px;
    left: 10px;
}
.paylogo A {
    float: left;
    margin: 0px 3px;
}
.paym P, .paym H4 {
/*    margin-bottom: 10px;*/
    margin:2px;
    margin-left: 200px;
}

/*Paytypes*/
.webnames_orderTitle {
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 10px 5px;
    font-size: 22px;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    text-align: center;
    color: #231f20;
    background: #ff9b40; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #ff9b40 50%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#ff9b40), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%,#ff9b40 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%,#ff9b40 50%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%,#ff9b40 50%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right, #ffffff 0%,#ff9b40 50%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    border-bottom: 3px solid #46a748;
}

#payselect tr td:first-child {width: 0;}
#payselect tr td:last-child {width: 100%;}
    .paytypesChoice_title {display: none;}

#payselect td {
    border-bottom: none;
    padding: 0;
    text-align: center;
}
#payselect tr:hover {background: transparent;}

#payselect .tzSelect .selectBox {
    position: relative;
    z-index: 5;
    height: 50px;
    line-height: 50px;
    width: 600px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    color: #231f20;
    text-shadow: none;
-moz-border-radius:0px;
-webkit-border-radius:0px;
    border-radius:0px;
    border-top: 3px solid #ffa24a;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #e8e8e8; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #e1e1e1 50%, #d9d9d9 51%, #bdbdbd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(50%,#e1e1e1), color-stop(51%,#d9d9d9), color-stop(100%,#bdbdbd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%,#e1e1e1 50%,#d9d9d9 51%,#bdbdbd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%,#e1e1e1 50%,#d9d9d9 51%,#bdbdbd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%,#e1e1e1 50%,#d9d9d9 51%,#bdbdbd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%,#e1e1e1 50%,#d9d9d9 51%,#bdbdbd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#bdbdbd',GradientType=0 ); /* IE6-9 */
}
.tzSelect .selectBox div {
    background-position: 10px 8px !important;
}
.tzSelect:before {
    content: '';
    position: absolute;
    display: block;
    right: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    margin-bottom: -25px;
    margin-right: -16px;
    border-top: 15px solid #ffa24a;
    border-bottom: 0px solid transparent;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
}
.tzSelect .selectBox:after {
  content: '';
  display: block;
}

.tzSelect .selectBox:after,
#ankets_section .customSelect .selectButton {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 0;
    height: 0;
    padding: 0;
    margin-right: 0;
    border-top: 10px solid #939393;
    border-bottom: 0px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

#payselect .tzSelect {
    display: block;
    position: relative;
    width: 600px !important;
    margin: 0 auto 35px;
    padding: 0px;
    height: auto;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
    border-radius: 0px;
 }

         .tzSelect:hover,
        .tzSelect .selectBox.expanded {
            background-color: #f5cdc4;
            text-shadow: none;
        }

#payselect .tzSelect .dropDown{
   top:54px;
   zoom: 1;
}

 /* custom position in table */
#payselect tr td:last-child {
    text-align: left;
}


.webnames_order_hidden_title {display: block; padding: 20px 0 25px; text-align: center; border-bottom: 3px solid #46a748; cursor: pointer;}
    .webnames_order_hidden_title span {text-decoration: underline;}

.webnames_order_hidden {display: none; border-bottom: 3px solid #46a748;}
    .webnames_order_hidden tr:last-child td {padding-bottom: 25px;}

    td .warning2 {text-align: left;}
.webnames_order_hidden td {background: #f4f4f4; border-top: 1px solid #cdcdcd;}
    .webnames_order_hidden td:first-child {width: 230px; text-align: left;}
.webnames_orderShow {
    display: block; 
    position: relative; 
    width: 36px; 
    height: 36px; 
    margin: -18px auto 0; 
    cursor: pointer;
}
    .webnames_orderShow:after{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 36px;
        width: 36px;
    -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #46a748;
        background-image: url(/img/icns/arrow_up_down_middle.png);
        background-position: 50% 100%;
        background-repeat: no-repeat;
    }
    .webnames_orderShow.arrowOpen:after {
        background-position: 50% 0%;
    }

    .webnames_order_em {font-style: italic;}
        .webnames_order_em strong {font-weight: normal; color: #d2232a;}
    h3 small {font-size: 12px;}
#paytypes_choice_section tr:hover {background: transparent;}
    #paytypes_choice_section td,
    .ankets_form td {border-bottom: none;}
    #paytypes_choice_section td[colspan="2"] {
        border-bottom: none;
        padding: 0;
    }
#paytypes_choice_section tr:hover,
#payselect tr:hover {background: transparent;}

#paytypes_choice_section td:last-child,
#payselect td:last-child {width: 550px;}

.dbl_pay_btns {
  padding: 15px 0;
  margin: 25px 0;
  border-bottom: 2px solid #ff8800;
  border-top: 2px solid #ff8800;
  text-align: center;
}

/*smd in order page*/
.smd_upload {
    text-align: center;
}
    .smd_upload p,
    .smd_upload .file_upload_button,
    .smd_upload #smd_file_upload_progress,
    .smd_upload #smd_file_upload_list {
        display: inline;
        display: inline-block;
        vertical-align: middle;
    }
    .smd_upload #smd_file_upload_list {
        margin-left: 40px;
    }
/*forms*/
.formline {
    margin: 5px 0px;
    float: left;
    overflow: hidden;
    width: 100%;
}

.formline LABEL {
    width: 100px;
    display:block;
    float: left;
}

.blockLabel {
    display: block;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.uniform {
    padding: 5px 5px 5px 5px;
    float: left;
    clear: both;    
}

LABEL.uniform  {
    width: 200px;
    display:block;
    float: left; 
    padding: 0px;   
}

#wm_types {
    padding-left: 200px;
    padding-top: 1px;
}

.authreg {
    padding: 30px; 
    width: 300px;
    height: 220px;
    float: left;
    background: #f2f2f2;
}
.authreg INPUT[type="text"], .authreg INPUT[type="password"] {
    width: 150px;
    background: white;
}
.nowrap {
    white-space: nowrap;
}

.domserv {
    font-size: 1.2em;
}

.simpleform {
    padding: 20px 0px;
}

button.likeLink {
    background: none;
    border: none;
}
.likeLink {
    color: #FF6411;
    cursor: pointer;
}

button.likeLink span,
span.likeLink {
    text-decoration: underline;
}

button.likeLink:hover span {
    text-decoration: none;
}
span.likeLink {
    text-decoration: underline;
    cursor: pointer;
}

.resOK {
    color: #2a7f34;
}

.container {
    border: solid 1px #D6D6D6;
    padding: 15px 30px;
    margin: 10px 0px;
}
.small_container {
    border: solid 1px #D6D6D6;
    padding: 5px 10px;
    margin:5px 0px;
}
.description {
}

.paging {
    margin: 10px 0px 5px 0px;
    font-size: 1.1em;
}
.paging A {
    padding: 0px 2px;
} 
.paging .sel {
    background: #ff8508;
    color: white;
    padding: 0px 5px;
}

/*перенос доменов .RU*/
.regtranslist {
    background:#F8F8F8;
    border-bottom: solid 1px #D6D6D6;
    border-top: solid 1px #D6D6D6;
    padding: 15px 20px 15px 20px;
    margin-bottom: 15px;

}
/*страница контактов*/
#contacts P {
    margin: 5px 0px 0px 20px;
}

.cityContacts {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cityContacts a {
    display: block;
}

.red, .red2 {
    color: red;
}

.inh_span {
    font-size: 1em;
    font-weight: normal;
    padding-left: 50px;
}

.formrow TD {
    background: #f0f0f0;
}
.formrow TH {
    background: #e0e0e0;
    border-bottom: none;
    border-bottom: solid 1px #D6D6D6;
}

#shadow {
    position: absolute;
    width:100%;
    height: 100%;
    opacity: 0.8;
    top:0;
    left:0;
    background: gray url(/img/ajax-loader.gif) 50% 200px no-repeat;
    z-index:5;
}

.newsitem {
    padding: 5px 0px;
    border-bottom: solid 1px #D6D6D6;
}
.anons {
    display: block;
    margin-left: 75px;
}
#anons .date {
    float:none;
    width:auto;
}
.newsdate {
    font-size: 1em;
}
#inner .newsdate {
    display: block;
    float: left;
    font-size: 0.9em;
    margin-top: 4px;   
}
.newstitle {
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}
#inner .newstitle {
    display: block;
    margin-left: 75px;
}
.newssource {
    padding-left: 80px;
    margin: 2px 0px;
}
.author {
    font-size: 1.1em;
}

.talk {
    padding: 0px;
}
.msg {
    margin: 5px 0px 5px 40px;
    background: #e8e8e8;
}
.commentdate {
    font-style:italic;
}
#inner .newstitle a {
    display: inline-block;
}
#inner .comment {
    display: block;
    margin: 2px 0 10px 75px;
}
#inner .comment a {
    text-decoration: none;
}

#inner .commentCount, #inner  .writeComment {
    display: block;
    width: 200px;
    height: 11px;
    padding-top: 3px;
    padding-bottom: 1px;
    padding-left: 18px;
    color: #909090;
    background-image: url(/img/icns/comment_icn.png);
    background-repeat: no-repeat;
}
#inner .commentCount {
    background-position: 0 70%;
}
#inner a:hover .commentCount, #inner  .fullNews .commentCount {
    background-position: 0 99.5%;
    color: #FF6411;
}
#inner .writeComment {
    background-position: 0 0;    
}
#inner a:hover .writeComment, #inner .fullNews .writeComment {
    background-position: 0 35.5%;
    color: #FF6411;   
}
#inner .messagesCount {
    margin-top: -4px;
    font-size: 1.1em;
    height: 1.1em;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    color: #909090;
}
#inner .messagesCount:before {
    content: '{';
}
#inner .messagesCount:after {
    content: '}';
}
#inner .messagesCount:before, #inner .messagesCount:after{
    padding: 0 2px;
    font-size: 0.9em;
    vertical-align: top;
}

#inner .comment a:hover .messagesCount:before,
#inner .comment a:hover .messagesCount:after  {
    color: #FF6411;
}

/*Рекламные акции*/
.paDescr {
    border-bottom: 1px solid #D6D6D6;
    padding: 5px 10px;
}

/*End - рекламные акции*/

TABLE.clear TR:hover {
    background:none !important;
}
TABLE.clear TD {
    border: none;
    padding:10px 15px 5px 15px;
}
TD.clear2 {
	border: none;
	background-color:white;
}

.bb {
    border-bottom: solid 1px #D6D6D6 !important;
}
.b {
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
}

#err_number {
    position: absolute;
    top: -15px;
    left: 0px;
    width:170px;
    font-size: 110px;
    height: 110px;
    color: #d0d0d0;
/*    font-stretch: condensed;*/
}


/*user_domain_list filter*/
#domlist_filter {
    background: #e7e7e7;
    clear: right;
/*    padding: 15px;*/
    position:relative;
    height: 29em;
    width: 100%;
    white-space: nowrap;
}
#domlist_filter INPUT {
    width: 200px;
}

.showhide {
/*    float:right;*/
    top: 7px;
    right: 15px;
}
.showhide A {
    text-decoration: none;
    color: #FF6411;
    border-bottom: dashed 1px #FF6411;
}

#domlist_filter DIV {
   position: absolute; 
}

#dfilters {
    top: 15px;
    left: 15px;
}
#filters {
    width: 300px;
}

#ddomname {
    top: 4em;
    left: 15px;
}
#ddomtag {
    top: 6.5em;
    left: 15px;
}
#dtypeof {
    top: 4em;
    left: 300px;
}

#dstatus {
    top: 6.5em;
    left: 324px;
}
#domlist_filter LABEL {
    width: 180px;
    position:absolute;
    top:0.2em;
    left:0px;
}
.date_field {
    width: 6em !important;
}
#dcredate {
    top: 9em;
    left: 15px;
    padding-left: 180px;
}
#dopcredate {
    top: 9em;
    left: 350px;
}
#dexpdate {
    top: 11.5em;
    left: 15px;
    padding-left: 180px;
}
#dopexpdate {
    top: 11.5em;
    left: 350px;
}
#ddns {
    top: 14em;
    left: 15px;
    padding-left: 180px;
}
INPUT#dns {
    width: 250px;
}

#protection {
    top: 16.5em;
    left: 15px;
    padding-left: 180px;
}

#downer {
    top: 19em;
    left: 15px;
    padding-left: 180px;
}
#demail {
    top: 21.5em;
    left: 15px;
    padding-left: 180px;
}
#dphone {
    top: 24em;
    left: 15px;
    padding-left: 180px;
}
#mainfilterbtns {
    top:26.5em;
    left: 15px;
}
#mainfilterbtns INPUT {
    width: auto !important;
}

#ajax_filter_message {
    padding: 15px 0px 15px 60px;
    margin-top: -60px;
}
#savefilter {
    top: 26.5em;
    right: 15px;
}
#savefilter INPUT {
    width: auto !important;
}
#filterbody {
    width:100%;
}
.def_filter {
/*    background: #eee;*/
    color: #FF6411;
}

/* PROGRESS BAR */
#progress-bar {
    border:gray 1px solid;
    background:white;
    padding:10px 15px;
    position:fixed;
    z-index:10;
    top:40%;
    left:40%;
}
#progress-bar B {
    font-size:12px;
}
#progress-bar IMG {
    width:16px;
    height:16px;
    margin: 5px 10px 5px 0px;
    float: left;
}


.ajax_error {
    color: red;
    background:  url(/img/tmp/forbidden.png) no-repeat 0px 50%;
    padding: 15px 10px 15px 60px ;
}
.ajax_ok {
    color: green;
    background:  url(/img/tmp/check.png) no-repeat 0px 50%;
    padding: 15px 10px 15px 60px ;
}
.ajax_load {
    background: url(/img/tmp/loading.gif) no-repeat 10px 50%;
    color: black;
    padding: 15px 10px 15px 60px ;
}

.mblock_m {
    float: left;
    width: 100%;    
}

.warn  {
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: RGB(255, 0, 0);
}

.cont_section_header {
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 200px;
    height: 18px;
    right: 0px;
    vertical-align:top;    
}

.cont_section_header label {
    color: #FF8801;
    border-bottom: dashed 1px #FF8801;
}

#dns_hide {
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 200px;
    height: 18px;
    right: 0px;
    vertical-align:top;    
}

#dns_hide label {
    color: #FF8801;
    border-bottom: dashed 1px #FF8801;
}


.h2 div {
    
}

.h2 {
    background: url(/img/bg_gray.gif) repeat-x #E8E8E8;
    margin: 0px;
    padding: 7px 0px 0px 7px;
    height: 30px;
    width:99%;
    font-size: 1.2em;
    border-bottom: solid 1px #FF8801;
}

.h3 {
    margin: 0px;
    padding: 0px 0px 30px 0px;
    height: 30px;
    width:99%;
    font-size: 1.2em;
    vertical-align:middle;  
}

.div_hidden {
   position:relative;
   margin: 0px 0px 0px 0px;
   padding: 0px;               
   display: none; 
}

.div_visible {      
   margin: 0px 0px 0px 0px;
   padding: 0px;
   display: block;          
}
.wm_hid {
   position:relative;
   margin: 0px 0px 0px 0px;
   padding: 0px;      
   height: 0px;
   width: 100%; 
   display: none;    
}

.wm_vis {      
   width: 100%;
   margin: 0px 0px 0px 0px;
   padding: 0px;
   display: block;              
}


.a_cont {
   position: relative;
   padding:7px 0px 0px 10px; 
   margin: 0px;
   height: 25px;    
   width:100%;      
}


.rp {
   position: absolute; 
   width: 77.5%; 
   right: 0px;
   top: 7px;    
   vertical-align: middle;       
}


#black, .black {
    border: solid 1px black;
    border-collapse: collapse;
}
#black TD, .black TD {
    border: solid 1px black;
    padding:7px;
}
#black TH, .black TH {
    border: solid 1px black;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    background: white;
    padding:7px;
}

.cent,
.centP {
    text-align: center;
}

.left9 {
    text-align: left;
    padding-left: 10px;
}

.pr_tr {
    height: 22px;     
    font-size: 1.0em;     
}

.pr_tr td {
    padding-top: 0px;    
    padding-bottom: 0px;
    margin: 0px;
}

#wmauth {
    padding-left: 10px;
}

.main_btn {
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
}

.th TD {
    padding:10px;
    margin:0px;
    border-bottom: solid 2px #FF8801;
    border-right: solid 1px white;
    background: #e8e8e8;
}

.pay_btns {
    float:left;
    margin-top:15px;
    border-top: solid 2px #ff8800;
    padding: 10px;
    width:97%;
}

#faq_tel A {   
    text-decoration: none; 
    border-bottom:1px dashed !important;
}


#faq0 A {  
    text-decoration: none;      
    border-bottom:1px dashed;
}

#tel_sunrise {
    background: #F1F1F1;
}

#tel_sunrise .h {
    background: url(/img/tel_37x41.png) no-repeat;
}

#tel_sunrise P {
    margin:0;
    padding-left:42px;
}


#regnsform {
    background: #e7e7e7;
    float: left;
    width: 100%;
}

#regnsform INPUT, #regnsform SELECT {
    font-size: 14px;
}
#regnsform DIV {
    margin: 10px 20px 0px 0px;
    display: inline-block;
    vertical-align: middle;
}
#regnsform label {
    display:inline-block;
    vertical-align: baseline;
}

SELECT#mode {
    height: 35px;
}
SELECT#mode option {
     height: 31px;
     line-height:31px;
     padding-left: 120px;
     border-bottom: solid 1px silver;
}

/* *** */
.clr { clear: both;width:100%; }
.hide { display: none; }
.show_block { display: block; }
.inactive { background-color: #fff; }
div.grey { background-color: #eee; }
div#calcs div { height: 1em; line-height: 1.5em; text-align: center; }
.calc { font-size: 1.3em; }
.auchk { padding-bottom: 12px; height: 2em; margin-bottom: -12px; }

#cshopcart {
/*    width: 750px; by ome1ia */
}
.line_error {
    color:red;
}
div.le { float: left; width: 48%; }
.b {
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
}

.user_domain_name {
    font-size:120%;
}

table#vssug td label { white-space: nowrap; }

p#vtip {
 display: none;
 position: absolute;
 padding: 12px;
 left: 0;
 margin-left: -240px;
 font-size: 12px;
 background: #fae9bb;
 border: 1px solid #FF6411;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 z-index: 9999 ;
 width:250px;
}
p#vtip #vtipArrow { 
    position: absolute; top: -10px; left: 5px 
}

/* head form */
#headform {
    position:absolute;
    top:0px;
    left:0px;
}
#headformtabs {
    position:absolute;
    top:18px;
    left:50px;
    border: solid;
}

#headform div {
    float:left;
}

#headform input {
    /*border: solid 3px #ff6411;*/
    width:170px;
    height:16px;
    font-size: 15px;
    background: white;
}

/* *** *** *** HEAD FORM */
#headform #form { margin-top: 25px; margin-left: 58px; }
#headform #form ul { margin: 0; padding: 0 20px; list-style: none; padding: 4px 0 0; }
#headform #form ul li { display: inline; }

#headform a {
color: #000;
font-weight: normal;
padding: 0 20px 0 0;
text-decoration: none;
}

#headform a.hsel { color: #ff6411; font-weight: bold; font-family: 'robotobold', Arial, Helvetica, sans-serif; text-decoration: underline; }

#headform .go {
    border:none;
    color: #fff;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    height: 20px;
    margin: 0px;
    padding: 0 5px;
    width: 20px;
}

/* END *** *** *** HEAD FORM */


/* 2010-10-18 */
.orbl { background: url('/img/b_go.gif') no-repeat !important; }

.hdn {
font-size: 12px !important;
height: 13px !important;
/* width: 20em !important; */
width: 182px !important;
}

/* JQuery example */
.example { color: #666; }


/* ** ** feedback */
#feedbackimg {
position: fixed;
cursor: pointer;
bottom: 0px;
right: 0px;

z-index: 90;
}

#fback {
    float: left;
    font-size: 0.8em;
    padding-top: 10px;
}

/*div#dialog-message { height: 395px !important; }*/
div#dialog-message { height: auto; }
div#dialog-message ul { list-style: none; font-size: 1.9em; }
div#dialog-message ul a { text-decoration: none; }
div#dialog-message div#fields input { width: 98%; }
div#dialog-message div#fields textarea { width: 98%; }

.ui-dialog-buttonset { font-size: 0.7em; }
/*DIV.ui-dialog { top:50px !important; position: fixed !im; }  feedback form */

.dialog TD {
    border: none;
}

/* whois-many.inc */
.dash { border-bottom: 1px dashed #000; }

table#regwrapper {
background: url(/img/bg_red_epag.png) repeat-x #FFB314;
border: none;
color: #fff;
padding: 1em;
margin: 0;
width: 64.5%;
} 
table#regwrapper td { border: none; padding: 0.5em 1em; 
white-space: nowrap;/*для исправления переноса строки в Firefox*/}
p.size { font-size: 90%; width: 370px; }
.bigbutton {
    padding:10px 20px;
}

div.box { padding: 5px; }

/*namechooser*/
.nc_table TH {
    font-variant: uppercase;
}
.wlist A {
    white-space:nowrap;
}
.wlist td {
    font-size:11px;
}
.wlist td.chname {
    font-size: 12px;
}
.nc_incart {
   padding-left: 21px;
/*   background: url(/img/cart.gif)  no-repeat 0px 5px;*/
   background: url(/img/cart_full.png)  no-repeat 0px 5px;
   font-weight: bold;
   font-family: 'robotobold', Arial, Helvetica, sans-serif;
}
.nc_avail {
   padding-left: 21px;
/*   background: url(/img/ja.png)  no-repeat 0px 5px;*/
   background: url(/img/cart_put.png)  no-repeat 0px 5px;
}
.nc_whois {
   padding-left: 21px;
/*   background: url(/img/nein.png)  no-repeat 0px 5px;*/
   background: url(/img/question.png)  no-repeat 0px 5px;
}
.nc_notavail {
   padding-left: 21px;
   color: gray;
/*   background: url(/img/nein.png)  no-repeat 0px 5px;*/
   background: url(/img/cross.png)  no-repeat 0px 5px;
}
.nc_loading {
   padding-left: 21px;
   background: url(/img/ajax-loader2.gif)  no-repeat 0px 5px;
}
.nc_hidden {
   background: none !important;
}
.nc_hidden * {
    display:none;
}

.fform {
    background: #e7e7e7;
    padding: 5px 25px;
}
.orangebutton {
    border:solid 2px #e0e0e0;
/*    outline: solid 3px white; */
     background:url(/img/bg_red_epag.png) repeat-x; 
     color: white; 
     font-size: 20px; 
/*     text-decoration: underline;*/
     cursor:pointer;
     padding:15px; 
     border-radius: 15px;
    -webkit-border-radius:15px; 
    -moz-border-radius:15px; 
    -khtml-border-radius:15px;
    margin: 10px 20px;
}

.obutton_small {
    font-size: 16px;
    padding: 10px;
    margin: 0;
}

.orangebutton A {
    color:white;
}

.orangebtn_add {
    outline: none;
    border: solid 5px white;
    text-decoration:none;
    margin:0px;
    margin-top:3px;
    padding:10px; 
}

.graybutton {
    border:solid 2px #e0e0e0;
/*    outline: solid 3px white; */
     background:url(/img/bg_whoisbtn.png) repeat-x; 
     color: white; 
/*     text-decoration: underline;*/
     cursor:pointer;
     border-radius: 15px;
    -webkit-border-radius:15px; 
    -moz-border-radius:15px; 
    -khtml-border-radius:15px;

    font-size: 16px;
    padding: 10px;
    margin: 0;
/*     font-size: 20px; */
/*     padding:15px; */
/*    margin: 10px 20px;*/
}

/*баг #2436*/
.articleTitle {
    float: right;
    width: 100%;
}

.error,
.warning,
.purse,
.ok,
.paym,
table.clear,
#inner > ul,
#inner > ol,
#inner > p.paging,
#leftmenu + * {
    clear: right;
}

#leftmenu:after {
    content: '';
    display: block;
    height: 0;
    clear: right;
}
/*\баг  #2436*/

#breadcrumbs {
    display: block;
    font-size: small;
    font-weight: normal;
    height: 2.3em;
}


.action_price {
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    color: red;
    font-size: 120%;
}

.old_price {
    font-size: 90%;
    text-decoration: line-through;
    color:gray;
}

.featured_price {
    font-size: 120%; color: green; font-weight:bold; font-family: 'robotobold', Arial, Helvetica, sans-serif;
}


/* vote offers */
.voteoffer {
    border-bottom: solid silver 1px;
    float:left;
    width:100%;
    margin: 10px 0px;
    min-height: 70px;
}
.voteoffer .text {
    padding-top:10px;
    font-size:110%;
    max-height: 68px;
/*    max-height: 65px;*/
    overflow:hidden;
}
.voteoffer:hover .text {
    max-height: 1000px;
    overflow:auto;
}
.voteoffer .info {
    color: gray;
    font-size: 11px;
    float:left;
    width:100%;
    margin:5px 0px;
    
    clear:both;
}

.voteoffer .stat {
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    color: black;
    font-size: 12px;
}
.voteoffer .za {
    color: #FF6411;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
}
.voteoffer .protiv {
    color: #222;
}
.voteoffer .vote {
    margin: 5px 0px;
}
.vote INPUT {
    width: 20px;
    padding: 6px 0px 3px 10px;
    margin-right: 10px;
    border: solid 1px white;
    cursor: pointer;
}

.votebuttons {
    margin: 0px;
    padding: 0px;
}

.vote INPUT:hover {
/*    border: solid 1px silver;*/
}

.vote INPUT.za {
    background: url(/img/i_za.png) no-repeat 0px 0px;
}
.vote INPUT.protiv {
    background: url(/img/i_protiv.png) no-repeat 0px 2px;
}

.voteanswer {
}

.voteanswerok {
    color: green;
}
.voteanswerfail {
    color:red;
}
.stat_rate {
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.votecolor1 {
/*    background: #F5F5F5;*/
}

#insertoffer {
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
}
.votetext {
    float:left;
    width: 670px;
    margin: 0px;
    padding: 0px;
}
.votetext .text {
    margin-left: 20px;
    padding: 0px;
}
.voterate {
    float:left;
    text-align: center;
}
.ratelabel {
    border:silver solid 1px;
    width: 60px;
    height: 60px;
    border-radius:7px; 
     -webkit-border-radius:7px; 
     -moz-border-radius:7px; 
     -khtml-border-radius:7px;
}
.voterate .heading {
    background: #fafafa;
    font-size: 12px;
    color: gray;
    padding: 4px 0px;
    border-radius:7px; 
     -webkit-border-radius:7px; 
     -moz-border-radius:7px; 
     -khtml-border-radius:7px;
}
.voterate .rating {
    text-align: center;
    font-size: 28px;
    color: #ff8800;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    padding: 0px;
}
.voterate .zapro {
    text-align: center;
}
.morelink {
    font-size: 10px !important;
}
/* vote offers */

.flag {background:url(/img/10y.png) no-repeat; position:absolute; width:57px; height:57px; left: 170px; top:20px;  z-index: 1;}

/* orange checkform + avail domains */
#all_tld_groups TD {
font-size:90%;
padding:1px 2px;
}
H3 {
padding:5px 0px;
margin: 1px 0px;
}

div#regwrapper {
background: url(/img/bg_red_epag.png) repeat-x #FFB314;
color: #fff;
padding: 1em 0 0 0;
width: 100%;
font-size:95%;
}

div#regwrapper table { border: 1px; margin: 1em; padding: 0; width: 100%; }
div#regwrapper tr, div#regwrapper td { border: 0; margin: 0; padding: 0; }
div#regwrapper p { color: #fff; }
div#regwrapper span { font-size: 1.3em; font-weight: bold; font-family: 'robotobold', Arial, Helvetica, sans-serif; }

td.tld span { font-weight: bold; font-family: 'robotobold', Arial, Helvetica, sans-serif; text-decoration: underline; }
table.head { width: 100%; background: #f0f0f0; }

input#regsubmit {
position: relative;
left: -1em;
padding: 1em 2em;
margin-top: -1em;
}

label.dash { color: #FF6411; border-bottom: dashed 1px #FF6411; } 

.dis {
    color: gray !important;
}






/*New TLD - promo page*/
.new_tld_header {padding: 10px; background: url(/img/new_tld_backgr.jpg) 100% 100% no-repeat; overflow: hidden;}

.titleTld {margin-left: 90px; text-indent: -90px; /*padding: 0;*/ font-size: 1.7em; /*line-height: 1em;*/ color: #010101;}
.orangeColor {color: #fb7514; /*text-transform: uppercase;*/}
.lightOrangeColor {color: #ff8d00;}

.tldList label[for="checkAllTld"] {margin-right: 285px;}
.gTLDform2_backgr .tldList label[for="checkAllTld"] {margin-right: 0;}

.newTldInput {border: solid 1px silver; padding: 5px 12px; }
.newTldInput {width: 380px;}
.gTLDform2_backgr .newTldInput {width: 450px;}
.newTldInput.example {font-style: italic;}

.newTldButton, .submitSelect.active a {
    display: inline-block; 
    vertical-align: middle; 
    padding: 9px 11px; 
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ff7e00;
    background: -moz-linear-gradient(top, #ffa600 0%, #ff7000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff7000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffa600 0%,#ff7000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffa600 0%,#ff7000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffa600 0%,#ff7000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffa600 0%,#ff7000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff7000',GradientType=0 ); /* IE6-9 */
}
a.newTldButton {display: block; width: 150px; margin: 15px auto; text-decoration: none; text-align: center;}
.newTldButton:hover {
    background: #ed8b15;
    background: -moz-linear-gradient(top, #fea701 0%, #de7126 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea701), color-stop(100%,#de7126)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fea701 0%,#de7126 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fea701 0%,#de7126 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fea701 0%,#de7126 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fea701 0%,#de7126 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea701', endColorstr='#de7126',GradientType=0 ); /* IE6-9 */
}

.newTldGrayButton, .submitSelect a {
    display: inline-block; 
    vertical-align: middle; 
    padding: 9px 11px; 
    margin: 5px 0;
    cursor: pointer;
    color: #333;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 1px #fff;
    text-decoration: none;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px; 
    border-radius: 3px;
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f2f2 0%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f2f2 0%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f2f2f2 0%,#e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

.newTldGrayButton:hover {
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top, #e0e0e0 0%, #e2e2e2  100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#e2e2e2 )); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e0e0e0 0%,#e2e2e2  100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e0e0e0 0%,#e2e2e2  100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e0e0e0 0%,#e2e2e2  100%); /* IE10+ */
background: linear-gradient(to bottom, #e0e0e0 0%,#e2e2e2  100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */
}

.submitSelect {
    display: inline;
    display: inline-block;
    vertical-align: middle;
}

.submitSelect a {
    text-decoration: none;
    color: #c5c5c5;
    cursor: default;
}

.submitSelect.active a {
    text-shadow: none;
    color: #fff;
    cursor: pointer;
}


#new_gTLDform label, #new_gTLDform input, #new_gTLDform span {vertical-align: middle;}
#new_gTLDform label {display: block; font-weight: bold; font-family: 'robotobold', Arial, Helvetica, sans-serif; text-transform: lowercase;}
#new_gTLDform .tldList div label {font-size: 14px;}
#new_gTLDform.gTLDform2_backgr .tldList div label {font-size: 1em;}

.newTldGroupTitle {display: block; font-size: 0.8em; padding-left: 3px; color: #fb7514; font-weight: bold; cursor: pointer; text-decoration: underline; line-height: 1em;}
.newTldGroupTitle2 {
    display: block; 
    font-weight: bold; 
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    padding: 3px 2px 3px 8px; 
    margin-bottom: 2px;
    word-wrap: break-word; 
    color: #fff; 
    background: #fb7514; 
    -webkit-border-radius: 3px; 
    border-radius: 3px;
    white-space: nowrap;
}
.newTldGroupTitle2 span, span.newTldGroupTitle2 {color: #fff;}
/*.newTldGroupTitle2:hover {background: #ff8d00;}*/
.twoColumns .newTldGroupTitle2 {margin-right: 10px;}

.tldList div {float: left; margin-right: 20px; padding-top: 15px; height: 80px;}
.gTLDform2_backgr div {margin-right: 5px;}
.allTldGroup {padding-bottom: 15px; padding-right: 10px;}

.tldRightDescr {float: right; width: 275px; margin: 0;}
.tldDescr {margin-right: 275px;}

.tldRightDescr p {padding: 5px; margin: 0;}
.tldRightDescr p:nth-child(even) {background: #e8e8e8;}

.tldTextTitle {margin: 0; padding: 10px 0; font-size: 16px; font-weight: bold; font-family: 'robotobold', Arial, Helvetica, sans-serif; color: #ff8225; text-indent: 20px;}
a .tldTextTitle {padding-right: 23px; line-height: 24px; background: url(/img/icns/arrow1.png) 100% 50% no-repeat;}
a:hover .tldTextTitle {color: #FF6411;}
.tldRightDescr .tldTextTitle {text-indent: 0}

.tldDescr ul {margin-left: 40px; list-style-type: disc;}

.columns {overflow: hidden;}
.column {float: left; width: 16.3%;}
.twoColumns {float: left; width: 33%;}
.twoColumns label,
.twoColumns_column {width: 50%; float: left;}
.twoColumns .newTldGroupTitle2 {width: 98%; float: none; }
/*End - new TLD - promo page*/

/*Registration new TLD form*/
#newTldAdded label, #newTldErrors label {white-space: nowrap; font-weight: bold; font-family: 'robotobold', Arial, Helvetica, sans-serif; vertical-align: middle;}
#newTldAdded input, #newTldErrors input {vertical-align: middle;}

.errorMessage, .errorMessage:hover {background: #f6e2dd;}
.nobr {white-space: nowrap;}

.gTLDform2_backgr {padding: 10px; background: #ffe5d2; border-top: solid 4px #FF8801; overflow: hidden;}
.gTLDform2_backgr .tldList div {display: inline-block; min-width: 10%; height: auto; margin-bottom: 15px; float: none;}
/*End - registration new TLD form*/

/*Forms - разное*/
.fontBigger {
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-size: 1.05em;
}

.bigTextInpt, .customSelect input  {
    font-size: 1.05em;
    padding: 6px 10px;
    border: 1px solid #b6b6b6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.wn_160px {
    width: 160px;
}

.customSelect {
    vertical-align: middle;
}

.customSelect input  {
    width: 75%;
    padding: 8px 40px 8px 10px;
    font-size: 1.1em;
}

#ankets_section .customSelect {
    display: block;
    position: relative;
    padding: 0px 40px 0px 0px;
    height: 34px;
    display: block;
    overflow: hidden;
    border-top: 1px solid #ff6411;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #e8e8e8; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #e1e1e1 50%, #d9d9d9 51%, #bdbdbd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(50%,#e1e1e1), color-stop(51%,#d9d9d9), color-stop(100%,#bdbdbd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%,#e1e1e1 50%,#d9d9d9 51%,#bdbdbd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%,#e1e1e1 50%,#d9d9d9 51%,#bdbdbd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%,#e1e1e1 50%,#d9d9d9 51%,#bdbdbd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%,#e1e1e1 50%,#d9d9d9 51%,#bdbdbd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#bdbdbd',GradientType=0 ); /* IE6-9 */
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
    border-radius: 0px;
}
    #ankets_section .customSelect input {
        padding: 10px 0px 10px 30px;
        height: 14px;
        display: block;
        width: 90%;
        font: 13px Arial, Tahoma, Verdana, sans-serif;
        font-weight: bold;
        font-family: 'robotobold', Arial, Helvetica, sans-serif;
        text-shadow: 1px 1px 0 #eeeeee;
        color: #000000;
        border: none;
        outline: none;
        background: transparent;
    }
    #ankets_section .customSelect input:focus {
        background-color: #e8e8e8;
        background-image: url(/img/icns/comment_icn.png?r=1);
        background-repeat: no-repeat;
        background-position: 7px 7px;
        color: #2c5667;
        text-shadow: none;
    }
        #ankets_section .ankets_field_error .customSelect {
            background: #f5cdc4;
        }
        #ankets_section .ankets_field_error input:focus {
            background-color: #f5cdc4;
        }

    .ankets_list {
        list-style: none; 
        margin-left: 0; 
        padding-left: 0;
    }

.selectButton {
    margin-left: -40px;
    padding: 8px 10px;
    font-size: 1.05em;
    line-height: 0.5em;
    border: none;
    background: none;
    cursor: pointer;
    color: #c5c5c5;
}

.selectButton:after {
    content: '▼';
}

.selectButton:hover {
    color: #ff8801;
}
    #ankets_section .selectButton {
        position: absolute;
        top: 15px;
        right: 10px;
        width: 0;
        height: 0;
        padding: 0;
        margin-right: 0;
        border-top: 5px solid #939393;
        border-bottom: 0px solid transparent;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
        #ankets_section .selectButton:after {
            content: '';
        }

/*modal messages*/
#message, .message {
    position: fixed;
    z-index: 120;
    top: 20%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    padding: 5px;
    text-align: center;
    font-size: 0.9em;
    background: #eee;
    border: 2px solid #d7d7d7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#txtTitle, .txtTitle {
    padding: 10px 20px;
    margin: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    text-align: left;
    border-top: 1px solid #e78f08;
    border-left: 1px solid #e78f08;
    border-right: 1px solid #e78f08;

    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f7b74e;
    background: -moz-linear-gradient(top, #f7b74d 0%, #f7b74d 49%, #f6ad35 50%, #f6ad35 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7b74d), color-stop(49%,#f7b74d), color-stop(50%,#f6ad35), color-stop(100%,#f6ad35)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7b74d 0%,#f7b74d 49%,#f6ad35 50%,#f6ad35 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7b74d 0%,#f7b74d 49%,#f6ad35 50%,#f6ad35 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7b74d 0%,#f7b74d 49%,#f6ad35 50%,#f6ad35 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7b74d 0%,#f7b74d 49%,#f6ad35 50%,#f6ad35 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b74d', endColorstr='#f6ad35',GradientType=0 ); /* IE6-9 */
}

#message:after, .message:after {
    content: '';
    position: absolute;
    bottom: 45px;
    left: 5px;
    right: 5px;
    border-bottom: 1px solid #ddd;
}
#message.noLine:after, .message.noLine:after {
    display: none;
}

#messageFon, .messageFon {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

#closeMessage, .closeMessage {
    position: absolute;
    top: 16px;
    right: 10px;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background: #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #ddd;

}

#closeMessage:hover, .closeMessage:hover {
    border: 1px solid #fbd850;
}

#closeMessage::before, .closeMessage::before {
    content: '+';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    color: #e78f08;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-size: 24px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}


/* страница вывода событий и отчётов */
.event {
    border-bottom: solid 1px silver;
    padding: 5px 0px 10px 0;
    margin: 5px 0px;
}
.event H2 {
    color: black;
    font-size: 1.5em;
    font-weight: normal;
    margin: 5px 0px 15px 0px;
    padding:0px;
}
.eventdate {
    color: black;
    font-style: italic;
}

#message button {
    margin: 10px 10px 3px;
}

.orangeButtonSmall {
    display: inline-block; 
    vertical-align: middle; 
    padding: 5px 10px; 
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    background: #ff7e00;
    background: -moz-linear-gradient(top, #ffa600 0%, #ff7000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff7000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffa600 0%,#ff7000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffa600 0%,#ff7000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffa600 0%,#ff7000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffa600 0%,#ff7000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff7000',GradientType=0 ); /* IE6-9 */
}
.orangeButtonSmall:hover {
    background: #ed8b15;
    background: -moz-linear-gradient(top, #fea701 0%, #de7126 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea701), color-stop(100%,#de7126)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fea701 0%,#de7126 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fea701 0%,#de7126 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fea701 0%,#de7126 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fea701 0%,#de7126 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea701', endColorstr='#de7126',GradientType=0 ); /* IE6-9 */    
}

.grayButtonSmall {
    display: inline-block; 
    vertical-align: middle; 
    padding: 5px 10px; 
    cursor: pointer;
    color: #888;
    text-shadow: -1px -1px 0 #eee;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    background: #f8f8f8; /* Old browsers */
    background: -moz-linear-gradient(top, #f8f8f8 0%, #bbbbbb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f8f8f8 0%,#bbbbbb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f8f8f8 0%,#bbbbbb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f8f8f8 0%,#bbbbbb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
}

.grayButtonSmall:hover {
    background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f0f0 0%, #bbbbbb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f0f0 0%,#bbbbbb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f0f0 0%,#bbbbbb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f0f0f0 0%,#bbbbbb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
}

.grayButtonSmall2 {
    display: inline-block; 
    vertical-align: middle; 
    padding: 5px 10px; 
    cursor: pointer;
    color: #777;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #ccc;
    background: #f8f8f8; /* Old browsers */
    background: -moz-linear-gradient(top, #f8f8f8 0%, #bbbbbb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f8f8f8 0%,#bbbbbb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f8f8f8 0%,#bbbbbb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f8f8f8 0%,#bbbbbb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
}

.grayButtonSmall2:hover {
    background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f0f0 0%, #bbbbbb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f0f0 0%,#bbbbbb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f0f0 0%,#bbbbbb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f0f0f0 0%,#bbbbbb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
}

.orangeButtonSmall2 {
    display: inline-block; 
    vertical-align: middle; 
    padding: 5px 10px; 
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #ffa101;
    text-decoration: none;
    background: #ff7e00;
    background: -moz-linear-gradient(top, #fea701 0%, #ff7000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea701), color-stop(100%,#ff7000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fea701 0%,#ff7000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fea701 0%,#ff7000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fea701 0%,#ff7000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fea701 0%,#ff7000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea701', endColorstr='#ff7000',GradientType=0 ); /* IE6-9 */
}

.orangeButtonSmall2:hover {
    border: 1px solid #fea701;
    background: #ed8b15;
    background: -moz-linear-gradient(top, #fea701 0%, #de7126 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea701), color-stop(100%,#de7126)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fea701 0%,#de7126 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fea701 0%,#de7126 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fea701 0%,#de7126 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fea701 0%,#de7126 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea701', endColorstr='#de7126',GradientType=0 ); /* IE6-9 */
}

/*end - modal messages*/

/*Tabs*/
.tabsWrap {
  border: 4px solid #eee;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.tabsWrap .tabs {
   -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background: #eee;
  color: #fff;
  font-weight: bold;
  font-family: 'robotobold', Arial, Helvetica, sans-serif;
  text-align: justify;
}

.tabs::after {
  /*растягиваем строку по ширине*/
  content: '';
  display: inline;
  width: 100%;
}

.tabsTitle, .tabsMode {
  display: inline-block;
  vertical-align: middle;
}

.tabsMode {
  padding: 4px 5px 0 5px;
  /*перекрываем синюю черту у содержимого вкладок*/
  margin-bottom: -1px;
}

.tabsTitle {
  color: #000;
  font-weight: bold;
  font-family: 'robotobold', Arial, Helvetica, sans-serif;
  padding-left: 5px;
}

.tabsMode span {
  display: inline-block; 
  padding: 3px 8px;
  margin-bottom: 1px;
  color: #fff;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-top: 1px solid #ff8801;
  border-left: 1px solid #ff8801;
  border-right: 1px solid #ff8801;
  background: #ff7e00;
  background: -moz-linear-gradient(top, #ffa600 0%, #ff7000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff7000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffa600 0%,#ff7000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffa600 0%,#ff7000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffa600 0%,#ff7000 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffa600 0%,#ff7000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff7000',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 0px -2px 2px rgba(255, 255, 255, 0.8);
  box-shadow: 0px -2px 2px rgba(255, 255, 255, 0.8);
}

.tabsMode span:hover {
  cursor: pointer;
  background: #ed8b15;
  background: -moz-linear-gradient(top, #fea701 0%, #de7126 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea701), color-stop(100%,#de7126)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fea701 0%,#de7126 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fea701 0%,#de7126 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fea701 0%,#de7126 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fea701 0%,#de7126 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea701', endColorstr='#de7126',GradientType=0 ); /* IE6-9 */    
}

.tabsMode span.on,
.tabsMode .on:hover {
  background: #fff;
  filter: none;
  color: #000;
  margin-bottom: 0;
  padding-bottom: 4px;
  cursor: default;
}

.tabsContent {
  border-top: 1px solid #ff8801;
  padding-top: 0.5em;
  background: #fff;
}

/*End - tabs*/

/*free whois page*/
.toggleLink {display: inline-block; padding: 0 0 10px 17px; color: #FF6411; text-decoration: underline; 
    cursor: pointer; background: url(/img/i_download.gif) no-repeat 2px 2px ;}
.toggleContent {display: none;}
.toggleContent img {margin-bottom: 5px; margin-top: 5px;}
/*End - free hwois page*/

.pincode {
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-size: 120%;
}
.pin_active TD {
    background: #C3DA98;
    border-bottom: solid 1px white;
}
.pin_used TD {
    background:#82C3FF;
    border-bottom: solid 1px white;
}
.pin_wait TD {
    background: #f8f8f8;
    border-bottom: solid 1px white;
}
.pin_expired TD {
    background: #E7E7E7;
    border-bottom: solid 1px white;
}
.pindiv {
    margin-top: 10px;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-size: 1.05em;
}
.pin_errors {
    margin-top: 10px;
    color:red;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
}


/*Other*/
.grayFon {
  padding: 10px;
  background-color: #eee;
}

.showInfo {
    cursor: pointer;
}
    .showInfo:hover .showInfo_text {
        border-bottom: 1px dashed black;
    }

.user_cell_change,
.codes_make_change_cell {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* */
* {
    padding:0;
}
body {
    position: relative;
    min-height:100%;
}
#all {
    color: #222;
    width:1000px;
    margin:0px auto;
    position:relative;
    font-size: 10pt;
    font-family: Arial, Tahoma, Verdana, sans-serif; 
    background:none;
}

#all {height: auto; min-height: 100%;}

#empty {
    height: 127px;
    width: 100%;
}
#banner {
    text-align:center;
    color: black;
    font-size: 1.8em;
    padding: 70px 0px 0px 0px;
/*    padding:0px;*/
/*    padding-top: 70px;*/
/*    padding-bottom: 5px;*/
/*    font-family: Verdana, Tahoma, Arial, sans-serif;*/
/*    height:auto;*/
    overflow: hidden;
    width:1000px;
    padding-bottom: 0px;
    margin:0px;
}

.banner {
    float:left;
    margin-left:5px;
}

.banner IMG, .banner0 IMG {
    width:310px;
    height:104px;
}

.banner A {
    display: block;
}

.rbtn {
    color: black;
    font-size: 12px;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 0px 5px;
    margin-top: 10px;
    height: 21px;
    vertical-align: middle;
}

.linklogin {
    padding-left: 19px;
    background: url(/img/i_login.gif) no-repeat;
    margin: 20px 5px 0px 5px;
}
.linkreg {
    padding-left: 19px;
    background: url(/img/i_reg.gif) no-repeat;
    margin: 20px 5px 0px 5px;
}
.linkout {
    padding-left: 19px;
    background: url(/img/i_out.gif) no-repeat;
}
A.linkall {
    padding-left: 19px;
    background: url(/img/i_8.gif) no-repeat;
    color: black;
}
A.linkall2 {
    padding-left: 19px;
    background: url(/img/i_8.gif) no-repeat;
}
a.linkrss {
padding-left: 19px;
background: url('/img/rss.png') no-repeat;
}
 #logo {
    position: absolute;
    top:25px;
    left:0px;
 /*  z-index:3; */
}
#logo_print {
    display:none;
}

#head {
    margin-left:175px;
    position: relative;
    height:93px;
    margin-bottom: 0px;
    z-index: 9;
}


#inneruser, #headuser  #inneruser{
    background: #feeec0;
    padding: 10px 0px 10px 15px;
    height:52px;
    background:#e7e5d8; border:1px solid #898989; border-top:none;
    -moz-box-shadow: 0px 3px 5px #b2b2b2;
  -webkit-box-shadow: 0px 3px 5px #b2b2b2;
  box-shadow: 0px 3px 5px #b2b2b2;
  behavior: url(/css/PIE.htc); 
  -webkit-border-radius: 0 0 7px 7px;
-moz-border-radius: 0 0 7px 7px;
border-radius: 0 0 7px 7px; 
-khtml-border-radius: 0 0 7px 7px ; position:relative;
}
#inneruser p {clear:both;}

#headuser DIV.f-left {   
    padding-right: 14px; margin-bottom:10px; 
}
#headuser DIV.f-right { float:right;  padding-right: 14px; margin-bottom:10px;}

html* #headuser DIV.f-left, html* #headuser DIV.f-right {margin-bottom:0;}

#headuser A {
    color:black;
    font-size: 12px;
}
#headuser BUTTON {
    width: 20px;
    height: 20px;
    cursor:pointer;
}
#headuser INPUT {
    border: solid 1px silver;
    background: white;
    font-size: 14px;
    width:160px;
        height: 16px;
        margin-bottom:0px;
}
#headuser P {
    margin: 2px 0px;
    padding: 0px;
}

#head_cart {
    color: #ff6411;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
}

#head_cart a {
    text-decoration: none;
    color: #ff6411;
    font-size: 14px;
}

#lshad {
    background: url(/img/lshad.gif) top left no-repeat;
    height: 72px;
}
#rshad {
    white;
    height: 72px;
}


#oldc-mail {
    position:absolute; top:0px; left:380px; z-index:90; color:#fff; line-height: 20px; font-size:12px; width:230px; 
}
#oldc-mail   b {
    float:left;
    color:#ff8801;
}
#oldc-mail A {
    display:block;
    background: url(/img/iw_mail.gif) no-repeat  right !important;
    color: white;
    font-size: 12px;
    padding:0;
    float:left;
    padding-left: 10px;
    width:auto;
    background: url("/img/iw_mail.gif") no-repeat scroll 3px 2px transparent !important;
}
#oldc-mail A.linkmail span {border:none; width:15px; display:block; float:left;}
#oldc-phone {
    position:absolute; 
    top:0px;
    left:95px;
    z-index:90;
    color:#fff;
    line-height: 20px;
    font-size:12px;
    width:310px;
    color:#ff8801;
}
#oldc-phone  b {float:left;}
#oldc-phone a {
    color:white;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-size:12px; padding:0;
}

#oldc-phone  A.linkphone {
    display:block;
    background: url(/img/iw_phone.gif) no-repeat right !important; float:left; margin-left:5px;
}
#oldc-phone  A.linkphone span {border:none; width:12px;}
#hidcontacts {
    position: absolute;
    top: 20px;
    left: -10px;
    background: #fae9bb;
    width: 300px;
    padding-bottom:10px;
    border: solid #c1c1c1 1px;
    z-index: 14;
    color: black;
    font-size:11px;
}
#oldc-phone #hidcontacts {
    display:none;
}
#oldc-phone:hover #hidcontacts {
    display:block;
}
#hidcontacts table{font-size:11px;} 

#search {
    position: absolute;
    top:15px;
    right: 20px;
}

#search * {
    vertical-align:middle;
}

.search_btn {
     padding:0;
}
#search span {
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
}
#searchtext {
    background: white;
}
#header {position:relative;}
#lang {
    position: absolute;
    top:22px;
    top:0px;
    left: 0px; font-size:10px; text-transform:uppercase; right:auto; z-index: 10;
}  
#rus {
    float:left;
    height:22px;
    text-align:right;
    width:auto;
}
#rus DIV, #eng DIV {
    color:#ff6411;
    background:#fff;
    padding:3px 10px 2px;
    -moz-border-radius: 0 0 4px 4px; 
  -webkit-border-radius: 0 0 4px 4px; 
  -khtml-border-radius: 0 0 4px 4px; 
  border-radius: 0 0 4px 4px;
   behavior: url(/css/PIE.htc);
}

#rus A {
    display:block;
    padding-top: 3px;
    padding-right: 4px;
    height:22px;
    color:#fff; text-decoration:none; padding:3px 10px 2px;
}
#eng {
    float:left;
   width:auto;
    height:22px;
}

#eng A {
    padding-top: 3px;
    display:block;
    padding-left: 2px;
    height:22px;
    color:#fff; text-decoration:none; padding:3px 10px 2px;
}

#menu A.menu-a {
    display:block;
    text-align: center;
    padding: 8px 0px 7px 0px;
    color: #202020;
    font-size: 110%;
    text-decoration: none;
    background: url(/img/cr.gif) top right no-repeat;
    background: url(/img/menu-a.gif) repeat-x; height:20px; color:#fff; font-size:13px; position:relative;
     behavior: url(/css/PIE.htc); 
  -webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0; 
-khtml-border-radius: 4px 4px 0 0; 
white-space: nowrap;
}

#menu LI:hover A.menu-a{
    background: #f8f8f8 url(/img/cr_hover.gif) top left no-repeat;
    border:1px solid #df7735; border-bottom:none; background:#fff; color:#363636; padding-top:7px;  z-index: 31; zoom: 1; height:20px;
    -moz-box-shadow: 0px -2px 2px #aeaeae;
  -webkit-box-shadow: 0px -2px 2px #aeaeae;
  box-shadow: 0px -2px 2px #aeaeae;
  behavior: url(/css/PIE.htc); 
}

#menu LI.sel {
    background: #ffeec0 url(/img/cl_sel.gif) top left no-repeat;
    height: 35px;
}

#menu LI.sel A {
    background: url(/img/cr_sel.gif) top right no-repeat;
    color: #ffa62f;
}

.mleftmenu H4 {
    padding: 5px 0px 5px 0px !important;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    margin:0px 20px 3px 10px;
    font-size: 10pt;
}
.mleftmenu A {
    display: block;
    padding: 5px 0px 5px 10px !important;
    font-size: 10pt;
}
.mleftmenu .selected {
    color: black;
    text-decoration: none;
    background: #DDDDDD;
}


#menu LI .msubmenu {
    display:none;
}

#menu LI:hover .msubmenu {
    display:block;
}
DIV.msubmenu {
    width: 580px;
    padding: 15px 0px;
    margin-top: 0px;
    margin-left: 0px;
    float:left;
    background: white;

    border-right: 1px solid #FF9601;
    border-bottom: 1px solid #FF9601;
    border-left: 1px solid #FF9601;

    z-index: 30;
     zoom: 1;
    -moz-box-shadow: 0px 2px 6px #aeaeae;
    -webkit-box-shadow: 0px 2px 6px #aeaeae;
    box-shadow: 0px 2px 6px #aeaeae;
    behavior: url(/css/PIE.htc); 
}
.msubmenu H4 {
    padding: 3px 0px 3px 0px !important;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    margin:0px 15px 3px 15px;
    font-size: 10pt;
    color:#598527; font-size:14px; text-transform:uppercase; font-family:arial; background:none;
}
.msubmenu A, #menu .msubmenu  a ,  #menu li:hover .msubmenu  a{
    color: black ;
    font-size: 9pt;
    text-align: left ;
    padding: 3px ;
    text-decoration: underline;
    display:block;
    font-size: 9pt;
    background: none;
    font-size:12px; color:#515151; 
    border-top:1px solid #e7e5d8; 
    margin:0 15px; 
    text-decoration:none; 
    border-width:1px 0 0; 
        
}
.msubmenu A:hover, #menu .msubmenu  A:hover , #menu li:hover .msubmenu  A:hover {

  /* background:#5c5c44; 
   color:#fff;
   */
}

#m7 {
    position:relative;
}
#m7 .msubmenu {
    right:0px;
    position:absolute;
}
#m6, #m5, #m4 {
    position:relative;
}
#m6 .msubmenu, #m5 .msubmenu, #m4 .msubmenu {
    right:0px;
    position:absolute;
}
/* menu */
div.group_block { float: left; width: 285px; }
div.msubmenu { width: 570px; }
#m4 div.group_block { float: left; width: 290px; }
#m4 div.msubmenu { width: 580px; }

#leftmenu UL.left-ul, #sidebar_id .group_block {
    list-style: none;
    margin:0;
    padding: 0;
    border-bottom: solid 1px #D6D6D6;
    border:1px solid #dd6f28;
    margin-bottom:5px;
    width:178px;
    
}

#leftmenu UL.left-ul LI {
    display:block;
    padding: 0px;
    border-top: none;
    margin:0px !important;
}
#leftmenu UL.left-ul LI span.leftmenu_subtitle,  #sidebar_id .group_block  h4 {
    display:block;  margin:0; background:url(/img/menu-span.gif) repeat-x bottom #FEA701; color:#fff; text-align:center; font-weight:bold; font-family: 'robotobold', Arial, Helvetica, sans-serif; line-height:25px; padding:0 !important;}
#leftmenu UL.left-ul LI a,  #sidebar_id .group_block a  {display:block;   color:#000; margin:0 7px; padding:1px 3px !important; line-height:20px; border-bottom:1px solid #e7e5d8; text-decoration:none;}
#leftmenu UL.left-ul LI a:hover,  #sidebar_id .group_block a:hover {text-decoration:none; color:#fff; background:#5d5d45;}

#leftmenu UL.left-ul LI.sel {
    background: white;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    color: black;
}
#leftmenu UL.left-ul LI.sel > A {
    color: black;
    text-decoration: none;
}


/*Auth form*/
#inneruser form label {
    position: absolute;
    z-index: 10px;
    left: 4px;
    top: 2px;
    font-size: 15px;
    color: #666;
}

#inneruser form .f-left,
#inneruser form .f-right {
    position: relative;
}

/*Headform whois/регистрация/перенос - old style*/
#headform #form { margin-top: 25px; margin-left:0;}
#headform #form ul { margin: 0; padding: 0 0px; list-style: none; height:23px; position:relative;}
#headform #form ul li { display: inline; float:left; height:23px; margin:0;}
#headform #form ul li a {float:left; height:23px; padding:0 10px; line-height:23px;}
#headform #form ul li a.hsel {float:left; background:#e7e5d8; border:1px solid #898989; border-bottom:none; line-height:22px;}
#fform {background:#e7e5d8; border:1px solid #898989; padding:2px; height: 20px;}
/*End headform old style*/

/*Form width tabs*/
.form {position: relative; width: 360px; padding-bottom: 26px; margin-top: 25px; margin-left:0;}
.form span {display: inline-block; float: left; position: relative; z-index: 10; zoom: 1; height: 23px; line-height: 23px; vertical-align: middle; padding: 0px 10px; margin-bottom: -1px; color: #000; cursor: pointer;}
.form .hsel {background:#e7e5d8; border:1px solid #898989; border-bottom:none;}
.form form {position: absolute; top: 23px; left: 0px; background:#e7e5d8; border:1px solid #898989; padding:2px; height: 20px;}
.form .hdn {color: #666;}
.form .notEmpty {color: #000;}
/*End form width tabs*/

#headform .hsel  {color: #ff6411; height: 23px; line-height: 22px; font-weight: bold; font-family: 'robotobold', Arial, Helvetica, sans-serif; text-decoration: underline; }

#myip, #myip2 {float:left; padding:0; margin:2px;}
#myipl {line-height:20px;}

#headform a {
color: #000;
font-weight: normal;
padding: 0 20px 0 0;
text-decoration: none;
}


#headform input.hdn {
    width:170px;
    height:16px;
    font-size: 15px;  font-family: Arial, Tahoma, Verdana, sans-serif; float:left; margin-right:5px; padding:0 5px;
    background: white; border:none;
}

#headform .go {
    border:none;
    color: #fff;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    height: 20px;
    margin: 0px;
    padding: 0 5px;
    width: 20px;
    float:left;
}

button.go {
    border:none;
    color: #fff;
    font-weight: bold;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    height: 20px;
    margin: 0px;
    padding: 0 5px;
    width: 20px;
    text-indent: -40px;
    overflow: hidden;
    cursor: pointer;   
}

a.orangeButtonSmall2 {
    text-decoration: none;
}

.orbl { background: url('/img/b_go.gif') no-repeat !important; }

.hdn {
font-size: 12px !important;
height: 13px !important;
height: 20px !important;
width: 20em !important;
padding:0;
}

form.newTldSearch {
    float: right;
}

table.newTldList {
    width: 100%;
}

table.newTldList a.deleteTrash:hover,
table.newTldList a.go:hover {
    text-decoration: none;
}

#vssug td {padding-left: 0;}

a.deleteTrash {
    padding-left: 17px;
    background: url(/img/i_trash.png) 0 50% no-repeat;
}

.example { color: #666; }

h1 {color:#ff8801; border:none; font-size:24px; margin-bottom:20px; margin-top: 20px;}
.articleTitle h1 { margin-bottom:5px; margin-top: 0;}
.like_h1 {color:#ff8801; border:none; font-size:24px; margin-bottom:20px;}

.submit-row {margin:0; width:453px;}
.submit-row  .submit, a.submit { float:right; width:170px; border:none; display:block; text-align:center; text-decoration:none; line-height:32px; text-shadow:0 -1px 0 #d89235; padding-bottom:3px; height:32px; color:#fff; text-transform:uppercase; cursor:pointer; background:url(/img/submit-bg.png) no-repeat;}

#zajavka { /*background:url(/img/zajavka.jpg) no-repeat right;*/  padding-top: 0px;  font-size: 14px; color:#222;}
#zajavka  h1 {border:none; color:#ff8801; font-size:24px;}
.row {overflow:auto; padding-bottom: 12px;}
.row label{float:left; font-size:14px; color:#222222; width:155px; line-height:18px; padding-top:10px; padding-left:30px;}
.row label.double {line-height:15px; padding-top:0;}
.row label small {font-size:11px; color:#797979;}
.row .form-el {margin-left:190px;}
.row .form-el .text-inp { color:#9c9b9b; font-size:14px; font-family:arial; background:url(/img/text-inp-bg.jpg) no-repeat; border:none; width:260px; height:48px; padding:10px 15px 18px; height:20px; width:230px; display:block;}
.row .form-el .textarea-div {color:#9c9b9b; font-size:14px; font-family:arial;  background:url(/img/textarea.jpg) no-repeat; border:none; width:260px; height:119px; padding:6px 6px 15px; width:248px; height:98px;}
.row .form-el textarea {color:#9c9b9b; font-size:14px; font-family:arial; border:none; width:260px; height:119px; resize:none; width:248px; height:98px; padding:0; margin:0; overflow:auto;}



#custom-page {width:680px;}
#custom-page h2{color:#ff8801; font-size:20px; margin:0;}
.post {padding: 0 10px;}
.post p {font-size:12px; line-height:24px; margin: 0 0 6px;}
.post p big {font-size:15px;}
.post  img.alignright {margin: 7px 0 17px 20px; float:right;}

.line {line-height:1px; background:#b2b2b2; overflow:hidden; height:1px; width:100%;  clear:both; margin: 13px 0 19px;}
.grey-block {float:left; background:url(/img/grey-shadow.gif) no-repeat; overflow:hidden;  padding: 20px 22px 0;    width: 175px; margin-right:0px; height:438px;}
#custom-page .grey-block p {line-height:16px; margin-bottom: 10px;}
.grey-block .submit {float:none; margin:0 auto;}
.aligncenter {text-align:center;}

.orange {background:url(/img/orange.jpg) no-repeat; width:690px; height:368px; position:relative; margin-bottom: 22px;}
.or-title {position:absolute; top:35px; left:45px; color:#fff; font-size:18px; line-height:29px; text-shadow:0 -1px 0 #cc860e;}
.or-title big {font-size:30px;}
.or-text {color: #222222;    font-size: 14px;    left: 51px;    line-height: 18px;    position: absolute;    top: 119px;    width: 580px;}
.or-or {color: #222222;       left: 51px;       position: absolute;    top: 283px;    width: 610px;}
.or-or p, #custom-page .or-or p {font-size: 12px; line-height: 15px; margin: 0 0 5px; font-size: 14px;}
.orangeClr {color: #FF6411;}
strong.specPrice {text-decoration: underline; cursor: pointer; font-weight: normal;}


.right-text {float:right; width:550px; width:425px;}
.marked {list-style-image:url(/img/mark.gif); padding-left:12px; font-size:14px; line-height: 18px; margin-top:0;}
.marked li {margin: 0 0 20px;}

.morelink {    font-size: 10px !important;}
.right-sm {float:right; width:215px;   margin-top: 12px;}

/*Feedback form*/
.ui-widget-overlay {position: fixed; z-index: 120;}
.ui-dialog {z-index: 125;}
.ui-dialog .ui-button-icon-only .ui-icon {margin: -8px 0 0 -8px;}

/*TLD description widget*/
#linkDescrContent {font-size: 12px; margin-top: 10px; margin-right: 5px;}

/*Генерируем картинки с логотипами доменных зон в окне с описанием*/
.tld15:before, .tld72:before, .tld4:before, .tld14:before, 
.tld5:before, .tld8:before, .tld6:before, .tld7:before, .tld64:before,
.tld9:before, .tld60:before, .tld67:before, .tld35:before, .tld41:before,
.tld68:before, .tld69:before, .tld61:before, .tld22:before, .tld57:before,
.tld25:before, .tld11:before, .tld70:before, .tld329:before, .tld310:before, 
.tld200:before, .tld226:before, .tld352:before, .tld172:before, .tld112:before,
.tld80:before, .tld74:before, .tld102:before, .tld359:before, .tld240:before,
.tld254:before, .tld314:before, .tld254:before, .tld314:before, .tld224:before,
.tld134:before, .tld174:before, .tld290:before, .tld328:before, .tld180:before,
.tld230:before, .tld258:before, .tld264:before, .tld208:before, .tld154:before,
.tld184:before, .tld214:before, .tld282:before, .tld292:before, .tld308:before,
/*Домены 2го уровня*/
.tld330:before, .tld331:before, .tld332:before, .tld333:before, .tld344:before, 
.tld334:before, .tld355:before, .tld338:before, .tld84:before, .tld346:before,
.tld355:before, .tld84:before, .tld148:before, .tld164:before, .tld347:before,
.tld350:before, .tld355:before, .tld84:before, .tld148:before, .tld164:before, 
.tld82:before, .tld337:before, .tld345:before, .tld238:before, .tld336:before,
.tld335:before, .tld340:before, .tld342:before, .tld348:before, .tld339:before,
.tld341:before, .tld345:before, .tld343:before, .tld76:before, .tld86:before, 
.tld88:before, .tld98:before, .tld250:before, .tld349:before, .tld78:before,
.tld122:before, .tld142:before, .tld144:before, .tld168:before, .tld178:before, 
.tld256:before, .tld356:before, .tld100:before, .tld104:before, .tld106:before,
.tld124:before, .tld128:before, .tld132:before, .tld152:before, .tld156:before,
.tld158:before, .tld160:before, .tld186:before, .tld188:before, .tld190:before,
.tld202:before, .tld206:before, .tld210:before, .tld212:before, .tld216:before, 
.tld218:before, .tld220:before, .tld222:before, .tld228:before, .tld234:before, 
.tld244:before, .tld270:before, .tld284:before, .tld286:before, .tld288:before, 
.tld302:before, .tld322:before, .tld324:before, .tld326:before, .tld353:before, 
.tld354:before, .tld357:before, .tld361:before, .tld364:before, .tld400:before, 
.tld387:before, .tld388:before, .tld362:before, .tld363:before  {margin-left: 8px;}

.tld15:before {content: url(/img/logos/ru_2.png); width: 45px; height: 40px;}
.tld72:before, .tld330:before, .tld331:before, .tld332:before {content: url(/img/logos/rf2.png); width: 95px; height: 35px; }
.tld4:before, .tld86:before, .tld98:before, .tld250:before, .tld142:before,
.tld168:before, .tld178:before, .tld256:before, .tld234:before, .tld244:before,
.tld302:before, .tld353:before, .tld354:before {content: url(/img/logos/com.gif); width: 100px; height: 35px;}
.tld14:before {content: url(/img/logos/su.jpg); width: 34px; height: 40px;}
.tld5:before, .tld88:before, .tld144:before, .tld357:before, .tld361:before {content: url(/img/logos/net2.gif); width: 79px; height: 35px;}
.tld8:before {content: url(/img/logos/info2.gif); width: 79px; height: 40px;}
.tld6:before {content: url(/img/logos/org2.gif); width: 75px; height: 37px;}
.tld7:before {content: url(/img/logos/biz2.gif); width: 40px; height: 40px;}
.tld64:before {content: url(/img/logos/kz2.gif); width: 40px; height: 40px;}
.tld9:before {content: url(/img/logos/name_tld.gif); width: 88px; height: 39px;}
.tld60:before {content: url(/img/logos/mobi2.gif); width: 72px; height: 38px;}
.tld67:before {content: url(/img/logos/asia2.gif); width: 104px; height: 40px;}
.tld35:before {content: url(/img/logos/tv2.jpg); width: 73px; height: 38px;}
.tld41:before {content: url(/img/logos/ws2_.png); width: 40px; height: 40px;}
.tld68:before {content: url(/img/logos/me2.gif); width: 39px; height: 40px;}
.tld69:before {content: url(/img/logos/tel2.gif); width: 39px; height: 40px;}
.tld61:before {content: url(/img/logos/eu2.gif); width: 40px; height: 40px;}
.tld22:before {content: url(/img/logos/cc2.gif); width: 40px; height: 40px;}
.tld57:before {content: url(/img/logos/in2.gif); width: 69px; height: 40px;}
.tld25:before {content: url(/img/logos/us2.png); width: 66px; height: 40px;}
.tld11:before {content: url(/img/logos/aero2.gif); width: 89px; height: 41px;}
.tld70:before {content: url(/img/logos/tw2.gif); width: 89px; height: 41px;}
.tld329:before {content: url(/img/logos/co2.png); width: 42px; height: 40px;}
.tld310:before {content: url(/img/logos/fm2.png); width: 87px; height: 40px;}
.tld200:before, .tld202:before {content: url(/img/logos/bz2.gif); width: 45px; height: 40px;}
.tld226:before {content: url(/img/logos/ms2.gif); width: 40px; height: 40px;}
.tld352:before {content: url(/img/logos/xxx2.png); width: 74px; height: 40px;}
.tld172:before {content: url(/img/logos/la2.gif); width: 41px; height: 40px;}
.tld80:before, .tld112:before {content: url(/img/logos/ch_.png); width: 103px; height: 20px;}
.tld74:before, .tld76:before, .tld78:before {content: url(/img/logos/nic_at.jpg); width: 148px; height: 40px;}
.tld102:before, .tld100:before, .tld104:before, .tld106:before {content: url(/img/logos/im2.gif); width: 40px; height: 40px;}
.tld359:before {content: url(/img/logos/sx2.jpg); width: 64px; height: 40px;}
.tld240:before {content: url(/img/logos/vc2.gif); width: 40px; height: 40px;}
.tld254:before {content: url(/img/logos/gs2.gif); width: 40px; height: 40px;}
.tld314:before {content: url(/img/logos/io2.png); width: 50px; height: 40px;}
.tld224:before, .tld222:before {content: url(/img/logos/lc2.gif); width: 40px; height: 40px;}
.tld134:before, .tld124:before, .tld128:before, .tld132:before, .tld152:before {content: url(/img/logos/pl2.gif); width: 85px; height: 40px;}
.tld174:before {content: url(/img/logos/mn2.jpg); width: 81px; height: 40px;}
.tld290:before, .tld284:before, .tld286:before, .tld288:before {content: url(/img/logos/sc2.jpg); width: 64px; height: 40px;}
.tld328:before {content: url(/img/logos/tk2.gif); width: 40px; height: 40px;}
.tld180:before {content: url(/img/logos/tl2.gif); width: 40px; height: 40px;}
.tld230:before, .tld228:before {content: url(/img/logos/mx2.jpg); width: 65px; height: 40px;}
.tld258:before {content: url(/img/logos/ac2.png); width: 39px; height: 40px;}
.tld264:before, .tld270:before {content: url(/img/logos/cm2.gif); width: 40px; height: 40px;}
.tld208:before, .tld206:before, .tld210:before, .tld212:before {content: url(/img/logos/hn2.png); width: 160px; height: 80px;}
.tld154:before, .tld156:before, .tld158:before, .tld160:before {content: url(/img/logos/af2.jpg); width: 57px; height: 60px;}
.tld184:before, .tld186:before, .tld188:before, .tld190:before {content: url(/img/logos/ag2.gif); width: 43px; height: 40px;}
.tld214:before, .tld216:before, .tld218:before, .tld220:before {content: url(/img/logos/ht2.gif); width: 54px; height: 40px;}
.tld282:before {content: url(/img/logos/mu2.jpg); width: 41px; height: 40px;}
.tld292:before {content: url(/img/logos/sh2.png); width: 40px; height: 40px;}
.tld308:before {content: url(/img/logos/cx2.gif); width: 40px; height: 40px;}
.tld360:before {content: url(/img/logos/pw2.jpg); width: 63px; height: 40px;}
.tld333:before, .tld344:before, .tld334:before, .tld338:before, .tld346:before,
.tld347:before, .tld350:before, .tld337:before, .tld345:before, .tld336:before, 
.tld335:before, .tld340:before, .tld342:before, .tld348:before, .tld339:before,
.tld341:before, .tld345:before, .tld343:before, .tld349:before {content: url(/img/logos/ua_2.gif); width: 45px; height: 40px;}
.tld355:before {content: url(/img/logos/ru_com.png); width: 104px; height: 26px;}
.tld84:before {content: url(/img/logos/eucom.png); width: 120px; height: 24px;}
.tld148:before {content: url(/img/logos/ukcom.png); width: 107px; height: 38px;}
.tld164:before {content: url(/img/logos/cncom.png); width: 85px; height: 36px;}
.tld82:before {content: url(/img/logos/decom.png); width: 119px; height: 35px;}
.tld238:before {content: url(/img/logos/uscom.png); width: 90px; height: 30px;}
.tld122:before {content: url(/img/logos/nocom.png); width: 120px; height: 32px;}
.tld356:before {content: url(/img/logos/usorg.png); width: 100px; height: 36px;}
.tld322:before, .tld324:before, .tld326:before {content: url(/img/logos/sb2.gif); width: 40px; height: 40px;}
.tld364:before {content: url(/img/logos/ukr.png); width: 46px; height: 40px;}
.tld400:before {content: url(/img/logos/menu.png); width: 183px; height: 40px;}
.tld387:before {content: url(/img/logos/sexy.png); width: 95px; height: 40px;}
.tld388:before {content: url(/img/logos/tattoo.png); width: 122px; height: 40px;}
.tld363:before {content: url(/img/logos/online_logo_small.png); width: 165px; height: 40px;}
.tld362:before {content: url(/img/logos/site_logo_small.png); width: 97px; height: 40px;}

/* end - картинки с логотипами доменных*/
