.work
{
	position:relative;
	width:226px;
	height:276px;
	display:inline-block;
	text-align:center;
	font-size:.9em;
	background-image:url(/images/work.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-right:4px;
}

.work:hover
{
	background-image:url(/images/work_a.png);
	background-color:#fbfbfb;
}

.name,.client
{
	position:relative;
	color:#03c;
	border-bottom:1px solid #ccc;
}

.type
{
	width:226px;
	position:absolute;
	bottom:8px;
	left:0;
	font:.9em Tahoma;
}

.worktypes
{
	position:relative;
	width:700px;
	margin-top:28px;
	float:left;
}

.worktype
{
	position:relative;
	width:200px;
	height:160px;
	margin-right:33px;
	display:block;
	float:left;
}

.worktype .name,.count
{
	position:relative;
	font-size:1.3em;
	padding:0;
}

.worktype .name
{
	position:relative;
	display:inline;
	left:0;
}

.worktype li
{
	position:relative;
	line-height:1.2em;
	height:38px;
	width:200px;
}

.worktype ul
{
	margin-top:8px;
}

.worktype a
{
	position:absolute;
	width:193px;
	height:35px;
	font-size:.9em;
	padding:3px 0 0 7px;
	display:block;
	left:-7px;
}

.worktype a:hover
{
	background-color:#fbfbfb;
	background-image:url(/images/types.png);
}

a.name:hover
{
	background-image:none;
	background-color:#fff;
}

.what
{
	position:absolute;
	font:.9em Tahoma;
	color:#999;
	top:21px;
	left:7px;
}

.noworks
{
	position:absolute;
	width:80px;
	height:25px;
	padding:9px 21px;
	font:.8em Tahoma;
	left:44px;
	top:51px;
	background-image:url(/images/noworks.png);
	color:#999;
}