@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
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher, #polyglotLanguageSwitcher * {
	margin: 0;
	padding: 0; 
	outline: none;
}

#polyglotLanguageSwitcher ul {
	list-style: none;	
}

#polyglotLanguageSwitcher {
	position: absolute;
	left: 50%;
	margin-left: 250px;
	top: 5px;
	font-size: 80%;
	line-height: normal;
	text-align: left;
}

#polyglotLanguageSwitcher form {
	display: none;	
}

/* ---------------------------------------------------------------------- */
/* JS-created Code
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher a {
	text-decoration: none;
	display: block;	
	padding: 2px; /*9px 6px 9px 8px; */ /* 6px 6px 6px 28px */
	color: #6e6d6d;
	width: 7em; /* 84px; total width: 120px */
	background-repeat: no-repeat;
	background-position: 6px center; 
}

#polyglotLanguageSwitcher a:hover {
	color: white;	
}

#polyglotLanguageSwitcher 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 */
	width: 140px;
	text-align: left;
	padding-left: 28px;
}

#polyglotLanguageSwitcher a.current:hover, 
#polyglotLanguageSwitcher ul.dropdown li:hover {
	text-shadow: 0 0 10px white;
}

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

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

#polyglotLanguageSwitcher a.current:link span.trigger, #polyglotLanguageSwitcher a.current:visited span.trigger {
	background: url(../images/arrow-down.png) no-repeat left top;	
	width: 24px;
	height: 24px;
	margin-top: -2px;
}

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

/* Drop-Down Menu */

#polyglotLanguageSwitcher ul.dropdown { 
	display: none;
	position: absolute;
	top: 34px; /* 28px */
	left: 14px;
	width: 182px;
	height: 500px;
	background: url(../images/language-selector-bg.png) no-repeat;
	padding: 20px;
}

#polyglotLanguageSwitcher ul.dropdown a {
	padding-left: 30px;
}

/* Flags */

#cn { background-image: url(../images/flags/cn.png); }
#de { background-image: url(../images/flags/de.png); }
#us { background-image: url(../images/flags/us.png); }
#es { background-image: url(../images/flags/es.png); }
#fr { background-image: url(../images/flags/fr.png); }
#pt { background-image: url(../images/flags/pt.png); }
#ru { background-image: url(../images/flags/ru.png); }
#tr { background-image: url(../images/flags/tr.png); }
#gr { background-image: url(../images/flags/gr.png); }
#il { background-image: url(../images/flags/il.png); }
#sa { background-image: url(../images/flags/sa.png); }
#ir { background-image: url(../images/flags/ir.png); }
#jp { background-image: url(../images/flags/jp.png); }
