/* @override http://www.beta.apilot.cz/css/global/lang.css */

.dc-languages {
	width: 100px;
	height: 16px;
	padding: 1px 0;
	overflow: hidden;
	font-size: 11px;
	border: 1px #c5c5c5 solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fff;
}

.dc-head-logo .dc-languages {
	position: absolute;
	z-index: 90;
	right: 10px;
	top: 10px;
}

.dc-languages .arrows {
	background: url(img/lang/lang.select.png) no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 90;
	right: 2px;
	top: 4px;
	z-index: 99;
}

.dc-languages:hover, .dc-languages.open {
	background: #fff;
	height: auto;
	
}

.dc-languages a {
	display: block;
	height: 16px;
	min-height: 16px;
	line-height: 16px;
	margin: 0 1px;
	padding: 0 16px 0 22px;
	color: #535353;
	text-decoration: none;
	position: relative;
	z-index: 92;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-repeat: no-repeat;
	background-position: 2px -2px;
	background-color: #fff;
	background-image: url(img/icons/flags.png);
}

div[class] .dc-languages a {
	height: auto;
}

.dc-languages a.cs {
	background-position: 2px -2px;
}

.dc-languages a.sk {
	background-position: 2px -22px;
}

.dc-languages a.en {
	background-position: 2px -42px;
}

.dc-languages a.de {
	background-position: 2px -62px;
}

.dc-languages a.pl {
	background-position: 2px -82px;
}

.dc-languages a.ru {
	background-position: 2px -102px;
}

.dc-languages a.it {
	background-position: 2px -122px;
}

.dc-languages a.es {
	background-position: 2px -142px;
}

.dc-languages a.fr {
	background-position: 2px -162px;
}

.dc-languages a.fi {
	background-position: 2px -182px;
}

.dc-languages a:hover, .dc-languages a:focus {
	background-color: #e7e9e9;
}

.dc-languages a:focus {	
	outline: none;
}

.dc-languages a:active {
	color: #fff;
	background-color: #3875d7;
}

.dc-languages a:active strong {
	color: #fff;
}

.dc-languages a strong {
	color: #000;
	font-weight: 400;
}

