@charset "utf-8";
#products {
	overflow-y: scroll;
	overflow-x: hidden;
	margin-left: 260px;
}

.product_box {
	width: 320px;
	font-size: 12px;
	margin: 4px;
	border: 1px solid #9CF;
	float: left;
	height: 184px;
}
.product_box .product_img {
	max-height: 170px;
	max-width: 155px;
	margin: 6px;
	cursor: pointer;
}
.product_box .field {
	font-weight: bold;
}
.product_box button {
	font-size: 10px;
}
#view_product {
	width: 600px;
	margin: auto;
	overflow: scroll;
	border: 3px solid #9CF;
	background-color: #FFFFFF;
	position: fixed;
	display: none;
	z-index: 999;
}
#view_product img {
	/*
	height: 650px;
	width: 650px;
	*/
	cursor: pointer;
}
#more {
	background-color: #F5F5F5;
	text-align: center;
}
#filter {
	font-size: 12px;
	margin-left: 20px;
}
/* 用于筛选 */
.hide_contains {
	display: none;
}
.hide_ropy {
	display: none;
}
.hide_brickle {
	display: none;
}
.hide_hotorcommend {
	display: none;
}
.hide_shipping {
	display: none;
}
.hide_favorite {
	display: none;
}
.hide_out_of_stock {
	display: none;
}
.hide {
	display: none;
}
#view_cate {
	display: none;
	overflow-y: scroll;
}
#view_cate ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#view_cate ul li {
	float: left;
	width: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 4px;
}
.hover {
	background-color: #F0F0F0;
	border: 1px solid #F63;
}
.product_operation {
	margin-left: 0px;
	margin-top: 6px;
}
.product_operation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.product_operation ul li {
	height: 15px;
	width: 70px;
	background-image: url(images/product_operation.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	margin: 2px;
}
.product_operation ul .po_buy {
	background-position: 0px 0px;
}
.product_operation ul .po_favorite {
	background-position: -70px 0px;
}
.product_operation ul .po_shipping {
	background-position: -140px 0px;
}


.product_info {
	margin-top: 6px;
}

#view_product_bg {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #CCC;
	opacity: 0.6;
	display: none;
	z-index: 998;
}