﻿body
{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #999999;
    font-family: Arial;
}
a
{
    text-decoration: none;
    color: #999999;
}
.panel-box-main
{
    width: 100%;
    background: #E8E8E8;
    float: left;
}
.panel-box-page
{
    width: 100%;
    float: left;
}
.panel-box-page-left
{
    width: 15%;
    float: left;
}
.panel-box-page-right
{
    width: 84%;
    float: right;
}
.panel-box-page iframe
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}
.panel-box-top
{
    height: 115px;
    border-bottom: 1px solid #D0D0D0;
    background: #ffffff;
}
.panel-box-top-main
{
    width: 95%;
    margin: 0 auto;
}
.panel-box-top-main-tools
{
    height: 47px;
    border-bottom: 1px solid #E6E6E6;
}

.panel-box-top-logo
{
    height: 47px;
    float: left;
}
.panel-box-top-logo img
{
    height: 41px;
    margin-top: 1px;
}
.panel-box-store-logo
{
    position: absolute;
    z-index: 999;
    right:0px;
    top:10px;
}
.panel-box-store-logo img
{
    margin-top:0px;
    width: 78px;
    height: 78px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.panel-box-top-version
{
    height: 47px;
    float: left;
    margin-left: 100px;
}
.panel-box-top-version-item
{
    float: left;
    width: 35px;
    margin-right: 5px;
    padding-top: 10px;
    height: 37px;
    text-align: center;
}
.panel-box-top-version .current
{
    border: 1px solid #efefef;
    border-bottom: 0px;
    border-top: 0px;
    background: url(../images/panel/version_bg.png) no-repeat;
}
.panel-box-top-version-item img
{
    width: 25px;
    border: 0px;
}
.panel-box-top-search
{
    margin-left: 20px;
    float: left;
    height: 30px;
    background: url(../images/panel/icon20.png) no-repeat 2% center;
    line-height: 30px;
    color: #999999;
    padding-left: 25px;
    position: relative;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 200px;
    margin-top: 8px;
}
.panel-box-top-search input[type='text']
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    width: 200px;
    height: 30px;
    position: absolute;
    left: 25px;
    background: transparent;
    top: 7px;
}
.panel-box-top-message
{
    width: 25px;
    height: 26px;
    background: url(../images/panel/icon21.png) no-repeat;
    float: right;
    margin-top: 11px;
    position: relative;
    margin-right: 20px;
}
.panel-box-top-out-message
{
    width: 30px;
    height: 26px;
    background: url(../images/panel/notify-s.png) no-repeat;
    float: right;
    margin-top: 11px;
    position: relative;
    margin-right: 20px;
}
.panel-box-top-sp
{
    height: 26px;
    float: right;
    margin-top: 11px;
    position: relative;
    margin-right: 50px;
}
.panel-box-top-message-count
{
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../images/panel/icon22.png) no-repeat;
    left: -9px;
    top: -4px;
    color: White;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}
.panel-box-top-out-message-count
{
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../images/panel/icon22.png) no-repeat;
    left: -10px;
    top: -4px;
    color: White;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}

