  /*****************/
 /* footer linkes */
/*****************/
#SOLfooterLinks {
    font-size: 14px;
    font-family: georgia;
    line-height: 24px;
}

#SOLfooterLinks li {
    float: left;
}
#SOLfooterLinks img {
    margin: 7px 0 24px;   /* to vertically align width the text */
}
#SOLfooterLinks ul li ul li,
#SOLfooterLinks ul.about li.first {
    border-left: 1px solid #d6d4c9;
    padding: 0 7px;
}
#SOLfooterLinks ul.logo li,
#SOLfooterLinks li.first {
    border: none;
}

#SOLfooterLinks ul li ul li.strong a {
    font-weight: bold;
}
#SOLfooterLinks ul.bosses li span {
    font-style: italic;
}

#SOLfooterLinks li.spacer {
    padding: 0 3px;
}

#SOLfooterLinks * {
    color: #bf1222;
}
#SOLfooterLinks a:link {
    color: #800000;
}
#SOLfooterLinks a:visited {
    color: #800000;
}
#SOLfooterLinks a.int:hover {  /* must include this or '#SOLfooterLink a:link' overrides 'a.int:hover' */
    color: #bf1222;
}

#SOLfooterLinks .logo .img {
    text-indent: -10000em;
    background-repeat: no-repeat;
    display: block;
    vertical-align: middle;
    margin-bottom: 12px;
}
#SOLfooterLinks.tablet {
 border-top: 3px solid #DDDDDD;
 font-family: Georgia;
 font-size: 14px;
 line-height: 24px;
 margin: 24px 0 0 6px;
 padding-bottom: 18px;
}
#SOLfooterLinks .logo .img {
padding-top:10px;
}
@media screen and (min-width: 700px) {
    #SOLfooterLinks .logo .img {
        background-image: url('/img/logo/scandinavia_online_logo.gif');
        width: 180px;
        height: 11px;
        margin-top: 6px;
    }
}
@media screen and (max-width: 700px) {
    #SOLfooterLinks .logo .img {
        background-image: url('/img/logo/scandinavia_online_logo_280.png');
        width: 280px;
        height: 18px;
    }
}

@media screen and (max-width: 900px) {
    #SOLfooterLinks li.spacer {
        display: none;
    }
    #SOLfooterLinks img {
        margin-bottom: 6px;
    }
    
    #SOLfooterLinks ul {
        clear: both;
    }
    #SOLfooterLinks ul.links {
        clear: left;
    }
    #SOLfooterLinks ul.about {
        clear: right;
    }
    
    #SOLfooterLinks ul li {
        float: none;
    }
    #SOLfooterLinks ul li ul li{
        float: left;
    }
}
@media screen and (max-width: 700px) {
    #SOLfooterLinks ul.links,
    #SOLfooterLinks ul.about {
        clear: both;
    }
    #SOLfooterLinks ul.about li.first {
        border: none;
    }
    #SOLfooterLinks ul.bosses li {
        border: none;
        clear: left; /* can not use 'float:none;' because of bug in WebKit browser engine (chrome/safari) */
    }
}
@media screen and (max-width: 480px) {
    #SOLfooterLinks {
        line-height: 28px;
    }
}





#SOLfooterLinks.tablet li.spacer {
        display: none;
    }
    #SOLfooterLinks.tablet img {
        margin-bottom: 6px;
    }
    
    #SOLfooterLinks.tablet ul {
        clear: both;
    }
    #SOLfooterLinks.tablet ul.links {
        clear: left;
    }
    #SOLfooterLinks.tablet ul.about {
        clear: right;
    }
    
    #SOLfooterLinks.tablet ul li {
        float: none;
    }
    #SOLfooterLinks.tablet ul li ul li{
        float: left;
    }
