/* 
    Document   : custom.css
    Created on : Mar 4, 2013, 2:07:55 PM
    Author     : jens
    Description:
        Purpose of the stylesheet follows.
*/


#block-boost-domain-switcher-boost-domain-switcher a{
  cursor: pointer;
}

#block-boost-domain-switcher-boost-domain-switcher ul,
#block-boost-domain-switcher-boost-domain-switcher ul li{
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#boost_domain_switcher_domain_block,
#boost_domain_switcher_language_block{
  display: none;
}

#boost_domain_switcher_domain_block{
  float: left;
  width: 135px;
  margin-right: 10px;
}

#boost_domain_switcher_language_block{
  float: left;
  width: 135px;
  text-align: left;
  border-left: 1px solid #CCCCCC;
  padding-left: 10px;
}

#boost_domain_switcher_domain_block ul li:nth-child(1) a{
  background: url(../pic/EU-icon.png) right 5px no-repeat transparent;
  padding-right: 40px;
  width:95px;
}

#boost_domain_switcher_domain_block ul li:nth-child(2) a{
  background: url(../pic/NL-icon.png) right 5px no-repeat transparent;
  padding-right: 40px;
  width:95px;
}

#boost_domain_switcher_domain_block ul li:nth-child(3) a{
  background: url(../pic/CH-icon.png) right 5px no-repeat transparent;
  padding-right: 40px;
  width:95px;
}

#boost_domain_switcher_domain_block ul li:nth-child(1) a:hover{
  background: url(../pic/EU-icon.png) right 5px no-repeat #f9f9f9;
}

#boost_domain_switcher_domain_block ul li:nth-child(2) a:hover{
  background: url(../pic/NL-icon.png) right 5px no-repeat #f9f9f9;
}

#boost_domain_switcher_domain_block ul li:nth-child(3) a:hover{
  background: url(../pic/CH-icon.png) right 5px no-repeat #f9f9f9;
}
