/* CSS Document */

.listit{
	width:550px;
	height:auto;
	margin:5px auto;
	font-size:17px;
	line-height:20px;
	padding:5px 10px;
	border-bottom:2px solid #c6e3a4;
	font-weight:500;
}
.list{
	width:550px;
	height:auto;
	background:#f0f0f0;
	margin:5px auto;
	font-size:17px;
	line-height:20px;
	padding:5px 10px;
}
.tab{
	width:570px;
	height:100px;
	background:#f0f0f0;
	margin:0 auto 20px auto;
}
.banc{
	width:80px;
	height:80px;
	margin:10px;
	float:left;
}
.info{
	width:280px;
	height:60px;
	margin:10px;
	padding:10px 0;
	float:left;
	font-size:17px;
	line-height:20px;
}
.doar{
	width:160px;
	height:30px;
	background:#fecb00;
	margin:70px 0 0 10px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	font-weight:bolder;
	color:#666;
	float:right;
}
.banc, .info, .doar{
	display:inline-block;
	position:relative;	
}