/* Centering wrapper and content verticaly */

html, body {
        overflow: auto;
}

#wrapper{
	height: 100% ! important;
}

#wrapper #content{
	height: 100% ! important;
	display: block;
}

.cont-news {
/* 	position: absolute;
	left: 50%;
	margin-left: -412px;
	width: 500px */
}

.cont-news a {
	color: #ffffff
}
.cont-news a:hover {
	color: #E6BF1F;
	text-decoration: none
}

.cont-news .item {
	color: #ffffff;
	font-size: 12px;
	height: 60px;
	margin: 0 0 5px 0;
	overflow: hidden;
	width: 500px;
}

.cont-news .item .image{
	float: left;
	margin: 0 6px 0 0;
	overflow: hidden;
	width: 60px;
}

.cont-news .item .news{
	background: transparent url(/images/commons/separator_.gif) repeat-x left bottom;
	height: 60px;
	overflow: hidden;
	text-align: left;
}
/************************/

/************************/
.cont-news .news-details{
	color: #ffffff;
	font-size: 12px;
	margin: 0 0 5px 0;
	overflow: hidden;
	text-align: left;
}
/************************/



/************************/
.cont-images{
	margin: 15px 0 0 0;
	text-align: left;
}
/************************/



/************************/
.contNavigationArticle{
	display: block;
	list-style: none;
	padding: 10px 0 10px 0;
	margin: 10px 0 21px 0;
}

.contNavigationArticle li,
.contNavigationArticle li a,
.contNavigationArticle li span{
	display: block;
	float: left;
	list-style: none;
}

.contNavigationArticle li a.return{
	background: transparent url(/images/commons/icons/icon-bg-return.gif) repeat-x left top;
	height: 13px;
	margin: 0 10px 0 0;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
	width: 12px;
}

.contNavigationArticle li span.separation{
	background: transparent url(/images/commons/icons/icon-bg-separation.gif) repeat-x left top;
	height: 13px;
	margin: 0 10px 0 0;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
	width: 1px;
}

.contNavigationArticle li a.arrow-left,
.contNavigationArticle li a.arrow-right{
	background: transparent url(/images/commons/icons/icon-bg-arrow-left.png) no-repeat left top;
	height: 7px;
	margin: 0 10px 0 0;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
	width: 19px;
}

.contNavigationArticle li a.arrow-right{
	background-image: url(/images/commons/icons/icon-bg-arrow-right.png);
}
/************************/


/************************/
.cont-videos-news-details{
	height: 280px;
	margin: 15px 0 0 0;
	overflow: hidden;
}
/************************/

