@import 'reset.css';

body {
    line-height:1.6em;
    font-size: 62.5%;
    background: #010101 url(/images/body_bg.gif) repeat-x top left;
    color: #dbdbdb;
    font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0px; /* cellspacing */
}

img {
    border: none;
}

a {
    color: #dbdbdb;
}

.clr {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 0;
    overflow: hidden;
    display: block;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

/* main */
.b-wrap {
    max-width: 1270px;
}

.b-main {
    background: url(/images/main_logo.jpg) no-repeat top left;
    min-height: 664px;
    padding: 0 50px 0 30px;
    position: relative;
}

.b-main-ins {
    background: url(/images/main_logo_ins.jpg) no-repeat top left;
    padding: 0 20px 0 30px;
    position: relative;
    height: 1%;
}

* html .b-main {
    height: 664px;
}

.b-link-main {
    width: 288px;
    height: 154px;
    position: absolute;
    left: 105px;
    top: 13px;
    z-index: 10;
}

.b-link-main img {
    width: 288px;
    height: 154px;
}

.b-half-logo {
    width: 282px;
    height: 65px;
    position: absolute;
    left: 108px;
    top: 106px;
    z-index: 4;
}

.b-auth {
    width: 293px;
    height: 29px;
    background: url(/images/auth_bg.jpg) no-repeat 90px 0;
    text-align: right;
    position: absolute;
    right: 50px;
    top: 0;
    font-size: 1em;
    font-family: 'Trebuchet MS', sans-serif;
    color: #dbdbdb;
    padding-top: 10px;
}

.b-auth a {
    text-decoration: underline;
    color: #dbdbdb;
    padding-left: 10px;
    text-transform: uppercase;
}

.b-auth-hello {
    width: 280px;
    height: 24px;
    background: url(/images/auth_hello.gif) no-repeat top right;
    color: #e7e0c4;
    font-size: 1em;
    padding: 5px 10px 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.b-auth-hello a {
    color: #e7e0c4;
    text-decoration: underline;
    font-size: 10px;
    padding: 0;
}

/* inside box */
.b-inside-box {
    background: #262626;
    position: relative;
    height: 1%;
}

.h-inside-box {
    padding: 10px 10px 20px 80px;
}

.b-inside-left {
    float: left;
    width: 280px;
    position: relative;
}

.b-inside-right {
    height: 1%;
    margin-left: 310px;
}

.b-inside-path-info {
    margin-left: 310px;
    margin-bottom: 50px;
}

/* path */
.b-path-block {
    float: left;
    width: 55%;
}

.b-path {
    font-size: 2.1em;
    color: #e8e0c4;
    text-transform: uppercase;
    height: 28px;
    display: table;
}

.b-path a {
    color: #e8e0c4;
    text-decoration: none;
}

.h-path {
    padding: 5px 0 0 0;
}

* html .h-path {
    padding: 0;
}

/* select type */
.b-select-type {
    width: 239px;
    height: 34px;
    float: right;
    background: url(/images/select_type_bg.gif) no-repeat top right;
}

.b-select-type-btn {
    float: right;
}

.b-select-type-btn img{
    cursor: pointer;
}

.h-select-type {
    padding: 5px;
}

.b-type-input {
    background: #ffffff;
    color: #000000;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 4px;
    width: 192px;
    margin-top: 1px;
    height: 17px;
    overflow: hidden;
}

.b-select-box {
    width: 200px;
    height: 205px;
    overflow: auto;
    position: absolute;
    right: 44px;
    top: 40px;
    background: #dcdcdc;
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    display:none;
    z-index: 33;
}

.b-select-phone-div {
    margin-bottom: 20px;
    position: relative;
    z-index: 4;
}

.b-select-phone-box {
    width: 205px;
    height: 205px;
    overflow: auto;
    position: absolute;
    margin-left: 20px;
    top: 73px;
    background: #dcdcdc;
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    display: none;
    z-index: 99;
}

* html .b-select-phone-box {
    top: 75px;
}

*+html .b-select-phone-box {
    top: 75px;
}

.b-select-resolution-box {
    width: 81px;
    height: 105px;
    overflow: auto;
    position: absolute;
    margin-left: 20px;
    top: 116px;
    background: #dcdcdc;
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    display: none;
    z-index: 98;
}

* html .b-select-resolution-box {
    top: 118px;
}

*+html .b-select-resolution-box {
    top: 118px;
}

.b-select-box li {
    padding-bottom: 5px;
}

.h-select-box {
    padding: 10px;
}

.b-select-box a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.b-select-phone-box li {
    padding-bottom: 5px;
}

.b-select-phone-box {
    padding: 10px;
}

.b-select-phone-box a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.b-select-resolution-box li {
    padding-bottom: 5px;
}

.b-select-resolution-box {
    padding: 10px;
}

.b-select-resolution-box a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

/* select phone */
.b-select-phone-form {
    margin-top: 25px;
    padding-left: 15px;
}

.b-select-phone {
    height: 27px;
}

.b-select-another-phone {
    color: #e7e0c3;
    font-size: 1.3em;
    text-decoration: underline;
    padding-left: 15px;
    margin-top: 10px;
    display: block;
    cursor: pointer;
}

.b-select-resolution {
    height: 27px;
}

.b-select-phone-block {
    margin-bottom: 10px;
    height: 1%;
}

.b-select-resolution-block {
    width: 140px;
}

.h-select-phone {
    padding: 1px 0 0 0;
}

.b-phone-model-input {
    background: #ffffff;
    color: #000000;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 4px;
    width: 218px;
    margin-top: 1px;
}

.b-phone-resolution-input {
    background: #ffffff;
    color: #000000;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 4px;
    width: 93px;
    margin-top: 1px;
}

.b-select-button {
    float: right;
    padding-top: 7px;
}

/* inside left side */
.b-inside-left h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    background: url(/images/header_corner.gif) no-repeat top left;
    padding-left: 15px;
    line-height: 20px;
}

.b-inside-left h3 {
    color: #d9d5ba;
    font-size: 18px;
    font-weight: normal;
    background: url(/images/header_corner.gif) no-repeat top left;
    padding-left: 15px;
    line-height: 20px;
}

.b-inside-left h4 {
    color: #e88c0d;
    font-size: 22px;
    font-weight: normal;
    padding-left: 15px;
    line-height: 20px;
    margin-top: 5px;
}

.b-melody-list {
    padding-top: 25px;
    font-size: 1.3em;
    color: #beafaf;
}

.b-melody-list ol {
    list-style: decimal;
    margin-left: 38px;
}

.b-melody-list li {
    padding-bottom: 8px;
}

.b-melody-list a {
    text-decoration: underline;
    color: #beafaf;
}

.b-melody-list a:hover {
    color: #cc7619;
}

.b-melody-list-related {
    padding-top: 25px;
    margin-bottom: 25px;
}

.b-melody-list-related li.related_item {
    border: 1px dashed #848585;
    border-width: 0 0 1px 0;
}

.b-melody-list-related li.no_border {
    border: none;
}

.b-pic-list-related {
    padding-top: 25px;
    margin-bottom: 25px;
    padding-left: 15px;
    z-index: 2;
}

.b-pic-list-related li.related_item {
    padding-bottom: 10px;
    height: 1%;
}

.b-pic-list-related li.last {
    padding-bottom: 0;
}

.b-related-pic {
    height: 62px;
    overflow: hidden;
    float: left;
}

.b-related-pic img {
    margin-top: -50px;
    width: 153px;
}

.b-related-pic-info {
    margin-left: 165px;

}

/* melody list */
.b-melody-list-all {
    padding-bottom: 15px;
}

.b-melody-list-all table {
    width: 100%;
}

.b-melody-list-all td {
    width: 49%;
    border: 1px dashed #848585;
    border-width: 0 0 1px 0;
}

.b-melody-item-anons {
    background: url(/images/music_ico.gif) no-repeat top left;
    padding: 10px 10px 10px 65px;
    height: 1%;
}

.b-melody-list-all td.border_left {
    border: 1px dashed #848585;
    border-width: 0 0 1px 1px;
}

.b-melody-list-all td.no_bottom_left {
    border: none;
}

.b-melody-list-all td.no_bottom_right {
    border: 1px dashed #848585;
    border-width: 0 0 0 1px;
}

.b-melody-item-name {
    font-size: 1.3em;
    color: #b7b7b7;
    padding-bottom: 5px;
}

.b-melody-item-name a {
    text-decoration: none;
    color: #b7b7b7;
}

/* inside right side */
.b-inside-right h2 {
    color: #d1851f;
    font-size: 24px;
    font-weight: normal;
    background: url(/images/header_corner.gif) no-repeat top left;
    padding-left: 15px;
    line-height: 20px;
}

.h-inside-right {
    padding: 25px 0 0 15px;
}

/* menu */
.b-menu {
    font-size: 1.4em;
    color: #dbdbdb;
    text-transform: uppercase;
    margin-left: 412px;
    padding-top: 55px;
    font-family: 'Trebuchet MS', sans-serif;
    padding-bottom: 35px;
    font-weight: bold;
}

/*.b-menu a.b-menu-melody:hover {
    color: #ffffff;
    text-decoration: none;
    background: url(/images/melody_hover.gif) no-repeat top left;
}*/

.b-menu li {
    float: left;
    margin-right: 0px;
}

.b-menu li a {
    color: #dbdbdb;
    text-decoration: underline;
    padding: 5px 12px 7px 10px;
}

#menu-melody {
    display: none;
    position: absolute;
    z-index: 22;
    margin: -32px 0 0 0;
    padding: 6px 0 0 10px;
    width: 109px;
    height: 94px;
    background: url(/images/sub_menu.gif) no-repeat top left;
}

