/* line 1, ../scss/language-selector.scss */
#lang_sel {
  height: 32px;
  position: relative;
  font-family: verdana, arial, sans-serif;
  display: inline-block;
}

/* hack to correct IE5.5 faulty box model */
/* line 10, ../scss/language-selector.scss */
* html #lang_sel {
  width: 12em;
}

/* remove all the bullets, borders and padding from the default list styling */
/* line 17, ../scss/language-selector.scss */
#lang_sel ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
}
/* line 22, ../scss/language-selector.scss */
#lang_sel li {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
}
/* line 26, ../scss/language-selector.scss */
#lang_sel li:before {
  content: '' !important;
}
/* line 30, ../scss/language-selector.scss */
#lang_sel ul ul {
  width: 149px;
}
/* line 33, ../scss/language-selector.scss */
#lang_sel li {
  float: left;
  width: 149px;
  position: relative;
}
/* line 38, ../scss/language-selector.scss */
#lang_sel a {
  display: block;
  font-size: 11px;
  text-decoration: none !important;
  color: #444444;
  border: 1px solid #cdcdcd;
  background: #fff;
  padding-left: 10px;
  line-height: 24px;
}
/* line 47, ../scss/language-selector.scss */
#lang_sel a:visited {
  display: block;
  font-size: 11px;
  text-decoration: none !important;
  color: #444444;
  border: 1px solid #cdcdcd;
  background: #fff;
  padding-left: 10px;
  line-height: 24px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
/* style the links for the top level */
/* a hack so that IE5.5 faulty box model is corrected */
/* line 66, ../scss/language-selector.scss */
* html #lang_sel a {
  width: 149px;
}
/* line 68, ../scss/language-selector.scss */
* html #lang_sel a:visited {
  width: 149px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
/* line 75, ../scss/language-selector.scss */
#lang_sel ul ul {
  visibility: hidden;
  position: absolute;
  height: 0;
  top: 25px;
  left: 0;
  width: 149px;
  border-top: 1px solid #cdcdcd;
}

/* another hack for IE5.5 */
/* line 87, ../scss/language-selector.scss */
* html #lang_sel ul ul {
  top: 18px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
/* line 94, ../scss/language-selector.scss */
#lang_sel table {
  position: absolute;
  top: 0;
  left: 0;
  border-collapse: collapse;
}
/* line 100, ../scss/language-selector.scss */
#lang_sel ul ul a {
  background: #ffffff;
  color: #444444;
  height: auto;
  line-height: 1em;
  padding: 5px 10px;
  border-width: 0 1px 1px 1px;
}
/* line 107, ../scss/language-selector.scss */
#lang_sel ul ul a:visited {
  background: #ffffff;
  color: #444444;
  height: auto;
  line-height: 1em;
  padding: 5px 10px;
  border-width: 0 1px 1px 1px;
}

/* style the second level links */
/* yet another hack for IE5.5 */
/* line 122, ../scss/language-selector.scss */
* html #lang_sel ul ul a {
  width: 150px;
}
/* line 124, ../scss/language-selector.scss */
* html #lang_sel ul ul a:visited {
  width: 150px;
}

/* style the top level hover */
/* line 132, ../scss/language-selector.scss */
#lang_sel a:hover, #lang_sel ul ul a:hover, #lang_sel :hover > a, #lang_sel ul ul :hover > a {
  color: #000;
  background: #eee;
}
/* line 136, ../scss/language-selector.scss */
#lang_sel a.lang_sel_sel {
  background: url(../img/nav-arrow-down.png) #fff right no-repeat;
  color: #444;
}
/* line 139, ../scss/language-selector.scss */
#lang_sel a.lang_sel_sel:hover {
  text-decoration: none;
  color: #000;
}
/* line 145, ../scss/language-selector.scss */
#lang_sel ul li:hover ul, #lang_sel ul a:hover ul {
  visibility: visible;
}
/* line 149, ../scss/language-selector.scss */
#lang_sel img.iclflag {
  width: 18px;
  height: 12px;
  position: relative;
  top: 1px;
}

/* make the second level visible when hover on first level list OR link */
/* line 159, ../scss/language-selector.scss */
#lang_sel_footer {
  margin: 0;
  padding: 7px;
  text-align: center;
  font: 11px Verdana, sans-serif;
  min-height: 15px;
  clear: both;
  background-color: #fff;
  border: 1px solid #cdcdcd;
}
/* line 168, ../scss/language-selector.scss */
#lang_sel_footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 172, ../scss/language-selector.scss */
#lang_sel_footer ul li {
  display: inline;
  margin: 0 1px 0 0;
  padding: 0;
  white-space: nowrap;
  line-height: 25px;
}
/* line 173, ../scss/language-selector.scss */
#lang_sel_footer ul li img {
  position: relative;
  top: 1px;
  width: 18px;
  height: 12px;
}
/* line 184, ../scss/language-selector.scss */
#lang_sel_footer ul li a {
  text-decoration: none;
  padding: 5px 10px;
}
/* line 187, ../scss/language-selector.scss */
#lang_sel_footer ul li a:visited {
  text-decoration: none;
  padding: 5px 10px;
}

