/* toplist.view.css */
#stage .events_toplist {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 115;
	
	overflow: hidden;
	
	width: 950px;
	height: 45px;
}
#stage .events_toplist.list_open {
	height: 315px;
}

#stage .events_toplist .open {
	position: absolute;
	left: 300px;
	top: 0;
	
	display: block;
	width: 138px;
	
	padding: 5px;
	
	background-position: 125px center;
	background-repeat: no-repeat;
	
	text-decoration: none;
}
#stage .events_toplist .open strong {
	font-size: 14px;
}

#stage .events_toplist .close {
	position: absolute;
	left: 300px;
	bottom: 0;
	
	display: block;
	width: 127px;
	
	padding: 5px 15px 5px 5px;
	
	text-align: center;
	font-size: 10px;
	
	background-position: 130px center;
	background-repeat: no-repeat;
}

#stage .events_toplist .view {
	position: absolute;
	top: 0;
	
	display: none;
	overflow: hidden;
	
	width: 950px;
	height: 250px;
	
	padding-top: 65px;
	
	background-image: url('/fileadmin/web/images/views/events/toplist.bg.gif');
	background-position: 300px 0;
	background-repeat: no-repeat;
}

#stage .events_toplist .view .list {
	display: block;
	width: 950px;
	clear: both;
}
#stage .events_toplist .view .list .row {
	position: relative;
	
	display: block;
	height: 50px;
	margin-bottom: -15px;
}
#stage .events_toplist .view .list .row:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#stage .events_toplist .view .list .row_large {
	display: block;
	height: 65px;
	margin-bottom: -15px;
}

#stage .events_toplist .view .list .row_odd {
	margin-left: 300px;
}
#stage .events_toplist .view .list .row_even {
	margin-right: 503px;
}

#stage .events_toplist .view .list .row .item {
	position: absolute;
	text-decoration: none;
}
#stage .events_toplist .view .list .row .item:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#stage .events_toplist .view .list .row .item .weekday {
	position: absolute;
	width: 98px;
	padding: 7px 10px 7px 5px;
	
	font-size: 9px;
	text-align: right;
}
#stage .events_toplist .view .list .row .item .day {
	position: absolute;
	overflow: hidden;
	
	width: 24px;
	padding: 6px 5px;
	
	font-weight: bold;
	text-align: center;
	text-indent: -22222px;
}
#stage .events_toplist .view .list .row .item .text {
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#stage .events_toplist .view .list .row .item .text strong {
	overflow: hidden;
	text-align: left;
}
#stage .events_toplist .view .list .row .item .text .teaser {
	display: block;
	font-size: 10px;
}

#stage .events_toplist .view .list .row .item_odd {
	/*margin: 0 0 0 300px;
	float: left;*/
	top: 0;
	left: 0;
}
#stage .events_toplist .view .list .row .item_odd .weekday {
	top: 0;
	left: 0;
}
#stage .events_toplist .view .list .row .item_odd .day {
	top: 0;
	left: 113px;
}
#stage .events_toplist .view .list .row .item_odd .text {
	margin-left: 150px;
	float: left;
}

#stage .events_toplist .view .list .row .item_even {
	/*margin: 0 503px 0 0;
	float: right;*/
	
	top: 0;
	right: 0;
}
#stage .events_toplist .view .list .row .item_even .weekday {
	top: 0;
	right: 34px;
}
#stage .events_toplist .view .list .row .item_even .day {
	top: 0;
	right: 0;
}
#stage .events_toplist .view .list .row .item_even .text {
	margin-right: 150px;
	float: right;
	text-align: right;
}

#stage .events_toplist .view .list .row .item_small {
	
}

#stage .events_toplist .view .navigation {
	position: absolute;
	left: 300px;
	bottom: 24px;
	
	height: 30px;
	width: 147px;
}
#stage .events_toplist .view .navigation span {
	position: absolute;
	left: 24px;
	top: 0;
	
	overflow: hidden;
	
	width: 100px;
	height: 30px;
	
	line-height: 30px;
	text-align: center;
	text-indent: -22222px;
	
	background-position: center center;
	background-repeat: no-repeat;
}
#stage .events_toplist .view .navigation a {
	position: absolute;
	top: 0;
	
	width: 24px;
	height: 30px;
	
	line-height: 30px;
	text-indent: -22222px;
	overflow: hidden;
	
	background-position: center center;
	background-repeat: no-repeat;
}
#stage .events_toplist .view .navigation a.next {
	right: 0;
}
#stage .events_toplist .view .navigation a.previous {
	left: 0;
}
#stage .events_toplist .view .navigation a span {
	display: none;
}

#stage .events_toplist .view .loading span {
	text-indent: -22222px;
}
