@CHARSET "UTF-8";

.project{
	width:327px; height:140px;
	float:left;	
}

.projectImageDiv{
	width:156px; height:119px;
	float:left;
	margin-right:1px;
	background-image:url('../../gfx/ramka.png');
	background-position:top left;
	position:relative;
}

.projectImageDiv img{
	width:150px; height:113px;
	position:relative;top:3px;
}

.projectImageDiv img.mask{
	width:150px; height:113px;
	position:absolute; top:3px;right:3px;
}

.projectDesc{
	width:150px;
	margin:0px 10px;
	float:left;
	line-height:20px;
	display:inline;
}

.projectDesc div.projectName{
	width:100%; 
	float:left;
	margin:5px 0px;
}

.projectDesc div.projectName a {text-decoration:none; color:#FC8406;}
.projectDesc div.projectName a:hover {text-decoration:underline; }

.projectDesc{
	font-size:11px;
}

.v{
	color:#FC8406;
	font-weight:bold;
}