.navigation .selected,
.navigation .decors-visible { position: relative; }
.navigation .selected .d-cn,
.navigation .decors-visible .d-cn {
	background-image: url(nav-item.png);
	z-index: -1;
}
.navigation .selected .d-tl,
.navigation .selected .d-tr,
.navigation .decors-visible .d-tl,
.navigation .decors-visible .d-tr {
	top: -8px;
	bottom: -4px;
}
.navigation .selected .d-tl,
.navigation .selected .d-bl,
.navigation .decors-visible .d-tl,
.navigation .decors-visible .d-bl {
	left: -12px;
	right: -6px;
}
.navigation .selected .d-tr,
.navigation .selected .d-br,
.navigation .decors-visible .d-tr,
.navigation .decors-visible .d-br {
	right: -12px;
	width: 6px;
}
.navigation .selected .d-bl,
.navigation .selected .d-br,
.navigation .decors-visible .d-bl,
.navigation .decors-visible .d-br {
	height: 6px;
	bottom: -10px;
}

.with-poster .tabs { position: relative; top: -2.4em; margin-bottom: -2.4em; }

.switcher li,
.content-switcher li,
.articles-years li { display: inline; margin-right: 1.5em; }

.content-switcher li { margin-right: 1.75em; }

.switcher .selected .pseudo,
.content-switcher .selected .pseudo {
	border-bottom: none;
	cursor: auto;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.switcher .selected .d-cn { z-index: 1; }

.switcher .selected .d-tl,
.switcher .selected .d-tr {
	top: -2px;
	bottom: 6px;
}
.switcher .selected .d-tl,
.switcher .selected .d-bl {
	left: -9px;
	right: 0;
}
.switcher .selected .d-tr,
.switcher .selected .d-br {
	right: -10px;
	width: 10px;
}
.switcher .selected .d-bl,
.switcher .selected .d-br {
	height: 10px;
	bottom: -4px;
}


/* everything showtimes */

#showtimes-container { margin-bottom: 25px; }

.showtimes-head {
	margin-bottom: 3px;
	position: relative;
}

.showtimes-head .reducer,
.showtimes-body .reducer {
	position: relative;
	padding-left:15px;
}

.showtimes-head .date { float: left; margin-top: 10px; position: relative; z-index: 1; }
.showtimes-head .date .week-day { font-size: 85%; display: block;}

.showtimes-head .date.current .mdash { position: absolute; left: 100%; top: -0.1em; margin-left: 0.5em; }

.showtimes-head .date.week,
.showtimes-head .date.month { margin-left: 2em; margin-right: 0.5em; }

.showtimes-head .time-line { margin-left: 250px; position: relative; z-index: 1; }

.showtimes-head .date.next { position: absolute; color: #7f7f7f !important; }

.showtimes-head .showtimes-period {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: -2.5em;
}
.showtimes-head .showtimes-period .title { margin-right: 1em; }
.showtimes-head .showtimes-period .switcher { display: inline; font-size: 85%; }
.showtimes-head .showtimes-period li { margin: 0 1.25em; }

.showtimes-head > .d-cn { width: 5px; height: 5px; z-index: 1; }
.showtimes-head > .d-tl { left: 0; }
.showtimes-head > .d-tr { right: 0; }

.showtimes-head .hours {
	width: 100%;
	clear: both;
	color: #a7a7a7;
}


.showtimes-head .hours .morning .d-cn { width: 37px; left: -37px; }
.showtimes-head .hours .noon .d-cn { width: 23px; left: -26px; background-position: 0 -20px; }
.showtimes-head .hours .evening .d-cn { width: 33px; left: -32px; background-position: 0 -40px; }
.showtimes-head .hours .night .d-cn { width: 9px; background-position: 0 -60px; left: 20px; margin-left: 100%}

.showtimes-head .hours .switcher { width: 100%; margin: 0; border-collapse: collapse; }
.showtimes-head .hours .hour { font-size: 12px; text-align: center; padding: 0 0 18px 0; }
.showtimes-head .hours .selector { position: relative; width: 2.5em; margin: 0 auto; cursor: pointer; }
.showtimes-head .hours .selected .pseudo { cursor: pointer; border-bottom-width: 1px; border-bottom-style: dotted; }



.showtimes-body { position: relative; overflow:hidden;}
.showtimes-body .reducer { /*padding: 10px 15px;*/ }

.showtimes-clock .reducer,
.showtimes-body .lines {
	margin-left: 25%;
	position: relative;
	top: -13px;
	font-size: 85%;
}

.showtimes-clock { padding: 0 15px; }
.showtimes-clock .reducer { top: -3px; }

.showtimes-clock .line,
.showtimes-body .lines .line {
	position: absolute;
	top: -3.4em;
	padding-top: 3.4em;
	
}

.showtimes-body .lines .hour-highlight .d-top {
	position: absolute;
	width: 100%;
	height: 0;
	border-bottom: 3px solid #fff;
	top: 3.4em;
}


.showtimes-clock .line {
	width: 2px;
	z-index: 1;
}

.showtimes-clock .line .label {
	position: absolute;
	top: 0px;
	left: -18px;
}
.showtimes-clock .line .label .text { position: relative; z-index: 2; }

.showtimes-clock .line .d-cn { z-index: 1; }
.showtimes-clock .line .d-tl,
.showtimes-clock .line .d-tr {
	top: -3px;
	bottom: 8px;
}
.showtimes-clock .line .d-tl,
.showtimes-clock .line .d-bl {
	left: -6px;
	right: 4px;
}
.showtimes-clock .line .d-tr,
.showtimes-clock .line .d-br {
	right: -6px;
	width: 10px;
}
.showtimes-clock .line .d-bl,
.showtimes-clock .line .d-br {
	height: 10px;
	bottom: -2px;
}


.showtimes-body .venue {
	font-weight: bold;
	font-size: 130%;
	margin: 1.5em 0 1em 0;
	position: relative;
}
.showtimes-body .venue.first { margin-top: -2px; }
.showtimes-body .venue .venue-name { font-size: 130%; }

.showtimes-body .movie-title { margin: 5px 0 5px 0; }

.showtimes-row {
	margin: 0 -15px;
	padding: 12px 15px 13px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	overflow: hidden;
}
.showtimes-row.last-row { border-bottom: none; }
.showtimes-row .title,
.showtimes-row .dates {
	font-size: 85%;
	float: left;
	width: 10%;
	margin: 0.2em 1% 0 0;
	position: relative;
}

.showtimes-row .dates .week-day { display: block; }

.showtimes-row .dates .next {
	position: absolute;
	margin-left: 2em;
	opacity: 0.5;
}

.showtimes-line { height: 1.5em; margin-left: 11%; position: relative; }

.showtimes-line .hour-highlight {
	position: absolute;
	top: -12px;
	display: none;
}

.showtimes .showtimes-line .time {
	position: absolute;
	z-index: 100;
}
.showtimes .showtimes-line .time .d-cn { display: block; }

.showtimes-body > .d-cn {
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	z-index: 2;
}
.showtimes-body > .d-cn.d-br { left: 100%; }

.showtimes .time { font-size: 85%; position: relative; }

.showtimes .time.past { color: #7f7f7f; }

.showtimes .time .tickets,
.showtimes.no-progress .time .d-b {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -1px;
	background: #dbdbdb;
}
.showtimes .time .tickets .sold {
	height: 1px;
	position: absolute;
	background: #3fb7e9;
	overflow: hidden;
}


/* light (white) page */
.light-page .navigation .selected,
.light-page .navigation .selected a { color: #000; }
.light-page .navigation .selected .pseudo,
.light-page .navigation .selected .pseudo:hover { color: #000 !important; }

.light-page .navigation .selected .d-tl { background-position: -6px -6px; }
.light-page .navigation .selected .d-tr { background-position: 0 -6px; }
.light-page .navigation .selected .d-bl { background-position: -6px 0; }

.light-page .showtimes-head > .d-tl { background-position: -25px -5px; }
.light-page .showtimes-head > .d-tr { background-position: -20px -5px; }

.light-page .showtimes-head .hours .label { color: #fff; }

.light-page .showtimes-body {  }
.light-page .showtimes-row { border-color: #fff; }
.light-page .can-hover .showtimes-row:hover { background: #ffffff; border-color: #ffffff; }

.light-page .showtimes-clock .line { background-color: #bdd55b; }
.light-page .showtimes-clock .line .label { color: #000; background-color: #bdd55b; padding:2px 6px; *padding-bottom:0;}

.light-page .showtimes-clock .line .d-tl,
.light-page .showtimes-line .time .d-tl { background-position: -110px -10px; }
.light-page .showtimes-clock .line .d-tr,
.light-page .showtimes-line .time .d-tr { background-position: -100px -10px; }
.light-page .showtimes-clock .line .d-bl,
.light-page .showtimes-line .time .d-bl { background-position: -110px 0; }
.light-page .showtimes-clock .line .d-br,
.light-page .showtimes-line .time .d-br { background-position: -100px 0; }

.light-page .showtimes-body .venue-name { color: #000; }
.light-page .showtimes-body > .d-cn { background-position: -20px 0; }

.light-page .showtimes-body .lines .hour-highlight { background: rgba(0, 0, 0, 0.1); }
.light-page .showtimes-line .hour-highlight { background: #dbdbdb; }
.light-page .can-hover .showtimes-row:hover .hour-highlight { background: #e5e5e5; }

.light-page .showtimes-body .lines .hour-highlight .d-top { border-color: #fff; }

.light-page .showtimes a.time { color: #000; }

.light-page .showtimes .time .tickets { background: #dbdbdb; }
.light-page .showtimes .time .tickets .sold { background: #3fb7e9; }

.light-page .showtimes.no-progress .time .d-b { background: #000; }
