

div.item{
	width:288px;
	/*min-height:100%;
	height:100%;*/
	height:208px;
	font-size:0.8em;
	float:left;
}

div.item_title{
	margin:0;
	width:288px;
	height:36px;
	font-weight:bold;
	color:#8b4513;	
}
p.item_title{
	margin:0 6px 0 0;
}

div.item_img{
	margin:0;
	width:120px;
	height:136px;
	
	float:left;
	
}

div.item_cont{
	width:168px;
	height:136px;
	float:left;
}

div.item_status{
	margin:0;
	width:168px;
	height:20px;
		
}

div.item_comm{
	margin:0;
	width:168px;
	height:100px;
	
}
p.comm{
	margin:6px;
}

div.item_price{
	margin:0;
	/*width:168px;
	min-height:100%;
	width:288px;*/
	height:36px;
	clear:left;
	
	text-align:center;
	font-weight:bold;
	
}

div.sep{
	clear:left;
	margin:0;
	height:20px;
	font-size:1px;
}

p.subcat1{
	padding:2px;
	margin:0 0 0 6px;
	background-color:#556b2f;
	color:#ffffff;
	text-align:center;
	
}
p.subcat2{
	padding:2px;
	margin:0 0 0 6px;
	background-color:#ffc0cb;
	color:#000000;
	text-align:center;
}