.GroupBasic {}

.GroupBasic .rank	{
	clear:both; display:block; padding-bottom:24px; text-align:center;
}

.GroupBasic .rank div	{
	background:white no-repeat center; float:left; margin:2px; border:1px solid #eee;
}

.GroupBasic .stable	{
	clear:both; width:100%; height:1px;
}


/* stream listing */
.GroupBasic ul { padding: 0px; }
.GroupBasic li { list-style-type: none; margin-bottom: 30px; }
.GroupBasic .hide { display: none; }
.GroupBasic .show { display: block; }
.GroupBasic li.movie .thumb .playIt { 
	cursor: pointer; 
	background: url(http://central.onedotonly.be/style/icon/play.png) center no-repeat; 
}
.GroupBasic p.streamTitle { display: none; margin: 5px 0px; }
.TextNews { }

.TextNews ul {
	padding:2px 0px 0px; margin:0; list-style:none;
	text-align:justify;
}

.TextNews li {
	margin:0 2px; list-style:none; padding:2px 4px;
	-moz-border-radius:3px; -webkit-border-radius: 3px;
}

.TextNews li:hover {
	background:#f0f0f0;
}

.TextNews .date {
	color: #333; font-weight: bold;
}

.TextNews .name {
	color: #333; font-weight:bold; cursor:pointer; text-align:left;
}

.TextNews .active .content, .TextNews .active .nfo {
	display:block;
}

.TextNews .content {
	display:none;
}

.TextNews .nfo {
	display:none;
	color:#ddd; font-size:10px; font-family:Georgia, serif; font-style:italic;
}



