
.case-study
{
	margin: 0 0 0 15px;
}
div.first-item
{
	margin-left: 0px;
}
.case-study-inner{
	width: 144px;
}
.case-study a.img-link,
.case-study span.img-link
{
	padding: 0;
	margin: 0 14px 14px 0;
}

.case-study .img-link img
{
	background: #707070;
	padding: 1px;
	width: 60px;
	height: 60px;
}
.case-study a.img-link:hover img
{
	background: #ffffff;
}
.case-study strong.title,
.case-study a.title,
.case-study a.title:visited{
	color: #fff;
}
.case-study a.title,
.case-study a.title:visited{
	text-decoration: underline;
}
.case-study a.title:hover{
	text-decoration: none;
}
.case-study p{
	padding-top: 0;
}

a.button, a.button:visited
{
	background: #de00b7 url(/images/branding/button.gif) repeat-x bottom;
	color: #fff;
}
a.button:hover
{
	color: #fff;
}

.case-study-images a
{
	width: 71px;
	height: 71px;
	margin-bottom: 12px;
}

.case-study-images a img{
	width: 70px;
	height: 70px;
	background: #707070;
	padding: 1px;
}

.case-study-images a:hover img
{
	background: #fff;
}

a.download{
	font-weight: bold;
	display: block;
	padding-left: 24px;
	background: url(/images/pdf-icon.gif) no-repeat left top;
	margin: 35px 0 25px 0;
}
