/* CSS Document */
#left_content fieldset {
	padding:10px 10px 10px 10px;
	clear:both;
}
#left_content legend {
	font-family: MS Sans Serif;
	font-weight:bold;
	font-size:14px;
	color:#FF3300;
	letter-spacing:3px;
}
#left_content fieldset p {
	width:100%;
	height:auto;
	float:left;
	margin-top:20px;
	font-family: MS Sans Serif;
	font-weight:bold;
	font-size: 14px;
	color: #333333;
}
#left_content fieldset ul {
	width:97%;
	height:auto;
	float:left;
	margin:0px;
	padding:10px 0px 10px 3%;
	list-style:none;
}
#left_content fieldset li {
	width:95%;
	height:auto;
	float:left;
	padding:5px 0px 5px 0px;
}
#left_content fieldset li em.productCate_image{
	width:5%;
	height:auto;
	float:left;
	vertical-align:bottom;
}
#left_content fieldset li em.productCate_name{
	width:60%;
	height:auto;
	float:left;
	font-style:normal;
	text-align:left;
}
#left_content fieldset li em.productCate_count{
	width:30%;
	height:auto;
	float:left;
	text-align:left;
	font-family: MS Sans Serif;
	font-style:normal;
	font-size: 11px;
	color: #333333;
}

/* product */
#product_show {
	width:99%;
	height:100%;
	float:left;
	margin:5px auto 5px auto;
}
#product_show .product_content{
	width:46%;
	height:170px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	padding:5px 5px 5px 5px;
	border:1px #FFFFFF solid;
	background-color:#FFFEF4;
}
#product_show .product_title{
	width:100%;
	height:145px;
	float:left;
	margin:0px;
	padding:0px;
}
#product_show .product_title .img_title{
	width:140px;
	height:85px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}
#product_show .product_title .name_title{
	width:100px;
	height:85px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}
#product_show .product_title .txt_title{
	width:240px;
	height:60px;
	float:left;
}
#product_show .product_cart{
	width:100%;
	height:25px;
	float:left;
	margin:0px;
	padding:0px;
}
#product_show .product_cart .price_cart{
	width:75%;
	height:20px;
	float:left;
	margin-top:5px;
	color:#FF0000;
}
#product_show .product_cart .icon_cart{
	width:22%;
	height:20px;
	float:left;
	margin-top:5px;
	text-align:right;
}
#listPage {
	width:100%;
	height:20px;
	float:left;
	padding-top:3px;
	text-align:center;
}