
#wrapper {
    flex-direction: column;
}

h4 {
    text-shadow: 1px 1px #111;
}

#main_frame {
    border-collapse: collapse;
}

#main_frame > td {
    margin: 0;
    padding: 0;
    border: none;
}

#content {
    width: 900px;
}

.top_info {
    color: white;
    display: block;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 0;
    width: 90%;
}

.language,
.language a {
    font-size: 12px;
    color: #d0c394;
    text-shadow: 2px 2px #000;
}

.language .selected {
    text-decoration: underline;
}

#phone_list {
    position: absolute;
    margin-left: 430px;
}

#cards {
    position: relative;
    margin-left: 300px;
    top: 52px;
}



#index {
    color: #aaa;
    padding: 0;
}


#index_info {
    color: #fff;
    font-style: italic;
    font-size: 18px;
    text-align: justify;
    padding: 20px;
    font-family: "Bookman Old Style";
}

#index_menu_header {
    font-size: 20px;
    border-radius: 15px 15px 0 0;
    box-shadow: 4px 2px 2px #111;
    border: 1px #48280e solid;
    padding: 10px;
    font-weight: bold;
    color: #111;
    background-color: rgb(163, 132, 104);
    text-shadow: 1px 1px #ccc;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

#index ul {
    /*background-color: #3c19019c;*/
    /*background-color: #3c1901c7;*/
    background-color: #401e06;
    width: 100%;
    /*margin-right: 2px;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*box-shadow: 4px 2px 2px #111;*/
    /*list-style-type: none;*/
    /*background: url('/images/bg.jpg');*/
    /*border: 1px #48280e solid;*/
    /*border-top: none;*/
}

#index li {
    min-height: 50px;
    font-size: 20px;
    margin-right: 10px;
    border-bottom: 1px #48280e solid;
    background-image: url('/images/arrow.png');
    background-repeat: no-repeat;
    background-position: center right;
}

#index li a {
    display: block;
    padding: 10px 20px 10px 10px;
}

#index .menu_long a {
    padding-top: 0;
}

#index_menu {
    vertical-align: top;
    margin-right: 2px;
    width: 100%;
}

#index_menu ul {
    margin: 0;
    padding: 0;
    box-shadow: 4px 2px 2px #02020294;
    list-style-type: none;
    border: 1px #48280e solid;
    border-top: none;
    box-sizing: border-box;
}

#index_menu .header {
    border-radius: 15px 0 0 0;
    box-shadow: 4px 2px 2px #111;
    border: 1px #48280e solid;
    padding: 10px;
    margin: 0;
    font-weight: bold;
    color: #111;
    background-color: rgb(163, 132, 104);
    text-shadow: 1px 1px #ccc;
    text-align: center;
}

#index_menu .header a {
    color: #d0c394;
    text-shadow: 2px 2px #000;
}

#index_menu li {
    /*padding: 14px 20px 14px 10px;*/
    margin-right: 0;
    border-bottom: 1px solid #734928;
    background-image: url('/images/arrow.png');
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

#index_menu li:last-child {
    border-bottom: none;
}

#index_menu li a {
    color: #f5ebe4;
    font-weight: normal;
    text-decoration: none;
}

#index_menu li:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

#vip {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

#vip_main_frame {
    width: 100%;
}

#vip_phone {
    float: right;
    margin-top: 15px;
    margin-right: 5px;
    color: #fff;
}

#vip_left_menu {
    vertical-align: top;
    width: 320px;
    max-height: 503px;
    background: url('/images/bg.jpg');
    background-attachment: fixed;
    box-shadow: 4px 2px 2px #111;
    border: 1px #48280e solid;
    border-top: none;
}

#vip_left_menu ul {
    height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#vip_left_menu_header {
    height: 35px;
    font-size: 20px;
    border-radius: 15px 0 0 0;
    box-shadow: 4px 2px 2px #111;
    border: 1px #48280e solid;
    padding: 10px 10px 0 10px;
    font-weight: bold;
    color: #111;
    background-color: rgb(163, 132, 104);
    text-shadow: 1px 1px #ccc;
    text-align: center;
}

#vip_left_menu_header a {
    color: #d0c394;
    text-shadow: 2px 2px #000;
}

#vip_left_menu li {
    padding: 0;
    margin-right: 10px;
    border-bottom: 1px #48280e solid;
    background-image: url('/images/arrow.png');
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

#vip_left_menu li:last-child {
    border-bottom: none;
}

