/* http://www.cssreset.com/downloads/css-resets/html5-doctor-reset-stylesheet/html5-doctor-reset-stylesheet.min.css */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/********************/

@font-face {
    font-family: 'bankir-retro';
    src: url('fonts/bankir-retro-webfont.eot');
    src: url('fonts/bankir-retro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bankir-retro-webfont.woff')       format('woff'),
         url('fonts/bankir-retro-webfont.ttf')        format('truetype');
    font-weight: normal;
    font-style: normal;
}

/********************/

body, a {
    font: 18px 'Arial', sans-serif;
    color: #1f0400;
    text-decoration: none;
}

a:link.postlink, a:active.postlink, .postlink {color: white;}

a.dnld {
    font: 18px 'Arial', sans-serif;
    color: #a91d11;
    text-decoration: underline;
}

/********************/

hr {
    width: 100%;
    height: 5px;
    margin: 48px 0 36px 0;
    background: #503b38;
}

    hr.nomargin {
        margin-top: 3px;
    }

    hr.thick {
        height: 8px;
        margin-bottom: 0;

    }

h2.ribbon {
    margin-bottom: 36px;
    font: 2.5em 'bankir-retro';
    line-height: 92px;
    color: #ffffff;
    text-align: center;
    background: url("images/m70/ribbon.png") center top no-repeat;
}

    body.rv h2.ribbon {
        background: url("images/rv/ribbon.png") center top no-repeat;
    }
    body.main h2.ribbon {
        background: url("images/main/ribbon.png") center top no-repeat;
    }

span.stars, span.stars span {
    display: inline-block;
    background: transparent url("images/m70/stars.png") left top repeat-x;
}

    body.rv span.stars, body.rv span.stars span {
        background-image: url("images/rv/stars.png");
    }

    span.stars {
        width: 110px;
        height: 21px;
    }

        span.stars span {
            height: 100%;
            background-position: 0 -21px;
        }

/********************/

body {
    background: white url("images/bg.jpg") repeat;
}

#bg2 {
    width: 100%;
    background: transparent url("images/m70/bg-grad.png") center center repeat-y;
}

    body.rv #bg2 {
        background-image: url("images/rv/bg-grad.png");
    }
    body.main #bg2 {
        background-image: url("images/main/bg-grad.png");
    }

#container {
    width: 1172px;
    margin: 0 auto;
    position: relative;

}

#header {
    height: 99px;
    position: relative;
    /* z-index: 2; */
    background: url("images/m70/header.png") left top no-repeat;
}

    body.rv #header {
        background: url("images/rv/header.png") left top no-repeat;
    }

#header-left {
    width: 315px;
    height: 444px;
    position: absolute;
    top: 90px;
    left: 29px;
    background: url("images/m70/left1.jpg") left top no-repeat;
}

    body.rv #header-left {
        height: 449px;
        background: url("images/rv/left1.jpg") left top no-repeat;
    }

    #header-left .bottom {
        width: 100%;
        height: 98px;

        position: relative;
        bottom: -443px;
        background: url("images/m70/left2.png") left top no-repeat;
    }

        body.rv #header-left .bottom {
            height: 92px;
            bottom: -449px;
            background: url("images/rv/left2.png") left top no-repeat;
        }

    #upper {
        margin-left: 378px;
    }

        #upper .menu {
            margin-top: 24px;
            font: 2.2em 'bankir-retro';
            overflow: hidden;
        }

            #upper .menu li {
                display: block;
                float: left;
                margin-right: 42px;
            }

                #upper .menu li.current {
                    color: #6e1c07;
                }

                #upper .menu a {
                    color: inherit;
                    font: inherit;
                    text-decoration: none;
                }

                    #upper .menu a:hover, #upper .menu a:active {
                        color: #6e1c07;
                    }

        #upper h1 {
            margin: 24px 0 16px 0;
            font: 3.5em 'bankir-retro';
        }

#round {
    margin-top: 48px;
    text-align: center;
}

    #round > div {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-right: 17px;
    }

    #round p {
        display: table-cell;
        vertical-align: middle;
        width: 266px;
        height: 200px;
        margin-top: 18px;
        padding-left: 49px;
    }

        #round .ii p {
            color: #ffffff;
            padding-top: 83px;
        }

    #round .i, #round .iii {
        width: 382px;
        height: 364px;
    }

        #round .i h4, #round .iii h4 {
            margin: 25px 0 4px 0;
            font: 2.7em 'bankir-retro';
            text-align: center;
            line-height: 33px;
        }

        #round .i .price, #round .iii .price {
            position: absolute;
            font: 5em 'bankir-retro';
        }

        #round .i .rub, #round .iii .rub {
            position: absolute;
            font: 2.3em 'bankir-retro';
        }

        #round .i .buy, #round .iii .buy {
            position: absolute;
            font: 2.7em 'bankir-retro';
        }

    #round .i {
        background: url("images/m70/round1.png") left top no-repeat;
    }

        body.rv #round .i {
            background: url("images/rv/round1.png") left top no-repeat;
        }

        #round .i h4 {
            margin-left: 18px;
        }

        #round .i p {
            margin-left: 70px;
        }

        #round .i .price {
            bottom: 34px;
            right: 72px;
        }

        #round .i .rub {
            bottom: 27px;
            right: 102px;
        }

        #round .i .buy {
            bottom: 32px;
            left: 117px;
        }

    #round .ii {
        width: 364px;
        height: 373px;
        background: url("images/m70/round2.png") left top no-repeat;
    }

        body.rv #round .ii {
            background: url("images/rv/round2.png") left top no-repeat;
        }

        #round .ii .tracks, #round .ii .comments {
            position: absolute;
            left: 143px;
        }

        #round .ii .tracks {
            top: 8px;
        }

        #round .ii .comments {
            bottom: 6px;
        }

            #round .ii .tracks a, #round .ii .comments a {
                font: 2.7em 'bankir-retro';
            }

    #round .iii {
        background: url("images/m70/round3.png") left top no-repeat;
        margin-right: 0;
    }

        body.rv #round .iii {
            background: url("images/rv/round3.png") left top no-repeat;
        }

        #round .iii h4 {
            margin-right: 18px;
        }

        #round .iii p {
            margin-left: 47px;
        }

        #round .iii .price {
            bottom: 34px;
            left: 72px;
        }

        #round .iii .rub {
            bottom: 27px;
            left: 102px;
        }

        #round .iii .buy {
            bottom: 32px;
            right: 117px;
        }

    body.index #container {
        height: 100vh;
        min-height: 800px;
    }

