html { 
	min-width: 780px; 
} 

body { 
	background: white;
	margin: 0px auto 0px auto;
	padding: 0px; 
	text-align: left;
}

html, body, input, textarea, select, button, td {
  color: #333;
  font: normal 11px "Lucida Grande",Tahoma,Verdana,Lucida,Arial,Helvetica,sans-serif,"ËÎÌå";
}

a, h1, h2, h3, h4, h5, h6, p, dl, ol, ul, dt, dd, li, td ,span{ 
	line-height: 140%; 
	font-size: 12px;
}

input {
	/*border-style:none;*/
}

a:link{color:#333;text-decoration:underline;}
a:visited {color:#333;text-decoration:underline;}
a:hover{color:#c00;text-decoration: none;}
a:active {color:#FF0000;text-decoration:none;}

a.a1:link{color:#333;text-decoration:none;}
a.a1:visited {color:red;text-decoration:none;}
a.a1:hover{color:#c00;text-decoration: none;}
a.a1:active {color:red;text-decoration:none;}

a.a2:link{color:#6F705E;text-decoration:none;}
a.a2:visited {color:#6F705E;text-decoration:none;}
a.a2:hover{color:#c00;text-decoration: none;}
a.a2:active {color:red;text-decoration:none;}

a.a3:link{color:white;text-decoration:underline;}
a.a3:visited {color:white;text-decoration:underline;}
a.a3:hover{color:#c00;text-decoration: none;}
a.a3:active {color:white;text-decoration:none;}

/*background color*/
.bg-body
{
	background:#FAFCE6;
}
.bg-menu
{
	background:#E9F5A1;
	color:
}
.bg-smallpic
{
	background:#D8E0B1;
}
.bg-error
{
	background:red;
}

/*font color*/
.yellow
{
	color:#FF812E;
}
.proName
{
	color:#5D124D;font-size:11px;font-weight:bold;
}
.proClass
{
	color:#F927C6;
}
.proClass2
{
	color:#0C6219;
	font-weight:bold;
	font-size:14px;
}
.proBar
{
	color:#6F705E;
}
.info
{
	color:#CD7955;
}
.foot1
{
	font-size:11px;color:#6F705E;
	font-family:Erasm;
}
.foot
{
	font-size:11px;color:#6F705E;
	font-family:Arial;
}
.red
{
	color:red;
}
.bold
{
	font-weight:bold;
}

/*border color*/
.bigpicBd
{
	border:1px solid #E7E7E7;
}
.border-solid-order {
	 border:1px solid #639625;
}


a.productname
{
	font-size:8pt;
	font-family:arial;
	color:black;
	text-decoration:none;
}
a.productname:hover
{
	text-decoration:underline;
}

.textfield
{
	border:1px solid #7D85A2;
}

.inputError
{
	border:2px solid red;
}