#menu-melody span {
    font-size: 1.4em;
    color: #ffffff;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bold;
    cursor: default;
}

#menu-melody a {
    font-size: 1.3em;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding-left: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}

#menu-melody a:hover {
    background: url(/images/sub_menu_bullet.gif) no-repeat center left;
}

#menu-image {
    display: none;
    position: absolute;
    z-index: 22;
    margin: -32px 0 0 0;
    padding: 6px 0 0 10px;
    width: 109px;
    height: 94px;
    background: url(/images/sub_menu.gif) no-repeat top left;
}

#menu-image span {
    font-size: 14px!important;
    color: #ffffff;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bold;
}

#menu-image span a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px!important;
    padding-left: 0;
    background: none;
}

#menu-image span a:hover {
    padding-left: 0;
    background: none;
}

#menu-image a {
    font-size: 1.3em;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding-left: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}

#menu-image a:hover {
    background: url(/images/sub_menu_bullet.gif) no-repeat center left;
}

.b-menu li a:hover {
    color: #14b7b7;
    text-decoration: underline;
}

.b-menu li a.active {
    color: #14b7b7;
    text-decoration: underline;
}

/* anons */
.b-music-anons {
    background: #000000;
    margin-left: 402px;
    margin-bottom: 15px;
}

.b-pic-anons {
    background: #000000;
    margin-left: 248px;
    margin-bottom: 15px;
}

