@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 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: normal !important;
	background: #fff;
}

#polyglotLanguageSwitcher form {
	display: none;	
}

/* ---------------------------------------------------------------------- */
/* JS-created Code
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher a {
	text-decoration: none;
	text-transform: uppercase;
	display: block;	
	padding: 12px 12px 12px 48px;
	width:30px;
	background-repeat: no-repeat;
	background-position: 12px center;
}
#polyglotLanguageSwitcher a.current:link, #polyglotLanguageSwitcher a.current:visited, #polyglotLanguageSwitcher a.current:active {
	position: relative;
	border-radius: 3px;
	height: 1.25em;
	width:30px;
}

#polyglotLanguageSwitcher a.current:hover, 
#polyglotLanguageSwitcher ul.dropdown li:hover {
/* 	background-color: #E5E5E5; */
/* 	width:30px; */
}

#polyglotLanguageSwitcher a.active {
	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: 16px;
	right: 6px;
}
/* Drop-Down Menu */

#polyglotLanguageSwitcher ul.dropdown { 
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	background-color: #FFF;
	border-top: 0px !important;
	border-radius: 0 0 3px 3px;
	width: auto;
	background:#fff;
}

#polyglotLanguageSwitcher ul.dropdown li { 
/* 	background: none repeat scroll 0 0 #EEEEEE; */
/* 	width:30px; */
}
#polyglotLanguageSwitcher ul.dropdown li a{
	border-top:none;
	font-size:12px;
	background-color: #ffffff;
}
#polyglotLanguageSwitcher ul.dropdown li a:hover {
	background-color: #ddd;
}
#polyglotLanguageSwitcher ul.dropdown li:last-child {
	border-radius: 0 0 3px 3px;
}

/* Flags */

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

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

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

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

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

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

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