        /* #Media Queries ================================================== */
          /* Smaller than standard 960 (devices and browsers) */
@media all and (min-width: 940px) and (max-width: 975px) {
	.main_container, .news_container{width:100%; margin:0 auto;}
	#pulldownAd, #topMenu, #topNav, #tvbLogo, #footer{ width: auto; }
}
        
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media all and (min-width: 640px) and (max-width: 939px) {
}
        
/* All Mobile Sizes (devices and browser) */
@media all and (min-width: 480px) and (max-width: 639px) {
	.main_container{width:480px; margin:0 auto;}
	.news_container{width:480px; margin:0 auto; }

	.c1{width:100%; float:left;}
	.c2{width:100%; float:left;}
	.c3{width:100%; float:left;}
	.tall{height:500px;}
	.containbox{width:100%; margin: 0 0 10px 0px;}

	.tall,.cat_list,#dlnshare{height:auto;}
	/*.indexSmallDiv{width:90%;}*/
	.indexSmallDiv a{width:100%;}
/*	.indexList{width:100%;}*/
	.indexList .img .title{width:50%}
	.indexList .vdoIcon{left:94%;}
}
        
        
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media all  and (max-width: 479px) {
}
