/* @override 
	http://www.beta.apilot.cz/css/global/lang.css
	http://www.pptuning.apilot.cz/css/global/lang.css
*/

.dc-languages {
	width: 50px;
	height: 16px;
	padding: 1px 0;
	overflow: hidden;
	font-size: 11px;
}

.dc-head-logo .dc-languages {
	position: absolute;
	z-index: 90;
	right: 10px;
	bottom: -38px;
}

/*.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 {
	height: auto;
	
}

.dc-languages a {
	display: block;
	height: 16px;
	min-height: 16px;
	line-height: 16px;
	margin: 0 1px;
	padding: 0 8px;
	margin-right: 4px;
	color: #535353;
	text-decoration: none;
	position: relative;
	z-index: 92;
	float: left;
	background-image: url(img/icons/flags.png);
	background-repeat: no-repeat;
}

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 {
}

.dc-languages a:focus {	
	outline: none;
}

.dc-languages a:active {
	color: #fff;
}

.dc-languages a:active strong {
	color: #fff;
}

.dc-languages a span{
	display: none;
}

.dc-languages a strong {
	color: #000;
	font-weight: 400;
}

