@charset "utf-8";
/* CSS Document */

a:link {
	color: #a55419;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a55419;
}
a:hover {
	text-decoration: none;
	color: #470900;
}
a:active {
	text-decoration: none;
}
a.dh:link {
	font-size: 14px;
	font-style: normal;
	color: #a16e5b;
	text-decoration: none;
}
a.dh:visited {
	font-size: 14px;
	font-style: normal;
	color: #a16e5b;
	text-decoration: none;
}
a.dh:hover {
	text-decoration: none;
	color: #a55419;
}
a.dh:active {
	text-decoration: none;
}
*,body{
    scrollbar-face-color: #fad2b5; 
    scrollbar-highlight-color: #ffffff; 
    scrollbar-shadow-color: #470900; 
    scrollbar-3dlight-color: #470900; 
    scrollbar-arrow-color: #470900; 
    scrollbar-track-color: #aa715a; 
    scrollbar-darkshadow-color: #ffffff;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-style: normal;
	color: #a55419;
	text-decoration: none;

}.under_word {
	font-size: 12px;
	font-style: normal;
	color: #a16e5b;
	text-decoration: none;
	font-family: "黑体";
}
.search_box {
	font-size: 12px;
	background-color: #E1B9B0;
	height: 16px;
	border: 1px solid #9C5343;
	width: 135px;
	color: #9c5343;
	text-decoration: none;
}
.under {
	font-size: 12px;
	font-style: normal;
	color: #AA715A;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AA715A;
}
#products a:hover img {
    filter: alpha(opacity=100);  /* for IE*/
    -moz-opacity: 1;  /* for Firefox*/
    opacity: 1;  /* for opera*/
}
#products a img {
    filter: alpha(opacity=70);  /* for IE*/
    -moz-opacity: 0.7;  /* for Firefox*/
    opacity: 0.7;  /* for opera*/
}
#newc 
{
width:650px;
margin:auto;
height:378px;
overflow-y:auto;
overflow-x:auto;
/*height:378px;
max-height:378px;overflow:auto;height:expression((this.height<500)?"auto":"378px");
overflow:expression((this.height<378)?"visible":"auto");*/
}