@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------- */
/* "Polyglot" Language Switcher
/* ----------------------------------------------------------------------
Version: 1.4
Author: Ixtendo
Author URI: http://www.ixtendo.com
License: MIT License
License URI: http://www.opensource.org/licenses/mit-license.php
------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* Generic
/* ---------------------------------------------------------------------- */
#app_header_in_info_box_language, #app_header_in_info_box_language * {
	margin: 0;
	padding: 0; 
	outline: none;
}

#app_header_in_info_box_language ul {
	list-style: none;	
}

#app_header_in_info_box_language {

	font-size: 12px;
  color: #000;
	line-height: normal;
	position: relative; /* sets the initial position for the drop-down menu */	
	z-index: 100;
  margin: 1px;
  height: 28px;
  width: 100px;
background-color: #f3f3f3;
  /*border: 1px solid #dedede;*/
  text-decoration: none;
  display: inline-block;

  

}

.current:hover {
	 background-color: #0072c6;

}

#app_header_in_info_box_language form {
	display: none;	
}

/* ---------------------------------------------------------------------- */
/* JS-created Code
/* ---------------------------------------------------------------------- */
#app_header_in_info_box_language a {
	text-decoration: none;
	display: block;	
	padding: 0.5em 6px 0.5em 28px; /* 6px 6px 6px 28px */
	color: #000;

	background-repeat: no-repeat;
	background-position: 6px center; 
}

#app_header_in_info_box_language a:hover {
	  color: #fff;

}

#app_header_in_info_box_language a.current:link, #polyglotLanguageSwitcher a.current:visited, #polyglotLanguageSwitcher a.current:active {
	position: relative; /* sets the initial position for the trigger arrow */

	height: 1.25em; /* 15px */
}



/*#polyglotLanguageSwitcher a.current:hover,*/

#app_header_in_info_box_language ul.dropdown li:hover {


	  text-decoration: none;

    background-color: #0072c6;
    color: #ffffff !important;
}

#app_header_in_info_box_language a.active { /* This style is applied as long as the drop-down menu is visible. */
	border-bottom: none !important;

}

#app_header_in_info_box_language span.trigger {
	display: block;
	position: absolute;
	width: 9px;
	height: 5px;
	text-indent: -10000em;
	top: 0.9em; /* 6px */
	right: 6px;
}

#app_header_in_info_box_language a.current:link span.trigger, #polyglotLanguageSwitcher a.current:visited span.trigger {
	background: url(../images/arrow-down.gif) no-repeat left top;	
}

#app_header_in_info_box_language a.current:hover span.trigger, #polyglotLanguageSwitcher a.current:active span.trigger, #polyglotLanguageSwitcher a.active span.trigger {
	background-position: left bottom !important;
}

/* Drop-Down Menu */

#app_header_in_info_box_language ul.dropdown { 
	display: none;
	position: absolute;
	/*top: 2.333em; /* 28px */
	left: -1;
	width: 100px;
	background-color: #f3f3f3;
	border: 1px solid #E5E5E5;
	border-top: none !important;
	/*border-radius: 0 0 3px 3px;*/
}

#app_header_in_info_box_language ul.dropdown li { 
	border-top: 1px solid #fff;
}

#app_header_in_info_box_language ul.dropdown li:last-child { 
	/*border-radius: 0 0 3px 3px;*/


}

/* Flags */

#en-GB { 
	background-image: url(../images/flags/en.png);
}

#fr-FR { 
	background-image: url(../images/flags/fr.png);	
}

#de-DE { 
	background-image: url(../images/flags/de.png);	
}

#it-IT { 
	background-image: url(../images/flags/it.png);	
}

#es-ES { 
	background-image: url(../images/flags/es.png);	
}

#cs-CZ { 
	background-image: url(../images/flags/cs.png);	
}

#ru-RU { 
	background-image: url(../images/flags/ru.png);	
}

#zh-CN { 
	background-image: url(../images/flags/cn.png);	
}