/*top nav*/
.top {
	margin-top: -34px;
	width: 100%;
	background-color: #ccc;
	height: 34px;
	position: fixed;
	z-index: 10000;
}

.top_inner {
	width: 960px;
	margin: 0 auto;
}

.top_inner ul  {
	/* float: right; */
}

.top_inner ul li {
	float: left;
	/* padding: 0 25px; */
}

.top_inner ul li+li a {
	
}

.top_inner ul li:nth-child(1) { //
	background-image: url(../images/icon/cart_b.png);
	background-repeat: no-repeat;
	background-position-y: 9px;
	text-indent: 8px;
}

.top_inner ul li:nth-child(2) { //
	background-image: url(../images/icon/star_w.png);
	background-repeat: no-repeat;
	background-position-y: 9px;
}

.top_inner ul li:nth-child(3) {
	padding: 0 5px;
}

.top_inner ul li:nth-child(4) {
	padding: 0 5px;
}

.top_inner ul li a {
	color: #066;
	line-height: 34px;
}

.top_inner ul li a:hover {
	color: #000;
}

.side {
	float: right;
}