/*
Title:      Footer default styles
Date:       November 2012
Author:     teodora.costin.ext@belgacom.be
Remarks:    Never hesitate to comment your CSS declarations!!! Comments will be erase on prod via minify.php anyway :)
*/
/* ---------------------------------------- Global --- */
.pre-footer-container ul,
.pre-footer-container ol,
.footer-container ul,
.footer-container ol,
.post-footer-container ul,
.post-footer-container ol {
  margin: 0;
  padding: 0;
}

.post-footer-container ul {
  clear: both;
}

.footer-container ul.segments li,
.post-footer-container li {
  display: inline;
}

/* ---------------------------------------- Pre-footer --- */
.pre-footer-container {
  display: block;
  clear: both;
  position: relative;
}

.pre-footer-container .mobile-devices {
  float: left;
}

.pre-footer-container .mobile-devices p,
.pre-footer-container .follow-us-on-facebook p {
  margin: 0;
}

.pre-footer-container .bodyContainer {
  overflow: visible;
}

.ie6 .pre-footer-container .bodyContainer,
.ie7 .pre-footer-container .bodyContainer {
  position: relative;
}

.pre-footer-container .mobile-devices,
.pre-footer-container .follow-us-on-facebook {
  position: relative;
  overflow: visible;
}

.pre-footer-container .follow-us-on-facebook {
  text-align: right;
}

.ie6 .pre-footer-container .follow-us-on-facebook,
.ie7 .pre-footer-container .follow-us-on-facebook {
  /* The rendering is different wether you use mozilla/webkit vs Internet Explorer, so this is required! */
  position: absolute;
  right: 0;
  top: 0;
}

.pre-footer-container .icon {
  position: absolute;
}

.pre-footer-container .icon span {
  display: none;
}

/* ---------------------------------------- Main footer --- */
.footer-container ul.segments,
.footer-container .securityPartners {
  display: block;
}

.footer-container .securityPartners ul {
  overflow: hidden;
}

.footer-container .securityPartners {
  float: left;
}

.ie6 .footer-container ul.segments,
.ie6 .footer-container .securityPartners {
  text-align: left;
}

.footer-container .securityPartners li.linkimg {
  float: left;
  overflow: hidden;
}

.footer-container .mainFooter {
  overflow: visible;
}

.footer-container .mainFooter .logo {
  display: block;
  float: right;
}

/* ---------------------------------------- SuperCMS Crosslinks --- */
.crosslinks-holder {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: none;
  clear: both;
}

.ie6 .crosslinks-holder {
  text-align: left;
}

.crosslink-column {
  float: left;
  height: auto;
  overflow: hidden;
}

.crosslink-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.crosslink-column ul li {
  margin: 0;
  padding: 0;
  float: none;
}
