/* Portfolio Detail */

.projectPic{
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
	margin-left: 10px;
}

.projectPic img{
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
}

#ItemInfo {
	float: right;
	width: 320px;
	margin-top: 56px;
}

#ItemInfo table{
	min-width:200px;
	text-align:left;
	border:none;
}

#ItemInfo table td{
	border:none;
}

#ItemInfo table td.value{
	padding-left:10px;
}

#ItemInfo .name{
	float:right;
}

#ItemInfo ul {
	margin:0;
	margin-bottom:20px;
}
#ItemInfo ul li {
	list-style-type: none;
	margin:0;
	border-bottom:1px solid #e5e5e5;
	padding:8px 0 8px 10px;
}
#ItemInfo ul li span{
	width:50%;
	float:left;
	color:#333;
	font-weight:bold;
}
#ItemContent {
	float:left;
	padding-right:20px;
	margin-left: 10px;
	/* border-right:1px solid #e5e5e5;	*/
}