@charset 'UTF-8';

#container {
	font-size:108%;
}

#size-normal a {
	display:block;
	width: 21px;
	height: 21px;
	margin: 0px 5px 0px 10px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../images/btn_size_m.gif) no-repeat 0 0;
}

#size-normal a:hover {
	background: url(../../images/btn_size_m.gif) no-repeat 0 -21px;
}

#size-large a {
	display:block;
	width: 21px;
	height: 21px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../images/btn_size_l.gif) no-repeat 0 -42px;
}

#size-large a:hover {
	background: url(../../images/btn_size_l.gif) no-repeat 0 -42px;
}