﻿.footer
{
    background-color: #f8f2eb;
    width: 940px;
    margin: 0px auto;
    padding: 20px 10px 20px 10px;
}

.footer a:hover
{
    text-decoration: underline;
}

.footer .firstColumn
{
    border-left: none;
}

.footer li
{
    float: left;
    border-left: solid 1px #cdc8c2;
    width: 160px;
    padding-left: 30px;
    height: 110px;
}

.footer li a
{
    display: block;
    color: #000000;
    text-decoration: none;
}

.footer li .arrowLink
{
    font-size: 11px;
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/doubleArrowBlack.gif);
    background-position: 0px 2px;
    line-height: 16px;
}


.footer .header
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.footer .imageColumn
{
    text-align: center;
    width: 180px;
    padding-left: 0px;
}

.footer .logo
{
    margin-top: 40px;
    text-align: center;
}

.footer .brandList
{
    text-align: center;
    margin-top: 15px;
    color: #9e9e9e;
    font-size: 9px;
    font-family: Georgia, Garamond, Times New Roman, Serif;
    padding: 0px 30px;
    line-height: 12px;
    margin-bottom: 20px;
}

.footer .brandList .header
{
    font-size: 10px;
    margin-bottom: 5px;
}

.footer .brandList a
{
    color: #9e9e9e;
    font-size: 9px;
    font-family: Georgia, Garamond, Times New Roman, Serif;
}

.footer .misc
{
    text-align: center;
    color: #000000;
    font-size: 11px;
    font-family: Georgia, Garamond, Times New Roman, Serif;
    border-top: solid 1px #2b2b2b;
    width: 430px;
    margin: 0px auto;
    padding-top: 5px;
}

.footer .misc .arrowLink
{
    color: #000000;
    font-size: 11px;
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/doubleArrowBlack.gif);
    background-position: 0px 2px;
}

