
/* PNG fix */
/*img, div { behavior: url(stylesheets/iepngfix.htc) }*/
#now-playing {
	float:left;
	width:305px;
	height:auto;
	position:relative;
	margin:28px 20px 0 0;
	z-index: 1;
}
#now-playing a {
	color:#2890b7;
	text-decoration:none;
}


#now-playing .text-right {
	text-align:right;
}
#now-playing-tabs {
	list-style:none;
	width:300px;
	height:27px;
	padding:0;
	float:left;
	margin:0 0 0 3px;
	background:url("../_images/now-playing-tabbg.gif") repeat-x;
	font-size:11px;
	display:inline;
}


#now-playing-mod {
	float:left;
	width:302px;
	height:103px;
}


#now-playing-tabs li {
	display:inline;
	height:auto;
}
#now-playing-tabs li a {
	width:42px;
	height:21px;
	background:url("../_images/now-playing-daybg-off.gif") repeat-x;
	text-align:center;
	padding-top:4px;
	float:left;
	margin:0 1px 0 0;
	display:block;
}
#now-playing-tabs li a.active {
	background:url("../_images/now-playing-daybg-on.gif") repeat-x;
	color:#fff;
	font-weight:bold;
}
#now-playing-tabs li.last a {
	margin-right:0;
}
#now-playing div.header {
	width:308px;
	height:83px;
	/*padding:60px 0 0 10px;*/
	font-size:11px;
	line-height:16px;
	position:relative;

	margin:0 0 2px 0;
	
}
#now-playing div.header img {
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	margin:0 0 4px 4px;
}
#now-playing div.header div.info {
	position:absolute;
	top:37px;
	left:9px;
	z-index:2;
}
#now-playing div.header a {
	font-size:14px;
	font-weight:bold;
}

.nowPlayingTitle {
	font-size:12px;
	font-weight:bold;
	color:#2890B7;
}

/*#now-playing a {
	font-weight:normal;
}*/

#now-playing h3.tonight-on-fx {
	background:url(../_images/tonight-on-fx.png) no-repeat;
	height:0;
	width:300px;
	padding-top:44px;
	float:left;
	overflow:hidden;
	margin-left:4px;
	display:inline;
}

#now-playing h3.movies-today-on-fx {
	background:url(../_images/today-on-fx.png) no-repeat;
	height:0;
	width:300px;
	padding-top:44px;
	float:left;
	overflow:hidden;
	margin-left:4px;
	display:inline;
}

/* Day List
--------------------------------------------*/
#now-playing ul.day {
	width:300px;
	margin:0 0 10px 4px;
	padding:0;
	list-style:none;
	border-top:1px solid #666;
	float:left;
	/* position:absolute; */
	z-index:1000;
	top:155px;
	left:0;
}
#now-playing ul.day li {
	width:293px;
	padding:14px 0 15px 7px;
	margin:0 0 0 0;
	border-top:1px solid #0e0e0e;
	border-bottom:1px solid #4e4e4e;
	float:left;
	line-height:16px;
}
#now-playing ul.day li.last {
	border-bottom:none !important;
}
#now-playing ul.day li ul {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}
#now-playing ul.day li ul li {
	float:left;
	border:none;
	padding:0;
}
#now-playing ul.day li ul li strong {
	color:#ff4b00;
	font-weight:normal;
}
#now-playing ul.day li a {
	font-weight:bold;
	font-size:12px;
}
#now-playing ul.day li ul li.showtime {
	width:85px;
	color: #aaaaaa;
}
#now-playing ul.day li ul li.title {
	width:171px;
	color: #aaaaaa;
}
#now-playing ul.day li ul li.title a {
	font-weight:bold
}
#now-playing ul.day li ul li.action {
	width:36px;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	position:relative;
}
#now-playing ul.day li ul li.action a {
	font-weight:normal;
}
#now-playing ul.day li ul li.action .description {
	position:absolute;
	z-index:5000;
	bottom:35px;
	left:-110px;
	width:230px;
	height:auto;
	border-top:1px solid #30a2c5;
	border-bottom:1px solid #30a2c5;
	text-align:left;
	padding:10px 10px 20px 10px;
	background:url("../_images/now-playing-description-bground.png") top left repeat-y;
	_background:url("../_images/now-playing-description-bground.gif") top left repeat-y;
}
#now-playing ul.day li ul li.action .description .close a {
	position:absolute;
	top:-10px;
	right:-10px;
	height:0;
	padding-top:30px;
	width:30px;
	overflow:hidden;
	background:url("../_images/bttn-close.png") no-repeat;
	_background:url("../_images/bttn-close.gif") no-repeat;
	/* behavior: url(_ui/css/iepngfix.htc); */
	display:block;
}
#now-playing ul.day li ul li.action .description .pointer {
	position:absolute;
	bottom:-16px;
	left:0;
	width:250px;
	height:16px;
	background:url("../_images/bottom-arrow.png") bottom no-repeat;
	_background:url("../_images/bottom-arrow.gif") bottom no-repeat;
}
#now-playing ul.day li ul li.action .description strong {
	color:#30a2c5;
}
#now-playing ul.day li ul li.action .description .showtime {
	color: #aaaaaa !important;
	}