/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
    Style name:     hcdinamo
    Based on style: hcdinamo (the default phpBB 2 style)
    Original author:    subBlue ( http://www.subBlue.com/ )
    Modified by:        psoTFX and the phpBB team ( http://www.phpbb.com )

    This is an alternative style for phpBB3 for those wishing to stay with
    the familiar subSilver style of phpBB version 2.x

    Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
    /* Reset browsers default margin, padding and font sizes */
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
}

body {
    /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    color: #323D4F;
    background-color: #FFFFFF;
    font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
    margin: 0;
}

#wrapheader {
    height: auto !important;
    padding: 6px 0 0;
}

#wrapcentre {
    margin: 15px 25px 0 25px;
}

#wrapfooter {
    text-align: center;
    clear: both;
}

#wrapnav {
    width: 100%;
    margin: 0;
    background-color: #ECECEC;
    border-width: 1px;
    border-style: solid;
    border-color: #A9B8C2;
}

#logodesc {
    background-color: #C1CAD2;
    background-image: url('https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/background.gif');
    background-repeat: repeat-x;
    background-position: center bottom;
    padding: 0 25px 15px 25px;
}

#menubar {
    margin: 0 25px;
}

#datebar {
    margin: 10px 25px 0 25px;
}

#findbar {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.forumrules {
    background-color: #F9CC79;
    border-width: 1px;
    border-style: solid;
    border-color: #BB9860;
    padding: 4px;
    font-weight: normal;
    font-size: 1.1em;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
    color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
    color: black;
    font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    font-weight: bold;
    font-size: 1.8em;
    text-decoration: none;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    text-decoration: none;
    line-height: 120%;
}

h3 {
    font-size: 1.3em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 120%;
}

h4 {
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
}

p {
    font-size: 1.1em;
}

p.moderators {
    margin: 0;
    float: left;
    color: black;
    font-weight: bold;
}

.rtl p.moderators {
    float: right;
}

p.linkmcp {
    margin: 0;
    float: right;
    white-space: nowrap;
}

.rtl p.linkmcp {
    float: left;
}

p.breadcrumbs {
    margin: 0;
    float: left;
    color: black;
    font-weight: bold;
    white-space: normal;
    font-size: 1em;
}

.rtl p.breadcrumbs {
    float: right;
}

p.datetime {
    margin: 0;
    float: right;
    white-space: nowrap;
    font-size: 1em;
}

.rtl p.datetime {
    float: left;
}

p.searchbar {
    padding: 2px 0;
    white-space: nowrap;
}

p.searchbarreg {
    margin: 0;
    float: right;
    white-space: nowrap;
}

.rtl p.searchbarreg {
    float: left;
}

p.forumdesc {
    padding-bottom: 4px;
}

p.topicauthor {
    margin: 1px 0;
}

p.topicdetails {
    margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
    margin: 1px 0;
    color: red;
    font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
    color: green;
    font-weight:bold;
}

.postapprove img, .postreported img {
    vertical-align: bottom;
    padding-top: 5px;
}

.postauthor {
    color: #000000;
}

.postdetails {
    color: #000000;
}

#addQuote {
    position: absolute;
    z-index:100;
    border: 1px solid #DAE0E4;
    padding: 5px;
    background: #DAE0E4;
    color: #545559;
    cursor: pointer;
    font-size: 11px;
    border-radius:4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow:0 0 10px;
    -moz-box-shadow: 0 0 10px;
    -webkit-box-shadow: 0 0 10px #444;
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#4444444, strength=5);
}

.postbody {
    font-size: 1.3em;
    line-height: 1.4em;
    font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
    margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
    margin: 0 1.5em 0 0;
}

.posthilit {
    background-color: yellow;
}

.nav {
    margin: 0;
    color: black;
    font-weight: bold;
}

.pagination {
    padding: 4px;
    color: black;
    font-size: 1em;
    font-weight: bold;
}

.cattitle {

}

.gen {
    margin: 1px 1px;
    font-size: 1.2em;
}

.genmed {
    margin: 1px 1px;
    font-size: 1.1em;
}

