@charset "utf-8";
/* CSS Document */

div.lang_switch
{
 	width: 60px;/*94px;*/
    height: 23px;/*24px;*/
    background-color: transparent;
	position: absolute;
    top: 74px;
    left: 772px;

}

div.lang_switch_ru
{
 	width: 30px;
    height: 23px;
	color: #000;
	position: absolute;
    top: 0;
    left: 0;
}

div.lang_switch_en
{
 	width: 30px;
    height: 23px;
	position: absolute;
    top: 0px;
    left: 30px;
}


li.current_lang
{
	margin: 0px;
	padding: 3px 2px;
	vertical-align: middle;
	background-color:#fff;
	text-align: center;
	list-style-type: none;
}


li.lang
{
	margin: 0px;
	padding: 3px 2px;
	vertical-align: middle;
	background-color: none;
	text-align: center;
	list-style-type: none;
}

ul.lang_switch
{
	margin: 0px;
	padding:0px;
	border: 0px;
	list-style-type: none;
}

a.current_lang
{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	text-decoration:none;
}

a.lang:link
{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a.lang:visited {
/*	color: #800080; */
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.lang:hover, a.lang:active {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
