.cColumn {
   width:280px;
}


/* BEGIN Generic Tabbed Module*/

.tabsContainer {
  position:relative;
  bottom:-1px;
  _height:1%; /* FIXME move to ie6 css*/
}

.tabs {
	display: block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
  	overflow: hidden;
}

#mainTabs {
	float: left;  /* without this the memberTools is not accessable as the width of the tabsContainer takes the entire shell width */ 
}
		
.tabs li {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 7px 3px 7px;
	background-color: #f0f4f5;
	background-image: none;
	border: 1px solid #ccc;
	border-width: 1px 1px 1px 0;
	font-size:1em;
	white-space: nowrap;
}

.tabs li.first {
	border-left: 1px solid #ccc;
}

.tabs li.selected {
	background: white;
	border-bottom: none;
	padding: 4px 7px 4px 7px;
}

.tabs li a,
.tabs li a:link,
.tabs li a:visited,
.tabs li a:hover,
.tabs li a:active {
	color: #333;
}
		
.tabContent {
	clear: both;
	border: 1px solid #ccc;
	padding: 7px;
	display: none;
}
		
.tabContent.active {
	display: block;
}
		
.tabContent ol {
	margin-top: 0;
	margin-bottom: 5px;
}
		
.tabContent ol li {
	padding-top: 3px;
	padding-bottom: 3px;
}


/* END Generic Tabbed Module*/

#tabsContainer {
  position: relative;
  bottom: -1px;
} 

#chinapost {
  display: block;
}

#asianews,#mostSearched{
  display: none;
}   

#chinapost,#asianews,#mostSearched{
  overflow: hidden;
}

#mostPopWidget h4 {
  font-family: arial, helvetica, sans-serif;  
  font-size: 1.1em;
  line-height: 1.2727em; /* 14px*/
  margin-bottom: 8px;   
}

#mostPopWidget ul.tabs li:first-child {
  border-left-width: 1px;
}  

#mostPopWidget ol {
  margin-left: 2.6em;
  margin-bottom: 12px;
  padding: 0;
}

#mostPopWidget ol li {
  font-size: 1.2em;
}

#mostPopWidget .more {
  float: left;
  font-size: 1.1em;      
}
div#newsNetworkHeader{height:27px;background: url(http://www.nationmultimedia.com/newsnetwork/hdr_newsnetwork.gif) no-repeat;}                            

