﻿/* main banner */
#panel_hmb
{
    margin: 0px 0px 10px 0px;
}
#panel_hmb #bnimg
{
    width: 100%;
    overflow: hidden;
}
#panel_hmb #bnls
{
    background-image: url(/images/home_mbn_bg.gif);
    background-repeat: no-repeat;
    height: 38px;
    width: 100%;
    margin-top: 5px;
}
#panel_hmb #bnls img
{
    display: none;
}
#panel_hmb #bnls > table
{
    margin: 0px 0px 0px 130px;
    width: 630px;
    height: 38px;
    border-collapse: collapse;
}
#panel_hmb #bnls > table td:first-child
{
    background-image: none;
}
#panel_hmb #bnls > table td
{
    background-position: left center;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    color: #3a3025;
    background-image: url(/images/home_mbn_nav_sp.gif);
    background-repeat: no-repeat;
}
#panel_hmb #bnls > table td.selected
{
    font-weight: bold;
}
#panel_hmb #bnls > table td a
{
    color: #3a3025;
}


/* flash banner */
#panel_hbf
{
    width: 100%;
    display: block;
    clear: both;
}
#panel_hbf div
{
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
}
