/* CSS Document */
 .docPreview h4, .docPreview h5 { margin-left:200px; }
 .docPreview { clear:both; }
 .docPreview a img { border:none; width:100px; height:130px; float:left; }

 .docPreview .docLink { display:none; }
 .casePreview a img { float:left; }
#caseStudyFilter { display:none; }
.casePreview {
	position:relative;
	padding:.6em;
	margin:.2em;
	overflow:hidden;
	border:.15em solid #CCCCCC;
	border-top:none;
	border-left:none;
	/*width:15em;
	height:22.5em;
	float:left;*/
}
.casePreview h4 {
	margin:0em;
}
.casePreview h5 {
	margin:.2em;
}
.casePreview a img {
	width:100px;
	height:130px;
	border:none;
	margin:.6em;
	padding:1px 4px 9px 6px;
	background-image:url(../images/web/shadow250.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	float:left;
}
.casePreview p {
	overflow:hidden;
	z-index:8;
	font-size:small;
	margin:-.2em auto;
	text-transform: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	clear:right;
}
