@charset "utf-8";
body {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:19px;
	font-family:"微软雅黑";
	color:#000;
}
ul, li {
	margin:0;
	padding:0;
	list-style-type:none;
}
img {
	border:0;
}
a {
	text-decoration:none;
	outline: none;
}
a:link, a:visited, a:hover, a:active {
}
a:active {
	outline: none;
star:expression(this.onFocus=this.blur());
}
.contentBox {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#topbox {
	background-color:#d7d7d7;
	width:100%;
}
.top {
	height:66px;
}
.product {
	float:left;
	height:66px;
}
.breadcrumb {
	float:right;
	margin: 30px 20px 0 0;
	color:#505050;
}
.breadcrumb a {
	margin: 0 3px;
	line-height: 33px;
	color:#505050;
	text-decoration: none;
}
#RegisterBox {
	display: none;
}
#fullbg {
	display:none;
	background-color:#000;
	left:0px;
	opacity:0.5;
	position:absolute;
	top:0px;
	z-index:110;
	filter:alpha(opacity=20); /* IE6 */
	-moz-opacity:0.2; /* Mozilla */
	-khtml-opacity:0.2; /* Safari */
}
#popBox {
	width:800px;
	height:344px;
	position:absolute;
	z-index:120;
	top:100px;
}
.closebox {
	background: url("../images/bg_close.jpg") no-repeat scroll left top transparent;
	display: block;
	height: 14px;
	right: 30px;
	position: absolute;
	top: 10px;
	width: 14px;
	z-index: 999;
}