.portfolio-item {
	border: 1px solid #333;
}

.portfolio-info {
	width: 300px;
	float: left;

}
.portfolio-images {
	width: 204px;
	float: left;
	padding-left: 20px;
}
img.pop-up-img, .portfolio-images img {
	float: left;
	padding: 1px;
	margin-left: 3px;
	margin-bottom: 3px;
	border: 1px solid #D7DED5;
}

table {
	border: 0px solid #AAA;
	width: 300px;
	margin: 20px 0px;
	}
table thead th {
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 5px;
	text-align: left;
	color: #567463;
	
	}
table th {
	text-align: left;
	color: #222;
	font-weight: normal;
	}
th, td {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #555;
	padding: 1px 5px;
	}
td {
	border-top: 0px solid #DDD;
	}
tr.odd-row {
	background-color: #EFEFEF;
	}
tr.ephasized-row td {
	font-weight: bold;
	color: #555;
	}
tr.divided-row th, tr.divided-row td {
	border-top: 1px solid #888;
	padding-top: 2px;
	}
	
	