.panel-box-top-message-count a
{
    color: #ffffff;
}
.panel-box-top-account
{
    height: 26px;
    line-height: 26px;
    width: 120px;
    margin-top: 11px;
    float: right;
    background: url(../images/panel/icon.png) no-repeat right center;
    position: relative;
    color: #A8A8A8;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.panel-box-top-account-menus
{
    width: 160px;
    position: absolute;
    right: 0px;
    top: 36px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #DDDDDD;
    display: none;
}
.panel-box-top-account-myaccount
{
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
    margin: 0 auto;
    border-bottom: 1px solid #DDDDDD;
    background: url(../images/panel/icon23.png) no-repeat left center;
}
.panel-box-top-account-myaccount:hover
{
    border-bottom-color: #007AFF;
    color: #007AFF;
    background-image: url(../images/panel/icon26.png);
}
.panel-box-top-account-setting
{
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
    margin: 0 auto;
    border-bottom: 1px solid #DDDDDD;
    background: url(../images/panel/icon24.png) no-repeat left center;
}
.panel-box-top-account-setting:hover
{
    border-bottom-color: #007AFF;
    color: #007AFF;
    background-image: url(../images/panel/icon27.png);
}
.panel-box-top-account-out
{
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
    margin: 0 auto;
    background: url(../images/panel/icon25.png) no-repeat left center;
}
.panel-box-top-account-out:hover
{
    border-bottom-color: #007AFF;
    color: #007AFF;
    background-image: url(../images/panel/icon29.png);
}
.panel-box-top-main-navigations
{
    width: 800px;
    margin: 0 auto;
    height: 40px;
}
.panel-box-top-main-navigations .menu
{
    float: left;
    height: 26px;
    margin-top: 12px;
    text-align: center;
    padding-top: 27px;
    margin-left: 22px;
    margin-right: 22px;
    position: relative;
}
.panel-box-top-main-navigations .homemenu
{
    background: url(../images/panel/icon_header1_s.png) no-repeat center top;
    color: #27A9E3;
}
.panel-box-top-main-navigations .productsmenu
{
    background: url(../images/panel/icon_header2.png) no-repeat center top;
}
.panel-box-top-main-navigations .orderssmenu
{
    background: url(../images/panel/icon_header3.png) no-repeat center top;
}
.panel-box-top-main-navigations .membersmenu
{
    background: url(../images/panel/icon_header4.png) no-repeat center top;
}
.panel-box-top-main-navigations .shippingsmenu
{
    background: url(../images/panel/icon_header5.png) no-repeat center top;
}
.panel-box-top-main-navigations .statismenu
{
    background: url(../images/panel/icon_header6.png) no-repeat center top;
}
.panel-box-top-main-navigations .settingmenu
{
    background: url(../images/panel/icon_header7.png) no-repeat center top;
}
.panel-box-top-main-navigations .htmlmenu
{
    background: url(../images/panel/icon_header8.png) no-repeat center top;
}
.panel-box-top-main-navigations .servicemenu
{
    background: url(../images/panel/icon_header9.png) no-repeat center top;
}
.panel-box-top-main-navigations .menu .dropmenus
{
    background: url(../images/panel/icon.png) no-repeat right center;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    cursor: pointer;
}
.dropmenus .dropall
{
    position: absolute;
    width: 100%;
    min-width: 160px;
    left: 50%;
    margin-left: -80px;
    top: 28px;
    background: #ffffff;
    z-index: 999;
    border: 1px solid #DDDDDD;
    display: none;
}
.dropall ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.dropall ul li
{
    text-align: left;
    height: 30px;
    line-height: 30px;
    background: url(../images/panel/icon19.png) no-repeat 3px center;
    padding-left: 18px;
}
.dropall ul li:hover
{
    background-image: url(../images/panel/icon18.png);
    background-color: #DDDDDD;
}
.panel-box-center
{
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
}
.panel-box-center iframe
{
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
}
.panel-box-center-stat-box
{
    width: 100%;
    background: white;
    border: 1px solid #E0E0E0;
    height: 120px;
    float: left;
}
.panel-box-center-stat-box .stat-item
{
    width: 24.5%;
    float: left;
    height: 120px;
    border-right: 1px solid #F3F3F3;
}
.panel-box-center-stat-box .stat-item-border
{
    border-right: 1px solid #F3F3F3;
}
.panel-box-center-stat-box .stat-growth
{
    height: 80px;
    line-height: 80px;
    font-size: 50px;
    background: url(../images/panel/icon9.png) no-repeat 25% center;
    text-align: right;
    padding-right: 25%;
    color: #27A9E3;
}
.panel-box-center-stat-box .stat-visitors
{
    height: 80px;
    line-height: 80px;
    font-size: 50px;
    background: url(../images/panel/icon10.png) no-repeat 25% center;
    text-align: right;
    padding-right: 25%;
    color: #27A9E3;
}
.panel-box-center-stat-box .stat-sales
{
    height: 80px;
    line-height: 80px;
    font-size: 50px;
    background: url(../images/panel/icon11.png) no-repeat 25% center;
    text-align: right;
    padding-right: 25%;
    color: #27A9E3;
}
.panel-box-center-stat-box .stat-members
{
    height: 80px;
    line-height: 80px;
    font-size: 50px;
    background: url(../images/panel/icon12.png) no-repeat 25% center;
    text-align: right;
    padding-right: 25%;
    color: #27A9E3;
}
.panel-box-center-stat-box .stat-text
{
    text-align: center;
    color: #27A9E3;
}
.panel-box-center-stat-box .stat-history-text
{
    text-align: center;
    margin-top: 5px;
}
.panel-box-center-stat-center-box
{
    float: left;
    width: 100%;
}
.panel-box-center-stat-center-left
{
    float: left;
    width: 26%;
}
.panel-box-center-stat-center-right
{
    float: right;
    width: 72%;
}
.header-text
{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
}
.panel-website-info-box
{
    background: #ffffff;
    border: 1px solid #F0F0F0;
    height: 200px;
}
.panel-website-info-box-main
{
    width: 92%;
    margin: 0 auto;
    position:relative;
}
.panel-website-info-item
{
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}
.panel-website-info-domain
{
    color: #2CABE4;
}
.panel-website-tools-guide
{
    height: 27px;
    background: url(../images/panel/icon16.png) #57C6F4 no-repeat 10px center;
    line-height: 27px;
    padding-left: 35px;
    margin-top: 20px;
}
.panel-website-tools-guide a
{
    color: #fff;
}
.panel-website-tools-contact
{
    height: 27px;
    background: url(../images/panel/icon17.png) #57C6F4 no-repeat 10px center;
    line-height: 27px;
    margin-top: 10px;
    padding-left: 35px;
}
.panel-website-tools-contact a
{
    color: #fff;
}
.panel-website-info-history-visitors
{
    background: #ffffff;
    border: 1px solid #F0F0F0;
    height: 140px;
    margin-top: 20px;
}
.panel-website-info-history-item
{
    background: url(../images/panel/icon13.png) no-repeat left center;
    padding-left: 25px;
    color: #27A9E3;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    position: relative;
}
.history-refresh
{
    float: right;
    width: 15px;
    height: 16px;
    margin-top: 9px;
    cursor: pointer;
}
.panel-order-visit-stat-box
{
    background: #ffffff;
    border: 1px solid #F0F0F0;
    height: 362px;
}
.panel-box-center-stat-bottom-box
{
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}
.panel-box-center-stat-bottom-box-left
{
    float: left;
    width: 72%;
    height: 325px;
    background: white;
}
.panel-box-center-stat-bottom-box-right
{
    float: right;
    width: 26%;
    height: 325px;
    background: white;
}
.panel-orders-header
{
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    color: #57C6F4;
}
.panel-orders-items
{
    width: 16%;
    float: left;
    margin-left: 20px;
    vertical-align: middle;
}
.panel-orders-items img
{
    border: 0px;
    margin-top: 19px;
}
.panel-orders-rows
{
    height: 55px;
    line-height: 55px;
    border-top: 1px solid #DFDFDF;
}
.panel-order-price
{
    font-weight: bolder;
    color: #27A9E3;
}
.panel-center
{
    text-align: center;
}
.panel-news-text
{
    color: #27A9E3;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
}
.panel-website-reviews
{
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.panel-box-bottom
{
    width: 95%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}
.panel-box-bottom-left
{
    float: left;
}
.panel-box-bottom-right
{
    float: right;
}
#reviews-box
{
    float: left;
    width: 100%;
}
.reviews-box
{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.reviews-box-uname
{
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    float: left;
    overflow: hidden;
}
.reviews-box-level
{
    height: 30px;
    float: left;
    width: 90px;
}
.reviews-box-level img
{
    margin-top: 9px;
}
.review-box-content
{
    width: 100%;
    float: left;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}
#stat-new-members-box
{
    height: 100px;
}

