/*===================================================================

 about this template
 http://hyper-text.org/archives/2007/10/css_switch.shtml

===================================================================*/

/*----------------------------------------
 __CSS_switch
----------------------------------------*/

ul#css_switch {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;
	list-style: none;
	width: 190px;
	height: 21px;
	overflow: hidden;
	}

ul#css_switch li {
	margin: 0;
	padding: 0;
	width: 26px;
	height: 21px;
	float: left;
	overflow: hidden;
	}

ul#css_switch li.normal {
	width: 27px;
	}

ul#css_switch li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-indent: 100em;
	overflow: hidden;
	}

ul#css_switch li.small a {
	background-image: url(../img/moji--off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

ul#css_switch li.normal a {
	background-image: url(../img/moji-middle-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

ul#css_switch li.big a {
	background-image: url(../img/moji-big-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
#css_switch .size {
	width: 100px;
	padding-right: 10px;
	padding-top: 3px;
}