#vip_left_menu li a {
    height: 37px;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 18px;
    padding-bottom: 0;
    color: #d7d2ce;
    font-weight: normal;
    text-decoration: none;
    display: block;
    width: 100%;
}

#vip .menu_long a {
    padding-top: 7px;
    height: 50px;
}

#vip_left_menu li:hover {
    background-color: rgba(255, 255, 255, 0.15);
    cursor: pointer;
}

#selected {
    padding-top: 0;
    background-color: rgba(255, 255, 255, 0.15);
}

#selected a {
    color: #d0c394;
    text-shadow: 2px 2px #000;
}

#vip_content,
#vip_content table {
    vertical-align: top;
    font-size: 14px;
    color: #d7d2ce;
}

#vip .vip_long {
    padding-top: 1px;
    margin-top: 0;
    height: 43px;
}

#vip_information {
    vertical-align: top;
    text-align: justify;
    line-height: 20px;
}

#vip_information li {
    list-style: square;
}

#vip_information h1 {
    display: block;
    height: 31px;
    font-size: 20px;
    font-weight: normal;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px 15px 0px 0px;
    box-shadow: 4px 2px 2px #111;
    border: 1px #48280e solid;
    color: #d0c394;
    background-image: url('/images/leftmenu_header_bg.jpg');
    padding: 13px 0px 0px 10px;
    text-shadow: 2px 2px #000;
}

#vip_information_content {
    display: block;
    background-color: #674326;
    box-shadow: 4px 2px 2px #111;
    background: url('/images/bg.jpg');
    height: 484px;
    padding: 10px;
    border: 1px #48280e solid;
    border-top: none;
}

.price {
    margin-top: 35px;
    border-collapse: collapse;
    box-shadow: 4px 4px 4px #111;
    background-color: rgb(219, 201, 187);
}

.price td {
    border: 1px rgb(132, 72, 22) solid;
    color: rgb(103, 90, 81);
    text-shadow: 1px 1px #ccc;
    font-weight: bold;
}

.price tr:nth-child(even) {
    background-color: rgb(219, 201, 187);
}

.price tr:nth-child(odd) {
    background-color: rgb(218, 187, 159);
}

.price tr:first-child {
    background-color: rgb(163, 132, 104);
    text-shadow: 1px 1px #ccc;
}

.price tr:first-child td {
    color: #111 !important;
}

.info {
    color: #d7d2ce;
    background-image: url('/images/info.png');
    background-repeat: no-repeat;
    background-position: 17px 2px;
    padding-left: 40px;
    display: block;
}

.subinfo_additional {
    color: white !important;
    font-size: 16px;
    padding-left: 15px;
}

#vip_bar {
    width: 900px;
    position: absolute;
    text-align: center;
    background-image: url('/images/bar_bg.png');
    background-repeat: repeat-x;
    background-position: top;
}

#vip_bar img {
    clear: both;
    position: absolute;
    margin-left: 122px;
    margin-top: 13px;
}

#vip_bar td {
    text-align: left;
}

#vip_bar td:first-child img {
    margin-top: 5px;
}

#vip_bar p {
    color: #fff;
    width: 300px;
    text-align: center;
    margin-top: 80px;
}




#vip_scroll {
    width: 550px;
    clear: both;
    margin: 0px 0 10px;
    color: #fff;
}

#vip_scroll .viewport {
    width: 520px;
    height: 470px;
    overflow: hidden;
    position: relative;
}

#vip_scroll .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#vip_scroll .thumb .end,
#vip_scroll .thumb {
    background-color: #003D5D;
}

#vip_scroll .scrollbar {
    position: relative;
    float: right;
    width: 15px;
}

#vip_scroll .track {
    background-color: #D8EEFD;
    height: 100%;
    width: 13px;
    position: relative;
    padding: 0 1px;
}

#vip_scroll .thumb {
    height: 20px;
    width: 13px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}

#vip_scroll .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 13px;
}

#vip_scroll .disable {
    display: none;
}


#index_info .body_404 {
    color: #aba8a8;
}

.button-vip {
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: .5em 2em;
    outline: none;
    border-width: 2px 0;
    border-style: solid none;
    border-color: #FDBE33 #000 #D77206;
    border-radius: 6px;
    background: linear-gradient(#F3AE0F, #E38916) #E38916;
    transition: 0.2s;
}
.button-vip:hover { background: linear-gradient(#f5ae00, #f59500) #f5ae00; }
.button-vip:active { background: linear-gradient(#f59500, #f5ae00) #f59500; }