@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
------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* TABLE OF CONTENTS
/* ----------------------------------------------------------------------
-Generic
-JS-created Code
------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* 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-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-size: 12px;
	color: #444;
	line-height: normal;
	position: relative; /* sets the initial position for the drop-down menu */	
	z-index: 100;


    height: 24px;


    margin: 1px;
    padding: 2px;


border: 1px solid #dedede;

 text-decoration: none;

    display: inline-block;


    background: #E1E1E1;
    background: -webkit-linear-gradient(top, #f7f7f7, #d1d1d1);
    background: -moz-linear-gradient(top, #f7f7f7, #d1d1d1);
    background: -ms-linear-gradient(top, #f7f7f7, #d1d1d1);
    background: -o-linear-gradient(top, #f7f7f7, #d1d1d1);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#ffffff')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#ffffff');
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;


}

#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: #444;
	width: 5em; /* 84px; total width: 120px */
	background-repeat: no-repeat;
	background-position: 6px center; 
}

#app_header_in_info_box_language a:hover {
	color: #000;

}

#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 */
	/*background-color: #FFF;*/
	/*border: 1px solid #E5E5E5;
	border-radius: 3px;*/
	height: 1.25em; /* 15px */
}



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

#app_header_in_info_box_language ul.dropdown li:hover {
	/*background-color: #F7F7F7;*/

	  text-decoration: none;
	  
    background: -webkit-linear-gradient(top, #ffffff, #dfdfdf);
    background: -moz-linear-gradient(top, #ffffff, #dfdfdf);
    background: -ms-linear-gradient(top, #ffffff, #dfdfdf);
    background: -o-linear-gradient(top, #ffffff, #dfdfdf);
}

#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;
	border-radius: 3px 3px 0 0 !important;
}

#app_header_in_info_box_language span.trigger {
	display: block;
	position: absolute;
	width: 9px;
	height: 5px;
	text-indent: -10000em;
	top: 0.5em; /* 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: 0;
	background-color: #FFF;
	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 #D4D4D4;
}

#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);	
}