
.linksContainer
{
    display: block;
}
.linksContainer li
{
    width: 307px;
    float: left;
    margin: 10px 2px;
    background: url(../images/links/link-box-bg.gif) repeat-y;
}
.linksTopBorder
{
    background: url(../images/links/link-box-top-brdr.gif) no-repeat top left;
}
.linksBottomBorder
{
    background: url(../images/links/link-box-bottom-brdr.gif) no-repeat bottom left;
    padding: 10px 0px 0px 10px;
}

.linkLogoContainer
{
    width: 78px;
    height: 76px;
    float: left;
    margin-right: 10px;
    /*background: url(../images/links/logo-bg.gif) no-repeat top left;*/
    text-align: center;
    padding: 3px;
}

.linkLogoContainer img
{
    width: 75px;
    height: 71px;
}
.linkDetailsContainer
{
    width: 188px;
    float: left;
    height: 110px;
    overflow: hidden;
    margin-bottom: 5px !important;
}
.visitLinkContainer { display: block; height:29px; }
a.visitLink
{
    width: 91px;
    height: 29px;
    display: block;
    float: right;
    background: url(../images/links/visit-link.gif) no-repeat top left;
    margin-bottom: 1px;
    _margin-bottom: 0px;
    color:#fff;
    font-weight:bold;
    line-height:29px;
    text-align:center;
}
a:hover.visitLink
{
    background-position: bottom left;
    color:#37b9eb;
}
.linkCategoryTitle { padding-top:15px; }