﻿.projects
{
	margin: 0px 12px 12px 0px;
	padding: 0px;
	width: 340px;
	background-color: #f1f1f1;
}

.projects a
{
	padding: 10px;
	text-decoration: none;
	color: #555;
	font-weight: bold;
	border: 1px solid #90908f;
	
	height: 170px;
	
	display: block;
	position: relative;
}

.projects a:hover
{
	color: #2f2f2f;
	background-color: #f8f8f8;
	border: 1px solid #2f2f2f;
}

.projects a span
{
	line-height: 20px;
	display: block;
}

.projects a span.img{
	width: 63px;
	height: 152px;
	left: 6px;
	top: 9px;
	margin-right: 10px;
	
	float: left;
	border: none;
}

.projects a span.img img
{
	width: 63px;
	height: 152px;
	border: none;
}

.projects a span.client{
	margin: 4px 0px;
	font-weight: normal;
}

.projects a:hover span.more{
	text-decoration: underline;
}

.projects a span.more
{
}