#track-list {
    position: relative;
    text-align: center;

}

    #track-list .col, #track-list .playlist, #track-list .controls, #track-list .cover {
        display: inline-block;
        vertical-align: top;
    }

    #track-list .col {
        width: 315px;
        padding-top: 50px;
    }

        #track-list .col.i {
            padding-left: 95px;
        }

        #track-list .col.ii {

        }

        #track-list h4 {
            height: 50px;
            font: 2.2em 'bankir-retro';
            padding-top: 12px;
            margin-left: 95px;
            margin-bottom: -60px;
        }

        #track-list .col p {
            margin-bottom: 18px;
        }

    #track-list .controls {
        /*position: absolute;*/
        /*bottom: 0;*/
        /*left: 96px;*/
        width: 26px;
        margin: 150px 30px 0 30px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        #track-list .controls > span  {
            display: block;
            width: 26px;
            height: 25px;
            margin-bottom: 12px;
            background-image: url("images/player.png");
            cursor: pointer;
        }

        #track-list .controls .prev {
            background-position: -167px 0;
        }

        #track-list .controls .next {
            background-position: -71px 0;
        }

        #track-list .controls .play {
            background-position: -35px 0;
        }

        #track-list .controls .stop {
            background-position: -142px 0;
        }

    #track-list .playlist {
        width: 400px;

        background: #e0dcdd;
        border-left: 3px solid #503b38;
        text-align: left;
    }

        #track-list .playlist h5 {
            font: 1.8em 'bankir-retro';
            margin: 12px 0 12px 12px;
        }

        #track-list .playlist ul {
            list-style: none;
        }

            #track-list .playlist li {
                padding: 5px 12px;
                cursor: pointer;
            }

                #track-list .playlist li.current,  #track-list .playlist li:hover {
                    background: #a48377;
                }

                #track-list .playlist li span {
                    display: inline-block;
                    width: 20px;
                }

#comments {

}

    #comments > div {
        display: table-cell;
        vertical-align: top;
    }

    #comments .comments {
        width: 800px;
    }

        #comments .comments > div {
            margin-bottom: 24px;
        }

            #comments .comments > div p {
                margin-right: 24px;
                margin-bottom: 8px;
            }

                #comments .comments > div p.date {

                }

                #comments .comments > div p.name {
                    font-style: italic;
                }

                    #comments .comments > div p.name span {
                        font: 2.4em 'bankir-retro';
                        font-style: normal;
                    }

    #comments .form {
        position: relative;
        width: 385px;
        padding: 0 0 55px 15px;
        background: #e0dcdd;
        border-left: 3px solid #503b38;
    }

        #comments .form h5 {
            font: 1.8em 'bankir-retro';
            margin: 12px 0 8px 0;
        }

        #comments .form p.a {
            margin-right: 24px;
            font-size: 0.8em;
            margin-bottom: 12px;
        }

        #comments .form p.b {
            margin-right: 24px;
            font-size: 0.7em;
            font-style: italic;
            margin-bottom: 20px;
        }

        #comments .form label {
            font: 2em 'bankir-retro';
            color: #326968;
            -margin: 12px 0 12px 12px;
        }

            body.rv #comments .form label {
                color: #1f0400;
            }

        #comments .form input[type="text"], #comments .form textarea {
            display: block;
            width: 350px;
            margin-bottom: 12px;
        }

            #comments .form input[type="text"] {

            }

            #comments .form textarea {
                height: 100px;
            }

        #comments .form .submit {
            position: absolute;
            bottom: 9px;
            right: -21px;
            background: url("images/m70/comment-ribbon.png");
            width: 227px;
            height: 57px;
        }

            body.rv #comments .form .submit {
                background: url("images/rv/comment-ribbon.png");
            }

            #comments .form button {
                font: 1.3em 'bankir-retro';
                background: none;
                border: none;
                position: relative;
                top: 22px;
                left: 53px;
            }


#footer {

}
input[type="text"], textarea {
    font-size: 1.2em;
}

#footer p {
    text-align: center;
}