#b1{ float:left; width:313px; height:300px; border: 1px solid #777777; overflow: hidden;}
/* Block 1, Left Content */

	/* Top */
	.tab{ width:313px; margin:0; padding:0; list-style: none; background: url(layout/tab-off.gif) repeat-x;}
	.tab li { float:left; cursor:pointer }
	.tab li span{text-align:center; display:block}
	#tabbg { width:313px; height:300px;	background: #fff url('/images/bg.gif') repeat-x bottom; overflow:hidden;}

	.tabxi{
		width:156px;
		height:24px;
		line-height:24px;
		}
	
	.activetabi{
		width:157px;
		font-weight:bold;
		color:#003f8c;
		background: #ffffff;
		}
	
	.inactivetabi{
		width:156px;
		font-weight:normal;
		color:#ffffff;
		background: #999999;
		}

	/* =============== Tab Content ========================*/
	.tabcontent {padding: 10px; width:306px; overflow:hidden}
	.tabcontent img{float:left; border:1px solid #d3d3d2; padding:1px; margin-top: 3px; margin-right: 6px;}
	.tabcontent .txt img{ border:none; float:none}
	.tabcontent .title a{ color:#023f88;}
	.tabcontent ul{ margin:10px 0;}
	.tabcontent li{ margin:5px 0;}
	.tabcontent li a{ padding-left:10px;background:url(/images/icon.gif) no-repeat left 6px ;color:#0087c7}
	
	#tabbg p.title{  margin:5px 0; width:220px; }
	#tabbg p.txt{ height:65px; width:220px; overflow:hidden; }
	#tabbg ul{width:220px; overflow:hidden}
	
.boxtab {clear:both}