@charset "utf-8";
/* CSS Document */

/* fs-large */

#parts-fsStandard{
	background:url(../images/fs-standard-off.jpg) no-repeat;
	width:25px;
	height:25px;
}

#parts-fsStandard:hover{
	background:url(../images/fs-standard-on.jpg) no-repeat;
}

#parts-fsLarge{
	background:url(../images/fs-large-on.jpg) no-repeat;
	width:25px;
	height:25px;
}

#parts-fsLarge:hover{
	background:url(../images/fs-large-on.jpg) no-repeat;
}

#parts-fsSmall{
	background:url(../images/fs-small-off.jpg) no-repeat;
	width:25px;
	height:25px;
}

#parts-fsSmall:hover{
	background:url(../images/fs-small-on.jpg) no-repeat;
}

.content {
  font-size:100%;
}

