.pl-block {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	margin: 15px 10px 3px 15px;
	min-height:110px;
	float:left; 
	width:44%;
}
.pl-block .pl-b-image {
	width: 120px;
	float: left;
}
.pl-block .pl-b-image img {
	height:100px;
	width:100px;
}
.pl-block .pl-b-panel .pd-title {
}
.pl-block .pl-b-panel {
	width: auto;
	margin-left: 130px;
}
.pl-block .pd-subtitle {
	width:100%;
	margin-top:3px;
}
.pl-block .pd-subtitle span {
	background-color: #007B7B;
	line-height: 20px;
	color: #FFF;
	padding:4px;
	font-size: 13px;
}
.pl-block .pd-title {
	font-size: 18px;
	font-weight: bold;
}
.pl-block .pd-title a {
	color: #333;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.pl-block .pd-title a:hover {
	color:#666;
	margin-top:-1px;

}
.pl-block .pd-link {
	margin-top: 10px;
	margin-bottom: 5px;
	line-height:130%;
}
.pl-block .pd-link a {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	border:none;
	display:inline-block;
}
.pl-block .pd-link a:hover {
	text-decoration:underline;
	color: #000040;
}
.pl-block .pd-descr {
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 150%;
}
.pl-block .pd-img {
	margin-bottom:3px;
}