.b-pic-anons dt {
    width: 156px;
    float: left;
}

.b-pic-anons dd {
    margin-left: 162px;
    min-height: 220px;
}

* html .b-pic-anons dd {
    margin-left: 152px;
    height: 220px;
}

.b-music-anons dt {
    width: 151px;
    float: left;
}

.b-music-anons dd {
    margin-left: 190px;
    min-height: 200px;
}

* html .b-music-anons dd {
    height: 200px;
}

.b-anons-list {

}

.h-anons {
    padding: 20px 25px 0px 10px;
    height: 1%;
    position: relative;
}

.h-anons-pic {
    padding: 20px 15px 0px 10px;
    height: 1%;
    position: relative;
}

.h-anons-nav {
    padding: 0px 20px 20px 10px;
    height: 1%;
}

.b-music-best {
    width: 151px;
    float: left;
    position: absolute;
    top: 60px;
    left: 13px;
}

.b-pic-best {
    width: 153px;
    float: left;
    position: absolute;
    top: 60px;
    left: 12px;
}

.b-pic-best span {
    display: block;
}

.b-music-best span {
    display: block;
}

.b-pic-best-pic {
    margin-bottom: 10px;
}

.b-pic-best-pic img {
    width: 153px;
}

.b-music-best-pic {
    margin-bottom: 10px;
}

.b-music-name {
    font-size: 1.3em;
    color: #beafaf;
    font-weight: bold;
    margin-bottom: 5px;
    height: 35px;
    overflow: hidden;
}

.b-pic-name {
    font-size: 1.2em;
    color: #beafaf;
    font-weight: bold;
    margin-bottom: 5px;
}

.b-pic-name-item {
    font-size: 1.3em;
    color: #b7b7b7;
    padding-bottom: 5px;
}

.b-pic-name-item a {
    color: #b7b7b7;
    text-decoration: none;
}

.b-music-name a {
    text-decoration: none;
    color: #beafaf;
}

.b-pic-name a {
    text-decoration: none;
    color: #beafaf;
}

.b-anons-rating {
    display: block;
}

.b-anons-rating span.code {
    float: right;
    font-size: 1.8em;
    color: #ababab;
    font-weight: normal;
}

.b-anons-rating span.code_sm {
    float: right;
    font-size: 1.3em;
    color: #ababab;
    font-weight: bold;
}

.b-music-anons-list {

}

.b-music-anons-list li {

}

