@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
	font-size: 11px;
}
.space {
	clear: both;
	width: 100%;
	text-align:center;
	vertical-align:middle;
}
/****************************************************************** INPUT */
input, textarea {
	border: 1px solid #666;
	padding: 2px;
	font-size: 12px;
}
option {
	/*padding: 0 4px;*/
}
.buttonclass {
	background-color: #A33838;
	border: 1px outset #BAB9AB;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
}
.radioclass {
	border: none;
	vertical-align: bottom;
}
.advanceclass {
	padding: 5px;
	border: 1px solid #BAB9AB;
}
/****************************************************************** BOX */
#box {
	width: 1004px;
	background-color: #FFF;
	overflow: hidden;
	/*margin: 0 auto;*/
}
#homeimage {
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
}
/****************************************************************** TOP */
#top {
	height: 140px;
	width: 100%;
	background-image: url(/images/others/topbg.jpg);
	background-repeat: repeat-x;
	/*background-color: #225384;*/
}
#ansi {
	float: right;
	height: 25px;
	width: 514px;
	color: #ccc;
	line-height: 25px;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
}
#logo {
	width: 230px;
	height: 135px;
	float: left;
	padding-top: 5px;
}
#logoleft {
	width: 744px;
	height: 140px;
	float: left;
	text-align: center;
	/*padding-top: 5px;
	background-color: #FF0;*/
}
#logocenter {
	width: 494px;
	height: 97px;
	float: left;
	text-align: center;
	padding-top: 18px;
	padding-left: 20px;
}
#logocenter ul {
	width: 444px;
	height: 35px;
	margin: 30px auto 0 auto;
	list-style: none;
	overflow: hidden;
}
#logocenter li {
	float: left;
	/*padding: 11px 2px;*/
}
#logoright {
	width: 230px;
	height: 140px;
	float: right;
}
#homelink {
	height: 25px;
	line-height: 25px;
	/*background-color: #F00;*/
	text-align: right;
	padding-right: 60px;
}
#homelink a:link, #homelink a:visited {
	color: #FFF;
}
#homelink a:hover {
	color: #600;
	text-decoration: none;
}
#homesearch {
	/*position: relative;
	background-color: #0F0;*/
	margin-top: 10px;
}
#homesearch form {
	padding: 2px 0;
}
#homesearch a:link, #homesearch a:visited {
	color: #000;
}
#homesearch a:hover {
	color: #333;
	text-decoration: none;
}
#homesearch input {
	color: #999;
}
#homesearch .gobuttonclass {
	background-color: #A33838;
	color: #FFF;
	font-weight: bold;
	border: 1px outset #BAB9AB;
	font-size: 10px;
}
#stylelist {
	width: 218px;
	position: absolute;
	background-color: #FFF;
	border: solid 1px #666;
	display: none;
	z-index: 102;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	/*margin-top: 1px;*/
}
#stylelist ul {
	list-style: none;
}
#stylelist li {
}
#stylelist li a {
	padding: 2px 3px;
	display: block;
}
#stylelist .nonestyle {
	padding: 2px 3px;
	font-weight: bold;
	color: #225384;
}
#stylelist li a:link, #stylelist li a:visited {
	text-decoration: none;
	color: #225384;
}
#stylelist li a:hover {
	background-color: #E1E2D4;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	color: #A33838;
	text-decoration: underline;
}
#stylelist span {
	color: #A33838;
	font-weight: bold;
	/*text-decoration: underline;*/
}
#stylelist p {
	padding: 2px 3px;
}
/****************************************************************** TOP MENU */
#menu {
	clear: both;
	height: 33px;
	width: 100%;
	background-image: url(/images/others/menubg.jpg);
	background-repeat: repeat-x;
	background-color: #97947F;
	color: #333;
}
#menutable {
	text-align: center;
}
#menutable a:link, #menutable a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#menutable a {
	height: 23px;
	padding-top: 10px;
	display: block;
}
#menutable .menucurrent a:link, #menutable .menucurrent a:visited {
	color: #225384;
	background-color: #FFF;
	border-top: solid 1px #666;
	padding-top: 9px;
}
#menutable a:hover, #menutable .menucurrent a:hover {
	color: #A33838;
	background-color: #E1E2D4;
	border-top: solid 1px #666;
	padding-top: 9px;
	text-decoration: underline;
}
#menutable .subcurrent a:link, #menutable .subcurrent a:visited {
	color: #225384;
	background-color: #E1E2D4;
	border-top: solid 1px #666;
	padding-top: 9px;
}
#menutable .menuline {
	border-left: solid 1px #666;
}
#menutable .menulast {
	border-right: solid 1px #666;
	border-left: solid 1px #666;
}
.submenulist {
	background-color: #DEDFD0;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #666;
	position: absolute;
	display: none;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	color: #A33838;
	z-index: 101;
	_width: 240px;
}
.submenulist ul {
	padding: 10px 0;
	list-style: none;
}
.submenulist li {
	height: 20px;
	line-height: 20px;
}
.submenulist a {
	display: block;
	margin: 0 4px;
	padding: 0px 30px 0px 10px;
}
.submenulist img {
	position: absolute;
	left: 7px;
	vertical-align: bottom;
}
.submenulist a:link, .submenulist a:visited {
	color: #225384;
	text-decoration: none;
}
.submenulist a:hover {
	color: #A33838;
	text-decoration: underline;
	background-color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}
