/*-----------------------------------------主体样式*/
body {
	margin: 0px;
	background-color:#fdfcf3;
}
body,td,th {
	font-size: 12px;
    line-height:150%;
	color: #5d5d5d;
}
form{
	margin: 0px;
}

a:link {
	color: #7e7e78;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7e7e78;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

a.a_white:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.a_white:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.a_white:hover {
	text-decoration: none;
	color: #bfffdb;
}
a.a_white:active {
	text-decoration: none;
	color: #bfffdb;
}

a.a_yellow:link {
	color: #C86C1A;
	text-decoration: none;
}
a.a_yellow:visited {
	text-decoration: none;
	color: #C86C1A;
}
a.a_yellow:hover {
	text-decoration: none;
	color: #FF0000;
}
a.a_yellow:active {
	text-decoration: none;
	color: #FF0000;
}
/*-----------------------------------------其他样式*/
.title1 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.c_red{
	color:#FF0000;
}
.c_white{
	color:#FFFFFF;
}
.c_green{
	color:#bfffdb;
}
.c_blue{
	color:#006699;
}
.c_yellow{
	color:#ecb369;
}
.boder1{
	border: 1px solid #dadada;
	padding:5px;
	width:120px;
	height:90px;
	background-color:#FFFFFF;
}
.boder1a{
	border: 1px solid #dadada;
	background-color:#FFFFFF;
}
.boderlr{
	background-color:#FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #efdabc;
	border-right-color: #efdabc;
	border-bottom-color: #efdabc;
	border-left-color: #efdabc;
}
.boderlr2{
	background-color:#FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ebebeb;
	border-right-color: #ebebeb;
	border-bottom-color: #ebebeb;
	border-left-color: #ebebeb;
	padding:5px;
	width:984px;
	padding-top:12px;
}
.idxw1{
	width:430px;
}
.fdbw1{
	width:460px;
}
.fdbw2{
	width:445px;
}
.bt1{
	background:url(../images/bt_bg1.gif);
	width:76px;
	height:24px;
	border:none;
	padding-top:1px;
	color:#ffffff;
}
.bt2{
	background:url(../images/bt_bg2.gif);
	width:76px;
	height:24px;
	border:none;
	padding-top:1px;
	color:#ffffff;
}
.xmbg{
	background:url(../images/body2a_xmbg.gif);
	width:86px;
	height:19px;
	color:#ffffff;
	padding-top:2px;
}
.xmbg_en{
	background:url(../images/body2a_xmbg.gif);
	width:86px;
	height:21px;
	color:#ffffff;
}
.input1{
	border: 1px solid #FFFFFF;
	width:92px;
	height:12px;
}
.option1{
	background-color:#EAEAEA;
}
.textarea_none{
	height:expression(this.scrollHeight);
	padding:10px;
	overflow:hidden;
}
.sortby{
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border: 1px solid #dddddd; 
	z-index:5; 
	position:absolute; 
	background-color:#ffffff;
	width:131px;
	visibility: hidden;
	overflow: hidden;
	text-align:left;
	margin-bottom:5px;
}