h1.title-page
{
	display: none;
}

.content-p-top
{
	position: relative;
}

.content *
{
	background-color: #F2F2F2;
}

.content-p ul.p_sort li
{
	padding: 5px 25px;
}

.content-p ul.p_sort li.name
{
	background: none;
	padding-left: 0px;
}

.other-projects
{
	padding: 15px;
}

.other-project-url
{
	text-align: right;
}

.other-project-url a.imgurl
{
	border: none;
}

.imgurl
{
	float: right;
}

.txturl
{
	float: right;
	margin-left: 5px;
}

.item
{
	color: #606060;
	float: left;
	height: 95px;
	margin: 0px;
	overflow: hidden;
	padding: 17px;
	position: relative;
	width: 45%;
}

.item .image
{
	float: left;
}

.item .image a
{
	border: none;
}

.item .outer
{
	display: table;
	float: right;
	height: 95px;
	overflow: hidden;
	#position: relative;
	width: 150px;
}

.item .outer .middle
{
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
}

.item .outer .middle .inner
{
	#position: relative;
	#top: -50%;
}

.item .outer .middle .inner a
{
	border: none;
	color: #5b5b5b;
	text-decoration: none;
}

.item .outer .middle .inner a:hover
{
	text-decoration: underline;
}

.item .outer .middle .name-project
{
	color: #5b5b5b;
	font-weight: bold;
	padding-bottom: 5px;
}

.item .outer .middle .text
{
	font-size: 11px;
}

.clear
{
	clear: both;
}