@import url(common.css);
@import url(reset.css);

body {
	padding: 0;
	margin: 0;
	font-size: 120%;
	color: #323232;
	background: #e4e4e4;
}

#textsize{
	float:left;
	margin:0;
	padding:0;
	width:217px;
	height:26px;
}

#textsizechange{
	float:left;
	margin:0;
	padding:0;
	width:78px;
	height:26px;
	list-style:none;
}

#textsizechange  li {		
	float:left;
}


#textsizechange li.small a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
	outline:none;
	width:26px;
	height:26px;
	background-image:url(../img/text_small.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#textsizechange li.small a:hover {
	background-position:0px -26px;
}

#textsizechange li.small a.hover {
	background-position:0px -26px;
}

#textsizechange li.standard a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
	outline:none;
	width:26px;
	height:26px;
	background-image:url(../img/text_standard.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#textsizechange li.standard a:hover {
	background-position:0px -26px;
}

#textsizechange li.standard a.hover {
	background-position:0px -26px;
}

#textsizechange li.large a{
	width:26px;
	height:26px;
	background-image:url(../img/text_large.gif);
	background-position:0px -26px;
	background-repeat:no-repeat;
}

