@CHARSET "UTF-8";
p{
	font-size:16px;
}
.projecttab{

	width: 300px;
	height: 60px;
	list-style: none;
	color:#A2A2A2;
	*position: relative;
	
}

.projecttab-active{

	color: #3DB1FA;

}
/* .projectcontainer {
	width:1100px;
	min-height:500px;
	margin:0 auto;
	background-color:#FFFFFF;
}
.projectclear {
	clear:both;
}

.project_left_side {
	float:left;
	width:770px;
	min-height:500px;
	background-color:#ff00ff;
	margin-top:35px;
}
.project_right_side{
	float:right;
	margin-left:30px;
	width:300px;
	min-height:500px;
	background-color:#00ff00;
	margin-top:35px;
} */
#projecttype ul{
	margin:0 auto;
	width:300px;
}
#projecttype ul li{
	float: left;
	height: 60px;
	width:100px;
	text-align:center;
	line-height:60px;
	font-size:20px;
}

.projectcomment {
	width:180px;
	height:35px;
	background-color:#cfffd5;
	text-align:center;
	line-height:35px;
	
	margin-left:25px;
	
	position:absolute;
	-webkit-box-shadow: 3px 3px  #dbdbdb;

　　-moz-box-shadow: 3px 3px #dbdbdb;

　　box-shadow: 3px 3px  #dbdbdb;
}

#pj_comment {
	  
	margin-top:15px;
	background:none;
	width:70px;
	height:35px;
	line-height:35px;
	-moz-border-radius: 5px;   
    -webkit-border-radius:5px;   
    border-radius:5px;  
	color:#3DB1FA;
	border:#3DB1FA 1px solid;
	font-size:17px;
	
}
.progress {
	height:10px;
	margin-top:10px;
}
.projectdetail tr td {
	width: 110px;
	height:40px;
	font-size:20px;
	text-align:center;
	padding:5px;
}
.projectdetail tr td div {
	width:100px;
	height:40px;
	line-height:40px;
	font-size:18px;
	color:white;
}
.projectdetail tr td div img{
	width:35px;
	height:35px;
	margin-top:-3px;
}
