div#widget_category_populair {
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0;
    width: auto;
    height: auto;
    overflow: hidden;
}

div#widget_category_populair div.category {
    position: relative;
    float: left;
    margin: 0 20px 20px 0;
    padding: 0;
    width: 140px;
    height: 35px;
    overflow: hidden;
    background: url('../media/images/category_bg.png') no-repeat top left;
}

div#widget_category_populair div.category a {
    display: block;
    margin: 0;
    padding: 0 10px 0 10px;
    width: auto;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}

div#widget_category_populair div.category a:hover {
    color: #317594;
}