﻿.categorylist
{
    width: 724px;
    height: auto;
    overflow: auto;
    clear: both;
    padding-top: 10px;
}

.categorylist dl
{
    width: 177px;
    margin: 0px 4px 0px 0px;
    padding: 0px;
    float: left;
}

.categorylist dl a:link
{
    font-weight: bold;
    text-decoration: none;
}

.categorylist dl a:visited
{
    font-weight: bold;
    text-decoration: none;
}

.categorylist dl a:active
{
    font-weight: bold;
    text-decoration: none;
}

.categorylist dl a:hover
{
    font-weight: bold;
    text-decoration: underline;
}

.categorylist dl dt
{
    color: #ffffff;
    font-weight: bold;
    padding: 4px 5px 4px 5px;
}

.categorylist dl dd
{
    padding: 0px;
    margin: 0px;
    line-height: 0px;
}

.categorylist dl dd p
{
    border-top-style: solid;
    border-top-width: 5px;
    background-color: #ffffff;
    line-height: 15px;
    margin-top: 8px;
    padding-top: 4px;
}