

/*** for PC Browser ***/
@media (min-width:401px)
{
.ModuleSet_Standard .B_SiteMapListDiv1_base
{
    background-color: #ffffff;
    margin: 0 0 10px;
    padding: 0;
    width: 385px;
}

.ModuleSet_Standard .B_SiteMapListDiv1_base li.layer0
{
    background: #ffffff url("../../../Images/side_icon.png") no-repeat 10px center;
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #000000;
    float: left;
    font-size: medium;
    margin: 0 0 5px;
    padding: 8px 10px 8px 30px;
    width: 343px;
}


.ModuleSet_Standard .B_SiteMapListDiv1_base li
{
    font-size: small;
    list-style-type: none;
    margin: 0 0 5px 10px;
    padding-left: 10px;
}
}