.gensmall {
    margin: 1px 1px;
    font-size: 1em;
}

    .gensmall strong {font-size:1.1em;color:#a00;}

.copyright {
    color: #444;
    font-weight: normal;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    text-decoration: none;
}

.error {
    color: red;
}


/* Tables
 ------------ */
th {
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    background-color: #006699;
    background-image: url('https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/cellpic3.gif');
    white-space: nowrap;
    padding: 7px 5px;
}

td {
    padding: 2px;
}
td.profile {
    padding: 4px;
}

.tablebg {
    background-color: #A9B8C2;
}

.catdiv {
    height: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    background: white url('https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
    background: white url('https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
    height: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #C7D0D7;
    background-image: url('https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/cellpic1.gif');
    text-indent: 4px;
}

.row1 {
    background-color: #ECECEC;
    padding: 4px;
}

.row2 {
    background-color: #DCE1E5;
    padding: 4px;
}

.row3 {
    background-color: #C0C8D0;
    padding: 4px;
}

.spacer {
    background-color: #D1D7DC;
}

hr {
    height: 1px;
    border-width: 0;
    background-color: #D1D7DC;
    color: #D1D7DC;
}

.legend {
    text-align:center;
    margin: 0 auto;
}

/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
    direction: rtl;
    unicode-bidi: embed;
}

a:link {
    color: #132b6b;
    text-decoration: none;
}

a:active,
a:visited {
    color: #435b9b;
    text-decoration: none;
}

a:hover {
    color: #0c8ee4;
    text-decoration: underline;
}

a.forumlink {
    color: #132b6b;
    font-weight: bold;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
}

a.topictitle {
    margin: 1px 0;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
}

a.topictitle:visited {
    color: #5493B4;
    text-decoration: none;
}

th a,
th a:visited {
    color: #FFA34F !important;
    text-decoration: none;
}

th a:hover {
    text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
    margin: 0;
    padding: 0;
    border: 0;
}

input {
    color: #333333;
    font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    padding: 1px;
    border: 1px solid #A9B8C2;
    background-color: #FAFAFA;
}

textarea {
    background-color: #FAFAFA;
    color: #333333;
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    line-height: 1.4em;
    font-weight: normal;
    border: 1px solid #A9B8C2;
    padding: 2px;
}

select {
    color: #333333;
    background-color: #FAFAFA;
    font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    border: 1px solid #A9B8C2;
    padding: 1px;
}

option {
    padding: 0 1em 0 0;
}

option.disabled-option {
    color: graytext;
}

.rtl option {
    padding: 0 0 0 1em;
}

input.radio {
    border: none;
    background-color: transparent;
}

.post {
    background-color: white;
    border-style: solid;
    border-width: 1px;
}

.btnbbcode {
    color: #000000;
    font-weight: normal;
    font-size: 1.1em;
    font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
    background-color: #EFEFEF;
    border: 1px solid #666666;
}

.btnmain {
    font-weight: bold;
    background-color: #ECECEC;
    border: 1px solid #A9B8C2;
    cursor: pointer;
    padding: 1px 5px;
    font-size: 1.1em;
}

.btnlite {
    font-weight: normal;
    background-color: #ECECEC;
    border: 1px solid #A9B8C2;
    cursor: pointer;
    padding: 1px 5px;
    font-size: 1.1em;
}

.btnfile {
    font-weight: normal;
    background-color: #ECECEC;
    border: 1px solid #A9B8C2;
    padding: 1px 5px;
    font-size: 1.1em;
}

.helpline {
    background-color: #DEE3E7;
    border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
    margin: 10px 5px 0 5px;
    padding: 4px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #A9B8C2;
    color: #333333;
    background-color: #A9B8C2;
    font-size: 0.85em;
    font-weight: bold;
}

.quotetitle .quotetitle {
    font-size: 1em;
}

.quotecontent, .attachcontent {
    margin: 0 5px 10px 5px;
    padding: 5px;
    border-color: #A9B8C2;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.4em;
    font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
    background-color: #FAFAFA;
    color: #4B5C77;
}

.attachcontent {
    font-size: 0.85em;
}

.codetitle {
    margin: 10px 5px 0 5px;
    padding: 2px 4px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #A9B8C2;
    color: #333333;
    background-color: #A9B8C2;
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    font-size: 0.8em;
}

.codecontent {
    direction: ltr;
    margin: 0 5px 10px 5px;
    padding: 5px;
    border-color: #A9B8C2;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    font-weight: normal;
    color: #006600;
    font-size: 0.85em;
    font-family: Monaco, 'Courier New', monospace;
    background-color: #FAFAFA;
}

.syntaxbg {
    color: #FFFFFF;
}

.syntaxcomment {
    color: #FF8000;
}

.syntaxdefault {
    color: #0000BB;
}

.syntaxhtml {
    color: #000000;
}

.syntaxkeyword {
    color: #007700;
}

.syntaxstring {
    color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
    background-color: #000000;
}

.pm_replied_colour {
    background-color: #A9B8C2;
}

.pm_friend_colour {
    background-color: #007700;
}

.pm_foe_colour {
    background-color: #DD0000;
}


/* Misc
 ------------ */
img {
    border: none;
}

.sep {
    color: black;
    background-color: #FFA34F;
}

table.colortable td {
    padding: 0;
}

pre {
    font-size: 1.1em;
    font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
    white-space: nowrap;
}

.username-coloured {
    font-weight: bold;
}

/* HCDinamo */
#dinamoPage {background:#dedfdf url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/bg.jpg") center top;}
.dinamoPage {overflow:hidden;position:relative;min-width:1000px;width:100%;}
.dinamoPageMainOuter {background:url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/bg_main_m_r.png") repeat-y right 0;margin:0 auto;padding:0 2px 0 0;position:relative;max-width:1220px;z-index:10;}
.dinamoPageMain {background:url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/bg_main_m.png") repeat-y 1px 0;margin:0 auto;padding:0 0 0 4px;position:relative;}
.dinamoPageBottom {background:url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/bg_main_b_r.png") no-repeat right 0;height:13px;margin:0 auto;position:relative;min-width:990px;max-width:1212px;padding:0 10px 0 0;}
    .dinamoPageBottom div {background:url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/bg_main_b.png") no-repeat 1px 0;height:13px;}
#bgLeft {background:url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/bg_sl.jpg") no-repeat 0 0;height:208px;left:50%;margin-left:-814px;position:absolute;top:0;width:1630px;z-index:1;}
#bgRightTop {background:url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/bg_sl.jpg") no-repeat 100% -208px;height:836px;left:50%;margin-left:-828px;position:absolute;top:0;width:1660px;z-index:2;}


#topline { height: 48px; background: url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/bg_t_sl.png"); position: relative; margin:0 0 0 1px; }

    #topline .logos { text-transform: uppercase; font-size: 8px; margin: 0 0 0 88px; height: 46px; width: 700px;  float: left; }

        #topline .logos table { display: block; float: left; margin-right: 4px; }
        #topline .logos td { vertical-align: middle; height: 48px; padding:0; }
            #topline .logos td img { margin:  0 0 0 0;}
            #topline .logos a { text-decoration: none; color: #454545; line-height: 12px;  cursor: pointer; cursor: hand;  }
            #topline .logos a:hover { color: #000; }

    #topline .social { height: 48px; width: 118px; float: right; background: url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/bg_t_sl.png") repeat-x 0 -48px; overflow: hidden; }
        #topline .social .in { height: 35px; padding: 13px 0 0 40px; background: url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/t_bg_sl_1.png") no-repeat 0 -48px; }
            #topline .social a { display: block; height:22px; width: 22px; overflow: hidden; position: relative; float: left;margin: 0 3px 0 0; }
                #topline .social a img { position: absolute; }
                    #topline .social a.s1 img { left: 0; }
                    #topline .social a.s2 img { left: -22px; }
                    #topline .social a.s3 img { left: -44px; }

    #topline .auth, #topline .search { height: 48px; width: 241px; float: left; background: url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/bg_t_sl.png") repeat-x 0 -95px; overflow: hidden; }
        #topline .auth .in, #topline .search .in { height: 35px; padding: 13px 10px 0 40px; background: url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/t_bg_sl_1.png") no-repeat; }
            #topline .auth a { font-size: 18px; color: #fff; text-decoration: none; margin: 0 10px; }
                #topline .auth a.reg { border-bottom: 2px solid #fff; }
                #topline .auth a.login { border-bottom: 2px dashed #fff; }
                    #topline .auth a:hover { border-bottom: none; }
        #topline .search .in { height: 33px; padding: 15px 10px 0 40px; }
        #topline .search input.text { width: 152px; margin: 0 10px 0 0; padding:1px 2px; float: left;  }
        #topline .search input.text { width: 150px; }
        #topline .search input.submit { width: 20px; float: left; margin: 0; background: URL("styles/hcdinamo/theme/images/dinamo/i_sl.png") -20px 0 no-repeat; height: 19px; width: 19px; border: none; cursor:pointer; cursor:hand; }

#topmenubg { height: 40px; background: url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/bg_t_sl.png") 0 -183px; }
#topmenu { height: 40px; margin: -40px 0 0 100px; position:relative; z-index: 102; padding: 0 0 0 35px; }
    #topmenu ul { margin:0; }
    #topmenu li { float: left; padding: 0 0 0 7px; white-space: nowrap; list-style:none; }

    #topmenu a { font:bold 12px/40px Arial; text-transform: uppercase; color: #fff; text-decoration: none; display: block; height: 40px; padding: 0 7px 0 0;}
    #topmenu a.hover, #topmenu li.hover a { color:#0c8ee4; }
    #topmenu li.hover li a { color:#ffffff; }
    #topmenu li.current { background: url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/t_bg_sl_2.png") no-repeat; padding: 0 0 0 30px; margin: 0 -7px 0 0; }
    #topmenu li.current a { background: url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/t_bg_sl_2.png") no-repeat 100% -40px; padding: 0 30px 0 0; }
    #topmenu li.current a span { display: block; height: 40px; background: url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/bg_t_sl.png") 0 -144px;}
    #topmenu li.current a.hover span { color: #fff; }

    #topmenu li ul { display: none; position: absolute; top: 40px; left: 36px; width: 1060px; background: #04acff !important; padding: 0 0 0 20px; height: 25px; line-height: 25px;  }
        #topmenu li.current ul,
        #topmenu li.hover ul { display: block; z-index: 9; }
        #topmenu li.hover ul { z-index: 10; background: #008fd6 !important; }

    #topmenu li ul li,
    #topmenu li ul a { text-decoration: none; text-transform: none; font-weight: normal; background: none !important; color: #fff; font-size: 12px; text-decoration: none; margin: 0 !important; padding: 0 !important; height: 25px; line-height: 25px;  }
    #topmenu li ul a { margin: 0 10px !important;  }

        #topmenu li ul a:hover,
        #topmenu li ul li.current a { color: #102769; }

    #topmenu li li.ug { background: url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/i_sl.png") -37px -182px !important; padding: 0 !important; margin: 0 0 0 -26px !important; width: 13px; height: 24px; }
        #topmenu li.hover li.ug { background: url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/i_sl.png") -37px -206px !important;}

    #top {  height: 168px; background: url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/t.jpg") no-repeat right 0; position: relative; z-index: 99; }
    #logo { width: 197px; height: 196px; background: url("https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo/logo_tr.png"); display: block; position: absolute; top: -65px; left: -61px; text-decoration: none; z-index: 999; }
        #logo span {  }

    #slogan { position: absolute; top: 55px; left: 152px; }
    #descr { position: absolute; top: 80px; right: 70px; }
    /*------------------------------------------*/
    .custom-breadcrumbs{font-size:13px;}
    .custom-searchbar{font-size:12px;}
    .smiles td{font-size: 11px;}
    .smiles a.active{font-weight: bold; cursor: default;}
    .smiles td a{text-decoration: none; border-bottom: 1px dashed;}
    .smile-icons a.active{display:inline}
    .smile-icons a.inactive{display:none}



/*-------------------------------new styles ---------------------------------------*/

html,body {min-height:100%;}
html {background:#b2b2b2 url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/page-bg-r.jpg);}
body {color:#1e1e1e; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/page-bg-v.jpg) repeat-x; min-width:990px;}
a {color:#1157ad; text-decoration:none; cursor:pointer; outline:none;}
a:hover {text-decoration:underline;}
.clear {clear:both;}
.flo:after {content: "."; visibility:hidden; display:block; clear:both; height:0;}
*:first-child+html .flo {height:1%;}
.tcenter {text-align:center !important;}
.tright {text-align:right !important;}
.fleft {float:left;}
.fright {float:right !important;}
fieldset {border:0;}
h1 {font-size:17px;}
h2 {font-size:15px;}
h3 {font-size:14px;}
h4 {font-size:13px;}
h5 {font-size:12px;}
h1, h2, h3, h4, h5 {line-height:1.2; font-weight:normal;}
li {margin-left:25px;}
img {border:0;}
input {vertical-align:middle;}
input.btn {cursor:pointer; overflow:visible;}
input.txt {font:14px/18px Arial, Helvetica, sans-serif; color:#505050; border:1px solid #9f9f9f; background:#fff; padding:1px 4px;}
textarea {font:14px Arial, Helvetica, sans-serif; color:#505050; border:1px solid #9f9f9f; background:#fff; padding:2px 5px; max-height:490px;}
select {font:14px Arial, Helvetica, sans-serif; color:#505050; border:1px solid #9f9f9f; background:#fff; padding:1px 0; vertical-align:middle;}
input[type=checkbox], input[type=radio] {width:13px; height:13px; margin-right:1px; vertical-align:bottom; display:inline-block; margin-bottom:3px;}
/*--------------Page-----------------*/
.top-panel {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/top-panel-bg.png) repeat-x; height:42px;}
.top-panel .in {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/top-panel-cont.png) 50% 0 no-repeat; height:42px;}

.page {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/page-bg-t.jpg) 50% 0 no-repeat fixed; padding-bottom:1px;}

.all {width:1220px; margin:auto;}
.header {height:130px;}
.header .logo {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/logo.png) no-repeat; height:206px; float:left; margin:28px 2px 0 0; position:relative; z-index:0;}
.header .logo a {float:right; width:207px; height:206px; text-indent:-1000em;}
.header .title {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/dinamo-minsk.png) no-repeat; width:383px; height:34px; text-indent:-1000em; float:left; margin-top:98px; position:relative; z-index:0;}
.header .player-slider {float:right; padding-right:2px;}
.player-slider ul {height:130px; position:relative; overflow:hidden; float:left; width:544px;}
.player-slider li {margin:0; float:left; width:544px; list-style:none;}
.player-slider .info {float:left; width:300px; text-align:right; padding-top:33px;}
.player-slider .info span {float:right; clear:both; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/player-slider-bg.png) 0 -999px repeat-x; font-size:13px; color:#fff; letter-spacing:1px;}
.player-slider .info .name {background-position:0 0; border:1px solid #6187ba; line-height:20px; height:21px; padding:0 8px 0 6px;}
.player-slider .info .role {background-position:0 100%; border:1px solid #4c71a3; border-top:0; line-height:16px; height:21px; padding:0 12px 0 10px;}
.player-slider .info .n {background-position:0 -62px; font-size:19px; border:1px solid #707174; border-top:0; line-height:24px; height:27px; padding:0 6px 0 7px;}
.player-slider .photo {float:right; width:244px; text-align:center;}
.player-slider .photo img {display:block; margin:auto;}
.player-slider .controls {float:left; margin-top:104px;}
.player-slider .controls a {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/slider-arrs-1.png) 0 -999px no-repeat; float:left; width:19px; height:19px; text-indent:-1000em; overflow:hidden; margin:0 1px;}
.player-slider .controls .slide-prev {background-position:0 0;}
.player-slider .controls .slide-next {background-position:-21px 0;}

.main-nav {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/menu-bg.png) repeat-x; height:75px; padding:3px 0 0 170px;}
.main-nav li {float:left; margin:0; list-style:none;}
.main-nav a {color:#fff;}
.main-nav .soc-links {float:right; padding-right:17px; margin-left:-20px;}
.main-nav .soc-links li {margin-left:7px;}
.main-nav .soc-links a:hover {text-decoration:none;}
.main-nav .soc-links a {display:block; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/social.png) 0 -999px no-repeat; width:27px; height:27px;}
.main-nav .soc-links .soc-rss {background-position:0 0;}
.main-nav .soc-links .soc-vk {background-position:-34px 0;}
.main-nav .soc-links .soc-fb {background-position:-68px 0;}
.main-nav .soc-links .soc-tw {background-position:-103px 0;}
.main-nav .soc-links .soc-gp {background-position:-137px 0;}
.main-nav .soc-links .soc-yt {background-position:-171px 0;}
.main-nav .soc-links .soc-s {background-position:-205px 0;}
.main-nav .ext-links {font-size:7px; line-height:8px; text-transform:uppercase; height:33px;}
.main-nav .ext-links ul {float:left; margin-left:-20px;}
.main-nav .ext-links li {padding:3px 0 0 17px;}
.main-nav .ext-links li a:hover {text-decoration:none;}
.main-nav .ext-links .ico {display:inline-block; vertical-align:middle; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/link-icons.png) 0 -999px no-repeat; width:25px; height:22px; margin-right:5px;}
.main-nav .ext-links .t {display:inline-block; vertical-align:middle; max-width:95px;}
.main-nav .ext-links .ic-minsk+.t {max-width:120px;}
.main-nav .ext-links .ic-dinamo {background-position:-2px -8px;}
.main-nav .ext-links .ic-belaruskali {background-position:-4px -48px;}
.main-nav .ext-links .ic-bkk {background-position:0 -87px;}
.main-nav .ext-links .ic-psclub {background-position:0 -128px;}
.main-nav .ext-links .ic-minsk {background-position:2px -168px;}
.main-nav .ext-links .ic-sovet {background-position:-1px -208px;}
.menu ul {float:left; margin-left:-8px; position:relative; height:40px; z-index:1;}
.menu li {text-transform:uppercase; font-size:12px; line-height:40px; height:40px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/menu-sep.gif) 0 7px no-repeat; margin-left:5px; padding-left:5px;}
.menu li:first-child {background:none;}
.menu li a {float:left; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/menu-bg.png) 0 -999px repeat-x; height:40px; padding:0 5px 0 6px;}
.menu li a:hover,.menu li:hover a,.menu li.active>a {text-decoration:none; background-position:0 -110px;}

.menu .drop {position:absolute; top:-9999px; left:0; z-index:10; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/drop-bg.png); border-top:5px solid #001c42; border-bottom:5px solid #00439f; padding:16px 0 16px 25px;}
.menu li:hover .drop {top:100%; left:0;}
.menu .drop ul {margin:0 5px 0 0; height:auto; padding-right:5px; /*background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/foot-sep.png) 100% 0 repeat-y;*/}
.menu .drop li {float:none; text-transform:none; line-height:1.2; height:auto; background:none; margin:0; padding:8px 0 7px; position:relative;}
.menu .drop li a {float:none; background:none; height:auto; padding:0;}
.menu .drop li a:hover {text-decoration:underline;}
.menu .drop li a.alt,.menu .drop .alt a {color:#b6daff; text-decoration:underline;}
.menu .drop li a.alt:hover,.menu .drop .alt a:hover {text-decoration:none;}
.menu .drop .bnr {float:left;}
.menu .drop .bnr a {float:none; display:block; background:none; height:auto; padding:0; margin:7px 0;}
.menu .menu-ext {float:right; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/menu-more.png) no-repeat; width:28px; height:41px; position:relative; z-index:1;}
.menu .menu-ext .more {float:right; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/menu-more.png) no-repeat; width:28px; height:41px;}
.menu .menu-ext .drop {left:auto !important; right:0 !important; padding:12px 25px;}
.menu .menu-ext:hover .drop {top:100%;}
.menu .menu-ext .drop ul {margin:0; padding:0; background:none;}
.menu .menu-ext .drop li {text-transform:uppercase; padding:5px 0 7px; white-space:nowrap; border-top:1px solid #235992;}
.menu .menu-ext .drop li:first-child {border:0;}


.main-wrap {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/main-bg.png) -1369px 0 repeat-y; margin:70px -23px; position:relative; z-index:0;}
.main-t {position:absolute; z-index:0; top:-67px; left:0; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/main-bg.png) no-repeat; width:1262px; height:67px;}
.main-b {position:absolute; z-index:0; bottom:-67px; left:0; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/main-bg.png) -2738px 0 no-repeat; width:1262px; height:67px;}
.main {position:relative; z-index:0; top:-28px; margin:0 39px 20px;}
.main:after {content:"."; height:0; visibility:hidden; display:block; clear:both;}
.main-col {float:left; width:876px;}
.side-col {float:right; width:300px;}
.cols2-1:after {content:"."; height:0; visibility:hidden; display:block; clear:both;}
.cols2-1>.col {float:left; width:598px;}
.cols2-1>.col+.col {float:right; width:267px;}
.cols2-1 .cols2-1>.col {float:left; width:345px;}
.cols2-1 .cols2-1>.col+.col {float:right; width:241px;}

.cont-wrapper {width:870px; margin-left:1px;}
.content {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/cont_bg.png); margin-bottom:25px; border-top:6px #004299 solid; padding:20px 17px 12px 14px;}
.content h1 {font:17px Verdana, Geneva, sans-serif; color:#0049af; border-bottom:2px #7692b8 dotted; padding:0 0 3px 2px; margin:0 0 16px -2px; text-transform:uppercase;}
.content .hgroup {font:15px Verdana, Geneva, sans-serif; color:#01377e; border-bottom:2px #7692b8 dotted; padding:0 0 10px 2px; margin:0 0 16px -2px;}
.content .hgroup h1 {font-size:15px; font-weight:bold; margin:0; border:0; padding:0; color:#01377e;}
.content h2 {font:normal 17px Verdana, Geneva, sans-serif; color:#1e1e1e; margin-bottom:8px; text-transform:uppercase;}
.content h2 img {vertical-align:middle; margin:-6px 0 0 8px;}
.content p {padding-bottom:15px;}
.content .date {display:inline-block; color:#01377e; font-size:15px; margin-right:31px;}
.content .discuss {font-size:15px; color:#000; padding:0 0 2px 24px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/disc_ico.gif) no-repeat 0 1px; display:inline-block;}
.content .txt-inf {margin-bottom:13px;}
.content .cont-pic {margin-bottom:9px; display:block;}
.content .social {margin:6px 0 14px;}
.content .social .soc-item {float:left; margin-right:5px;}
.content .tags {padding:0 0 5px 32px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/tags_ico.gif) no-repeat 0 0; margin:7px 0 24px 4px;}
.content .tags a {color:#1e1e1e; text-decoration:underline; font-weight:bold;}
.content .materials h4 {color:#0049af; font-size:16px; font-weight:normal; margin-bottom:13px;}
.content .materials li {margin:0 0 4px 0; list-style-type:none;}
.content .materials li span {color:#1459af;}
.content .materials li a {color:#000;}
.content .materials li .comm {color:#1157ad;}
.player-info {padding:18px 17px 12px 11px;}
.player-info h1 {margin-left:0;}
.profile-block {width:802px; height:316px !important; padding:15px 24px 0 15px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/profile_bg.jpg) no-repeat #163255; position:relative; overflow:hidden;}
.profile-block .profile-pic {width:450px; height:300px; float:left; position:relative;}
.profile-block .profile-pic img {display:block;}
.profile-block .profile-pic .play-icon {position:absolute; left:179px; top:126px; width:65px; height:65px; cursor:pointer; display:block; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/play_butt.png) no-repeat;}
.profile-block .descr {width:313px; float:right; color:#FFF;}
.profile-block .descr .player-name {height:59px; padding:20px 0 0 25px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/devider_pic.gif) repeat-x 0 100%; font-size:19px; text-transform:uppercase;}
.profile-block .descr .number {display:inline-block; width:44px; height:35px; padding-top:6px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/numb_bg.png) no-repeat; text-align:center; color:#01377e; vertical-align:middle; font-size:24px;}
.prof-bot {display:block; margin-bottom:24px;}
.profile-block .descr .player-name .name {display:inline-block; vertical-align:middle; margin:3px 0 0 8px;}
.profile-block .descr dl {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/devider_pic.gif) repeat-x 0 100%; font-size:17px; padding:14px 0 10px 26px; height:156px; overflow:hidden;}
.profile-block .descr dt {clear:left; float:left; padding-bottom:12px; width:105px;}
.profile-block .descr dd {float:left; padding-bottom:12px; width:182px;}
.profile-block .descr dd img {vertical-align:middle; margin:-2px 3px 0 0;}
.profile-block .descr .profile-menu {position:absolute; bottom:0; margin-left:42px; $bottom:33px;}
.profile-block .descr .profile-menu li {float:left; margin:0 20px 0 0; list-style-type:none; height:36px;}
.profile-block .descr .profile-menu li a {display:block; width:27px; height:26px;}
.profile-block .descr .profile-menu li.current {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/corn_pic.png) no-repeat 5px 100%;}
.profile-block .descr .profile-menu li.current a {background-position:0 -26px;}
.profile-block .descr .profile-menu .menu-biogr a {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/ico-biogr.png) no-repeat;}
.profile-block .descr .profile-menu .menu-stat a {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/ico-stat.png) no-repeat;}
.profile-block .descr .profile-menu .menu-foto a {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/ico-foto.png) no-repeat;}
.profile-block .descr .profile-menu .menu-video a {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/ico-vidf.png) no-repeat; width:30px;}
.profile-block .descr .profile-menu .menu-news a {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/ico-news.png) no-repeat;}

.sect-biogr {padding-bottom:50px;}
.sect-biogr .player-foto {float:right; margin:0 0 15px 20px;}
.sect-biogr .player-foto img {display:block;}
.sect-biogr .player-foto .descr {padding:7px 20px 9px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/foto_label.gif) repeat-x #004299; color:#FFF; font-size:14px;}
.sect-biogr {padding-left:10px;}
.sect-biogr p {font-size:14px; text-align:justify;}
.sect-statistic .stat-tbl {border-collapse:collapse; margin-bottom:21px;}
.sect-statistic .stat-tbl th {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/statTbl_bg.gif) repeat-x #004096; border-bottom:1px #5485c0 solid; color:#FFF; font-weight:normal; vertical-align:top; padding:9px 6px 10px;}
.sect-statistic .stat-tbl td {text-align:center; border:1px #cccccc solid; padding:4px 6px; background:#FFF;}
.sect-statistic .stat-tbl .first {width:166px;}
.sect-photo .row {margin-bottom:11px;}
.sect-photo .item {width:202px; overflow:hidden; float:left; margin-right:11px; color:#010101; font-size:11px;}
.sect-photo .item img {display:block;}
.sect-photo .item .legend {min-height:32px; padding:5px 10px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/foto-legend-bg.gif) repeat-x #cfcfcf; display:block;}
.sect-photo .item:hover {text-decoration:none; color:#FFF;}
.sect-photo .item:hover .legend {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/foto-legend-bg-hov.gif) repeat-x #00459b;}
.sect-photo .item-last {margin-right:0;}
.sect-video {padding:11px 0 0 18px;}
.sect-video .row {margin-bottom:40px;}
.sect-video .item {width:396px; overflow:hidden; float:left; margin-right:25px; color:#010101; font-size:18px; position:relative;}
.sect-video .item img {display:block;}
.sect-video .item .play-icon {position:absolute; left:167px; top:101px; width:65px; height:65px; cursor:pointer; display:block; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/play_butt.png) no-repeat;}
.sect-video .item .legend {padding:16px 10px 15px 20px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/foto-legend-bg.gif) repeat-x #cfcfcf; display:block;}
.sect-video .item:hover {text-decoration:none; color:#FFF;}
.sect-video .item:hover .legend {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/foto-legend-bg-hov.gif) repeat-x #00459b;}
.sect-video .item-last {margin-right:0;}
.sect-news {padding:0 0 50px 7px; margin-top:-13px;}
.sect-news .news-item {padding:19px 0 15px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/squard_bg.gif) repeat-x 0 100%;}
.sect-news .news-item h2 {text-transform:none; font-size:21px; margin-bottom:6px;}
.sect-news .news-item h2 img {margin-top:-3px; margin-left:2px;}
.sect-news .news-item .txt-inf {margin-bottom:10px;}
.sect-news .news-item .date {font-size:13px; color:#000; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/date_bg.gif) repeat-x; height:20px; padding:1px 10px 0; margin-right:12px;}
.sect-news .news-item .discuss {position:relative; top:1px;}
.sect-news .news-item p {padding-bottom:6px;}
.sect-news .news-item p a {color:#1E1E1E;}
.sect-news .news-item .tags {margin:0 0 11px 4px;}

.staff {margin-bottom:20px;}
.staff h2 {height:23px; padding:4px 16px 0; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/staff_title.gif) repeat-x; font-size:13px; font-weight:normal; color:#FFF; text-transform:uppercase; margin-bottom:18px;}
.staff .row {margin-bottom:18px;}
.staff .row .item {width:192px; float:left; margin-right:23px;}
.staff .row .item img {display:block;}
.staff .row .item .legend {min-height:42px; padding:7px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/staff_bg.jpg) no-repeat #0f4899; text-align:center; color:#FFF; border-top:1px #FFF solid; font-size:13px; display:block;}
.staff .row .headCoach .legend {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/staff_bg2.jpg) no-repeat #0f2a4d;}
.staff .row .item .legend span {display:block; text-transform:uppercase; font-size:14px; margin-bottom:4px;}
.staff .row .item-last {margin-right:0;}

.side-menu {margin-bottom:17px;}
.side-menu li {margin:0; list-style-type:none;}
.side-menu li a {display:block; padding:7px 12px 9px 23px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/sideMenu_bg.gif) repeat-x #e4e4e4; color:#000; font-size:15px;}
.side-menu li.current a {color:#FFF; cursor:default; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/sideMenu_curr.gif) repeat-x #004299; font-weight:bold;}
.side-menu li.current a:hover {text-decoration:none;}
.squard {background:#f3f3f3; border-top:5px #004299 solid; padding:0 17px; font-size:15px; margin-bottom:15px;}
.squard .sect {padding:15px 0 18px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/squard_bg.gif) repeat-x 0 100%;}
.squard .sect-last {background:none;}
.squard .sect h5 {font-size:14px; font-weight:bold; color:#01377e; margin-bottom:9px;}
.squard li {list-style-type:none; margin:0 0 3px 0;}
.squard li a {color:#000;}
.squard li.current a {color:#01377e; cursor:default;}
.squard li.current a:hover {text-decoration:none;}

.bnr {margin-bottom:11px;}
.bnr img {display:block;}
.bnr ul {overflow:hidden;}
.bnr li {margin:0; list-style:none; float:left;}
.bnr-slide {position:relative;}
.bnr-slide .controls {position:absolute; bottom:21px; right:12px;}
.bnrs2 {overflow:hidden;}
.bnrs2 .bnr {float:left;}
.bnrs2 .bnr+.bnr {float:right;}

.mblo {padding-top:5px; background:#e6e6e6 url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/line-bg.png) repeat-x; margin-bottom:10px;}
.mblo:after {content:"."; height:0; visibility:hidden; display:block; clear:both;}
.mblo .visual {float:left; position:relative;}
.mblo .visual li {float:left; margin:0; list-style:none; position:relative;}
.mblo .visual li .inf {position:absolute; bottom:0; left:0; width:100%; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/sh-black90.png); font-size:17px; line-height:1.1; letter-spacing:-1px;}
.mblo .visual li .inf a {display:block; color:#fff; padding:12px 14px 19px;}
.mblo .visual li .inf a.ico-video {padding-left:50px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/ico-video-play.png) 15px 15px no-repeat;}
.mblo .visual .pager {position:absolute; bottom:13px; right:20px;}
.mblo .visual .pager a {display:inline-block; vertical-align:middle; margin-left:3px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/slider-bulls.png) no-repeat; width:19px; height:19px;}
.mblo .visual .pager a.selected {background-position:-22px 0;}
.mblo .visual .pager a span {display:none;}
.mblo .info {overflow:hidden;}
.mblo .controls {overflow:hidden; padding:4px 10px;}

.sblo {padding-top:6px; background:#fff url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/line-bg.png) repeat-x; margin-bottom:10px;}
.sblo:after {content:"."; height:0; visibility:hidden; display:block; clear:both;}
.sblo .h {overflow:hidden; border-bottom:5px solid #e5e5e5; clear:both;}
.sblo .h h2 {float:left; font-size:15px; color:#000; padding:2px 14px 2px 12px; background:#e5e5e5 url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/sblo-h.gif) repeat-x; border-right:1px solid #e6e6e6;}
.sblo .ico-forum {padding-left:26px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/ico-forum.png) 0 1px no-repeat;}
.sblo .ico-quote {padding-left:20px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/ico-quote.png) 0 5px no-repeat;}
.sblo .ico-photo {padding-left:20px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/ico-photo2.png) 0 5px no-repeat;}
.sblo .ico-quiz {padding-left:21px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/ico-quiz.png) 1px 3px no-repeat;}
.sblo .controls {overflow:hidden; padding:3px 6px; background:#e6e6e6 url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/sblo-ctrl.gif) repeat-x; border:1px solid #f1f1f1;}
.sblo .cont {padding:7px; position:relative; z-index:0;}
.sblo .cont .controls {position:absolute; top:-25px; right:3px; background:none; padding:0; border:0;}
.sblo .cont .controls-h .slide-prev,.sblo .cont .controls-h .slide-next {margin:0 3px 0 0;}
.sblo .cont ul li {float:left; margin:0; list-style:none;}
.sblo .btn-1,.sblo .btn-2 {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/sblo-btns.gif) 0 -999px repeat-x; border:0; color:#fff; font:11px/1.1 Verdana, Geneva, sans-serif; padding:1px 4px 3px; height:16px; cursor:pointer; display:inline-block; vertical-align:middle; margin-right:4px; overflow:visible;}
.sblo .btn-1 {background-color:#001e47; background-position:0 0;}
.sblo .btn-2 {background-color:#003f95; background-position:0 -84px;}

.view-quote {font-size:11px; line-height:1.15;}
.view-quote li {padding:2px 10px 20px 0;}
.week-photo li {padding:4px 0 1px;}
.week-photo li img {display:block;}
.view-quiz p {color:#000; padding-bottom:10px;}
.view-quiz li {padding:2px 0 0 10px;}
.view-quiz .var {min-height:17px; padding:0 2px 6px;}
.view-quiz .btns {padding:8px 0 9px;}
.view-forum li {min-height:30px; padding:5px 2px 4px 8px;}
.view-forum li>a {padding-left:14px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/bull-gt.png) 0 3px no-repeat; color:#000;}
.view-forum li>a .val {color:#1157ad;}
.sblo .view-partners {padding:15px 7px 7px 15px;}
.sblo .view-partners h3 {width:300px; margin-right:-300px; position:relative; top:-25px; left:8px; color:#000; display:inline-block; vertical-align:middle;}
.sblo .view-partners ul {display:inline; vertical-align:middle;}
.sblo .view-partners ul li {float:none; margin:17px 15px 0 0; padding-bottom:3px; display:inline-block; vertical-align:middle;}
.sblo .view-partners ul img {display:block;}
.sblo .view-partners .hover,
.sblo .view-partners a:hover .unhover {position:absolute; top:-9999px; left:-9999px;}
.sblo .view-partners a:hover .hover {position:static;}

.tabs-wr {background:#e6e6e6;}
.tabs-wr .tabs {overflow:hidden; background:#fff; border-bottom:5px solid #e6e6e6;}
.tabs-wr .tabs li {float:left; margin:0; list-style:none; height:44px; font-size:15px; line-height:1.1;}
.tabs-wr .tabs li a {display:table-cell; width:100%; height:44px; color:#000; text-align:center; vertical-align:middle;}
.tabs-wr .tabs li a:hover {text-decoration:none; color:#0048aa;}
.tabs-wr .tabs li.active {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/tab.png) no-repeat;}
.tabs-wr .tabs li.active a {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/tab.png) 100% -44px no-repeat; color:#0048aa;}
.tabs .ico-match {padding-left:23px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/ico-shaiba.png) 0 2px no-repeat;}
.tabs .ico-photo {padding-left:25px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/ico-photo.png) 0 1px no-repeat;}
.tabs .ico-video {padding-left:24px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/ico-video.png) 0 2px no-repeat;}
.tab-tables .tabs li a {text-align:left; padding-left:18px;}

.news-list li {list-style:none; margin:0; height:43px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/bg-blue.png); position:relative;}
.news-list li.alt {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/bg-blue-dark.png);}
.news-list li a {color:#fff;}
.news-list li .ico-chat {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/ico-speak.png) no-repeat; width:23px; height:19px; position:absolute; right:13px; top:50%; margin-top:-10px;}
.news-list li .in {display:table-cell; height:43px; vertical-align:middle; padding:0 39px 0 13px;}
.news-list .controls {padding-right:20px;}
.video-list li {list-style:none; margin:0; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/bg-blue.png); border-bottom:5px solid #fff;}
.video-list li.alt {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/bg-blue-dark.png);}
.video-list li.alt .info a {text-decoration:underline;}
.video-list li.alt .info a:hover {text-decoration:none;}
.video-list li a {color:#fff;}
.video-list li .in {padding:7px 14px 9px 10px; overflow:hidden; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/video-vis-bg.png) no-repeat;}
.video-list li .vis {float:left; margin:4px 21px 0 0;}
.video-list li .vis img {float:left; border:2px solid #fff;}
.video-list li .info {overflow:hidden;}
.video-list li .info .date {color:#9cf; padding-bottom:2px;}
.video-list .controls {margin-top:-5px; background:#e6e6e6; position:relative;}
.match-list li {list-style:none; margin:0; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/bg-blue.png); border-bottom:5px solid #fff; color:#fff;}
.match-list li.alt {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/bg-blue-dark.png);}
.match-list li.alt .info a {text-decoration:underline;}
.match-list li.alt .info a:hover {text-decoration:none;}
.match-list li a {color:#fff;}
.match-list li .h {background:#e6e6e6; overflow:hidden; padding:3px 9px 5px 11px; color:#000; font-size:14px;}
.match-list li .h h3 {float:left;}
.match-list li .h .date {float:right;}
.match-list li .in {padding:6px 14px 9px 10px; overflow:hidden; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/match-option-bg.png) 100% 0 no-repeat;}
.match-list li .opt {float:right; width:42px; padding-top:6px; margin-right:-14px; text-align:center;}
.match-list li .opt a {margin-bottom:6px;}
.match-list li .info {overflow:hidden;}
.match-list li .meta {color:#9cf; padding-bottom:10px;}
.match-list li .team {float:left; width:90px; text-align:center;}
.match-list li .team img {display:block; margin:0 auto 1px;}
.match-list li .count {float:left; width:78px; margin:6px -8px 0; text-align:center; font-size:30px; word-spacing:-7px; letter-spacing:-3px; text-decoration:underline;}
.match-list li .count.undefined {text-decoration:none;}
.match-list .controls {margin-top:-5px; background:#e6e6e6; position:relative;}
.match-list .ico-list,.match-list .ico-video,.match-list .ico-photo,.match-list .ico-tv {display:inline-block; vertical-align:middle; width:20px; height:20px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/icons.png) -999px -999px no-repeat;}
.match-list .ico-list {background-position:-145px 0;}
.match-list .ico-video {background-position:-145px -27px;}
.match-list .ico-photo {background-position:-145px -56px;}
.match-list .ico-tv {background-position:-145px -82px;}
.search-inp {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/search-bg.png) no-repeat; width:279px; height:35px; padding:0 5px 0 18px; margin:12px 0; font-size:15px; line-height:1.2;}
.search-inp:first-child {margin-top:0;}
.search-inp label {float:left; margin-right:-500px; position:relative; cursor:text; display:none; color:#a7a7a7; margin-top:8px;}
.search-inp input.txt {background:none; width:228px; border:0; padding:1px; float:left; font:15px/1.2 Verdana, Geneva, sans-serif; margin:7px 0 0 -2px; outline:none;}
.search-inp input.btn {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/search-btn.png) no-repeat; width:38px; height:35px; border:0; cursor:pointer; float:right;}
.tbl-con {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/bg-blue.png); color:#fff;}
.tbl-con td {padding:2px 7px 4px; border-bottom:1px solid #3f74bb;}
.tbl-con tr.alt {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/bg-blue-dark.png);}
.tbl-con tr.alt td {border-bottom:1px solid #285fb0;}
.tbl-con td.c-0,.tbl-con td.c-2,.tbl-con td.c-3 {width:17px;}
.tbl-con td.c-0 {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/sh-blue36.png); text-align:center;}
.tbl-con td.c-2 {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/sh-blue36.png);}
.tbl-con td.c-3 {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/sh-blue36a.png);}

.controls .ico-archive {float:right; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/ico-archive.png) 100% 1px no-repeat; padding:0 26px 2px 0; color:#000; text-decoration:underline;}
.controls .ico-archive:hover {text-decoration:none;}
.controls .ico-calendar {float:right; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/ico-calendar.png) 100% 0 no-repeat; padding:0 26px 2px 0; color:#000;}
.controls-v .slide-prev,
.controls-v .slide-next {float:left; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/slider-arrs-v.png) -999px 0 no-repeat; width:18px; height:18px; margin-right:5px;}
.controls-v .slide-prev {background-position:-23px 0;}
.controls-v .slide-prev.disabled {background-position:0 0;}
.controls-v .slide-next {background-position:-23px -23px;}
.controls-v .slide-next.disabled {background-position:0 -23px;}
.controls-h .slide-prev,.controls-h .slide-next {float:left; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/slider-arrs-h.png) -999px 0 no-repeat; width:18px; height:18px; margin-right:5px;}
.controls-h .slide-prev {background-position:0 -24px;}
.controls-h .slide-prev.disabled {background-position:0 0;}
.controls-h .slide-next {background-position:-24px -24px;}
.controls-h .slide-next.disabled {background-position:-24px 0;}

.calendar-line {background:#e5e5e5 url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/line-bg.png) repeat-x; padding:11px 18px 0; margin-bottom:11px; position:relative; z-index:1;}
.calendar-line ul {height:50px;}
.calendar-line li {float:left; margin:0; list-style:none; width:59px; height:48px; border-top:1px solid #fafafa; border-bottom:1px solid #c0c0c0; border-right:1px solid #7ba0d4; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/calend-bg.jpg) 0 100% no-repeat; position:relative;}
.calendar-line li.alt {background-position:-132px 100%; border-right-color:#fafafa;}
.calendar-line li>a,.calendar-line li>a:hover {text-decoration:none;}
.calendar-line li .date {color:#fefeff; font-size:11px; line-height:14px; position:absolute; top:100%; left:-1px; width:47px; height:17px; padding:1px 7px 0;}
.calendar-line li .date .i {float:right; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/ico-i.png) no-repeat; width:12px; height:13px;}
.calendar-line li:hover .date,.calendar-line li.active .date {background:#f3f3f3; color:#010101;}
.calendar-line li:hover .date .i,.calendar-line li.active .date .i {background-position:1px -58px;}
.calendar-line .botm {height:17px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/calend-line-bg.png) repeat-x; margin:0 -18px; border-bottom:1px solid #949494;}
.calendar-line .slide-prev,.calendar-line .slide-next {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/slider-arrs-cnd.png) 0 -999px no-repeat; width:19px; height:49px; float:left;}
.calendar-line .slide-prev {background-position:-31px 0; margin-left:-18px; margin-right:-1px;}
.calendar-line .slide-prev.disabled {background-position:0 0;}
.calendar-line .slide-next {background-position:-31px -61px; float:right; margin-right:-18px; margin-left:-1px;}
.calendar-line .slide-next.disabled {background-position:0 -61px;}
.calendar-line .caroufredsel_wrapper {height:67px !important; margin-bottom:-17px !important; overflow:visible !important; overflow-x:hidden !important;}
.calendar-line .drop {position:absolute; top:-9999px; left:100%; z-index:10; width:200px; padding:10px 10px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/drop-bg.png); border-top:5px solid #001c42; border-bottom:5px solid #00439f; color:#fff;}
.calendar-line>.drop {top:5px;}
.calendar-line .drop .vis {float:left; width:84px; margin:-4px 7px 0 0; text-align:center;}
.calendar-line .drop .vis img {display:block; margin:auto;}
.calendar-line .drop .info {overflow:hidden; padding-right:9px; text-align:center;}
.calendar-line .drop .info .from {display:block;}
.calendar-line .drop .info .count {color:#9cf; word-spacing:4px; padding:1px 0;}
.calendar-line .drop .more {color:#9cf; font-size:11px; text-align:center; clear:both; padding:12px 0 0;}
.calendar-line .drop .top-act {text-align:right; margin:-9px 0 0;}
.calendar-line .drop .top-act a {margin-left:2px;}
.calendar-line .drop .botm-act {text-align:center; margin-top:9px;}
.calendar-line .drop .botm-act a {margin:0 3px;}
.drop .ico-calend,
.drop .ico-close,
.drop .ico-list,
.drop .ico-photo,
.drop .ico-video {display:inline-block; vertical-align:middle; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/icons.png) 0 -999px no-repeat; height:17px;}
.drop .ico-calend {background-position:-72px 0; width:15px;}
.drop .ico-close {background-position:-93px 0; width:13px;}
.drop .ico-list {background-position:0 0; width:14px;}
.drop .ico-photo {background-position:-49px 0; width:16px;}
.drop .ico-video {background-position:-25px 0; width:17px;}

.calendar-tbl {padding-bottom:20px;}
.calendar-tbl .legend ul {overflow:hidden; zoom:1; padding:0 19px 19px;}
.calendar-tbl .legend li {float:left; margin:0 34px 0 0; list-style:none; font-size:15px;}
.calendar-tbl .legend .b-home,
.calendar-tbl .legend .b-guest {display:inline-block; vertical-align:middle; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/calend-bull.png) 0 -999px no-repeat; width:18px; height:18px; margin-right:3px;}
.calendar-tbl .legend .b-home {background-position:-272px 90%;}
.calendar-tbl .legend .b-guest {background-position:0 90%;}
.calendar-tbl .icons {white-space:nowrap; text-align:left;}
.calendar-tbl .icons a {display:inline-block; vertical-align:middle; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/icons.png) 0 -999px no-repeat; width:16px; height:16px; margin:0 2px;}
.calendar-tbl a.ico-txt {background-position:0 -26px;}
.calendar-tbl a.ico-video {background-position:-26px -26px;}
.calendar-tbl a.ico-photo {background-position:-52px -26px;}
.calendar-tbl a.ico-pull {background-position:-75px -26px;}
.calendar-tbl a.ico-tv {background-position:-98px -26px;}
.calendar-tbl .active a.ico-txt,.calendar-tbl tr:hover a.ico-txt {background-position:0 -53px;}
.calendar-tbl .active a.ico-video,.calendar-tbl tr:hover a.ico-video {background-position:-26px -53px;}
.calendar-tbl .active a.ico-photo,.calendar-tbl tr:hover a.ico-photo {background-position:-52px -53px;}
.calendar-tbl .active a.ico-pull,.calendar-tbl tr:hover a.ico-pull {background-position:-75px -53px;}
.calendar-tbl .active a.ico-tv,.calendar-tbl tr:hover a.ico-tv {background-position:-98px -53px;}
.calendar-tbl table {font-size:15px; line-height:1.2;}
.calendar-tbl td {padding:8px 7px; text-align:center; border-left:1px solid #e4e4e4; border-right:1px solid #fff; background:#fbfbfb url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/calend-row.png) -1500px 100% no-repeat;}
.calendar-tbl .active td,.calendar-tbl tr:hover td {background-color:#fdfdfd; background-position:0 100%; color:#01377e; cursor:default;}
.calendar-tbl td.bull {border:0; padding:0; width:16px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/calend-bull.png) 0 -999px no-repeat;}
.calendar-tbl .r-guest td.bull {background-position:0 100%;}
.calendar-tbl .r-home td.bull {background-position:-272px 100%;}

.stat-tbl {padding-bottom:20px;}
.stat-tbl .legend ul {overflow:hidden; zoom:1; background:#fff;}
.stat-tbl .legend li {float:left; margin:0; list-style:none;}
.stat-tbl .legend li a {float:left; padding:3px 25px 4px; color:#000;}
.stat-tbl .legend li.active {background:#e7e7e7 url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/tbl-stat-bg.png) 0 -429px repeat-x;}
.stat-tbl .legend li.active a {color:#01377e;}
.stat-tbl table {font-size:15px; line-height:1.2;}
.stat-tbl th {background:#004097 url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/tbl-stat-h.png) repeat-x; padding:0 19px; height:34px; text-align:left; font-weight:normal; color:#fff; font-size:12px;}
.stat-tbl th a {color:#fff;}
.stat-tbl th .sort {display:inline-block; vertical-align:middle; padding-left:13px; margin:0 -4px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/ico-sort.png) no-repeat;}
.stat-tbl td {background:#ebeef1 url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/tbl-stat-bg.png) repeat-x; padding:5px 19px 4px; border-left:1px solid #e6e6e6; border-right:1px solid #fff;}
.stat-tbl tr td:first-child {border-left:0;}
.stat-tbl .alt td {background-position:0 -200px; background-color:#e1e6eb;}
.stat-tbl tr:hover td,.stat-tbl tr.active td {color:#01377e; cursor:default;}

.tbl td {background:#ebebec; border-bottom:1px solid #fff; border-right:1px solid #fff; border-top:1px solid #dddcdc; padding:10px 17px; vertical-align:top;}
.tbl tbody tr:first-child td {border-top:0;}
.tbl .time {display:block; text-align:center; padding-top:1px;}
.tbl .ico {margin:0 -2px;}

.ico-timeout,.ico-gout,.ico-gchange,.ico-hgoal,.ico-gpen {display:inline-block; vertical-align:middle; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/icons.png) -999px -999px no-repeat;}
.ico-timeout {background-position:3px -81px; width:22px; height:16px;}
.ico-gout {background-position:-23px -83px; width:22px; height:13px;}
.ico-gchange {background-position:-51px -81px; width:22px; height:14px;}
.ico-hgoal {background-position:-84px -80px; width:22px; height:15px;}
.ico-gpen {background-position:-114px -81px; width:22px; height:13px;}

.nav-list {background-color:none;}
.nav-list ul {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/cont_bg.png); padding:16px 15px 10px; font-size:15px; line-height:1.16;}
.nav-list ul li {list-style:none; margin:0 0 23px;}
.nav-list ul a {color:#000;}
.nav-list ul .active a {color:#01377e;}

.btn-a {display:inline-block; vertical-align:middle; padding:1px 11px 3px; background:#0054c2 url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/btn-a.gif) 0 100% repeat-x; font:14px/1.2 Verdana, Geneva, sans-serif; color:#fff; text-decoration:none;}

.foot-space {height:10px; margin-top:-50px;}
.footer {background:#093064 url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/footer.jpg) no-repeat; border-top:5px solid #69c; border-bottom:11px solid #001129; position:relative; z-index:0; bottom:-30px; margin:-30px 23px 0; color:#fff;}
.footer .logo {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/logo2.png) no-repeat; width:183px; height:183px; margin:-15px 0 13px -20px;}
.footer .logo a {display:block; width:183px; height:183px; text-indent:-1000em; overflow:hidden;}
.footer .ico-home {display:block; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/ico-home-f.png) no-repeat; width:28px; height:25px; margin-bottom:20px;}
.footer .cols {overflow:hidden; padding:30px 0 0; width:1220px; clear:both;}
.footer .cols .col {float:left; width:171px; padding:2px 0 0 29px; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/foot-sep.png) repeat-y;}
.footer .cols .col:first-child {background:none;}
.footer .cols a {color:#fff;}
.footer .cols h3 {font-size:17px; font-weight:bold; color:#7fbcff; padding:1px 0 14px;}
.footer .cols h3 a {color:#7fbcff;}
.footer .cols li {list-style:none; margin:0 0 0 3px; padding:1px 0 14px;}
.footer .cols a.alt,.footer .cols .alt a {color:#b6daff; text-decoration:underline;}
.footer .cols a.alt:hover,.footer .cols .alt a:hover {text-decoration:none;}
.footer .botm {overflow:hidden; padding:19px 24px;}
.footer .botm a {color:#4e9dff;}
.footer .botm .copy {float:left;}
.footer .botm .auth {float:right; padding-top:17px;}

span.checkbox {width:15px; height:14px; padding:0 4px 0 0; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/checkbox.png) no-repeat; display:inline-block; vertical-align:middle; cursor:pointer; margin-top:-1px;}
span.checkbox+input.checkbox {display:none;}
span.radio {width:15px; height:14px; padding:0 4px 0 0; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/radio.png) no-repeat; display:inline-block; vertical-align:middle; cursor:pointer;}

.page-404 {position:absolute; width:100%; height:100%; padding:0; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/page-bg-v.jpg) 0 -245px repeat-x;}
.page-404 .header {height:239px;}
.page-404 .header .logo {margin-top:135px;}
.page-404 .header .title {background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/404.png) no-repeat; width:857px; height:147px; margin-left:33px;}



.news-list li {height:auto;}
.menu .drop li a:hover{color:#b6daff;}
.content .tags a:hover{text-decoration: none;}

.footer .cols li.blue{padding: 1px 0 14px;}
.footer .cols li{padding-left: 3px;}
.footer .cols li.blue a{color: #7FBCFF; font-size: 17px; font-weight: bold; text-transform:uppercase;}
.hidden{display:none;}
.mblo .visual .pager{bottom:301px;}
.week-photo .attachment-medium {width:226px; height:152px;}
.info .tabs li {width:94px;}
.info .tabs li a{width:94px;}

.side-col .tabs li {width:100px;}
.side-col .tabs li a{width:100px;}

.tab-tables .tabs li {width:150px;}
.tab-tables .tabs li a{width:150px;}

.mblo .visual li .inf a.ico-photo {padding-left:50px; background:url(https://www.forumhcdinamo.by/.styles/hcdinamo/theme/images/photo_ico.gif) 15px 15px no-repeat;}

.sect-photo .item {margin-right: 8px;}
div.player-page{margin-bottom:10px;}
.menu .drop{padding: 16px 0 16px 41px;}
.menu li.banner .drop{padding: 16px 35px 16px 41px;}
.menu .drop ul.last{background: none;}

.video-list .play_button{left: 44px; top: 33px; width: 22px; background: none repeat scroll 0 0 transparent; border: medium none !important; height: auto; margin: 0; padding: 0; position: absolute;}

.photo-list li {list-style:none; margin:0; background:url(https://www.forumhcdinamo.by/.styles/hcdinamo/theme/images/bg-blue.png); border-bottom:5px solid #fff;}
.photo-list li.alt {background:url(https://www.forumhcdinamo.by/.styles/hcdinamo/theme/images/bg-blue-dark.png);}
.photo-list li.alt .info a {text-decoration:underline;}
.photo-list li.alt .info a:hover {text-decoration:none;}
.photo-list li a {color:#fff;}
.photo-list li .in {padding:7px 14px 9px 10px; overflow:hidden; background:url(https://www.forumhcdinamo.by/.styles/hcdinamo/theme/images/video-vis-bg.png) no-repeat;}
.photo-list li .vis {float:left; margin:4px 21px 0 0;}
.photo-list li .vis img {float:left; border:2px solid #fff;}
.photo-list li .info {overflow:hidden;}
.photo-list li .info .date {color:#9cf; padding-bottom:2px;}
.photo-list .controls {margin-top:-5px; background:#e6e6e6; position:relative;}

.photo-list .ngg-singlepic {padding:0;}
.photo-list .ngg-singlepic{width:82px; height:58px;}

.wp-polls-form p {color:#000; padding-bottom:10px;}
.wp-polls-form li {padding:2px 0 0 10px;}
.wp-polls-form .var {min-height:17px; padding:0 2px 6px;}
.wp-polls-form .btns {padding:8px 0 9px;}
.view-quiz li {width:243px;}
.wp-polls-ul {margin: 0 0 10px -13px;}

.car-list {list-style: none;}
.car-list li{list-style: none;}

.sblo_custom {padding-top:6px; background:#fff url(https://www.forumhcdinamo.by/.styles/hcdinamo/theme/images/line-bg.png) repeat-x; margin-bottom:10px;}
.sblo_custom:after {content:"."; height:0; visibility:hidden; display:block; clear:both;}
.sblo_custom .h {overflow:hidden; border-bottom:5px solid #e5e5e5; clear:both;}
.sblo_custom .h h2 {float:left; font-size:15px; color:#000; padding:2px 14px 2px 12px; background:#e5e5e5 url(https://www.forumhcdinamo.by/.styles/hcdinamo/theme/images/sblo_custom-h.gif) repeat-x; border-right:1px solid #e6e6e6;}
.sblo_custom .ico-forum {padding-left:26px; background:url(https://www.forumhcdinamo.by/.styles/hcdinamo/theme/images/ico-forum.png) 0 1px no-repeat;}
.sblo_custom .ico-quote {padding-left:20px; background:url(https://www.forumhcdinamo.by/.styles/hcdinamo/theme/images/ico-quote.png) 0 5px no-repeat;}
.sblo_custom .ico-photo {padding-left:20px; background:url(https://www.forumhcdinamo.by/.styles/hcdinamo/theme/images/ico-photo2.png) 0 5px no-repeat;}
.sblo_custom .ico-quiz {padding-left:21px; background:url(https://www.forumhcdinamo.by/.styles/hcdinamo/theme/images/ico-quiz.png) 1px 3px no-repeat;}
.sblo_custom .controls {overflow:hidden; padding:3px 6px; background:#e6e6e6 url(https://www.forumhcdinamo.by/.styles/hcdinamo/theme/images/sblo_custom-ctrl.gif) repeat-x; border:1px solid #f1f1f1;}
.sblo_custom .cont {padding:7px; position:relative; z-index:0;}
.sblo_custom .cont .controls {position:absolute; top:-25px; right:3px; background:none; padding:0; border:0;}
.sblo_custom .cont .controls-h .slide-prev,.sblo_custom .cont .controls-h .slide-next {margin:0 3px 0 0;}
.sblo_custom .cont ul li {float:left; margin:0; list-style:none;}
.sblo_custom .btn-1,.sblo_custom .btn-2 {background:url(https://www.forumhcdinamo.by/.styles/hcdinamo/theme/images/sblo_custom-btns.gif) 0 -999px repeat-x; border:0; color:#fff; font:11px/1.1 Verdana, Geneva, sans-serif; padding:1px 4px 3px; height:16px; cursor:pointer; display:inline-block; vertical-align:middle; margin-right:4px; overflow:visible;}
.sblo_custom .btn-1 {background-color:#001e47; background-position:0 0;}
.sblo_custom .btn-2 {background-color:#003f95; background-position:0 -84px;}
.view-forum ul li {width:243px;}

.staff .row .item img{width:192px;}
.staff .row .item .legend{margin-top:-1px;}
.profile-block .descr dd {padding-bottom: 6px;}

.players {margin-bottom:20px;}
.players h2 {height:23px; padding:4px 16px 0; background:url(https://www.forumhcdinamo.by/.styles/hcdinamo/theme/images/staff_title.gif) repeat-x; font-size:13px; font-weight:normal; color:#FFF; text-transform:uppercase; margin-bottom:18px;}
.players .row {margin-bottom:18px;}
.players .row .item {width:192px; float:left; margin-right:18px;}
.players .row .item img {display:block;}
.players .row .item .legend {min-height:42px; padding:7px; background:url(https://www.forumhcdinamo.by/.styles/hcdinamo/theme/images/staff_bg.jpg) no-repeat #0f4899; text-align:center; color:#FFF; border-top:1px #FFF solid; font-size:13px; display:block;}
.players .row .headCoach .legend {background:url(https://www.forumhcdinamo.by/.styles/hcdinamo/theme/images/staff_bg2.jpg) no-repeat #0f2a4d;}
.players .row .item .legend span {display:block; text-transform:uppercase; font-size:14px; margin-bottom:4px;}
.players .row .item-last {margin-right:0;}

.view-quiz .wp-polls-ul li {padding-left:13px;}

.menu .drop2 {position:absolute; left:0; z-index:10; background:url(https://www.forumhcdinamo.by/styles/hcdinamo/theme/images/drop-bg.png); border-top:5px solid #001c42; border-bottom:5px solid #00439f; padding:10px 0 10px 20px;}
.menu .drop2 ul {margin:0 20px 0 0; height:auto; padding-right:25px; /*background:url(https://www.forumhcdinamo.by/.styles/hcdinamo/theme/images/foot-sep.png) 100% 0 repeat-y;*/}
.menu .drop2 li {float:none; text-transform:none; line-height:1.2; height:auto; background:none; margin:0; padding:8px 0 7px; position:relative;}
.menu .drop2 li a {float:none; background:none; height:auto; padding:0;}
.menu .drop2 li a:hover {text-decoration:underline;}
.menu .drop2 li a.alt,.menu .drop2 .alt a {color:#b6daff; text-decoration:underline;}
.menu .drop2 li a.alt:hover,.menu .drop2 .alt a:hover {text-decoration:none;}
.menu .drop2 .bnr {float:left;}
.menu .drop2 .bnr a {float:none; display:block; background:none; height:auto; padding:0; margin:7px 0;}

.drop2 {
    display: none;
    margin-top: -32px;
}
.none{
display: none;
}
/*
     FILE ARCHIVED ON 17:54:40 Mar 31, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:13:13 Nov 01, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 100.952
  exclusion.robots: 0.099
  exclusion.robots.policy: 0.092
  RedisCDXSource: 1.313
  esindex: 0.008
  LoadShardBlock: 80.738 (3)
  PetaboxLoader3.datanode: 110.201 (5)
  CDXLines.iter: 16.3 (3)
  load_resource: 187.56
  PetaboxLoader3.resolve: 123.797
  loaddict: 35.458
*/