#cat_prod_list
{
	width:719px;
	background-color: #fff;
	padding-left:20px;
	color:#8d8a8a;
}

#cat_prod_list .cat_title
{
	color: #EF265C;
	height:50px;
	/*background-color:#fff;*/
	padding-top: 10px;
	font-size: 24px;
	
}

#cat_prod_list .cat_desc
{	
	width:675px;
	color:#8d8a8a;
	font-size:12px;
	text-align:justify;
}

#prod_list .H_separator
{
	width: 739px;
	height:15px;
	background-color: #fff;
	border-color:#707070;
	border-style:none none dotted;
	border-width:0 0 1px;
	float: left;
}

#prod_list .V_separator
{
	width:1px;
	height:300px;
	float:left;
	border-color:#707070;
	border-style:none dotted none none;
	border-width:0 1px 0 0;
	margin-top:15px;

}

#prod_list .item
{
	width:235px;
	height:250px;
	color: #EF265C;
	float:left;
	font-size:12px;
	text-align:center;
	padding-top:36px;
}

#prod_list .item .name
{
	color:#98868b;
	font-size:16px;
	font-weight:bold
}

#prod_list .item .price
{
	color:#000;
	font-size:12px;
}

#prod_list .item .search
{
	color: #EF265C;
	float:left;
	font-size:12px;
	text-align:center;
	padding-top:36px;
}

#prod_detail
{
	width: 712px;
	margin-left:10px;
	margin-right:18px;
	font-family:Arial, Helvetica, sans-serif;
}

#prod_detail .H_separator
{
	width: 263px;
	height:15px;
	background-color: #fff;
	border-color:#707070;
	border-style:none none dotted;
	border-width:0 0 1px;
	margin-left:5px;
}

