/* start created by apple*/
.tdcontent {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana,Arial
}


/* end created by apple*/

.menu {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

.txt {
	FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Verdana
}
.txt2 {
	FONT-SIZE: 10px; COLOR: #FFFFFd; FONT-FAMILY: Verdana
}
.txt1 {
	FONT-SIZE: 10px; COLOR: #3F3D25; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
	}
.txt4 {
	FONT-SIZE: 12px; COLOR: #666666; FONT-FAMILY: Verdana, sans-serif
}
.txt3 {
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
BODY {
	SCROLLBAR-FACE-COLOR: #0B3C64; MARGIN: 0px; SCROLLBAR-HIGHLIGHT-COLOR: #94C5ED; SCROLLBAR-SHADOW-COLOR: #3C5D8A; SCROLLBAR-3DLIGHT-COLOR: #34658D; SCROLLBAR-TRACK-COLOR: #79AAD2; SCROLLBAR-DARKSHADOW-COLOR: #14456D; margin-width: 0px; margin-height: 0px
	scrollbar-arrow-color: #0B3C64; 
}
MM_jumpMenu {
	MM_jumpMenuR-FACE-COLOR: #0B3C64; MARGIN: 0px; MM_jumpMenu-HIGHLIGHT-COLOR: #94C5ED; MM_jumpMenu-SHADOW-COLOR: ##3C5D8A; SCROLLBAR-3DLIGHT-COLOR: #34658D; SCROLLBAR-TRACK-COLOR: #79AAD2; MM_jumpMenu-DARKSHADOW-COLOR: #14456D; BACKGROUND-COLOR: #aaaaaaa; margin-width: 0px; margin-height: 0px
	scrollbar-arrow-color: #0B3C64;
}
.margins {
	MARGIN: 5px 10px 0px
}
.copyright {
	FONT-FAMILY: Verdana, Arial;
	BACKGROUND-COLOR: transparent;
	font-size: 10px;
	color: #FFFFFF;
}
A {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #336699;
	font-family: Verdana;
	text-decoration: none;
	}
A:menu {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	font-family: Verdana;
	text-decoration: none;
}
A:visited {
	TEXT-DECORATION: none
}

.copyright {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #A49F6A
}

A:hover {
	COLOR: #990000;
	text-decoration: underline;

}

.menu2 {
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
	color: #e1decc;

}
.txtbb {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666666;


}
.hottitle1 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #990000;

}

.hotlink {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

.exchange {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #993300;
}
.textunderline {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #993300;
	font-variant: normal;
	text-decoration: underline;


}
.header1 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #A49F6A;
}
.book {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}
.header2 {

	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #4A472D;
}
.header3 {

	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFD;
}
.tip {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #3F3D25;

}
.textunderlinebold3 {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	color: #993300;
	text-decoration: underline;

}
.border1 {
	background-color: #7E7B4E;
	border: 1px solid #655129;




}
.headerwhite {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.border2 {
	background-image: url(../images/boxbg.gif);
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	color: #FFFFFF;
	background-color: #655129;
	border: 1px #655129;




}
.link2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
}

#printpage, #printcatalog {
  display: none;
  
}

.wc-product-search{
  display:flex;
  align-items:center;
  gap:16px;
  max-width:760px;
  background:#fff;
  border:2px solid #e5e7eb;
  border-radius:999px;
  padding:14px 18px;
  box-shadow:0 14px 40px rgba(0,0,0,.12);
  transition:all .2s ease;
}

.wc-product-search:focus-within{
  border-color:#92c354;
  box-shadow:0 18px 55px rgba(0,0,0,.18);
}

/* Logo */
.wc-product-search__logo{
  width:50px;
  height:50px;
  object-fit:contain;
  border-radius:50%;
  flex-shrink:0;
}

/* Input */
.wc-product-search__input{
  flex:1;
  border:0;
  outline:none;
  padding:18px 12px;
  font-size:18px;
  background:transparent;
  color:#111;
}

.wc-product-search__input::placeholder{
  color:#9ca3af;
}

/* Button */
.wc-product-search__button{
  border:0;
  border-radius:999px;
  padding:18px 36px;
  font-size:18px;
  font-weight:700;
  background:#92c354;
  color:#0f172a;
  cursor:pointer;
  transition:transform .15s ease, filter .15s ease;
  white-space:nowrap;
}

.wc-product-search__button:hover{
  transform:scale(1.03);
  filter:brightness(0.95);
}
