#b1{ float:left; width:780px; border-top: 1px solid #aacbee; border-right: 1px solid #fff; border-bottom: 1px solid #aacbee; border-left: 1px solid #fff;}
/* Block 1, Left Content */

	/* Top */
	.tab{ width:780px; margin:0; padding:0; list-style: none;}
	.tab .cli { float:left; cursor:pointer }
	.tab .cli span{text-align:center; display:block}
	.topcontent{ width:780px; border:0px solid #996633} 
	#tabbg {	
	width:780px;
	overflow:hidden;
	}

	.tabx{
		width:156px;
		height:24px;
		line-height:24px;
		border-left: 1px solid #aacbee;
		}
	
	.activetab{
		font-weight:bold;
		color:#31719f;
		background: url(/layout/tab-on.gif) repeat-x;
		}
	
	.inactivetab{
		font-weight:normal;
		color:#31719f;
		background: url(/layout/tab-off.gif) repeat-x;
		}

	/* =============== Tab Content ========================*/
	.tabcontent {padding: 10px; width:760px; overflow:hidden}
	.tabcontent .imgcom{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 .cul{ margin:10px 0;}
	.tabcontent .cli{ margin:5px 0;}
	.tabcontent .cli 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 .cul{width:220px; overflow:hidden}
	
.boxtab {clear:both}