/*
* GLOBAL
*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  text-decoration: none;
  vertical-align: top;
}
.cb {
  clear: both;
}
.cl {
  clear: left;
}
.cr {
  clear: right;
}
/*
* LAYOUT
*/
body {
  background: #e9ecf1;
  text-align: center;
  padding: 82px 0 20px 0;
}
#container {
  width: 651px;
  margin: 0 auto;
  background: #fff url(../img/container_bg.gif) repeat-y;
}
#header {
  background: url(../img/header_bg.jpg) no-repeat;
  height: 122px;
  text-align: left;
}
#content {
  background: #eaf3fa url(../img/content_bg_bottom.gif) no-repeat 0 bottom !important;
  width: 553px;
  min-height: 200px;
  margin: 0 auto 28px auto;
  padding: 18px 20px 50px 20px;
  text-align: left;
}
#footer {
  background: url(../img/footer_bg.gif) no-repeat;
  height: 24px;
  text-align: right !important;
}
#footer ul {
  padding: 0 28px;
}
#footer ul li {
  float: right;
  height: 22px;
  border-left: 1px solid #c1d5e0;
}
#footer ul li a {
  font-size: 0.917em;
  display: block;
  color: #7e7e7e;
  padding: 4px 10px 0 10px;
}
/*
* FONTS
*/
body {
  font-size: 0.75em 
}
#container,
#container h1,
#container h2,
#container h3 {
  font: 1em Arial, Helvetica, sans-serif;
  color: #444444;
}
h1,
h2,
h3 {
  font-weight: bold !important;
  margin-bottom: 0.9em;
}
#content.info h1 {
  color: #e10915;
  font-size: 1.25em;
}
#content p {
  margin-bottom: 0.8em;
}
#countryBoxes p {
  color: #e10915;
  font-weight: bold;
}
#content a:link,
#content a:visited,
#content a:focus,
#content a:hover,
#content a:active {
  color: #444444;
}
#content.info a:link,
#content.info a:visited,
#content.info a:focus,
#content.info a:hover,
#content.info a:active {
  color: #e10915;
}
#content.info a:focus,
#content.info a:hover {
  text-decoration: underline;
}
#footer a:link,
#footer a:visited,
#footer a:focus,
#footer a:hover,
#footer a:active {
  color: #7e7e7e;
}
#content a:hover,
#content a:focus,
#footer a:hover,
#footer a:focus {
  color: #e10915;
}
/*
* CONTENT
*/
#countryListing,
#countryBoxes {
  float: left;
}
#countryListing {
  width: 285px;
}
#countryListing div.col {
  float: left;
  width: 130px;
  margin: 0 0 23px 0;
}
#countryListDropdown {
  width: 155px;
  margin: 0 2px 0 0;
  border: 1px solid #7a7c7b !important;
}
#countryListing ul li a,
#countryBoxes h2 {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding: 0 0 0 22px;
}
#countryListing ul li a {
  padding-bottom: 8px;
}
#countryBoxes div.countryBoxOuter {
  display: none;
  width: 240px;
  border: 1px solid #cfcfcf;
  background: #fff url(../img/countrybox_bg.jpg) repeat-y;
}
#countryBoxes div div.countryBoxInner  {
  border: 1px solid #fff;
  display: block !important;
  padding: 0 12px 18px 15px;
  text-align: right;
  min-height: 140px;
}
#countryBoxes div div.countryBoxInner * {
  text-align: left;
}
#countryBoxes ul {
  padding: 0 0 0 13px;
}
#countryBoxes ul li a {
  display: block;
  background: url(../img/countrybox_bullet.gif) no-repeat 0 4px;
  padding: 0 0 5px 14px;
}
#countryBoxes a.close {
  width: 21px;
  margin: 0 -12px 0 auto;
}
#countryBoxes a.close span {
  display: none;
}
/*
* LANGUAGE CLASSES
*/
  .germany {
    background-image: url(../img/ico_germany.gif);
  }
    .france {
    background-image: url(../img/ico_france.gif);
  }
    .italy {
    background-image: url(../img/ico_italy.gif);
  }
    .netherlands {
    background-image: url(../img/ico_netherlands.gif);
  }
    .spain {
    background-image: url(../img/ico_spain.gif);
  }
    .sweden {
    background-image: url(../img/ico_sweden.gif);
  }
    .greatbritain {
    background-image: url(../img/ico_greatbritain.gif);
  }
  