/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {

}
.tabberlive {
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 4px solid #cbccba;
 font-weight: bold;
 font-size: 12px;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a, ul.tabbernav li a:link, ul.tabbernav li a:visited {
	padding: 3px 5px 3px 13px;
	margin-left: 4px;
	border-top: 1px solid #cbccba;
	border-right: none;
	border-bottom: 4px solid #b20003;
	border-left: none;
	background-color: #cbccba;
	background-image: url(home_hotlist_arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

ul.tabbernav li a:hover {
	color: #000;
	text-decoration: none;
}

ul.tabbernav li.tabberactive a, ul.tabbernav li.tabberactive a:link, ul.tabbernav li.tabberactive a:visited {
	background-color: #fff;
	border-top: 1px solid #cbccba;
	border-right: 4px solid #cbccba;
	border-bottom: 4px solid #fff;
	border-left: 1px solid #cbccba;
}

ul.tabbernav li.tabberactive a:hover {
	color: #000;
	background-color: #fff;
	border-top: 1px solid #cbccba;
	border-right: 4px solid #cbccba;
	border-bottom: 4px solid #fff;
	border-left: 1px solid #cbccba;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding: 5px 0.4em 5px 5px;
	border-top:0;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

.tabberlive .tabbertab ul {
	list-style: none;
	margin: 3px;
	padding: 0;
}
.tabberlive .tabbertab li {
	padding: 1px 0 0 1px;
	margin: 0;
/*
	padding: 1px 0 0 9px;	
	background-image: url(../../images/home/home_hotlist_anglequote_red.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
*/
	line-height: 130%;
}
.tabberlive .tabbertab a,.tabberlive .tabbertab a:link, .tabberlive .tabbertab a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #036;
	text-decoration: none;
	font-style: italic;
}
.tabberlive .tabbertab a:hover {
	text-decoration: underline;
}
#hotlist-w {
	margin-top: 10px;
	width: 298px;
	overflow: hidden;
}
#hotlist-h {
	width: 298px;
	height: 27px;
	background-image: url(tonights_tv_header.gif);
	background-repeat: no-repeat;
}
#hotlist-c-w {
	padding-left:5px;
    padding-top: 8px;
    border-right: 1px solid #cbccba;
    border-bottom: 1px solid #cbccba;
    border-left: 1px solid #cbccba;
	font-size: 12px;
	color: #000;
	position: relative;
}
#hotlist-c {
   /* height: 218px;*/
}
.hotlist-pic {
	float: right;
	padding: 0 0 3px 3px;
}
.morehotlist {
	position: absolute;
	top: 239px;
	left: 204px;
}
.hotlist-highlight {
	font-style: italic;
	color:#666;
}
