@charset "utf-8";

.categoryWidget { font-family: gulim, applegothic, sans-serif; }

.yCategoryTitle { font: bold 1em Arial sans-serif; color: #006600; }

.categoryWidget .top {
    padding-left:19px; 
    height:18px;
}

.categoryWidget a {
    text-decoration:none;
    color:#555555;
    padding:0 2px 0 2px; 
}

.categoryWidget a:hover a:active {
    color:#555555;
    text-decoration:none;
}

.categoryWidget strong {
    font-weight:normal; 
    color:#DF7901;
    font-size:7pt; 
}

.categoryWidget .selected a {
    font-weight:bold;
}

.categoryWidget .item {
    margin-left:5px; 
    height:18px;
}

