

.menu_selected { 
 font-size: 16px; color:#0000FF; 
background: url(/2nd_css/selected.gif) no-repeat top right; width: 99px;	height: 36px; 
                   }
a {
	color: #E5F2FB;
	text-decoration: none;
}
a:hover {
	color: #09548B;
}
p {
	margin: 0 0 17px;
	padding: 0;
	line-height: 18px;
}
.wrapper {
	width: 710px;
	margin: 20px auto;
}
.nav {
	background: #fff url(/2nd_css/images/nav_bg.png) repeat-x;
	float: left;
}
.nev-wrapper {
	clear: both;
	float: left;
}
.nav-left {
	background: url(/2nd_css/images/nav_left.png) no-repeat top left;
	float: left;
	width: 11px;
	height: 41px;
}
.nav-right {
	background: url(/2nd_css/images/nav_right.png) no-repeat top right;
	float: left;
	width: 11px;
	height: 41px;
}
.nav ul {
	width: 688px;
	height: 38px;
	float: left;
	margin: 0;
	padding-top: 3px;
	list-style: none;
	font-size: 15px;
}
.nav li {
	float: left;
	padding: 0 7px;
	background: url(/2nd_css/images/split.png) no-repeat right center;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	background: url(/2nd_css/images/menu_left.gif) no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(/2nd_css/images/menu_mid.gif) repeat-x top left;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(/2nd_css/images/menu_right.gif) no-repeat top left;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #09548B;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(/2nd_css/images/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li ul {
	background: url(/2nd_css/images/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 14px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #09548B;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(/2nd_css/images/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
.content {
	width: 670px;
	background: transparent url(/2nd_css/images/content_bg.png) repeat-y;
	float: left;
	padding: 10px 20px;
}
.content h1 {
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px dashed #C1D9F0;
}
.content h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: -5px;
}
.content p {
	padding: 0 15px;
	text-align: justify;	
}
.content-bottom {
	width: 750px;
	background: transparent url(/2nd_css/images/content_bottom.png) no-repeat;
	height: 14px;
	float: left;
}
/* thumbnails for Gallery */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

/* Movie Ajax */
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: blue;
background: white url('/2nd_css/shade.gif') top left repeat-x;
}

.shadetabs li a:visited{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: blue;
background: white url('/2nd_css/shade.gif') top left repeat-x;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url('/2nd_css/shadeactive.gif');
border-bottom-color: #E4EBF2;
color: green;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid gray;
width: 100%;
margin-bottom: 1em; padding: 1px;
}

/* content tabs */
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:yellow;
color:#000000;
width:100%;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

/* Movie End */

/* AJAX Library */

div.TabView div.Tabs {
  height: auto;
 width: 650px;
  overflow-x: auto;

}

div.TabView div.Tabs a {
  float: left;
  display: block;
  width:  35px;
  text-align: center;
  height:      24px;
  line-height: 28px;
  vertical-align: left;
  background: url('/2nd_css/shade.gif') repeat -2px -1px;
  text-decoration: none;
  font-family: "Times New Roman", Serif;
  font-weight: 900;
  font-size: 13px;
  color: #000080;
}

div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active {
  background: url('/2nd_css/shadeactive.gif') repeat -2px -31px;
}

div.TabView div.Pages {
  clear: both;
  border: 1px solid #404040;
  overflow: hidden;
}

div.TabView div.Pages div.Page {
  height: 100%;
  padding: 0px;
  overflow: hidden;
}

div.TabView div.Pages div.Page div.Pad {
  padding: 3px 18px;
}


/*  Music menus  */

.ddoverlap{
border-bottom: 1px solid #bbb8a9;
}

.ddoverlap ul{
padding: 0;
margin: 0;
font: bold 100% default;
list-style-type: none;
}

.ddoverlap li{
display: inline;
margin: 0;
color:  green;
}

