.clear { clear: both; }
.clearL { clear: left; }
.clearR { clear: right; }
.hidden { display: none; }
.fleft { float: left; }
.fright { float: right; }
.fnone { float: none; }
.hleft { text-align: left; }
.hcenter { text-align: center; }
.hright { text-align: right; }
.vtop { vertical-align: top; }
.vmiddle { vertical-align: middle; }
.vbottom { vertical-align: bottom; }
.overflowAuto { overflow: auto; }
.noborder { border: none; }

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }

.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }

.bold { font-weight: bold; }
.red { color: #c00; }

.wp50 { width: 50% }

.h500 { height: 500px; }

html { width: 100%; font: normal 12px/15px Arial; }

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #4e4e4e;
}

.messageSuccess {
    margin: 15px 0px;
    padding: 10px;
    border: 1px solid #0f0;
    background-color: #dfffdf;
}

#big_all_container {
    margin: 0px auto;
    min-width: 1024px;
    max-width: 1400px;
}

img { border: 0px; }

a { color: #226095; }
    a:hover { text-decoration: none !important; }

#top_text {
    padding: 4px 0px 4px 10px;
    background-color: #f1f1ef;
    font: normal 12px/15px Arial;
}

#cities {
    margin-left: 60px;
    margin-bottom: 10px;
    font: normal 10px/15px Tahoma;
}
    #cities select {
        float: left;
        display: block;
        font: normal 10px/12px Tahoma;
    }
    #cities input {
        float: left;
        display: block;
        margin-left: 10px;
    }

/*   HEADER   */
#header {
    margin: 20px 10px -30px 10px;
    padding-bottom: 100px;
    /*background: #fff url('../img/fit-bg.jpg') 100% 20px no-repeat;*/
}
    #logo { float: left; }

    #menu_top {
        position: relative;
        z-index: 100;
        padding-left: 260px;
    }
        #menu_top ul li {
            margin-top: 57px;
        }
        #menu_top ul li a,
        #menu_top ul li a:visited {
            display: block;
            text-decoration: none;
        }
            #menu_top ul li a div {
                display: block;
                padding: 5px 0px 9px 0px;
                width: 120px;
                color: #1b86c6;
                font: normal 16px/17px Arial, Tahoma;
                text-align: center;
                cursor: pointer;
            }
            #menu_top ul li a div span  {
                text-decoration: underline;
            }
            #menu_top ul li a div span.arrow {
                padding: 0px 15px;
                background: transparent url('../img/menu-top-arrow.gif') 100% 5px no-repeat;
            }
        #menu_top ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }
        #menu_top ul li {
            float: left;
            position: relative;
        }
