.window-type-1 > .background {
    position: absolute;
    width: 100%;
    height: 100%;
}

.window-type-1 > .background .frame-header {
    background: url("../img/window/header-big.png") no-repeat;
    position: absolute;
    top: 0;
    width: 257px;
    height: 27px;
    left: 50%;
    margin-left: -128px;
    margin-top: -27px;
}

.window-type-1 > .background .frame-background {
    background: url("../img/window/background.jpg") repeat;
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
}

.window-type-1 > .background .frame-left-top {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/window/frame-left-top.png") no-repeat;
    width: 15px;
    height: 13px;
}

.window-type-1 > .background .frame-left {
    position: absolute;
    top: 12px;
    left: 0;
    bottom: 12px;
    background: url("../img/window/frame-left.jpg") repeat-y;
    width: 10px;
}

.window-type-1 > .background .frame-left-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/window/frame-left-bottom.png") no-repeat;
    width: 15px;
    height: 13px;
}

.window-type-1 > .background .frame-bottom {
    position: absolute;
    left: 14px;
    bottom: 0;
    right: 14px;
    background: url("../img/window/frame-bottom.jpg") repeat-x;
    height: 10px;
}

.window-type-1 > .background .frame-right-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../img/window/frame-right-bottom.png") no-repeat;
    width: 15px;
    height: 13px;
}

.window-type-1 > .background .frame-right {
    position: absolute;
    top: 12px;
    right: 0;
    bottom: 13px;
    background: url("../img/window/frame-right.jpg") repeat-y;
    width: 10px;
}

.window-type-1 > .background .frame-right-top {
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/window/frame-right-top.png") no-repeat;
    width: 15px;
    height: 13px;
}

.window-type-1 > .background .frame-top {
    position: absolute;
    left: 14px;
    top: 0;
    right: 14px;
    background: url("../img/window/frame-top.jpg") repeat-x;
    height: 10px;
}

.window-type-1 > .background .menu-header {
    position: absolute;
    left: 10px;
    top: 8px;
    right: 10px;
    background: url(../img/window/menu-header.png);
    height: 52px;
}

.window-type-1 > .body {
    position: relative;
    width: 100%;
    height: 100%;
}

.window-type-1 > .body > .close {
    background: url(../img/window/close.png);
    width: 35px;
    height: 34px;
    position: absolute;
    top: 17px;
    right: 22px;
    cursor: pointer;
    z-index: 2;
}

.window-type-1 > .body > .close:active {
    background: url(../img/window/close.png) 0 -35px;
}

.window-type-2 > .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.window-type-2 > .background .frame-background {
    background: url("../img/window/background.jpg") repeat;
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
}

.window-type-2 > .background .frame-left-top {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/window/frame2-left-top.png") no-repeat;
    width: 27px;
    height: 25px;
}

.window-type-2 > .background .frame-left {
    position: absolute;
    top: 25px;
    left: 0;
    bottom: 27px;
    background: url("../img/window/frame2-left.jpg") repeat-y;
    width: 34px;
}

.window-type-2 > .background .frame-left-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/window/frame2-left-bottom.png") no-repeat;
    width: 25px;
    height: 27px;
}

.window-type-2 > .background .frame-bottom {
    position: absolute;
    left: 25px;
    bottom: 0;
    right: 25px;
    background: url("../img/window/frame2-bottom.jpg") repeat-x;
    height: 34px;
}

.window-type-2 > .background .frame-right-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../img/window/frame2-right-bottom.png") no-repeat;
    width: 25px;
    height: 27px;
}

.window-type-2 > .background .frame-right {
    position: absolute;
    top: 25px;
    right: 0;
    bottom: 27px;
    background: url("../img/window/frame2-right.jpg") repeat-y;
    width: 34px;
}

.window-type-2 > .background .frame-right-top {
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/window/frame2-right-top.png") no-repeat;
    width: 27px;
    height: 25px;
}

.window-type-2 > .background .frame-top {
    position: absolute;
    left: 27px;
    top: 0;
    right: 27px;
    background: url("../img/window/frame2-top.jpg") repeat-x;
    height: 34px;
}

.window-type-2 > .body {
    position: relative;
    width: 100%;
    height: 100%;
}

.window-type-3 {
    position: absolute;
    background: url(../img/window/wt3/window-bg.png) no-repeat;
    width: 1010px;
    height: 774px;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -354px;
}

.window-type-3 > .close {
    background: url(../img/window/wt3/close.png);
    width: 35px;
    height: 34px;
    position: absolute;
    top: 39px;
    right: 33px;
    cursor: pointer;
}

.window-type-3 > .close:active {
    background-position: 0 -35px;
}

.window-type-3 > .title {
    position: absolute;
    width: 1000px;
    text-align: center;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    top: 19px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -khtml-user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
}

.window-type-3 > .body {
    position: absolute;
    top: 82px;
    left: 10px;
    width: 980px;
    height: 645px;
}

.window-type-3 > .body .interface-window {
    position: absolute;
    width: 420px;
}

.window-type-3 > .body .interface-window > .background {
    position: absolute;
    width: 420px;
    height: 100%;
}

.window-type-3 > .body .interface-window > .background > .header {
    background: url("../img/window/wt3/interface-window-bg-header.png") no-repeat;
    height: 101px;
    width: 420px;
    position: absolute;
    top: 0;
    left: 0;
}

.window-type-3 > .body .interface-window > .background > .body {
    background: url("../img/window/wt3/interface-window-bg-body.png") repeat-y;
    width: 420px;
    position: absolute;
    top: 101px;
    bottom: 76px;
    left: 0;
    right: 0;
}

.window-type-3 > .body .interface-window > .background > .footer {
    background: url("../img/window/wt3/interface-window-bg-footer.png") no-repeat;
    height: 76px;
    width: 420px;
    bottom: 0;
    position: absolute;
    left: 0;
}

.window-type-3 > .body .interface-window > .body {
    position: relative;
    height: 100%;
    width: 100%;
}