.ddoverlap li a{
padding: 3px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color:  green;
background: transparent url(/2nd_css/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
}

.ddoverlap li a:visited{
padding: 3px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: green;
background: transparent url(/2nd_css/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
}

.ddoverlap li a:hover{
text-decoration: underline;
color: blue;
}

.ddoverlap li.selected a{ /*selected tab style*/
color: blue;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(/2nd_css/righttabselected.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
color: blue;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(/2nd_css/righttabselected.gif) 100% 0 no-repeat;
}
.ddoverlap li.selected a:visited{
color: blue;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(/2nd_css/righttabselected.gif) 100% 0 no-repeat;
}

.music_search_bg {background:url(/2nd_css/search_bg.gif); background-repeat: repeat; 
            width: 520px; height:115px; }
.music_search_form {background:url(/2nd_css/search_form.gif); background-repeat: no-repeat; 
            width: 500px; height:32px; }			
.block_top1 {text-transform:uppercase; font-size:14px ; color:#FFFFFF;
            vertical-align: middle ; height:26px; width: 520px; 
			background:url(/2nd_css/block_top1.gif) no-repeat;}

.block_bg1 {background:url(/2nd_css/block_bg1.gif); background-repeat: repeat; 
            width: 520px; }
.block_bottom1 {width: 520px; background:url(/2nd_css/block_bottom1.gif) no-repeat;}
	
.block_top6 {height:26px; width: 170px; background:url(/2nd_css/block_top6.gif) no-repeat;}

.block_bg6 {background:url(/2nd_css/block_bg6.gif); background-repeat: repeat; 
            width: 170px; }
.block_bottom6 {width: 170px; background:url(/2nd_css/block_bottom6.gif) no-repeat;}
			
.block_bg4 {background:url(/2nd_css/block_bg4.gif); background-repeat: repeat; 
            width: 200px; }				
.block_top5 { height: 25px ; width: 200px; background:url(/2nd_css/block_top5.gif) no-repeat;}

.block_bg5 {background:url(/2nd_css/block_bg5.gif); background-repeat: repeat; 
            width: 200px; }			
.block_bottom5 {width: 200px; background:url(/2nd_css/block_bottom5.gif) no-repeat;}
.block_top2 {height:30px; width: 200px; background:url(/2nd_css/block_top2.gif) no-repeat;}			
.block_bg2 {background:url(/2nd_css/block_bg2.gif); background-repeat: repeat; background-position: auto;
             width: 200px;
			  }
.block_bottom2 {height:10px; width: 200px; background:url(/2nd_css/block_bottom2.gif) no-repeat;}
.block_top3 {height:10px; background:url(/2nd_css/block_top3.gif) no-repeat;}			
.block_bg3 {background:url(/2nd_css/block_bg3.gif); background-repeat: repeat; background-position: auto;
             width: 520px;  }
.block_bottom3 {height:10px; background:url(/2nd_css/block_bottom3.gif) no-repeat;}
.clear {clear:both; height:0px; }

/* ######### Ajax Top 10 New Things  ######### */

/* Movie CSS */


.movie_lefttop {
	MARGIN-TOP: 0px; BACKGROUND: url(/2nd_css/movie/module-top.gif) #fff no-repeat left top; PADDING-TOP: 20px;
}
.movie_leftbg {
	BACKGROUND: url(/2nd_css/movie/module-bg.gif) repeat-y; PADDING-BOTTOM: 0px;
}
.movie_leftbottom{
	BACKGROUND: url(/2nd_css/movie/module-bottom.gif) #fff no-repeat; 
}
.movie_search_bg {background:url(/2nd_css/movie/movie_search_bg.gif); background-repeat: no-repeat; 
            }
.movie_search_form {background:url(/2nd_css/movie/movie_search_form.gif); background-repeat: no-repeat; 
           }			
.movie_top_left { background: url(/2nd_css/movie/cat_top_left.gif) no-repeat top left; height: 50px; }
.movie_top_right { background: url(/2nd_css/movie/cat_top_right.gif) no-repeat top right; height: 50px; }
.movie_top_center { background: url(/2nd_css/movie/cat_top_center.gif) repeat-x top center; height: 50px; }
.movie_bottom_left { background: url(/2nd_css/movie/cat_bottom_left.gif) no-repeat top left; height: 28px; }
.movie_bottom_right { background: url(/2nd_css/movie/cat_bottom_right.gif) no-repeat top right; height: 28px; }
.movie_bottom_center { background: url(/2nd_css/movie/cat_bottom_center.gif) repeat-x top center; height: 28px; }
.movie_left { background: url(/2nd_css/movie/cat_left.gif) repeat-y top left; padding-left: 19px; }
.movie_right { background: url(/2nd_css/movie/cat_right.gif) repeat-y top right; padding-right: 19px; }
#main_content_border {
	padding-left: 42px;
	background: url('/2nd_css/movie/main_bg_side.gif') repeat-y 5px -1px;
}
#.movie_header {
	display: block;
	padding-top: 10px;
}
/* Search for Download Box */
.block_top_download {height:23px; width: 150px; background:url(/2nd_css/block_top_download.gif) no-repeat;}
.download_search_bg {background:url(/2nd_css/download_search.gif); background-repeat: no-repeat; 
            width: 516px; height:33px; }
.search_music {background:url(/2nd_css/search_music.gif); background-repeat: no-repeat; 
            width: 318px; height:30px; }			
			
/* Home Page */			
.home_top { background: url(/2nd_css/home/top.jpg)  ;background-repeat: no-repeat; height:73px; }
.home_middle { background: url(/2nd_css/home/middle.jpg) ; background-repeat: no-repeat;height:639px; width:920px; }
.home_bottom { background: url(/2nd_css/home/bottom.jpg) ;background-repeat: no-repeat;height:85px; }		

/*  Border - Frame   */
.m_active { background: url(/2nd_css/active.png) repeat-x top ;  height:28px;width:82px; font-size:15px;}
.m_inactive { background: url(/2nd_css/inactive.png) repeat-x top ;  height:28px;width:82px; font-size:15px;}

.picframe { background: url(/2nd_css/home/picframe.png) no-repeat ;  height:220px;width:150px;  }
.mtopcenter { background: url(/2nd_css/home/topcenter.jpg) repeat-x top ;  height:5px; }

.mtopleft { background: url(/2nd_css/home/topleft.jpg) no-repeat top left; height:5px; }

.mtopright { background: url(/2nd_css/home/topright.jpg) no-repeat top right; height:5px; }

.topcenter { background: url(/2nd_css/home/topcenter.jpg) repeat-x top ;  height:30px;  font-size:15px;}

.topleft { background: url(/2nd_css/home/topleft.jpg) no-repeat top left; height:30px; font-size:15px; }

.topright { background: url(/2nd_css/home/topright.jpg) no-repeat top right; height:30px;  font-size:15px;}

.middleleft { background: url(/2nd_css/home/middleleft.jpg) repeat-y top left;  }
.middlecenter { background: url(/2nd_css/home/middlecenter.jpg) repeat-x ;background-repeat: repeat;   }
.middleright { background: url(/2nd_css/home/middleright.jpg) repeat-y top right;  }

.bottomleft { background: url(/2nd_css/home/bottomleft.jpg) no-repeat top left; height:7px; }

.bottomright { background: url(/2nd_css/home/bottomright.jpg) no-repeat top right; height:7px;  }

.bottomcenter { background: url(/2nd_css/home/bottomcenter.jpg) repeat-x top ;height:7px;  }	
.search_submit{
color: #FFFFFF;
}

/* Comic */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/2nd_css/comic/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/2nd_css/comic/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/2nd_css/comic/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
/* Comic End */
