div.item_box {
	width: 483px;
	height: 193px;
	background-image: url(../images/orangebox2.jpg);
	margin: 0px 4px 8px 4px;
	position: relative;
	float: left;
}
div.item_box_image {
	width: 80px;
	margin: 6px 0px 0px 12px;
	padding: 6px;
	position: relative;
	float: left;
	text-align: center;
}
div.item_box_info {
	width: 340px;
	margin: 8px;
	position: relative;
	float: left;
}
p.item_head {
	font: bold 14px/14px Arial, sans-serif;
	color: #ce6b09;	
	border-bottom: 1px dotted #ce6b09;
	margin-bottom: 6px;
	text-align: left;
}
p.item_info {
	font: bold 11px/11px Arial, sans-serif;
	color: #ce6b09;	
	margin-bottom: 6px;
	text-align: left;
}
p.item_text {
	font: normal 11px/13px Arial, sans-serif;
	color: #000000;	
	text-align: left;
}
