#shop_menu{
	width: 188px;
	background: #FFD9D9;
	padding: 0px 0px 40px 0px;
	float: left
}
#shop_menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px
}
#shop_menu li{
	width: 100%;
	border-bottom: 1px dotted #FFA3A3;
	color: #333333;
	line-height: 25px;
	text-indent: 10px
}
#shop_menu li a{
	width: 100%;
	color: #333333;
	display: block;
	text-decoration: none;
	font-weight: bold
}
#shop_menu li a:hover{
	width: 100%;
	background-color: #FFA3A3;
	display: block
}
#category_desc{
	width: 100%;
	margin: 0px 0px 10px 0px;
	font-size: 10px;
	float: left
}

.product_wrapper{
	width: 164px;
	height: 190px;
	border: 1px solid #CCCCCC;
	padding: 6px;
	margin: 0px 4px 10px 4px;
	float: left
}
.product_image{
	width: 162px;
	height: 148px;
	overflow: hidden;
	margin: 0px 0px 4px 0px;
	float: left
}
.product_title{
	width: 100%;
	font-weight: bold;
	font-size: 10px;
	float: left
}
.product_price{
	width: 100%;
	color: #FF7D7D;
	font-weight: bold;
	float: left
}
	