/*
Pictures for top menu. 
Deleted by VShishkarev 19 march 2010
            #menu_top ul li a.item_1 { background: transparent url('../img/menu-top-01.gif') 50% 0 no-repeat; }
            #menu_top ul li a.item_2 { background: transparent url('../img/menu-top-02.gif') 50% 0 no-repeat; }
            #menu_top ul li a.item_3 { background: transparent url('../img/menu-top-03.gif') 50% 0 no-repeat; }
            #menu_top ul li a.item_4 { background: transparent url('../img/menu-top-04.gif') 50% 0 no-repeat; }
            #menu_top ul li a.item_5 { background: transparent url('../img/menu-top-05.gif') 50% 0 no-repeat; }
*/
        #menu_top ul li ul {
            display: none;
            background-color: #fff5bf;
        }
        #menu_top ul li:hover a {
            color: #226095;
        }
            #menu_top ul li:hover a div {
                background: transparent url('../img/menu-over-bg.gif') 0 0 no-repeat;
                color: #ff850e;
            }
        #menu_top ul li:hover ul {
            position: absolute;
            display: block;
            top: 26px;
            left: 0px;
            width: 170px;
        }
        #menu_top ul li:hover ul li {
            display: block;
            margin: 5px 0px;
            width: 100%;
        }
            #menu_top ul li ul li.item_top,
            #menu_top ul li ul li.item_bottom { margin: 0px; padding-top: 15px; }
            #menu_top ul li ul li.item_top { background: transparent url('../img/menu-over-bg-top.gif') no-repeat; }
            #menu_top ul li ul li.item_bottom { background: transparent url('../img/menu-over-bg-bottom.gif') no-repeat; }
        #menu_top ul li:hover ul li a {
            display: block;
            margin: 0px;
            padding: 0px 0px 0px 10px;
            color: #226095;
            font: normal 11px/13px Tahoma;
            text-align: left;
        }
        #menu_top ul li:hover ul li a:hover {
            color: #ff850e;
        }
        
    #login {
        float: right;
        width: 130px;
        font: normal 11px/15px Arial;
    }
        #login a.login {
            padding-left: 10px;
            color: #226095;
            text-decoration: none;
            background: transparent url('../img/welcome-ico.gif') 0 2px no-repeat;
        }
            #login a.login:hover { text-decoration: underline; }
        #login ul {
            margin: 10px 0px 0px 10px;
            padding: 0px;
        }
            #login ul li {
                margin-bottom: 2px;
                list-style-type: none;
            }
                #login ul li a {
                    color: #226095;
                    font: normal 11px/15px Arial;
                    text-decoration: none;
                }
                    #login ul li a:hover { text-decoration: underline !important; }
        #login_link {
            display: block;
            height: 55px;
            margin-top: 40px;
            padding: 13px 0px 0px 80px;
            background: transparent url('../img/login-bg.jpg') 0 0 no-repeat;
        }
            #login_link a {
                font: bold 14px/16px Arial;
                color: #226095;
            }
                #login_link a:hover { text-decoration: none; }
    #line {
        display: block;
        clear: both;
        height: 120px;
        /*margin: 130px 245px 0px 0px;*/
        margin: 130px 0px 0px 0px;
        background: transparent url('../img/line.gif') 0 0 no-repeat;
    }
        #line form {
            display: block;
            margin-left: 275px;
            padding-top: 23px;
            font: normal 11px/13px Tahoma;
            /*text-align: center;*/
        }
            #line form input,
            #line form select { font: normal 11px/13px Tahoma; }
        #bread {
            float: left;
            display: block;
            margin: 20px 0px 0px 150px;
            padding: 0px 0px 0px 20px;
            background: transparent url('../img/home-ico.gif') 0 5px no-repeat;
        }
            #bread li {
                display: inline;
                font: normal 10px/15px Arial;
            }
                #bread li a {
                    margin-right: 5px;
                    color: #226095;
                }
                    #bread li a:hover { text-decoration: none; }
                #bread li a.not_link { color: #4e4e4e; }

        #feed_links {
            float: right;
            margin-top: 20px;
        }
        
        #search_form {
            float: right;
            margin: 19px 0px 0px 0px !important;
            padding: 0px !important;
        }
            #search_form span.link_arrow {
                cursor: pointer;
                background: transparent url('../img/search_types_link_arrow.gif') 0 70% no-repeat;
            }
            #link_search_types {
                color: #4e4e4e;
                font: normal 11px/13px Tahoma;
                text-decoration: none;
                border-bottom: 1px dotted #4e4e4e;
            }
            #search_form_text {
                padding: 3px 0px;
                color: #4e4e4e;
                font: normal 11px/13px Tahoma;
                border: 1px solid #ece9d8;
            }
            #search_form_type {
                margin: 1px 0px 0px 5px;
                padding: 2px 0px;
                width: 90px;
                color: #4e4e4e;
                font: normal 11px/13px Tahoma;
                border: 1px solid #ece9d8;
            }
            #search_form_types {
                display: none;
                position: absolute;
                z-index: 100;
                margin: 15px 0px 0px -105px;
                width: 240px;
                background-color: #fff;
                border: 1px solid #ccc;
                -moz-border-radius: 10px;
                -khtml-border-radius: 10px;
                -webkit-border-radius: 10px;
                border-radius: 10px;
            }
                #search_form_types_list {
                    margin: -15px 20px 0px 20px;
                    padding: 25px 0px 10px 20px;
                    background: transparent url('../img/search_types_bg_top.gif') 50% 0 no-repeat;
                }
                    #search_form_types_list li {
                        margin: 10px 0px;
                    }
                #search_types_btn_close {
                    display: block;
                    position: absolute;
                    top: 5px;
                    right: 5px;
                    width: 17px;
                    height: 17px;
                    background: transparent url('../img/search_types_btn_close.gif') no-repeat;
                }
            #search_form_btn {
                margin: 1px 0px 0px 5px;
                padding: 0px 6px;
                color: #4e4e4e;
                font: normal 11px/13px Tahoma;
            }
/*   /HEADER   */

