.items {
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 30px;
}
.item_table {
	margin-bottom:30px;
}
.item_table th{
	padding-right:20px;
	width:250px
}
.item_table td{
	text-align:left;
}
*:first-child+html .item_table td{
	width:360px
}
*html .item_table td{
	width:360px
}
.item_table .p_id{
	font-size: 17px;
}
.item_table .p_title{
	font-size: 20px;
	color: #6d2916;
	font-weight: bold;
	margin-top: 5px;
}
.item_table .p_title a{
	color: #6d2916;
}
.item_table .p_title a:hover{
	color: #e60012;
}
.item_table .div_price{
	margin-top: 5px;
	font-size: 17px;
}