.b-music-anons-item {
    border: 1px solid #525251;
    border-width: 0 0 1px 0;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.b-music-anons-list-title {
    color: #bababa;
    font-size: 1.3em;
    float: left;
    width: 45%;
    padding-right: 5px;
}

.b-music-anons-list-title a {
    color: #bababa;
    text-decoration: none;
    font-weight: bold;
}

.b-music-anons-list-stars {
    width: 72px;
    float: left;
}

.b-music-anons-list-rating {
    float: right;
    font-size: 1.3em;
    color: #ababab;
    font-weight: bold;
    text-align: right;
}

.b-pic-anons-pic-main {
    margin-bottom: 10px;
    height: 62px;
    overflow: hidden;
}

.b-pic-anons-pic-main img {
    width: 153px;
}

.b-pic-anons-pic {
    margin-bottom: 10px;
    height: 153px;
    overflow: hidden;
}

.b-pic-anons-pic img {
    width: 153px;
}

.b-pic-anons-list li.pic_item {
    float: left;
    width: 153px;
    margin-bottom: 15px;
    margin-left: 1%;
}

.b-pic-list li.b-pic-item {
    float: left;
    width: 153px;
    margin-bottom: 15px;
    margin-right: 1%;
}

/* melody item */
.b-melody-item {

}

.b-melody-item-info {
    padding-left: 135px;
    background: url(/images/melody_big_ico.gif) no-repeat top left;
    height: 1%;
}

.b-melody-item-code {
    font-size: 1.8em;
    color: #ababab;
    font-weight: normal;
    margin-bottom: 10px;
}

.b-melody-item-stars {
    margin-bottom: 37px;
}

/* pic item */
.b-pic-item {
    height: 1%;
    overflow: hidden;
}

.b-pic-item-info {
    margin-left: 180px;
    height: 1%;
}

.b-pic-item-code {
    font-size: 1.8em;
    color: #ababab;
    font-weight: normal;
    margin-bottom: 10px;
}

.b-pic-item-stars {

}

.b-pic-item-pic {
    float: left;
}

.b-pic-item-pic img {
    width: 153px;
}

/* rule */
.b-rule {
    margin-top: 45px;
}

.b-rule h3 {
    font-size: 1.4em;
    color: #eab61b;
    margin-bottom: 15px;
}

.b-rule p {
    font-size: 1.3em;
    color: #ababab;
}

.b-rule-attention {
    color: #d67f22;
    margin-top: 15px;
}

.b-rule-attention p {
    color: #d67f22;
}

/* navigation */
.b-nav {
    height: 18px;
    background: #141413;
}

.b-nav-ins {
    height: 18px;
    background: #333231;
}

.b-nav a {
    float: right;
    display: block;
    color: #827f7d;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: underline;
}

.b-nav-ins a {
    float: right;
    display: block;
    color: #827f7d;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: underline;
}

.b-nav a.b-nav-page-next {
    padding-right: 10px;
}

.b-nav a.b-nav-page-all {
    padding-left: 10px;
}

.b-nav a.b-nav-page {
    color: #827f7d;
    font-size: 12px;
    text-decoration: none;
    width: 17px;
    height: 17px;
    text-align: center;
    margin: 0 2px;
}

.b-nav a.b-nav-page:hover {
    background: url(/images/page_nav_bg.gif) no-repeat top left;
}

.b-nav a.b-nav-page-active {
    color: #827f7d;
    font-size: 12px;
    text-decoration: none;
    width: 17px;
    height: 17px;
    text-align: center;
    background: url(/images/page_nav_bg.gif) no-repeat top left;
    margin: 0 3px;
}

.b-nav-ins a.b-nav-page-next {
    padding-right: 10px;
}

.b-nav-ins a.b-nav-page-all {
    padding-left: 10px;
}

.b-nav-ins a.b-nav-page {
    color: #827f7d;
    font-size: 12px;
    text-decoration: none;
    width: 17px;
    height: 17px;
    text-align: center;
    margin: 0 2px;
}

.b-nav-ins a.b-nav-page:hover {
    background: url(/images/page_nav_ins_bg.gif) no-repeat top left;
}

.b-nav-ins a.b-nav-page-active {
    color: #827f7d;
    font-size: 12px;
    text-decoration: none;
    width: 17px;
    height: 17px;
    text-align: center;
    background: url(/images/page_nav_ins_bg.gif) no-repeat top left;
    margin: 0 3px;
}

/* join */
.b-join {

}

.b-join-text {
    color: #BDBDBD;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.b-join-field {
    color: #e9e2c8;
    font-size: 1.3em;
    width: 155px;
    text-align: right;
    padding-bottom: 10px;
    vertical-align: top;
    padding-top: 3px;
}

.b-join-input {
    padding-left: 10px;
    padding-bottom: 10px;
}

.b-join-input-btn {
    padding-left: 225px;
    padding-bottom: 10px;
}

.b-join-input-btn-sm {
    padding-left: 15px;
    padding-bottom: 10px;
}

.join_small_input {
    width: 155px;
    border: 1px solid #474747;
}

.join_input {
    width: 415px;
    border: 1px solid #474747;
    color: #000000;
}

.b-join-rule {
    color: #bebebe;
    font-size: 1.2em;
    padding-left: 10px;
}

a.b-join-reminder {
    padding-left: 15px;
    font-size: 1.2em;
    color: #B7B7B7;
    vertical-align: 6px;
}

/* faq */
.b-faq-item {
    padding: 10px 0 0 0;
    margin-left: 15px;
    margin-bottom: 20px;
    font-size: 1.2em;
    color: #bdbdbd;
    border: 1px dashed #bdbdbd;
    border-width: 0 0 1px 0;
}

.b-faq-item p {
    padding-bottom: 10px;
}

/* footer */
.b-footer {
    color: #727272;
    font-size: 1em;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 20px;
}

.b-copyright {
    width: 318px;
    text-align: center;
    margin-left: 30px;
}

.b-banner {
    float: right;
    width: 468px;
    height: 60px;
    padding-right: 20px;
    overflow: hidden;
}

.b-footer a {
    color: #727272;
    text-decoration: underline;
}

/* error */
.error_msg {
    font-size: 1.2em;
    color: #e33539;
    margin-top: 5px;
    margin-bottom: 5px;
}

.b-error-404 {
    font-size: 1.2em;
    color: #BDBDBD;
    margin-left:15px;
    margin-top: 20px;
    min-height: 300px;
    _height: 300px;
}

/* corners */
.t {background: #141413 url(/images/dot.gif) 0 0 repeat-x;}
.b {background: url(/images/dot.gif) 0 100% repeat-x}
.l {background: url(/images/dot.gif) 0 0 repeat-y}
.r {background: url(/images/dot.gif) 100% 0 repeat-y}
.bl {background: url(/images/bl.gif) 0 100% no-repeat}
.br {background: url(/images/br.gif) 100% 100% no-repeat}
.tl {background: url(/images/tl.gif) 0 0 no-repeat}
.tr {background: url(/images/tr.gif) 100% 0 no-repeat; padding: 3px 5px;}

.ti {background: #333231 url(/images/dot.gif) 0 0 repeat-x;}
.bli {background: url(/images/bli.gif) 0 100% no-repeat}
.bri {background: url(/images/bri.gif) 100% 100% no-repeat}
.tli {background: url(/images/tli.gif) 0 0 no-repeat}
.tri {background: url(/images/tri.gif) 100% 0 no-repeat; padding: 3px 5px;}

.bbl {background: url(/images/bbl.gif) 0 100% no-repeat}
.bbr {background: url(/images/bbr.gif) 100% 100% no-repeat}
.btl {background: url(/images/btl.gif) 0 0 no-repeat}
.btr {background: url(/images/btr.gif) 100% 0 no-repeat;}

.bbld {background: url(/images/bbld.gif) 0 100% no-repeat}
.bbrd {background: url(/images/bbrd.gif) 100% 100% no-repeat}
.btld {background: url(/images/btld.gif) 0 0 no-repeat}
.btrd {background: url(/images/btrd.gif) 100% 0 no-repeat;}

.bbli {background: url(/images/bbli.gif) 0 100% no-repeat}
.bbri {background: url(/images/bbri.gif) 100% 100% no-repeat}
.btli {background: url(/images/btli.gif) 0 0 no-repeat}
.btri {background: url(/images/btri.gif) 100% 0 no-repeat;}

.tp {background: #000000 url(/images/dot.gif) 0 0 repeat-x;}
.bp {background: url(/images/dot.gif) 0 100% repeat-x}
.lp {background: url(/images/dot.gif) 0 0 repeat-y}
.rp {background: url(/images/dot.gif) 100% 0 repeat-y}
.blp {background: url(/images/blp.gif) 0 100% no-repeat}
.brp {background: url(/images/brp.gif) 100% 100% no-repeat}
.tlp {background: url(/images/tlp.gif) 0 0 no-repeat}
.trp {background: url(/images/trp.gif) 100% 0 no-repeat; padding: 3px 5px;}

