div#tv_listings{
	width: 300px;
	height: 280px;
	background: url('../_images/tv_listings_widget/background.png') no-repeat left top;
	overflow: hidden;
	position: relative;
	z-index: 1;

}
* html div#tv_listings{
	background: url('../_images/tv_listings_widget/background.gif') no-repeat left top;
}
div#tv_listings .listings_title{
	font-family: din-regular, Helvetica, Arial;
	font-size:  12px;
	color: #FFFFFF;
	text-transform: uppercase;
	
}
/*div#tv_listings button.site_btn_alt{

}*/
div#tv_listings #listings_header{
	padding: 7px 8px 0px;
	background: url(../_images/tv_listings_widget/rule.gif) repeat-x bottom left;
	height: 27px;
}
div#tv_listings #listings_header .listings_title{
	float: left;
	display: block;
	margin-top: 4px;
}
div#tv_listings #listings_header ul{
	float: right;

}
div#tv_listings #listings_header ul li{
	float: left;
	margin-left: -5px;
	*margin-left: -20px;

}
@media screen and (-webkit-min-device-pixel-ratio:0){
div#tv_listings #listings_header ul li{margin-left: 1px;}
}

div#tv_listings #listings_header ul li.first{*margin-right: -7px;}

div#tv_listings .right_arrow{
	display: inline-block;
	height: 3px;
	margin-top: -2px;
	padding-left: 8px;
	/*margin-left: 4px;*/
	padding-bottom: 2px;
	*margin-top: -9px;
}

div#tv_listings #listings_header ul li button#listing_primetime .right_arrow{
	margin-left: 0px;
	
}
div#tv_listings #listing_days_bg{
	background-color: #6595E6;
	opacity: .7;
	height: 13px;
	width: 300px;
	position: absolute;
	top: 48px;
	*top: 42px;
	*height: 14px;
	left: 0px;
	z-index: -2;
}
div#tv_listings ul#listing_days{
	margin-top: 7px;
	*margin-top: 1px;
}
div#tv_listings ul#listing_days li{
	text-align: center;
	padding-top: 7px;	
	z-index: 1000;
	color: #FFFFFF;
	float: left;
	width: 42px;
	height: 26px;
}
div#tv_listings ul#listing_days li a{
	*position: relative;
	*z-index: 100000;
	cursor: pointer;
}

div#tv_listings ul#listing_days li.selected{}

div#tv_listings div#selected_box, div#tv_listings div#arrow_left,div#tv_listings div#arrow_right{
	width: 42px;
	height: 26px;
	z-index: -1;
	position: absolute;
	display: none;
}
div#tv_listings div#selected_box{
	background: url(../_images/tv_listings_widget/day_highlight.gif) no-repeat left top;

}
div#tv_listings div#arrow_left{
	background: url(../_images/tv_listings_widget/day_go_left.gif) no-repeat 95% center;

}
div#tv_listings div#arrow_right{
	background: url(../_images/tv_listings_widget/day_go_right.gif) no-repeat 5% center;

}
div#tv_listings ul.listings_list{
	width: 296px;
	padding: 2px;
	top: 70px;
	*top: 59px;
	left: 0px;
	position: absolute;
	font-size: .9em;
}
div#tv_listings ul.listings_list li{
	height: 35px;
	width: 100%;
	/*border-bottom: 1px dotted #FFF;*/
	position: relative;
}

div#tv_listings ul.listings_list li.tv_listing_6{
	border-bottom: non;
}

div#tv_listings ul.listings_list li.last{
	border: none;
}

div#tv_listings ul.listings_list li dl{
	background: url(/_images/tv_listings_widget/sep_line.gif) repeat-x bottom;
	width:100%;
	height:36px;
}

div#tv_listings ul.listings_list li dt{
	position: absolute;
	left: 61px;
	top: 10px;
	height: 15px;
	width: 180px;
	overflow: hidden;
	color: #ffffff;
	
}

div#tv_listings ul.listings_list li dd.show_time{
	color: #FD771E;
	top: 10px;
	left: 10px;
	position: absolute;
}

div#tv_listings ul.listings_list li dd.show_image{
	visibility: hidden; 
	position: absolute;
	right: 3px;
	top: 2px;
}

div#tv_listings ul.listings_list li.selected dd.show_image, div#tv_listings ul.listings_list li:hover dd.show_image{
	visibility: visible;
}

div#tv_listings ul.listings_list li.selected, div#tv_listings ul.listings_list li:hover{	
	background: url(../_images/tv_listings_widget/selected_bg.png) no-repeat left 2px;
	*background: url(../_images/blank.gif);
	filter:  progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/tv_listings_widget/selected_bg.png', sizingMethod='scale');
}
div#tv_listings ul.listings_list li.selected{
	font-weight: bold;
}

div#tv_listings .site_btn_alt_mid{
	font-weight: normal;
	padding: 3px 3px 0;
	text-transform: none !important;
}

div#tv_listings.module {
clear:both;
margin-bottom:0;
}

div#tv_listing_footer {
	width: 300px;
	height: 34px; 
	padding-bottom:10px;

}











