@charset "utf-8";


@import "reset.css";
@import "base.css";
@import "adjust.css";
@import "product.css";
@import "news.css";
@import "about.css";


/*//////////////////////////////////////////////////

Suggested order:

                 display
                 list-style
                 position
                 float
                 clear

                 width
                 height
                 margin
                 padding
                 border
                 background

                 color
                 font
                 text-decoration
                 text-align
                 vertical-align

                 white-space
                 other text
                 content

//////////////////////////////////////////////////*/

/*for back end editor*/
.download {}
table.style td.download {
	padding: 21px 0 0;
	font-size: 11px;
	text-align: center;
}
table.style td.download a {
	background: url(../images/icon_download.png) top center no-repeat;
	behavior: url("js/iepngfix.htc");
	font-size: 11px;
}