.contentList{
  list-style:none;
}

.contentList > li{
	/*font-size:16px;*/
	list-style:none;
	margin-left:0px;
	padding: 12px 0px 5px;
	margin-bottom:12px;
	background-color:#ffffff;
	clear:both;
	/*min-height:84px;*/
}

.contentList > li h3, .contentList > li h3 > a{
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
	font-size:18px !important;
}

.contentListDesc.parceirosListDesc h3 {
    font-weight: bold;
}

.contentListDesc{
	display:inline;
}

.contentListImagem{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	vertical-align:top;

	margin-right:8px;
	float:left;
}

.contentListDate{
	margin-top:6px;
	color:#999999;
	font-family: 'Ubuntu',Helvetica,sans-serif !important;
	font-size:13px;
}

.contentListFilterWrapper{
	font-size:0;
}

.contentListWrapper {
    display: inline-block;
    position: relative;
    vertical-align: top;
}	

.contentListListWrapper .loadingOverlay{
	position:absolute;
	top:8px;
	left:45%;
	background-image:url('/images/loading.gif');
	background-repeat:no-repeat;
	background-position:top center; 
	width:128px;
	height:128px;
	display:none;
}

.contentListNoResults{
	font-family:Miso-Bold;
	font-size:16px;
	border: 1px solid #6E6E6E;
	padding:10px;
	margin-bottom:24px;
}