/* ---------------------------------- IMAGES */

.images_collection{
	margin-bottom:10px;
	border:none;
}

.images_collection_thumb{
	/*overflow:hidden;  */
	float:right;
	margin-left:10px;
	margin-right:2px;
	margin-bottom:20px;
}
.images_collection_thumb a{
	font-family:Arial;
	font-weight:normal;
	font-size:9px;
	line-height:18px;
	color: #777;
	text-decoration:none;
}
.images_collection_thumb a:hover{
	font-family:Arial;
	font-weight:normal;
	font-size:9px;
	line-height:18px;
	color:#444;
	text-decoration:none;
}

/* ---------------------------------- HEADLINE */

.headline_collection .dots{
	padding-top:4px;
	width:65px;
}
.headline_collection .title h2{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-weight:normal;
	font-size:18px;
	line-height:21px;
	color:#555;
}
.headline_collection .subtitle h3{
	padding:0px;
	margin:0px;
	padding-left:65px;
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
	line-height:14px;
	color:#e5352c;
}
.headline_collection .date{
	padding:0px;
	margin:0px;
	padding-left:20px;
	font-family:Arial;
	font-size:11px;
	line-height:10px;
	color:#777;
}


/* ---------------------------------- TEXT */

.text_collection{
	text-align:justify;
	padding-right:5px;
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
	line-height:18px;
	color:#444;
	padding-top:10px;
	padding-bottom:20px;
}
.text_collection a{
	color: #444;
}
.text_collection a:hover{
	color: #000;
}
.text_collection  ul{
	margin:0px;
	padding:0px;
	padding-left:17px;
}
.text_collection li{
	list-style-type:disc;
	margin:0px;
	padding:0px;
}

.text_collection .title{
	font-family:Verdana;
	font-weight:normal;
	font-size:18px;
	line-height:21px;
	color:#555;
}
.text_collection .subtitle {
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
	line-height:14px;
	color:#e5352c;
}
.text_collection text{
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
	line-height:18px;
	color:#444;
}



/* ---------------------------------- FILES */

.files_collection a{
	color: #555;
	font-size:11px;
}
.files_collection a:hover{
	color: #000;
	font-size:11px;
}
