﻿/*
* Layout with footer
*/
html
{
    height: 100%; /* fix height to 100% for IE */
    max-height: 100%; /* fix height for other browsers */
    /* hide overflow:hidden from IE5/Mac */
    /* \*/
    overflow: hidden; /*get rid of scroll bars in IE */
    /* */
  }

  body
  {
    height: 100%; /* fix height to 100% for IE */
    max-height: 100%; /* fix height for other browsers */
    overflow: hidden; /*get rid of scroll bars in IE */
  }

  #page-wrapper
  {
    height: 100%; /* set height to full page */
    max-height: 100%;
    overflow: auto; /* add scroll bars as required */
    z-index: 1; /* allocate a suitable z-index */
  }

  #footer-wrapper
  {
    height: 35px;
  }
  
  #footer-padding
  {
    height: 100px;
    margin: 0 9px;
    background: transparent url(images/page-bottom.png) no-repeat scroll center bottom;
  }

  #footer-wrapper
  {
    width: 100%;
    position: absolute;
    bottom: -1px;
    z-index: 4;
    background: transparent url(images/footer.png) repeat-x scroll center bottom;
  }

/*
* General
*/
html,
body
{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size: 12px;
	color: #5a5a5a;
  }
  
  body
  {
    background: #D1D1D1 url(images/dots.png) no-repeat scroll left bottom;
  }

  .language-menu ul,
  .main-menu ul,
  .howto ul,
  .brands ul
  {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  a img
  {
    border-style: none;
  }
  
  button
  {
    border-style: none;
    background: transparent none;
    cursor: pointer;
    overflow: visible;
  }

  .pseudo-button
  {
    text-decoration: none;
    margin: 5px 0;
    display: block;
    float: right;
    clear: right;
  }
  
  .button,
  .button span
  {
    display: block;
    height: 32px;
    line-height: 32px;
    background: transparent url(images/button.png) no-repeat scroll 0 0;
    margin: 0;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
  }
  
  .button
  {
    padding: 0 0 0 10px;
    float: left;
  }
  
  .button span
  {
    padding: 0 45px 0 20px;
    background-position: right -32px;
  }

  .disabled .button
  {
    background-position: left -96px;
  }

  .disabled .button span
  {
    background-position: right -128px;
  }
  
  input.button
  {
    width: auto;
  }
  
  input.button[class]
  {
    width: auto
  }
  
/*
* Page layout
*/
.page
{
    width: 1024px;
    padding: 0 9px;
    margin: 0 auto;
    background: transparent url(images/background.png) scroll repeat-y center 0;
  }
  
  .page-bottom
  {
    height: 1px;
    clear: both;
  }
  
  .header,
  .content,
  .actions,
  .call-to-actions
  {
    position: relative;
    left: 0;
    top: 0;
  }
  
  .header
  {
    z-index: 3;
  }

  .content
  {
    z-index: 2;
  }

/*
* Header
*/
.header
{
  background: #FFFFFF url(images/header.png) no-repeat scroll right 0;
  height: 211px;
}

  /*
  * Logo
  */
  .logo
  {
      position: absolute;
      left: 29px;
      top: 40px;
    }

    .logo a
    {
      display: block;
      width: 391px;
      height: 99px;
      background: transparent url(images/gsmloket-waar-je-mobiel-nog-waarde-heeft.png) no-repeat scroll 0 0;
      border-style: none;
      text-indent: -1000px;
      overflow: hidden;
    }
    
    .fr-FR .logo a
    {
      background-image: url(images/gsmloket-votre-telephone-a-encore-de-la-valeur.png);
    }

  /*
  * Flash
  */
  .flash
  {
    position: absolute;
    top: 0;
    right: 0;
    width: 638px;
    height: 166px;
  }
  
  /*
  * Language menu
  */
  .language-menu
  {
      position: absolute;
      top: 20px;
      left: 35px;
    }

    .language-menu li
    {
      float: left;
      margin-right: 9px;
    }

    .language-menu a
    {
      display: block;
      width: 18px;
      height: 13px;
      background: transparent url(images/languages-inactive.png) no-repeat scroll 0 0;
      text-indent: -1000px;
      overflow: hidden;
      
      color: #808080;
      text-decoration: none;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
    }

    .language-menu .active a
    {
      color: #000000;
    }
    
    .language-menu .currentlanguage a
    {
      background: transparent url(images/languages-active.png) no-repeat scroll 0 0;
    }
    
    .language-menu .english a
    {
      background-position: -18px 0;
    }
    
    .language-menu .french a
    {
      background-position: -36px 0;
    }
    
    .language-menu .belgian a
    {
      background-position: -54px 0;
    }
    
  /*
  * Basket
  */
  .basket
  {
      position: absolute;
      right: 17px;
      top: 0;
      /*display: none;*/
    }
    
    .basket-closed
    {
      background: transparent url(images/basket.png) no-repeat scroll right bottom;
    }
    
    .basket-open
    {
      right: 0;
      z-index: 8;
      background: transparent url(images/basket-right.png) no-repeat scroll right 0;
    }
    
    .basket-open span
    {
      display: block;
    }
    
    .basket h2
    {
      float: right;
      padding: 0 6px 0 0;
      margin: 0;
      width: 144px;
      height: 53px;
      text-align: center;
      font-size: 12px;
    }

    .basket-open h2
    {
      height: 38px;
    }
    
    .basket-open .open,
    .basket-closed .close
    {
      display: none;
    }

    .basket .open,
    .basket .close
    {
      text-decoration: underline;
    }

    .basket-open h2 .value
    {
      display: none;
    }
    
    .basket h2 a
    {
      display: block;
      width: 140px;
      padding: 4px 0 0 1px;
      color: #E30D26;
      text-decoration: none;
    }
    
    .basket a.checkout
    {
        display: block;
        color: #0079BC;
        width: auto;
        padding: 0 0 0 35px;
        height: 24px;
        line-height: 24px;
        text-align: left;
        background: transparent url(images/euro-small.png) no-repeat scroll 5px center;
    }
    
    .basket-open h2
    {
      width: 111px;
    }
    
    .basket-open h2 a
    {
      width: 107px;
    }
    
    .basket-closed h2 .total,
    .basket-closed h2 .checkout
    {
      display: none;
    }
    
    .basket-open tr.total .name
    {
      display: block;
      height: 24px;
      font-size: 18px;
      color: #0079BC;
    }
    
    .basket-open tr.total .value
    {
      font-size: 18px;
    }
    
    .basket  .details
    {
      float: right;
      clear: right;
    }
    
    .basket-closed .details
    {
      display: none;
    }
    
    .basket .delete a,
    .basket .edit a
    {
      display: block;
      width: 20px;
      height: 20px;
      background: transparent url(images/delete.png) no-repeat scroll center center;
      text-indent: -1000px;
      overflow: hidden;
    }
    
    .basket .edit a
    {
      background-image: url(images/edit.png);
    }
    
    .basket td
    {
      background: transparent url(images/basket-content.png) no-repeat scroll center center;
      font-size: 12px;
    }

    .basket tr.total td.name
    {
      background-position: left -81px;
    }
    
    .basket tr.total td.value
    {
      background-position: center -81px;
    }
    
    .basket td a
    {
      color: #000000;
      text-decoration: none;
    }
    
    .basket td.name
    {
      text-align: right;
      padding: 0 5px 0 10px;
      background-position: left center;
    }
    
    .basket td.value
    {
      text-align: right;
      padding: 0 5px;
    }

    .basket td.edit
    {
      padding-right: 20px;
      background-position: right center;
    }
    
    .basket tr.first td
    {
      height: 36px;
      background-position: center top;
      vertical-align: bottom;
    }
    
    .basket tr.first td.name
    {
      background-position: left top;
    }
    
    .basket tr.first td.edit
    {
      background-position: right center;
    }
    
    .basket tr.last td
    {
      height: 42px;
      background-position: center bottom;
      vertical-align: top;
    }
    
    .basket tr.last td.name
    {
      background-position: left bottom;
    }

    .basket tr.last td.edit
    {
      background-position: right bottom;
    }

    
  /*
  * Main menu
  */
  .main-menu
  {
      position: absolute;
      top: 165px;
      left: 0;
      width: 980px;
      height: 45px;
      padding-left: 44px;
      background: transparent url(images/menu-bar.png) repeat-x scroll 0 0;
      font-size: 14px;
    }
    
    .main-menu ul
    {
      float: left;
      position: relative;
      z-index: 6;
    }
    
    .main-menu li
    {
      float: left;
      padding: 0 28px;
      line-height: 33px;
      background: transparent url(images/menu-separator.png) no-repeat scroll right 7px;
      white-space: nowrap;
    }
    
    .fr-FR .main-menu li
    {
      padding: 0 16px;
    }
    
    .main-menu li.last
    {
      background-image: none;
    }
    
    .main-menu li,
    .main-menu a
    {
      color: #FFFFFF;
      font-weight: bold;
      text-decoration: none;
      text-transform: lowercase;
    }


    .main-menu li.hover,
    .main-menu li:hover
    {
        cursor: default;
        position: relative;
        z-index: 7;
    }
    
    .main-menu ul ul
    {
        left: 0;
        position: absolute;
        top: 100%;
        visibility: hidden;
        width: 250px;
        z-index: 5;
        border: 1px solid #62ABD3;
        border-top-style: none;
    }
    
    .main-menu ul ul li
    {
        float: none;
        background: #0079BC none repeat-x scroll 0 -2px;
    }
    
    .main-menu ul ul ul
    {
        left: 99%;
        top: 1px;
    }
    
    .main-menu ul li:hover > ul
    {
        visibility: visible;
    }
    
    .main-menu .jcarousel-container
    {
      width: 950px;
    }
    
    .main-menu .jcarousel-prev-horizontal,
    .main-menu .jcarousel-next-horizontal
    {
      position: absolute;
      top: 8px;
      width: 9px;
      height: 17px;
      background: transparent url(images/arrow-left.png) no-repeat scroll 0 0;
      cursor: pointer;
    }

    .main-menu .jcarousel-prev-horizontal
    {
      left: -11px;
    }
    
    .main-menu .jcarousel-next-horizontal
    {
      right: -11px;
      background-image: url(images/arrow-right.png);
    }
    
    .main-menu .jcarousel-prev-disabled,
    .main-menu .jcarousel-next-disabled
    {
      background-image: none;
      cursor: auto;
    }

    
/*
* Free text
*/
.free-text .content
{
    padding: 0 75px;
  }
  
  .free-text .content h1
  {
	color: #0079BC;
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 25px;
  }
 
  .free-text .content h2
  {
	color: #0079BC;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
  }
  
  .free-text .content b,
  .free-text .content em,
  .free-text .content a
  {
    color: #E2001A;
    font-weight: bold;
    text-decoration: none;
  }
  
  .free-text .content a:hover
  {
    text-decoration: underline;
  }
  
  .free-text td
  {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size: 12px;
  }
  
/*
* How to
*/
.howto
{
    height: 160px;
    padding: 0 0 0 50px;
  }
  
  .howto li
  {
    float: left;
    padding: 0 8px;
  }
  
  .howto img
  {
    border-style: none;
  }
  
/*
* Actions
*/
.page .actions
{
    height: 205px;
  }

  /*
  * Actions: Search
  */
  .actions .search
  {
      float: left;
      width: 477px;
      height: 172px;
      padding: 26px 0 0 109px;
      background: transparent url(images/field-large.png) no-repeat scroll right bottom;
    }
    
    .actions .search h1,
    .actions .search h2,
    .actions .search a
    {
      color: #5A5A5A;
      margin: 0;
    }
    
    .actions .search h1
    {
      font-size: 25px;
    }
    
    .actions .search h2
    {
      font-size: 16px;
    }
    
    .actions .search form
    {
      margin: 0;
      padding: 12px 0 4px 0;
    }
    
    .actions .search .textbox
    {
      width: 287px;
      height: 34px;
      padding: 4px 8px;
      margin: 0 15px 0 0;
      background: transparent url(images/text-input.png) no-repeat scroll 0 0;
      border-style: none;
      font-size: 20px;
      line-height: 34px;
      float: left;
    }
    
    .fr-FR .actions .search .textbox
    {
      margin-right: 5px;
    }
    
    .actions .search a
    {
      font-size: 13px;
      text-decoration: none;
    }
    
    .actions .search .button
    {
      margin-top: 3px;
      margin-bottom: 3px;
    }
    
    .actions .search .button span
    {
      font-size: 15px;
    }
    
    .fr-FR .actions .search .button span
    {
      padding: 0 35px 0 10px;
    }
    
  /*
  * Actions: Brands
  */
  .actions .brands
  {
      float: left;
      padding: 9px 0 0 9px;
      width: 379px;
      height: 189px;
      background: transparent url(images/field-medium.png) no-repeat scroll right bottom;
    }
    
    .actions .brands li
    {
      float: left;
      width: 116px;
      height: 54px;
      background: transparent url(images/brand-frame.png) no-repeat scroll 0 0;
      padding: 2px 3px;
      border: 1px solid #;
    }
    
    .actions .brands li.more
    {
      background: transparent none;
      padding-top: 10px;
    }
    
/*
* Call to action
*/
.call-to-actions
{
    width: 905px;
    height: 275px;
    padding: 0 0 0 69px;
    background: transparent url(images/call-to-action.png) no-repeat scroll 69px 0;
  }
  
  .call-to-actions h2
  {
    margin: 0;
    padding: 17px 0 0 0;
  }
  
  .call-to-actions .spacer
  {
    display: none;
  }
  
  .call-to-actions .call-to-action
  {
    float: left;
    position: relative;
    width: 230px;
    height: 270px;
    padding: 0 35px;
  }
  
  .call-to-actions h3
  {
    padding: 0;
    margin: 0;
    font-size: 12px;
  }
  
  .call-to-actions .introduction
  {
    font-size: 11px;
  }
  
  .call-to-actions .button
  {
    position: absolute;
    right: 25px;
    top: 142px;
  }
  
  .call-to-actions .call-to-action-1
  {
    background: transparent url(images/stack-mobiles.png) no-repeat scroll 22px 110px;
  }
  
  .call-to-actions .call-to-action-1 h2
  {
    color: #0079BC;
  }
  
  .call-to-actions .call-to-action-2
  {
    background: transparent url(images/plant.png) no-repeat scroll 0 90px;
  }  

  .call-to-actions .call-to-action-2 h2
  {
    color: #97BF0D;
  }
  
  .call-to-actions .call-to-action-2 .button
  {
    right: 15px;
  }
  
  .call-to-actions .call-to-action-2 .spacer
  {
    display: block;
    width: 50px;
    height: 200px;
    float: left;
  }
  
  .call-to-actions .call-to-action-3
  {
    /*background: transparent url(images/twitter-bird.png) no-repeat scroll 30px 125px;*/
  }
  
  .call-to-actions .call-to-action-3 h2
  {
    color: #E2001A;
  }

  .call-to-actions .call-to-action-3 .introduction
  {
    font-style: italic;
  }

  .call-to-actions .call-to-action-3 .button
  {
    display: none;
  }
  
/*
* Wizard
*/
.wizard .steps
{
    width: 905px;
    height: 92px;
    margin: 0 auto;
    padding: 0 0 0 0;
    background: transparent url(images/step-frame.png) no-repeat scroll 0 0;
  }
  
  .wizard .steps li
  {
    float: left;
    list-style-type: none;
    padding: 20px 0 0 10px;
  }
  
  .wizard .steps .step
  {
    padding: 28px 20px 28px 10px;
    background: transparent url(images/step-arrow.png) no-repeat scroll right center;
  }
  
  .wizard .French .step
  {
    padding: 30px 15px 32px 5px;
  }
  
  .wizard .steps .step4
  {
    padding-right: 10px;
    background-image: url(images/step-separator.png);
  }
  
  .wizard .steps .step4 a
  {
    background: transparent url(images/euro-small.png) no-repeat scroll right 3px;
    padding-right: 30px;
  }
  
  .wizard .steps .step a
  {
    display: block;
    padding-top: 3px;
    height: 24px;
    color: #5A595A;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
  }
  
  .wizard .fr-FR .step a
  {
    font-size: 14px;
    padding-top: 6px;
  }
  
  .wizard .steps .active a
  {
    color: #0079BC;
  }
  
  .wizard .steps .searchButton
  {
    float: right;
    padding-top: 4px;
    background-position: left 4px;
    text-transform: uppercase;
  }
  
  .wizard .fr-FR .searchButton span span
  {
    font-size: 14px;
    padding: 0 30px 0 0;
  }
  
  .wizard .steps input
  {
    float: left;
    width: 173px;
    height: 33px;
    padding: 4px 8px;
    margin: 0 5px 0 0;
    background: transparent url(images/search-input.png) no-repeat scroll 0 0;
    border-style: none;
    font-size: 20px;
    line-height: 34px;
  }
  
  .wizard h1
  {
    color: #0079BC;
    font-size: 18px;
    text-align: center;
    padding: 20px 0;
    margin: 0 0 30px 0;
    background: transparent url(images/ruler.gif) no-repeat scroll center bottom;
  }
  
  .wizard label,
  .wizard label a
  {
    color: #0079BC;
    font-size: 12px;
    font-weight: bold;
  }
  
  .wizard .warnings
  {
    display: none;
    margin: 0 auto;
    width: 400px;
    background-color: #FBE3E4;
    border: 1px solid #FBC2C4;
    padding: 13px 13px 13px 45px;
  }
  
  .wizard .warnings label.error
  {
    display: block;
    width: auto;
    color: #FF0000;
    text-align: center;
    float: none;
  }
  
  /*
  * Wizard: Brands/Devices
  */
  .wizard .brands
  {
    width: 1024px;
  }
  
  .wizard .brands,
  .wizard .devices,
  .wizard .brands table,
  .wizard .devices table,
  .wizard .device,
  .wizard .data,
  .wizard .done,
  .wizard .done table.personalDataHeader
  {
    width: 600px;
    margin: 0 auto;
  }
  
  .wizard .brands td,
  .wizard .devices td
  {
    padding: 15px 0;
    background: transparent url(images/ruler.gif) no-repeat scroll center bottom;
  }
  
  .wizard .brands td.first,
  .wizard .devices td.first
  {
    background-position: left bottom;
  }
  
  .wizard .brands td.last,
  .wizard .devices td.last
  {
    background-position: right bottom;
  }
  
  .wizard .brands a,
  .wizard .devices a
  {
    display: block;
    width: 157px;
    height: 34px;
    text-align: center;
    margin: 0 auto;
    color: #5A595A;
    font-size: 20px;
    text-decoration: none;
  }
  
  .wizard .devices a.image
  {
    width: 65px;
    height: 108px;
  }
  
  .wizard .devices a.description
  {
    font-size: 14px;
    padding-top: 5px;
    height: 20px;
  }
  
  /*
  * Wizard: Checks
  */
  .wizard .device .image img
  {
    width: 150px;
    height: 250px;
  }
  
  .wizard .device .image
  {
    float: left;
    padding: 0 20px 100px 0;
  }
  
  .wizard .device label
  {
      font-size: 14px;
  }
  
  .wizard .fr-FR .device p
  {
    padding-bottom: 8px;
  }
  
  .wizard .device label.question-label
  {
    display: block;
    float: left;
    width: 130px;
    margin: 0 10px 0 0;
    padding-right: 20px;
    background: transparent url(images/info.gif) no-repeat scroll right top;
  }
  
  .wizard .fr-FR .device label.question-label
  {
    width: 200px;
  }
  
  .wizard .device p.value
  {
    font-size: 16px;
    color: #000000;
  }
  
  /*
  * Wizard: Data
  */
  .wizard .data label
  {
    display: block;
    float:left;
    width: 180px;
    line-height: 20px;
    text-align: right;
    padding: 0 10px 0 0;
  }
  
  .wizard .fr-FR .data label
  {
    width: 210px;
  }
  
  .wizard .data label em
  {
    color: #FF0000;
  }
  
  .wizard .data #postbankcheck label
  {
    width: 140px;
  }
  
  .wizard .data input
  {
    width: 150px;
  }
  
  
  .wizard .data p
  {
    margin: 5px 0;
  }
  
  .wizard .data input.small,
  .wizard .data input.wide,
  .wizard .data select
  {
    width: 336px;
    height: 17px;
    background: transparent url(images/text-input-small.png) no-repeat scroll 0 0;
    border-style: none;
    padding: 1px 2px;
  }

  .wizard .data input.small
  {
    width: 161px;
    background-image: url(images/text-input-smaller.png);
  }
  
  .wizard .data select
  {
    width: 340px;
    height: 18px;
    font-size: 12px;
  }
  
  .wizard .data input.checkbox
  {
    width: auto;
  }
  
  .wizard .data .terms,
  .wizard .data .actions
  {
    padding: 10px 0;
    text-align: center;
  }
  
  .wizard .data .terms label
  {
    width: auto;
    float: none;
    display: inline;
  }
  
  .wizard .data .hint,
  .wizard #bankname,
  .wizard .bicEntry
  {
    display: none;
  }

  .wizard #bankname-loading
  {
    display: none;
    float: left;
    width: 220px;
    height: 19px;
    background: transparent url(images/loading.gif) no-repeat center center;
  }

  .wizard .terms
  {
    clear: left;
  }

  .wizard .buttons
  {
    padding-left: 180px;
  }
  
  /*
  * Done
  */
  .wizard .done table
  {
    border-collapse: collapse;
  }
  
  .wizard .done td
  {
    text-align: left;
    padding: 0 5px;
    width: auto;
  }
  
  .wizard .done #printbutton
  {
    float: right;
  }
  
  .wizard .done .panel1,
  .wizard .done .panel3
  {
    width: 25%;
  }
  
  .wizard .done .panel2
  {
    text-align: center;
    width: 50%;
  }
  
  .wizard .done .panel1_label,
  .wizard .done .panel1_value,
  .wizard .done .panel2_label,
  .wizard .done .panel2_value
  {
    font-style: italic;
  }
  
  .wizard .done .panel1_label
  {
    width: 160px;
    text-align: right;
  }
  
  .wizard .done .panel2_label
  {
    width: 130px;
    text-align: right;
  }
  
  .wizard .done .panel
  {
    text-align: center;
  }
  
  .wizard .done .personaldata .title
  {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .wizard .done .personaldata .orderid
  {
    font-size: 16px;
    font-weight: bold;
  }
  
  .wizard .done .personaldata .datetime
  {
    font-size: 14px;
  }
  
  .wizard .done td.device,
  .wizard .done td.state,
  .wizard .done td.value
  {
    padding: 0 10px;
  }
  
  .wizard .done td.value
  {
    text-align: right;
  }
  
  .wizard .done thead td
  {
    font-style: italic;
  }
  
  .wizard .done .totallabel,
  .wizard .done .total
  {
    font-weight: bold;
  }
  
  .wizard .done .Send,
  .wizard .done .DateTime
  {
    font-style: italic;
  }
  
/*
* Footer
*/
.footer
{
    width: 1024px;
    height: 34px;
    margin: 0 auto;
  }

  .footer p,
  .footer a
  {
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
  }
  
  .footer .actions span,
  .footer .actions a,
  .footer .copyright
  {
    display: block;
    float: left;
    padding-top: 8px;
  }
  
  .footer .actions span
  {
    padding-left: 10px;
    /*text-transform: uppercase;*/
    font-weight: bold;
  }
  
  .footer .actions iframe
  {
    float: left;
    margin: 0 10px;
    padding-top: 6px;
  }
  
  /*
  * Footer: Actions
  */
  .footer a.twitter,
  .footer a.linkedin,
  .footer a.facebook
  {
    display: block;
    margin: -15px 0 0 10px;
    background: transparent url(images/twitter.png) no-repeat scroll 0 0;
    height: 45px;
    width: 45px;
    text-indent: -1000px;
    overflow: hidden;
  }
  
  .footer a.linkedin
  {
    background-image: url(images/linkedin.png);
  }
  
  .footer a.facebook
  {
    background-image: url(images/facebook.png);
  }
  
  /*
  * Footer: Copyright
  */
  .footer .copyright
  {
    float: right;
    padding-right: 15px;
  }
  
/*
* Tooltip
*/
#tooltip
{
    position: absolute;
    width: 200px;
    background-color: #EEEEEE;
    border: 1px solid #111111;
    opacity: 0.85;
    padding: 5px;
    z-index: 300;
  }

  #tooltip h3
  {
    font-size: 12px;
    font-weight: normal;
  }
  

