@font-face {
    font-family: "friz";
    src: url('../fonts/friz.ttf');	
}
body {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
::-webkit-scrollbar-track {
    background: url('../images/scroll_bg.png') no-repeat top center;
    width: 20px;
    height:auto !important;
    background-size:100% 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    -khtml-background-size: 100%;
    -moz-background-size: 100% 100%;
}
::-webkit-scrollbar {
    width: 12px;
    margin: auto;
}
::-webkit-scrollbar-thumb {
    background: url('../images/scroll_progress.png') no-repeat top center;
    margin: auto;
    width: 12px;
    min-height: 75px;
    height:auto !important;
    background-size:100% 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    -khtml-background-size: 100%;
    -moz-background-size: 100% 100%;
}


.box {
    background-color: #000;
    width: 258px;
    margin: auto;
}

.box .box_content {
    background: url('../images/box_content.png') repeat-y  top center;
    width: 258px;
    height: auto;
    padding-bottom: 18px;
    background-size:100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    -khtml-background-size: 100%;
    -moz-background-size: 100% 100%;
}
.box .box_content .buttons {
    list-style: none;
    margin: 0px auto;
    padding: 15px 0px 10px 12px;
    width: 262px;
}
.box .box_content .buttons li {
    display: inline-block;
    background: url('../images/button.png') no-repeat;
    font-family: friz;
    font-size: 12px;
    text-align: center;
    color: #9b9b9b;
    width: 75px;
    line-height: 24px;
    cursor: pointer;
}
.box .box_content .buttons li.active {
    background: url('../images/button_active.png') no-repeat;
    color: #f4b600;
}
.box .box_content .list-p {
    margin-left: 13px;
    list-style: none;
    padding: 0px;
}
.box .box_content .list-p td {
    background: url('../images/model_event.png') no-repeat top center;
    width: 226px;
    line-height: 31px;
    margin: 5px 0px 0px 0px;
}
.box .box_content .list-p td i {
    color: #9b9b9b;
    cursor: pointer;
    margin: 7px 5px 0px 7px;
    margin-left: 10px;
}
.box .box_content .list-p td p {
    font-family: friz;
    color: #9b9b9b;
    font-size: 12.2px;
    display: inline-block;
    margin: 0px;
    position: relative;
    top: -3px;
}
.box .box_content .list-p td span {
    font-family: friz;
    color: #9b9b9b;
    font-size: 11px;
    float: right;
    margin: 0px 8px 0px 0px;
    position: relative;
}