/*   LEFT COLUMN   */
#column_left {
    float: left;
    width: 250px;
    margin-left: 10px;
}
    #instructors {
        display: none;
    }
    #top5_clubs {
        display: block;
        margin: 0px;
        margin-top: 20px;
        padding: 0px;
    }
        #top5_clubs li {
            margin-top: 10px;
            list-style-type: none;
        }
        #top5_clubs li span {
            padding: 4px 7px;
            font: bold 11px/18px Tahoma;
            color: #fff;
        }
        #top5_clubs li.item_01 span { background: transparent url('../img/top5-bg-01.gif') 0 0 no-repeat; }
        #top5_clubs li.item_02 span { background: transparent url('../img/top5-bg-02.gif') 0 0 no-repeat; }
        #top5_clubs li.item_03 span { background: transparent url('../img/top5-bg-03.gif') 0 0 no-repeat; }
        #top5_clubs li.item_04 span { background: transparent url('../img/top5-bg-04.gif') 0 0 no-repeat; }
        #top5_clubs li.item_05 span { background: transparent url('../img/top5-bg-05.gif') 0 0 no-repeat; }
        #top5_clubs li a {
            font: normal 11px/13px Tahoma;
            color: #226095;
        }
            #top5_clubs li a:hover { text-decoration: none; }
    div.specials_item { margin-top: 20px; }
        div.specials_item h3 {
            margin: 0px;
            font: bold 14px/16px Arial;
        }
            div.specials_item h3 a { color: #226095; }
                div.specials_item h3 a:hover { text-decoration: none; }
        div.specials_item .club {
            margin: 3px 0px;
            font: normal 10px/15px Arial;
        }
            div.specials_item .club a { color: #226095; }
                div.specials_item .club a:hover { text-decoration: none; }
        div.specials_item .date {
            margin: 3px 0px;
            font: normal 11px/16px Tahoma;
        }
        div.specials_item .comment {
            margin: 0px;
            font: normal 11px/16px Tahoma;
        }
            div.specials_item .comment a { color: #226095; }
                div.specials_item .comment a:hover { text-decoration: none; }
    #photorep_link_big {
        display: block;
        margin: 30px 0px;
    }
    div.gallery_item {
        margin-bottom: 20px;
    }
        div.gallery_item div.gallery_item_img {
            text-align: left;
        }
        div.gallery_item div.gallery_item_date {
            font: bold 11px/13px Tahoma;
        }
        div.gallery_item div.gallery_item_name {
            font: normal 11px/16px Tahoma;
        }
    div.club_opinion { margin-top: 20px; }
        div.club_opinion .name {
            display: block;
            height: 23px;
            /*background: #eaebee url('../img/club-comment-bg.gif') 100% 0 no-repeat;*/
            background: #ff850e url('../img/club-name-bg.gif') 0 0 no-repeat;
        }
            div.club_opinion .name h6 {
                float: left;
                margin: 0px;
                padding: 0px 2px 0px 8px;
                width: 240px;
                height: 23px;
                font: bold 11px/22px Tahoma;
                color: #fff;
                /*background: #ff850e url('../img/club-name-bg.gif') 0 0 no-repeat;*/
                background: transparent url('../img/club-name-pic.gif') 100% 0 no-repeat;
            }
                div.club_opinion .name h6 a {
                    font: bold 11px/22px Tahoma;
                    color: #fff;
                }
                    div.club_opinion .name h6 a:hover { text-decoration: none; }
            div.club_opinion .name span {
                float: left;
                display: none;
                width: 3px;
                height: 23px;
                background: transparent url('../img/club-name-pic.gif') 0 0 no-repeat;
            }
            div.club_opinion .name div {
                float: right;
                padding-right: 8px;
                font: normal 10px/22px Arial;
            }
        div.club_opinion .user {
            margin-top: 10px;
            padding-left: 12px;
            font: normal 11px/13px Tahoma;
            background: transparent url('../img/forum-person-ico.gif') 0 2px no-repeat;
        }
        div.club_opinion .date { font: bold 11px/13px Tahoma; }
        div.club_opinion .comment { font: normal 11px/16px Tahoma; }
            div.club_opinion .comment a { color: #226095; }
                div.club_opinion .comment a:hover { text-decoration: none; }
/*   /LEFT COLUMN   */

/*   RIGHT COLUMN   */
#column_right {
    float: right;
    margin-right: 10px;
    width: 240px;
}
	#column_center h1.title,
    #column_center h2.title { margin-bottom: 30px; }
    
    #tags {
        margin: 10px 0px;
        font: normal 10px/22px Arial;
        text-align: center;
    }
        #tags a {
            color: #226095;
            text-decoration: none;
        }
            #tags a:hover {
                color: #fff;
                background-color: #226095;
                text-decoration: none;
            }
    #all_tags_link {
        display: block;
        height: 50px;
        font: normal 10px/12px Tahoma;
        background: transparent url('../img/all-tags-link-bg.gif') 50% 0 no-repeat;
    }
        #all_tags_link a {
            display: block;
            height: 100%;
            margin: 0px 41px 0px 41px;
            padding: 24px 0px 10px 0px;
            text-align: center;
            color: #4e4e4e;
            text-decoration: none;
        }
    #forum_new {
        display: block;
        margin: 0px;
        padding: 0px;
    }
        #forum_new li {
            margin: 15px 0px 0px 16px;
            list-style-image: url('../img/arr-01.gif');
        }
            #forum_new li h3 {
                margin: 15px 0px 0px 0px;
                color: #226095;
                font: normal 11px/16px Tahoma;
            }
                #forum_new li h3 a { color: #226095; }
                    #forum_new li h3 a:hover { text-decoration: none; }

            #forum_new li .message {
                margin-top: 5px;
                font: normal 11px/16px Tahoma;
            }
            #forum_new li .date {
                margin-top: 5px;
                font: bold 11px/16px Tahoma;
            }
            #forum_new li .user {
                margin-top: 5px;
                padding-left: 12px;
                font: normal 11px/16px Tahoma;
                background: transparent url('../img/forum-person-ico.gif') 0 2px no-repeat;
            }
                #forum_new li .user a { color: #226095; }
                    #forum_new li .user a:hover { text-decoration: none; }
