body.historyPage {
    min-width: 1200px;
    overflow-x: auto;
}

.historyPage #site {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
}

.historyPage #footer {
    position: absolute;
}

#footerInnerHistory {
    padding: 39px 0;
    width: 1060px;
    margin: 0 auto;
}

#historyDetail {
    bottom: 0;
    background: url(../img/history/bg-infodetails.png);
    position: absolute;
    width: 100%;
    color: #00263a;
}

#hdInner {
    width: 1066px;
    margin: 0 auto;
    position: relative;
    min-height: 116px;
}

#hdInner h1 {
    color: #003e5e;
    font-size: 62px;
    font-weight: bold;
    font-family: "Times New Roman",serif;
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 100%;
}

#hdInner h1 span {
    display: block;
}

#hdInner h1 .extra {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    line-height: 110%;
    right: 0;
}

#hdInner .text {
    width: 666px;
    padding: 20px 0 24px 276px;
    min-height: 30px;
}

#hdInner #posMark {
    position: absolute;
    right: 5px;
    top: 19px;
    color: #a9bfca;
}

.historyArrows {
    position: absolute;
    top: 50%;
    margin: -18px 0 0 0;
    z-index: 2;
    height: 37px;
    width: 37px;
    outline: none;
}

.historyArrows.disabled {
    opacity: .5;
}

#historyPrev {
    background: url(../img/history/img-prev.png);
    left: -40px;
}

#historyNext {
    background: url(../img/history/img-next.png);
    right: -50px;
}

.chapter {
    background: #175e87;
    color: #83a7ba;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Times New Roman", serif;
    padding: 4px 11px;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    margin: 0 3px 0 0;
}

#chapter1 {
    width: 316px;
    margin-left: 4px;
}

#chapter2 {
    width: 220px;
}

#chapter3 {
    width: 220px;
}

#chapter4 {
    width: 190px;
    margin-right: 0;
}

.chapter.active {
    background: #37affe;
    color: #fff;
}

#graph {
    position: relative;
    background: url(../img/history/bg-graph.png);
    width: 1066px;
    height: 64px;
}

#gPath {
    position: relative;
    height: 64px;
    width: 100%;
}

#gPathInner {
    background: url(../img/history/bg-graph-status.png) no-repeat;
    width: 1062px;
    position: absolute;
    z-index: 1;
    left: 2px;
    top: 24px;
    height: 13px;
}

.historyPoint {
    position: absolute;
    background: url(../img/history/img-hp.png);
    width: 16px;
    height: 20px;
    top: 50%;
    margin: -12px 0 0 0;
    cursor: pointer;
    z-index: 2;
}

.historyPoint.active {
    background: url(../img/history/img-hp-active.png);
    width: 36px;
    height: 45px;
    top: 50%;
    margin: -28px 0 0 -10px;
}

/*
#gBegin {
    width: 7px;
    height: 64px;
    float: left;
    background: url(../img/history/bg-graph.png) 0 0;
}*/
