﻿.seoLinksContainer
{
    width: 141px;
    float: left;
    margin-right: 22px;
}

.seoLinksContainer .title
{
    font-weight: bold;
    font-size: 1.2em;
}

.seoLinksContainer .links
{
    /*border: solid 1px #cccccc;*/
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    /*height: 120px;*/
    margin-top: 2px;
}

.seoLinksContainer .links a
{
    color: #666666;
    text-decoration: none;
    padding: 2px;
    display: block;
}

.seoLinksContainer .links a:hover
{
    color: #DE183B;
    background: #f1f1f1;
}