/*   /RIGHT COLUMN   */

/*   LEFT&RIGHT&CENTER COLUMNS   */
#column_left,
#column_right,
#column_center {
    margin-top: -100px;
}

#column_left h1.title,
#column_right h1.title,
#column_center h1.title,
#column_left h2.title,
#column_right h2.title,
#column_center h2.title {
    /*margin-top: 30px;
    padding: 9px 0px 7px 16px;
    font: bold 16px/20px Arial;
    color: #226095;
    background: transparent url('../img/bg-h2.gif') 0 0 no-repeat;*/
    margin-top: 30px;
    padding: 9px 0px 7px 0px;
    color: #3f3f3f;
    font: normal 24px/24px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
    #column_left h1.title:first-child,
    #column_right h1.title:first-child,
    #column_center h1.title:first-child,
    #column_left h2.title:first-child,
    #column_right h2.title:first-child,
    #column_center h2.title:first-child { margin-top: 13px; }
/*   /LEFT&RIGHT&CENTER COLUMNS   */

/*   CENTER COLUMN   */
#column_center {
    margin-top: -130px;
    margin-left: 290px;
    margin-right: 280px;
    min-width: 430px;
}

    #column_center ul { list-style-image: url('../img/arr-01.gif'); }
        #column_center ul li { margin-bottom: 7px; }

    #column_center hr {
        margin: 20px 0px 20px 0px;
        border: none;
        border-top: 1px solid #ccc;
    }

    div.paginator {
        float: right;
        display: block;
        width: 100%;
        text-align: center;
        /*font: bold 16px/20px Arial;*/
        font: normal 11px/16px Verdana;
        color:#4e4e4e;
    }
    div.paginatorTop { margin-top: -75px; }
    div.paginatorBottom { margin-top: -58px; }
        ul.paginator {
            font-size:11px;
            font-family: Verdana;
            border:0;
            margin:0;
            padding:0;
            line-height:100%;
            display:inline;
        }
            ul.paginator li {
                display:inline;
            }
                ul.paginator a:link,
                ul.paginator a:visited {
                    /*font: bold 16px/20px Arial;*/
                    font: normal 11px/16px Verdana;
                    color:#226095;
                    padding:1px 6px;
                    text-decoration:none;
                }
                ul.paginator .page a {
                    /*font: bold 16px/20px Arial;*/
                    font: normal 11px/16px Verdana;
                    color:#226095;
                }
                    ul.paginator a:hover {
                        color: #fff;
                        background:#3794df;
                    }
                ul.paginator .selected a {
                    color: #fff;
                    background: #226095;
                }
            ul.paginator .hidden a {
                color:#888;
            }
                ul.yiiPager .hidden a:hover {
                    background:none;
                }
            ul.paginator .first,
            ul.paginator .last {
                display:none; /* default: none */
            }
/*   /CENTER COLUMN   */

