.item-new
{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.item-new h3
{
	display: block;
	font-size: 12px;
	margin: 2px 0px 0px 0px;
}
.item-new h3 a {text-decoration: underline;}
.item-new h3 a:hover {text-decoration: none;}
.item-new h3 span.s1
{
	display: block;
	float: left;
	width: 70px;

	color: #7F7E7D;
	font-weight: normal;
	text-align: right;
}
.item-new h3 span.s2
{
	display: block;
	float: left;
	width: 1px;
	overflow: hidden;

	border-left: 1px solid #7F7E7D;
	margin: 0px 5px 0px 5px;
}
.item-new h3 a
{
	display: block;
	float: left;
	width: 425px;
}
.item-new p
{
	margin: 2px 0px 5px 0px;
	padding: 0px;
}
.new-path
{
	color: #7F7E7D;
}
.new-separator
{
	height: 1px;
	overflow: hidden;

	margin: 5px 0px 5px 0px;
	border-bottom: 1px dashed #CBCBCB;
}