
#clients, #clients li{
	margin:0;
	padding:0;
	list-style:none;
}

#clients li{
	width:160px;
	overflow:hidden;
	float:left;
	height:100px;
}
#clients li.line{
	clear:both;
}

.accreditation{
	width:550px;
	clear:both;
	border-bottom:1px solid #EAEAEA;
	padding:20px 0 10px 0;
}
.accreditation .logo{
	width:120px;
	float:left;
	margin:0 15px 5px 0;
}
.accreditation .detail{
	width:410px;
	float:right;
}

table{
	margin:0 0 0 30px;
	width:490px;
	
}
tr td{
	font-size:11px;
	border-bottom:1px dotted #EAEAEA;
	padding:2px;
}
