.contentList{
  list-style:none;
}

.contentList > li{
	font-size:16px;
	list-style:none;
	margin-left:0px;
	padding: 0px 0px 14px 0px;
	margin-bottom:12px;
	background-color:#ffffff;
	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, .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;
}

.contentListDescInline{
	display:inline;
}

.contentListImagem{
	margin-right:8px;
	float:left;
}
.contentListImagem img{
	border: 1px solid #d3d3d1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 2px #d3d3d1;
	-moz-box-shadow: 0px 0px 2px #d3d3d1;
	box-shadow: 0px 0px 2px #d3d3d1;
}

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


.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{
	min-height: 120px;
}
