@charset "utf-8";
/* CSS Document */
.web-lang {
	margin-left:5px;
	text-align:center;
	font-size:12px;
}
.web-lang td{
	width:40px;
	height:28px;
	list-style:none;
	text-align:center;
	border-right:1px #000000 dashed;
	margin-top:20px;
	
}
.web-lang a,.web-lang a:visited {
	margin:0 auto;
	height:18px;
	line-height:18px;
	display:block;
	width:30px;
	color:#000000;
	text-decoration:none;
}
.web-lang-selected a,.web-lang-selected a:visited {
	margin:0 auto;
	display:block;
	width:30px;
	background-color:#318dc9;
	color:#FFFFFF;
	text-decoration:none;
}
.web-lang-last-selected a,.web-lang-last-selected a:visited {
	margin:0 auto;
	height:18px;
	line-height:18px;
	display:block;
	width:30px;
	background-color:#318dc9;
	color:#FFFFFF;
	text-decoration:none;
}
td.web-lang-last, td.web-lang-last-selected {
	border-right:none;
}

