/* CSS Document specific for channel pages (complements 100dv2.css) */

/* top banner: 560x210 banner + 100d branding */
div.topbanner{
	vertical-align:top;
	text-align:center;
	min-width:900px;
	height:226px;
	overflow:hidden;
	background-image: url(images/nbanner_bg2.jpg);
	background-position: top left;
	background-repeat: repeat-x; 
}
div.topdescr{
	text-align:center;
	font-size:14px;
	color:#ff40ff;
}

/* SELECT CATEGORY */
div.categories{
	position:relative;
	float:right;
	width:208px;
	margin:10px;
	line-height:160%;
	color:#546203;
}
div#c0{  /* search bar */
	padding-left:12px;
}
div#c1{ /* page no */
	background-color: #1a1a1a;
	width: 200px;
	margin-left:4px;
	margin-top: 15px;
	border-top:dotted 1px #546203;
	border-bottom:dotted 1px #546203;
}

div#c2{ /*similar shows*/
	margin-top:15px;
}
div#c2 img{margin-left:12px;}
div#c2 ul{
	margin-top:10px;
	margin-bottom:10px;
}div#c3{  /* categories */
	margin-top:15px;
}
div#c3 img{margin-left:12px;}
div#c3 ul{
	margin-top:10px;
	margin-bottom:10px;
}

/* SHOWS LIST */
div.show{
	position:relative;
	float:left;
	width:380px;
	height:98px;
	margin:5px;
	padding:0px;
	border:dotted 1px #404040;
	overflow:hidden;
}

div.show1{
	position:relative;
	float:left;
	height:90px;
	margin:5px;
	padding:0px;
}

div.show1 img
  {
  display: inline;
  border: 1px solid #546203;
  }

div.show1 a
{
	color:#FFFFFF;
	font-weight:normal;
}
div.show1 a:link{color:#FFFFFF;}
div.show1 a:visited{color:#FFFFFF;}
div.show1 a:hover{color:#deff00;}
div.show1 a:active{color:#FFFFFF;}
  
div.show1 a:hover img
  {
  border: 1px solid #deff00;
  }

div.show2{
	margin:5px;
	padding:0px;
}

div.show2 h1{
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	background-color:#111111;
	margin-bottom:5px;
	margin-top:5px;
}

div.show2 p{
	font-size: 11px;
	color: #A0A0A0;
	background-color:#000000;
	margin-bottom:5px;
	margin-top:5px;
}

div.show2 p.fd{
	font-size: 11px;
}

div.show2 a:link{
	font-weight:normal;
}

/* PAGE NO */
div.pageno{
	text-align:center;
	color: #deff00;
	font-weight: bold;
}

div.pageno p{
	margin-bottom:5px;
	margin-top:5px;
}

/* pop-up description */
#note1
{
	position:absolute;
	width:209px;
	height:400px;
	overflow:hidden;
	z-index: 1;
	/*filter:alpha(opacity=75);
	-moz-opacity:0.75;*/
	visibility: hidden;
	padding: 2px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
#note11 /*container for vthumb + descr*/
{
	position:absolute;
	width:179px;
	height:auto;
	left:30px;
	border:none;
  	z-index:5; 
}
#note111  /* top */
{
	height:8px;
	width:179px;
	background-image:url(images/pop_top.gif);
	background-repeat:no-repeat;
}
#note112 /* vthumb */
{
	width:179px;
	text-align:center;
	background-image:url(images/pop_bg.gif);
	background-repeat:repeat-y;
}
#note113 /* descr */
{
	text-align:left;
	padding:10px;
	background-image:url(images/pop_bg.gif);
	background-repeat:repeat-y;
}
#note114 /* bttm */
{
	height:8px;
	width:179px;
	background-image:url(images/pop_bottom.gif);
	background-repeat:no-repeat;
	
}
#note12 /* arrow */
{
	position:absolute;
	width:30px;
	height:39px;
	top:8px;
	background-image:url(images/pop_arrow1.gif);
	background-repeat:no-repeat;
  	z-index:6; 
}


