/* ---------- Header ---------- */

.header {
	font: 12px tahoma, Arial, Verdana, sans-serif;
}

.header ul{
	list-style-type: none;
}

.header .top {
	height: 30px;
	line-height: 30px;
	margin-bottom: 1px;
	border-bottom: 1px solid #e6e6e6;
	background-color: #f6f6f6;
}

.topNav{
	font: 12px tahoma, Arial, Verdana, sans-serif;
	color:#000,
	height: 30px;
	line-height: 30px;
	margin-bottom: 1px;
	border-bottom: 1px solid #e6e6e6;
	background-color: #f6f6f6;
}

.header .topNav {
	width: 1190px;
	margin: 0px auto;
}

.header .topNav li {
	float: left;
	color: #dddddd;
}

.header .topNav li span {
	margin-right: 20px;
	color: #666666;
}

.header .topNav li a {
	margin: 0px 8px;
	color: #888888;
}

.header .topNav li a:hover {
	color: #ff6600;
}

.header .topNav .headerName {
	margin-right: 0px;
}

.header .topNav .headerName, .header .topNav .headerLogin, .header .topNav .headerRegister, .header .topNav .headerLogout {
	display: none;
}

.header .topNav .headerCart {
	min-width: 60px;
	padding-left: 30px;
	color: #ec6942;
	background: url(../images/common.gif) -270px -210px no-repeat;
}

.header .topNav .headerCart a {
	margin: 0px;
}

.header .topNav .headerCart em {
	color: #ec6942;
}

.header .search {
	width: 500px;
	height: 34px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #ffecd0;
}

.header .search .keyword {
	width: 387px;
	height: 20px;
	line-height: 20px;
	padding: 6px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #888888;
	font-size: 14px;
	-webkit-transition: border-color ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s;
	outline: none;
	border: 1px solid #ffaa00;
	border-right: 0px;
	background: none;
}

.header .search:hover .keyword {
	border-color: #ff8800;
}

.header .search button {
	width: 100px;
	height: 34px;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: 0px;
	background: url(../images/common.gif) 0px -210px no-repeat;
}

.header .search button:hover {
	filter: alpha(opacity = 90);
	opacity: 0.9;
}

.header .hotSearch {
	height: 30px;
	line-height: 30px;
	clear: both;
	padding-left: 2px;
}

.header .hotSearch a {
	margin: 0px 2px;
	color: #999999;
}

.header .phone {
	width: 180px;
	padding: 10px 20px;
	position: relative;
	color: #bc7b00;
	font-size: 22px;
	font-family: "Microsoft YaHei";
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
}

.header .phone em {
	height: 30px;
	line-height: 30px;
	padding: 0px 10px 0px 30px;
	position: absolute;
	top: -15px;
	left: 20px;
	color: #888888;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/common.gif) -270px -240px no-repeat #ffffff;
}

.header .mainNav {
	height: 38px;
	line-height: 38px;
	background-color: #ff7700;
}

.header .mainNav dt {
	width: 150px;
	float: left;
	padding-left: 40px;
	background: url(../images/common.gif) -270px -270px no-repeat #f04400;
}

.header .mainNav dt a {
	color: #ffffff;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

.header .mainNav dt a:hover {
	text-decoration: underline;
}

.header .mainNav dd {
	float: left;
	-webkit-transition: ease-in background-color 0.3s;
	-moz-transition: ease-in background-color 0.3s;
	transition: ease-in background-color 0.3s;
}

.header .mainNav dd:hover {
	background-color: #d66400;
}

.header .mainNav dd a {
	padding: 0px 20px;
	color: #ffffff;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

.left {
	_display: inline;
	float: left;
}

.right {
	_display: inline;
	float: right;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.head-right .phone {
	width: 250px;
	text-align:left;
	padding: 10px 20px;
	position: relative;
	color: #bc7b00;
	font-size: 22px;
	font-family: "Microsoft YaHei";
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
}

.head-right .phone em {
	height: 30px;
	line-height: 30px;
	padding: 0px 10px 0px 30px;
	position: absolute;
	top: -20px;
	left: 20px;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/common.gif) -270px -240px no-repeat #ffffff;
}