.itemsListContainer {
    position: relative;
    width: 900px;
}

.itemContainer {
    position: relative;
    width: 100%;
    margin: 1% 0%;
}

.btnBackToListitems {
    position: relative;
    cursor: pointer;
    font-weight: bold;
    padding: 0px 10px 10px 0px;
}

.btnBackToListitems:hover {
	text-decoration: underline;
}

.tableNews H2 {
	display: inline;		
}

.tableNews A.newsTitle {
	font-size: 12px;
	color: #a7a7a7;
	font-weight: bold;	
	text-decoration: none;	
}

.tableNews A.newsTitle:hover {
	text-decoration: none;
}

A.newsDate {
    position: relative;
    background-image: url('/template/images/bg-news-date.gif');
    background-repeat: no-repeat;
	display: inline-block;
    width: 90px;
    height: 32px;
	line-height: 32px;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
	margin-top: 4px;
}

A.newsDate:hover {
	text-decoration: none;
}

A.newsReadMore {
    position: relative;
    background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
    width: 27px;
    height: 22px;
	margin-top: 4px;
}

A.newsReadMore:hover {
	background-position: 0px -22px;
}


