/*A.language_changer  { font-family : verdana, arial; font-size : 9px; font-weight : 800; text-transform : uppercase; color : #000000;  } 
A.language_changer:visited  { color : #000000;  } 
A.language_changer:hover { color : Red;  } 
A.language_changer:active  { color : Red;  } 
.language_changer  { font-family : verdana, arial; font-size : 9px; color : #000000; text-transform  : uppercase; font-weight : 800;  } 

.v_lang_changer_block {display: inline-block;}
.language_link {display: inline-block;}*/



/*******************  begin lang change combobox  *******************/

#country-select {
	position: relative;
	top: -4px;
	right: 0;
	display: inline-block;
	background-image: url("/siauliai/m/m_site/images/siauliai-11index2submeniu_03.png");
	background-repeat: no-repeat;
	width: 108px;
	height: 21px;
	margin-left: 10px;
	}

/* rought form styles for when JS is disabled */

#country-select form {
	width: 100px;
	padding: 0;
	}

#country-select select,
#country-select input {
	display: inline;
	padding: 0;
	margin: 0;
	}
	
/* JS-created definition list */

.dropdown dd { position: relative; }

.dropdown a {
	text-decoration: none;
	outline: 0;
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	width: 130px;
	overflow: hidden;
	}

.dropdown dt a {
	/*background: #fff;
	border: 1px solid #90948E;*/
	padding: 3px 10px 4px 10px;
	color: #3d3d3d;
	font-size: 11px;
	font-family: arial;
	text-decoration: none;
	}

	.dropdown dt a.active {
		background: #fff;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-bottomright: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom: 1px dotted #90948E;
		-moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
		-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
		box-shadow: 0 3px 7px rgba(0,0,0,.5);
		color: #000;
		}

.dropdown dd ul {
	background: #fff;
	border: 1px solid #90948E;
	color: #000;
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 2px 0 5px 0;
	list-style: none;
	border-top: none;
	margin: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	box-shadow: 0 3px 7px rgba(0,0,0,.5);
	}

	.dropdown dd ul li a {
		padding: 2px 10px;
		}

	.dropdown dd ul li a span,
	.dropdown dt a span {
		float: left;
		width: 18px;
		height: 12px;
		margin: 2px 6px 0 0;
		cursor: pointer;
		}

		.eng a span { background-image: url(/m/m_site/images/eng.gif); background-repeat: no-repeat; }
		.rus a span { background-image: url(/m/m_site/images/rus.gif); background-repeat: no-repeat; }
		.ger a span { background-image: url(/m/m_site/images/ger.gif); background-repeat: no-repeat; }
		.fre a span { background-image: url(/m/m_site/images/fre.gif); background-repeat: no-repeat; }
		.lit a span { background-image: url(/m/m_site/images/lit.gif); background-repeat: no-repeat; }

	.dropdown dd ul li a em,
	.dropdown dt a em {
		font-style: normal;
		float: left;
		width: 100px;
		cursor: pointer;
		}

	.dropdown dd ul li a em {
		color: #3d3d3d;
	font-size: 11px;
	font-family: arial;
	text-decoration: none;
		}

		.dropdown dd ul li a:hover { background-color: rgba(255,255,255,.1); }
		.dropdown dd ul li a:hover em { color: #000; }

/*******************  End lang change combobox  *******************/