/* line 197, ../scss/language-selector.scss */
#wpml_credit_footer {
  width: 100%;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  font-size: 11px;
}

/* line 205, ../scss/language-selector.scss */
#lang_sel_list {
  height: 32px;
  position: relative;
  z-index: 99;
  font-family: verdana, arial, sans-serif;
}
/* line 210, ../scss/language-selector.scss */
#lang_sel_list.lang_sel_list_vertical {
  width: 149px;
}

/* hack to correct IE5.5 faulty box model */
/* line 217, ../scss/language-selector.scss */
* html #lang_sel_list {
  width: 12em;
}

/* remove all the bullets, borders and padding from the default list styling */
/* line 224, ../scss/language-selector.scss */
#lang_sel_list ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
}
/* line 229, ../scss/language-selector.scss */
#lang_sel_list li {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
}
/* line 233, ../scss/language-selector.scss */
#lang_sel_list li:before {
  content: '' !important;
}
/* line 237, ../scss/language-selector.scss */
#lang_sel_list ul.lang_sel_list_vertical {
  width: 149px;
}
/* line 240, ../scss/language-selector.scss */
#lang_sel_list li {
  float: left;
  position: relative;
}
/* line 244, ../scss/language-selector.scss */
#lang_sel_list.lang_sel_list_vertical li {
  width: 149px;
}
/* line 247, ../scss/language-selector.scss */
#lang_sel_list a {
  display: block;
  font-size: 11px;
  text-decoration: none !important;
  color: #444444;
  background: #fff;
  line-height: 18px;
  padding-left: 5px;
}
/* line 255, ../scss/language-selector.scss */
#lang_sel_list a:visited {
  display: block;
  font-size: 11px;
  text-decoration: none !important;
  color: #444444;
  background: #fff;
  line-height: 18px;
  padding-left: 5px;
}
/* line 265, ../scss/language-selector.scss */
#lang_sel_list.lang_sel_list_vertical a {
  border: 1px solid #cdcdcd;
  border-top-width: 0;
  padding-left: 10px;
}
/* line 269, ../scss/language-selector.scss */
#lang_sel_list.lang_sel_list_vertical a:visited {
  border: 1px solid #cdcdcd;
  border-top-width: 0;
  padding-left: 10px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
/* style the links for the top level */
/* a hack so that IE5.5 faulty box model is corrected */
/* line 283, ../scss/language-selector.scss */
* html #lang_sel_list a {
  width: 149px;
}
/* line 285, ../scss/language-selector.scss */
* html #lang_sel_list a:visited {
  width: 149px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
/* line 292, ../scss/language-selector.scss */
#lang_sel_list.lang_sel_list_vertical ul {
  /*visibility:hidden;position:absolute;*/
  height: 0;
  top: 19px;
  left: 0;
  border-top: 1px solid #cdcdcd;
}

/* another hack for IE5.5 */
/* line 302, ../scss/language-selector.scss */
* html #lang_sel_list ul {
  top: 18px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
/* line 309, ../scss/language-selector.scss */
#lang_sel_list table {
  position: absolute;
  top: 0;
  left: 0;
  border-collapse: collapse;
}
/* line 315, ../scss/language-selector.scss */
#lang_sel_list ul a {
  background: #ffffff;
  color: #444444;
  height: auto;
  line-height: 1em;
}

/* style the second level links */
/* line 325, ../scss/language-selector.scss */
#lang_sel_list_list ul a:visited {
  background: #ffffff;
  color: #444444;
  height: auto;
  line-height: 1em;
}

/* line 332, ../scss/language-selector.scss */
#lang_sel_list.lang_sel_list_vertical ul a, #lang_sel_list_list ul a:visited {
  padding: 3px 10px;
}

/* yet another hack for IE5.5 */
/* line 338, ../scss/language-selector.scss */
* html #lang_sel_list ul a {
  width: 150px;
}
/* line 340, ../scss/language-selector.scss */
* html #lang_sel_list ul a:visited {
  width: 150px;
}

/* line 346, ../scss/language-selector.scss */
#lang_sel_list a.lang_sel_sel {
  background-image: none;
  color: #444;
}
/* line 349, ../scss/language-selector.scss */
#lang_sel_list a.lang_sel_sel:hover {
  text-decoration: none;
  color: #000;
}
/* line 355, ../scss/language-selector.scss */
#lang_sel_list ul li:hover ul, #lang_sel_list ul a:hover ul {
  visibility: visible;
}
/* line 359, ../scss/language-selector.scss */
#lang_sel_list img.iclflag {
  width: 18px;
  height: 12px;
  position: relative;
  top: 1px;
}

/* make the second level visible when hover on first level list OR link */
/* line 369, ../scss/language-selector.scss */
#lang_sel.icl_rtl {
  text-align: right;
  direction: rtl;
}
/* line 372, ../scss/language-selector.scss */
#lang_sel.icl_rtl .lang_sel_sel {
  padding-right: 14px;
}

/* reset menu img definitions */
/* line 379, ../scss/language-selector.scss */
.menu-item-language img.iclflag {
  height: 12px !important;
  width: 18px !important;
  margin-bottom: 0 !important;
  margin-right: 4px;
}

/*# sourceMappingURL=language-selector.css.map */
