.all-news {
	position:relative;
	float:left;
	width:560px;
}

.news-counter {
	float:left;
	width:300px;
}

.news-pages {
	float:right;
	width:350px;
	text-align:right;
}

.list-news-row {
	float:left;
	margin-top:10px;
	width:100%;
}

.list-news-info {
	float:left;
	width:550px;
	margin:5px;
}

.list-news-location {
	display:block;
	font-size:0.9em;
	color:#909090;
}

.list-news-title {
	display:block;
	font-size:1.1em;
	font-weight:bold;
}

.list-news-dates {
	display:block;
	font-size:0.9em;
	color:#9e005d;
}

.list-news-desc {
	display:block;
	margin:0px 0px 6px 0px;
}

.list-news-button {
	padding:3px;
	background-color:#9e005d;
	color:#fff;
}

.list-news-detail {
	display:block;
	clear:both;
	padding-top:8px;
	text-align:center;
}

a.change-page:link, a.change-page:active, a.change-page:visited, a.change-page:hover {
	color:#2591cf;
	text-decoration:none;
	font-weight:bold;
}

/*DETAILED VIEW*/

.news-nav {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:3px;
	color:#909090;
}

.nav-selected {
	color:#000;
}

.nav-tab {
	cursor:pointer;
}

.hidden {
	display:none;
}

.detail-news-header {
	position:relative;
	background-image:url("../../../images/layout/whatson-detail.png");
	background-position:bottom right;
	background-repeat:no-repeat;
}

.detail-news-title {
	display:block;
	font-size:2em;
}

.detail-news-production {
	display:block;
	color:#909090;
	margin-bottom:8px;
}

.detail-news-info {
	position:absolute;
	display:block;
	width:145px;
	top:5px;
	right:5px;
	color:#fff;
}