/*
	Articles.css
	TemplateName: ObjectWeb-Base
	Copyright (c) 2009, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/



/* Articles Carousel
------------------------------------------------------------------------------------------------- */
.section.articlescarousel article-container {
   clear: both;
   display: block;
}

.section.articlescarousel a.article-container {
   border-bottom: solid 1px gray;
   border-right: solid 1px gray;
   height: 79px;
   overflow: hidden;
   text-decoration: none;
   width: 280px;
}

.section.articlescarousel a.article-container img {
   float: left;
   height: 78px;
   padding: 0 10px 5px 0;
}

.section.articlescarousel a.article-container span.news-date-online {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

.section.articlescarousel a.article-container span.news-title {
	font-size: 13px;
	font-weight: bold;
}

.section.articlescarousel a.article-container span.news-summary {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}

.section.articlescarousel a:not([href]) {
    text-decoration: none;
    cursor: default;
}
/* ---------------------------------------------------------------------------------------------- */