/*   FOOTER   */
#footer {
    margin: 30px 0px 0px 0px;
    padding: 10px 10px;
    min-width: 1024px;
    background-color: #bcbcbc;
}
    #footer .links {
        width: 100%;
        border-collapse: collapse;
    }
        #footer .links td {
            text-align: center;
            vertical-align: top;
        }
            #footer .links td ul {
                list-style: none;
            }
                #footer .links td ul li {
                    margin-bottom: 9px;
                    padding: 3px 0px;
                    text-align: left;
                }
                    #footer .links td ul li.title {
                        font: bold 11px/12px Arial;
                    }
                    #footer .links td ul li.rss {
                        margin-left: -17px;
                        padding-left: 17px;
                        background: transparent url('../img/rss-03.png') 0 4px no-repeat;
                    }
                #footer .links td ul li,
                #footer .links td ul li a {
                    color: #fff !important;
                    font: normal 11px/12px Arial;
                }
    
    #footer .seo {
        color: #9f9f9f;
        font: normal 10px/12px Tahoma;
    }
        #footer .seo a {
            color: #3990e7;
            font: normal 10px/15px Tahoma;
        }
            #footer .seo a:hover { text-decoration: none; }
            
    #footer .copyright {
        color: #fff;
        font: normal 11px/12px Arial;
    }

p.counters {
    margin: 0px auto;
    margin-top: 10px;
    padding-right: 10px;
    min-width: 1024px;
    max-width: 1400px;
    text-align: right;
}
/*   /FOOTER   */

/*   TOOLTIPS   */
div.tooltip {
    display: block;
    position: absolute;
    z-index: 999;
    padding: 5px;
    font-weight: bold;
    text-align: left;
    border: 1px solid #ccc;
    background-color: #ffffe1;
}
/*   /TOOLTIPS   */

/*   POPUP WINDOW   */
div.popup_window {
    display: none;
    position: absolute;
    z-index: 999;
    border: 1px solid #ccc;
    background-color: #fff;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
    div.popup_window_title {
        display: block;
        padding: 3px 3px 3px 10px;
        /*color: #fff;*/
        color: #226095;
        font: bold 14px/22px Arial;
        /*background-color: #3794df;*/
    }
        div.popup_window_title span {
            float: left;
            display: block;
        }
        div.popup_window_title a {
            float: right;
            display: block;
            margin: 5px 5px 0px 0px;
            /*padding: 0px 7px;*/
            width: 17px;
            height: 17px;
            /*color: #fff;*/
            font: bold 12px/22px Arial;
            text-indent: -999px;
            text-decoration: none;
            /*border: 1px solid #3794df;*/
            background: transparent url('../img/search_types_btn_close.gif') no-repeat;
        }
            div.popup_window_title a:hover {
                /*
                color: #ff6f75;
                border: 1px solid #ff6f75;
                */
            }
    div.popup_window_messages {
        display: none;
        margin: 20px 20px 10px 20px;
        padding: 10px;
        color: #000;
        font: normal 14px/15px Arial;
    }
        div.popup_window div.message_error {
            border: 1px solid #942d2e;
            background-color: #ffdfe0;
        }
        div.popup_window div.message_success {
            border: 1px solid #2d942e;
            background-color: #dfffe0;
        }
        div.popup_window div.message_loading {
            height: 15px;
            border: 1px solid #2f7fff;
            background: #8fb8ff url('/assets/img/loading/loading20b.gif') 10px 7px no-repeat;
        }
    div.popup_window_content { padding: 20px; }
    div.popup_window input,
    div.popup_window select,
    div.popup_window textarea {
        display: block;
        width: 200px;
        float: left;
        margin-bottom: 10px;
    }
    div.popup_window input.title { width: 500px; }
    div.popup_window label {
        display: block;
        text-align: right;
        float: left;
        width: 140px;
        padding-right: 20px;
    }
        div.popup_window label span.red,
        div.popup_window div.footnote span.red {
            padding-right: 5px;
            color: #f00;
        }
        div.popup_window div.help {
            display: block;
            position: relative;
            top: -10px;
            margin: 0px 0px 0px 160px;
            color: #999;
            font: normal 9px/14px Verdana;
            text-align: left;
        }
        div.popup_window div.signature {
            margin: 10px 0px;
            color: #999;
            font: normal 9px/14px Verdana;
        }
    div.popup_window input.checkbox { width: 13px; }
    div.popup_window br { clear: left; }
    input.popup_window_send_btn {
        margin-left: 160px;
        width: 95px !important;
    }
    div.popup_window img { margin-left: 160px; }
/*   /POPUP WINDOW   */

