/* @group portfolio */

.pf_item {
	position: relative;
	width: 659px;
	height: 215px;
	background: transparent url(../images/portfolio-item.jpg) no-repeat;
	left: -3px;
	margin-bottom: 3px;
	overflow: visible;
}

.pf_img {
	position: absolute;
	top: 19px;
	left: 20px;
	width: 235px;
	height: 175px;
}

.pf_txt {
	padding-left: 284px;
	padding-top: 29px;
	width: 336px;
}

.pf_name {
	color: white;
	font-size: 21px;
	font-weight: normal;
	padding-bottom: 16px;
	font-style: normal;
}

.pf_descr {
	color: #294D70;
}

#content .pf_table td {
	border-style: none;
	border-width: 0;
	padding: 0 16px 5px 0;
	margin: 0;
	vertical-align: top;
	text-align: left;
	direction: ltr;
	color: #80a6d0;
}

.pf_table {
	margin-top: 12px;
}



/* @end */