/*===================================================================

 about this template
 http://hyper-text.org/archives/2007/10/css_switch.shtml

===================================================================*/

/*----------------------------------------
 __CSS_switch
----------------------------------------*/

ul#css_switch {
	margin: 0 0 0 auto;
	padding: 0;
	font-size: 100%;
	list-style: none;
	width:178px;
	height: 30px;
	overflow: hidden;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #765c2f;
	border-bottom-color: #765c2f;
	border-left-color: #765c2f;
	}

ul#css_switch li {
	margin: 0;
	padding: 0;
	width: 55px;
	height: 30px;
	float: left;
	overflow: hidden;
	}

ul#css_switch li.normal {
	width: 50px;
	}

ul#css_switch li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-indent: 100em;
	overflow: hidden;
	}


ul#css_switch li.normal a {
	background-image: url(../images/moji-middle-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

ul#css_switch li.big a {
	background-image: url(../images/size-expansion.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
#css_switch .size {
	background-image: url(../images/size-title.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 70px;
}

