/*archive.css: Folha de estilos para lista de destaques*/

.subSectionList
{
	width: 555px;
	margin-bottom: 20px;
	border-top:solid 5px #005044;
}

.sectionSubpageTitle h1
{
	margin: 0;
	font-weight:bolder;
	padding-top: 7px;
	font-size:130%;
	color: #036;
}

.subSectionList ul
{	
	margin-left: 0px;
	padding-left : 0px;	
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: none;
}

.subSectionList ul li
{
	clear: both;
	margin-left: 0px;
	padding-left : 0px;
	padding-bottom: 0px;
	padding-top: 20px;
	height: 100%;
}

.subSectionList ul li:first-child
{
	padding-top: 20px;
}

.subSectionList ul li:last-child
{
	padding-bottom: 0px;
}

.subSectionList .subSectionListItemDescription
{
	padding-top: 5px;
}

.contentList ul li
{
	clear: both;
	margin-left: 0px;
	padding-left : 0px;
	padding-bottom: 20px;
	padding-top: 15px;
	height: 100%;
	border-top:1px solid #CCCCCC;
	list-style-type: none;
}
.contentImage
{
	margin-right: 15px;
	background-color:#f5f5f4;
	/*margin-bottom: 2px;*/
	font-size: 0.8em;
	width: 220px;
	float: left;
}

.contentImage img
{
	border:0;
	margin:10px;
	
	
}

.contentImageAdditionalInformation
{
	width: 42px;
	margin: 5px 8px 5px 0;
	float: left;
}

.contentImageAdditionalInformationAuxItem
{
	float: left;
	background-image: url(../Images/ico_zoom.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 18px;
	height: 17px;
}
.contentDetailLinkText
{
	float:left;
	padding-right:75px;
}
.contentDate
{
	
	display:none;
}
.contentLastChange
{
	
	display:none;
}
