@charset "utf-8";
/* CSS Document */
body{
		margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		background-color:#f4f5f6;
}
table{
	background-color:#ffffff;
}	
	
a:link{
		color:#000000;
		text-decoration:none;
}
a:hover{
		color:#FFCC33;
		text-decoration:underline;
}
a:visited{
		color:#000000;
		text-decoration:none;
}
.title{
		color:#FF9900;
}
.white_bg{
		background-color:#ffffff;
}
.font_height{
		line-height:18px;
}
.news_font_height{
		line-height:20px;
}
.cr_color{
		color:#888888;
}
.search{
	border-width:1px;
	width:86px;
	height:14px;
	border-bottom-color:#888888;
	border-right-color:#888888;
	border-top-color:#888888;
	border-left-color:#888888;
	color:#888888;
}
.orangeTxt{
		color:#ff9600;
}
.button{
		height:20px;
		width:45px;
		font-size:12px;
		border-width:1px;
		border-left-color:#000000;
		border-right-color:#000000;
		border-top-color:#000000;
		border-bottom-color:#000000;
		background-color:#fcb702;
}		
.login_filed{
		width:88px;
}		
.login_btn{
		height:20px;
		width:45px;
		font-size:12px;
		border-width:1px;
		border-left-color:#000000;
		border-right-color:#000000;
		border-top-color:#000000;
		border-bottom-color:#000000;
		background-color:#fe9100;
}		
.professional_field{
	border-width:1px;
	width:98px;
	height:14px;
	border-bottom:#888888 1px solid;
	border-right:#888888 1px solid;
	border-top:#888888 1px solid;
	border-left:#888888 1px solid;
}
.professional_area{
	border-width:1px;
	width:198px;
	border-bottom:#888888 1px solid;
	border-right:#888888 1px solid;
	border-top:#888888 1px solid;
	border-left:#888888 1px solid;
}
.register{
	border-width:1px;
	width:98px;
	height:14px;
	border-left:#ff9600 1px solid;
	border-top:#ff9600 1px solid;
	border-right:#ff9600 1px solid;
	border-bottom:#ff9600 1px solid;
}
.white_txt{
	color:#ffffff;
}	
.small_font{
	font-size:10px;
	color:#888888;
	font-style:italic;
}
.red_font{
	font-size:12px;
	color:#ff0000;
}
.item_font{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.new_font{
	font-size:10px;
	color:#ff0000;
}	
.smll_font{
		font-size:12px;
}
.size{
	font-size:10px;
}	
.sales_service_font{
		font-size:14px;
		color:#ff0000;
}
.cart_field{
	height:12px;
	width:28px;
	border-bottom:#cccccc 1px solid;
	border-right:#cccccc 1px solid;
	border-top:#cccccc 1px solid;
	border-left:#cccccc 1px solid;
}	
.hy{
	color:#FF6600;
	font-weight:bold;
}
.hr{
	height:1px;
	width:778px;
	color:#b5b4b4;
	text-align:center;
}
.bottomLeft{
	padding-left:8px;
	color:#b5b4b4;
}
.menu{
	background-image:url(../images/menubarBg.jpg);
	background-repeat:repeat;
	height:32px;
	padding-left:6px;
	vertical-align:middle;
}
.menuSpace{
	padding-left:3px;
	font-weight:bold;
	color:#000000;
}
.bold{
	font-weight:bold;
}
.tableClass{
	border-collapse:collapse; /* 关键属性：合并表格内外边框(其实表格边框有2px，外面1px，里面还有1px哦) */
	border:solid #000000; /* 设置边框属性；样式(solid=实线)、颜色(#999=灰) */
	border-width:1px 1px 1px 1px; /* 设置边框状粗细：上 右 下 左 = 对应：1px 0 0 1px */
}