/****************************************************************** MAIN */
#main {
	clear: both;
	width: 1004px;
	background-color: #FFF;
	padding-bottom: 20px;
}
#main h1 {
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	margin-left: 20px;
	color: #225384;
	width: 614px;
	overflow: hidden;
	display: inline;
}
#main h1 a:link, #main h1 a:visited {
	font-size: 12px;
	color: #225384;
}
#main h1 a:hover {
	text-decoration: none;
	color: #A33838;
}
#main h2 {
	float: right;
	text-align: right;
	height: 23px;
	width: 150px;
	margin: 10px 20px 0 0;
	display: inline;
	/*background-color: #F0F;*/
}
/****************************************************************** MAIN CONTENT */
#maincontent {
	clear: both;
	width: 996px;
	color: #666;
	padding: 0 4px;
	
}
#maincontent .newsymbol, #searchcontent .newsymbol {
	position: absolute;
	width: 136px;
	text-align: right;
}
#maincontent dl {
	float: left;
	height: 200px;
	overflow: hidden;
	margin: 0 15px 10px 15px;
	width: 136px;
	display: inline;
}
#maincontent dt a {
	display: block;
	height: 140px;
	overflow: hidden;
	text-align: center;
	padding-top: 8px;
}
#maincontent a:link, #maincontent a:visited {
	color: #225384;
}
#maincontent a:hover {
	color: #A33838;
	text-decoration: none;
}
#maincontent dt a:link, #maincontent dt a:visited {
	border: solid 1px #97947F;
}
#maincontent dt a:hover {
	border: solid 2px #A33838;
	height: 139px;
	padding-top: 7px;
}
#maincontent .style {
	color: #225384;
	font-weight: bold;
	margin-top: 5px;
}
/****************************************************************** MAIN DETAIL */
#maindetail {
	clear: both;
	width: 966px;
	color: #555;
	overflow: hidden;
	margin: 0 19px;
	border: solid 2px #97947F;
}
#maindetail th, #whatisansi th {
	background-color: #E1E2D4;
	padding: 4px;
	color: #333;
}
#maindetail td, #openwindow td, #whatisansi td {
	padding: 4px;
	background-color: #FFF;
}
/****************************************************************** MAIN DETAIL LEFT */
#mainleft {
	width: 468px;
	float: left;
}
#mainleft a:link, #mainleft a:visited {
	color: #225384;
	text-decoration: none;
}
#mainleft a:hover {
	color: #A33838;
	text-decoration: underline;
}
#mainleft .newsymbol {
	position: absolute;
	left: 360px;
	z-index: 2;
}
#mainleft dl {
	width: 463px;
	text-align: center;
	padding-top: 60px;
}
#mainleft dd {
	padding: 30px 0;
	line-height: 22px;
}
#mainleft td {
	text-align: center;
	vertical-align: top;
}
/****************************************************************** MAIN DETAIL RIGHT */
#packing, #chartsize, #createflyer, #getsample, #emailfriend {
	padding: 15px;
}
#packing td, #chartsize td {
	/*padding-left: 10px;*/
	text-align: center;
	font-size: 10px;
}
#mainright {
	width: 455px;
	float: right;
	border: solid 1px #666;
	margin: 20px;
	display: inline;
}
#detailtool a:link, #detailtool a:visited {
	color: #333;
	text-decoration: none;
	font-size: 10px;
}
#detailtool a:hover {
	color: #A33838;
	text-decoration: underline;
}
#mainright table, #whatisansi table {
	margin-bottom: 6px;
	background-color: #BAB9AB;
}
#packing p, #chartsize p, #createflyer p, #getsample p, #emailfriend p, #openwindow p {
	padding: 5px 0;
}
#detailinfo p {
	padding-top: 15px;
	padding-bottom: 10px;
}
#mainright ul {
	list-style: none;
	width: 455px;
	height: 32px;
	border-bottom: solid 1px #666;
	background-image: url(/images/others/detailbg.jpg);
	background-repeat: repeat-x;
}
#mainright li {
	float: left;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	/*border-top: solid 1px #999;*/
    overflow: hidden;
}
#detailtool a {
	display: block;
}
#mainright .mainrightline {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	background-color: #97947F;
	width: 85px;
	background-image: url(/images/others/detailbg.jpg);
	background-repeat: repeat-x;
}
#mainright .mainrightcurrent {
	border-bottom: solid 1px #FFF;
	border-right: solid 1px #666;
	background-color: #FFF;
	width: 85px;
}
#mainright .mainrightcurlast {
	background-color: #FFF;
	width: 85px;
}
#mainright .mainrightcurrent a:link, #mainright .mainrightcurrent a:visited {
	color: #225384;
}
#mainright .mainrightcurrent a:hover {
	color: #A33838;
}
#mainright .mainrightlast {
	width: 85px;
	border-bottom: solid 1px #666;
	background-image: url(/images/others/detailbg.jpg);
	background-repeat: repeat-x;
}
.detailcontent {
	clear: both;
	padding: 40px;
	display: none;
}
.detaildescription {
	clear: both;
	padding: 40px 40px 10px 40px;
}
#chartsize a:link, #chartsize a:visited {
	color: #225384;
	text-decoration: underline;
}
#chartsize a:hover {
	color: #A33838;
	text-decoration: none;
}
.notetext {
	color: #225384;
}
#mainright h3 {
	color: #225384;
	font-size: 13px;
}
.price1 {
    size: 11px;
	padding-top: 10px;
}
.price1 td {
    text-align: center;
}
.price1 h4 {
    text-align: center;
	padding-top: 5px;
}
.price1 h5 {
    text-align: right;
	font-weight: normal;
}
/****************************************************************** OPEN WINDOW */
#openwindow {
	padding: 10px;
}
#openwindow h1 {
	font-size: 16px;
	padding: 6px 0;
	color: #225384;
}
#openwindow th {
	padding: 5px;
	color: #333;
	background-color: #97947F;
	background-image: url(/images/others/detailbg.jpg);
	background-repeat: repeat-x;
}
#openwindow table {
	margin-bottom: 6px;
	background-color: #666;
}
#openwindow .ordernumber {
	font-size: 15px;
	color: #A33838;
	font-weight: bold;
}
/****************************************************************** WHAT IS ANSI */
#whatisansi {
	clear: both;
	width: 964px;
	color: #666;
	margin: 20px;
}
#whatisansi h3 {
	font-size: 24px;
	text-align: center;
	padding: 20px 0;
	font-family: "Courier New", Courier, monospace;
}
#whatisansi h4 {
	font-size: 13px;
	padding-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
}
#whatisansi p {
	font-family: Verdana, Geneva, sans-serif;
	padding: 0 60px 20px 30px
}
#whatisansi .ansibg {
	background-color: #F0F0F0;
}
/****************************************************************** SEARCH */
#searchcontent {
	clear: both;
	width: 966px;
	margin: 0 19px;
	color: #666;
}
#searchcontent a:link, #searchcontent a:visited {
	color: #225384;
}
#searchcontent a:hover {
	color: #A33838;
	text-decoration: none;
}
#searchcontent p {
	padding: 10px 0;
}
#searchcontent span {
	color: #A33838;
	text-decoration: underline;
}
#searchcontent h3 {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #225384;
	float: left;
}
#searchcontent h4 {
	float: right;
	height: 40px;
	line-height: 40px;
}
#searchcontent .searchkey {
	font-size: 12px;
	color: #A33838;
}
#searchcontent .norecode, #mainspecials .norecode {
	text-align: center;
}
#searchadvance {
	padding: 15px;
	border: solid 2px #97947F;
	background-color: #E1E2D4;
	color: #333;
	margin-bottom: 10px;
}
#searchadvance th {
	padding: 3px 0;
	text-align: left;
}
#searchlist {
	clear: both;
	padding-bottom: 10px;
}
#loadsearch {
	position: absolute;
	display: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	z-index: 2;
	border: solid 1px #97947F;
	width: 150px;
	background-color: #E1E2D4;
	text-align: center;
	padding: 2px 0;
	margin-top: 15px;
	left: 427px
}
#searchlist hr {
	margin-bottom: 10px;
	clear: both;
	width: 100%;
}
#searchcontent dl.searchlist1 {
	width: 100%;
	height: 130px;
	margin-bottom: 10px;
}
#searchcontent .searchlist1 dt {
	width: 162px;
	float: left;
	text-align: center;
	overflow: hidden;
}
#searchcontent .searchlist1 dd {
	float: right;
	width: 794px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#searchcontent dl.searchlist0 {
	float: left;
	height: 200px;
	overflow: hidden;
	margin: 0 12px 10px 13px;
	width: 136px;
	text-align: center;
	display: inline;
}
#searchcontent .searchlist0 dt {
	height: 140px;
	padding-bottom: 4px;
}
/****************************************************************** NEW AND SPECIALS */
#mainspecials {
	clear: both;
	width: 994px;
	padding: 0 5px;
	color: #333;
}
#mainspecials dl {
	float: left;
	width: 300px;
	height: 453px;
	margin: 0 16px 26px 15px;
	text-align: center;
	font-weight: bold;
	display: inline;
}
#mainspecials dt {
	height: 30px;
	line-height: 30px;
	background-color: #E1E2D4;
	border: solid 1px #BAB9AB;
	font-size: 12px;
}
#mainspecials dd {
	padding-bottom: 10px;
}
/****************************************************************** BOTTOM */
#bottom {
	clear: both;
	height: 40px;
	/*padding: 20px;*/
	background-image: url(/images/others/topbg.jpg);
	background-repeat: repeat-x;
	background-color: #225384;
	padding: 20px;
}
#copyright {
	float: left;
	display: inline;
}
.clientwebsite {
	float: right;
	height: 40px;
	/*border-left: solid 1px #333;*/
	/*display: inline;*/
    display: none;
	color: #600;
	padding-left: 10px;
}
/****************************************************************** PRINT STYLE */
@media print {
	#top {
		display: none;
	}
	#menu {
		display: none;
	}
	#main h2 {
		display: none;
	}
	#bottom {
		display: none;
	}
}