@charset "utf-8";
.nav ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
.group ul {
	margin-left: 5px;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.group li {
	padding: 0px;
	text-align: center;
	width: 170px;
	margin-right: 10px;
	list-style-type: none;
	border: 1px dashed #CCCCCC;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;
}



.nav li {
	float: left;
	height: 25px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #990000;
	line-height: 25px;
	padding: 0px;
	width: 100px;
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
	list-style-type: none;
}
.group {
	display: block;
	width: 800px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 2px solid #FF6600;
	float: left;
}
.product_img {
	display: block;
	height: 128px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.price {
	font-size: 12px;
	padding: 0px;
	height: 20px;
	width: 100%;
	display: block;
	clear: both;
	line-height: 20px;
	color: #990000;
}

.logo {
	display: block;
	clear: both;
}
.nav {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.groupTitle {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #990000;
	display: block;
	clear: both;
	height: 25px;
	width: 98%;
	margin-bottom: 5px;
	float: right;
	letter-spacing: 2px;
	margin-top: 5px;
}
.size {
	font-size: 12px;
	padding: 0px;
	height: 20px;
	width: 100%;
	display: block;
	clear: both;
	color: #990000;
	line-height: 20px;
}
.groupMore {
	line-height: 25px;
	text-align: right;
	height: 25px;
	width: 98%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #990000;
	display: block;
	clear: both;
}
.groupMore a {
	color: #990000;
	text-decoration: underline;
}

