/* switch top/header */
div#header {
  position: relative;
}
div#switch-fs {
  position: absolute;
  left: 40px;
  bottom: 45px;
  height: 24px;
  width: 100px;
  overflow: hidden;
}
a.fs {
  display: block;
  float: left;
  width: 29px;
  height: 24px;
  margin: 0 2px;
  text-align: center;
  background-image: url(/images/switch/fs.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(11,166,231);
  text-decoration: none;
}
a.small {
  background-position: 0px -60px;
}
a.small:hover {
  background-position: -29px -60px;
}
a.small-on {
  background-position: -58px -60px;
}

a.medium {
  background-position: 0px -30px;
}
a.medium:hover {
  background-position: -29px -30px;
}
a.medium-on {
  background-position: -58px -30px;
}

a.large {
}
a.large:hover {
  background-position: -29px 0px;
}
a.large-on {
  background-position: -58px 0px;
}

a > span.fs_char {
  display: none;
}

/* sitch right */
div.switch {
	padding: 5px 7px;
	background-color: rgb(230,246,253);
	margin-bottom: 10px;
	text-align: center;
}
div.switch h3 {
	font-weight: bold;
	margin: -5px -7px 5px;
	padding: 4px 7px;
	/*font-size: 11px;
	text-transform: uppercase;*/
	background-color: rgb(133,210,243);
}
div.switch a {
	display: block;
	text-decoration: none;
	color: rgb(11,166,231);
}

div.switch ul {
	list-style: none;
}
div.switch li {
	float: left;
}
div.switch ul a {
	padding: 2px 8px;
	background-color: rgb(206,237,250);
	border: 1px solid rgb(157,219,245);
	border-radius: 4px;
	min-width: 18px;
	text-align: center;
}
div.switch ul a.opt {
	border-radius: 0px;
	border-right: none;
}
div.switch ul a.optf {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-right: none;
}
div.switch ul a.optl {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
div.switch ul a:hover {
	background-color: #fff;
}
div.switch ul a.on {
	background-color: rgb(11,166,231);
	border-color: rgb(11,166,231);
	color: #fff !important;
	font-weight: bold;
}
div.switch ul a.disabled {
	color: rgb(157,219,245);
	cursor: default;
}
div.switch ul a.disabled:hover {
	background-color: inherit;
}
a.fs1 {
	font-size: 12px !important;
}
a.fs2 {
	font-size: 16px !important;
}
a.fs3 {
	font-size: 20px !important;
}

div.language {
  font-size: 11px;
  line-height: 14px;
  color: rgb(11,166,231);
  margin-top: 7px;
}

div.language img {
  float: left;
  margin-top: -2px;
  margin-right: 7px;
  border: none;
}



